File tree 4 files changed +15
-4
lines changed
4 files changed +15
-4
lines changed Original file line number Diff line number Diff line change 2
2
3
3
Contributions are ** welcome** and will be fully ** credited** .
4
4
5
- We accept contributions via Pull Requests on [ Github] ( https://github.com/joselfonseca /laravel-tactician ) .
5
+ We accept contributions via Pull Requests on [ Github] ( https://github.com/jagarsoft /laravel-tactician ) .
6
6
7
7
8
8
## Pull Requests
@@ -27,4 +27,4 @@ $ phpunit
27
27
```
28
28
29
29
30
- ** Happy coding** !
30
+ ** Happy coding** !
Original file line number Diff line number Diff line change @@ -9,9 +9,14 @@ Laravel Tactician in an implementation of the Command Bus Tactician by Ross Tuck
9
9
[ ![ Scrutinizer Code Quality] ( https://scrutinizer-ci.com/g/joselfonseca/laravel-tactician/badges/quality-score.png?b=master )] ( https://scrutinizer-ci.com/g/joselfonseca/laravel-tactician/?branch=master )
10
10
[ ![ SensioLabsInsight] ( https://insight.sensiolabs.com/projects/4bef582c-187d-4cbe-bcf8-021d7d6e5f5d/small.png )] ( https://insight.sensiolabs.com/projects/4bef582c-187d-4cbe-bcf8-021d7d6e5f5d )
11
11
12
+ ## Warning
13
+
14
+ Original package has been _ abandoned_ . The author has designated this repository as an official replacement.
15
+ Current tag deprecated Joselfonseca namespace. Next release will be named to Jagarsoft.
16
+
12
17
## Installation
13
18
14
- To install this update your composer.json run ` composer require joselfonseca /laravel-tactician `
19
+ To install this update your composer.json run ` composer require jagarsoft /laravel-tactician `
15
20
16
21
#### >= laravel5.5
17
22
Original file line number Diff line number Diff line change 13
13
{
14
14
"name" : " Jose Luis Fonseca" ,
15
15
16
+ "role" : " Developer"
17
+ },
18
+ {
19
+ "name" : " Javier Garrido" ,
20
+
21
+ "role" : " Maintainer"
16
22
}
17
23
],
18
24
"require" : {
39
45
},
40
46
"config" : {
41
47
"preferred-install" : " dist"
48
+ "optimize-autoloader" : true
42
49
},
43
50
"minimum-stability" : " stable" ,
44
51
"prefer-stable" : true ,
Original file line number Diff line number Diff line change @@ -164,5 +164,4 @@ private function getDefaultValueOrFail($parameter)
164
164
165
165
return $ parameter ->getDefaultValue ();
166
166
}
167
-
168
167
}
You can’t perform that action at this time.
0 commit comments