Skip to content

Commit 5bb1ba7

Browse files
author
Javier Garrido
committed
1 parent ee51ba3 commit 5bb1ba7

File tree

4 files changed

+15
-4
lines changed

4 files changed

+15
-4
lines changed

CONTRIBUTING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
Contributions are **welcome** and will be fully **credited**.
44

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).
66

77

88
## Pull Requests
@@ -27,4 +27,4 @@ $ phpunit
2727
```
2828

2929

30-
**Happy coding**!
30+
**Happy coding**!

Readme.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,14 @@ Laravel Tactician in an implementation of the Command Bus Tactician by Ross Tuck
99
[![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)
1010
[![SensioLabsInsight](https://insight.sensiolabs.com/projects/4bef582c-187d-4cbe-bcf8-021d7d6e5f5d/small.png)](https://insight.sensiolabs.com/projects/4bef582c-187d-4cbe-bcf8-021d7d6e5f5d)
1111

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+
1217
## Installation
1318

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`
1520

1621
#### >= laravel5.5
1722

composer.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,12 @@
1313
{
1414
"name": "Jose Luis Fonseca",
1515
"email": "[email protected]"
16+
"role": "Developer"
17+
},
18+
{
19+
"name": "Javier Garrido",
20+
"email": "[email protected]",
21+
"role": "Maintainer"
1622
}
1723
],
1824
"require": {
@@ -39,6 +45,7 @@
3945
},
4046
"config": {
4147
"preferred-install": "dist"
48+
"optimize-autoloader": true
4249
},
4350
"minimum-stability": "stable",
4451
"prefer-stable": true,

src/Bus.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,5 +164,4 @@ private function getDefaultValueOrFail($parameter)
164164

165165
return $parameter->getDefaultValue();
166166
}
167-
168167
}

0 commit comments

Comments
 (0)