Skip to content

Commit 21f1d12

Browse files
committed
Laravel 5.6 support added.
1 parent 1a001bb commit 21f1d12

File tree

4 files changed

+324
-334
lines changed

4 files changed

+324
-334
lines changed

.travis.yml

-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
language: php
22

33
php:
4-
- 7.0
54
- 7.1
65
- 7.2
76

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ Prevents overlapping for Laravel console commands.
1818
| 5.3.* | [5.3.*](https://github.com/dmitry-ivanov/laravel-console-mutex/tree/5.3) |
1919
| 5.4.* | [5.4.*](https://github.com/dmitry-ivanov/laravel-console-mutex/tree/5.4) |
2020
| 5.5.* | [5.5.*](https://github.com/dmitry-ivanov/laravel-console-mutex/tree/5.5) |
21+
| 5.6.* | [5.6.*](https://github.com/dmitry-ivanov/laravel-console-mutex/tree/5.6) |
2122

2223
![Example](doc/img/example.gif)
2324

composer.json

+6-6
Original file line numberDiff line numberDiff line change
@@ -10,16 +10,16 @@
1010
}
1111
],
1212
"require": {
13-
"php": ">=7.0",
14-
"illuminate/support": "5.5.*",
15-
"illuminate/console": "5.5.*",
13+
"php": "^7.1.3",
14+
"illuminate/support": "5.6.*",
15+
"illuminate/console": "5.6.*",
1616
"arvenil/ninja-mutex": "^0.6"
1717
},
1818
"require-dev": {
19-
"phpunit/phpunit": "^6.0",
19+
"phpunit/phpunit": "^7.0",
2020
"mockery/mockery": "^1.0",
21-
"orchestra/testbench": "3.5.*",
22-
"illuminated/testing-tools": "5.5.*",
21+
"orchestra/testbench": "3.6.*",
22+
"illuminated/testing-tools": "5.6.*",
2323
"predis/predis": "^1.1.1",
2424
"ext-pdo_mysql": "*",
2525
"ext-redis": "*"

0 commit comments

Comments
 (0)