Skip to content

Commit 6b58ee8

Browse files
committed
Compatibily for laravel version 5.3
1 parent 4b2a203 commit 6b58ee8

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

composer.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88
"symfony/workflow": "^3.2",
99
"symfony/process": "^3.1",
1010
"symfony/event-dispatcher": "^3.1",
11-
"illuminate/console": "^5.3",
12-
"illuminate/support": "^5.3"
11+
"illuminate/console": "5.3.*",
12+
"illuminate/support": "5.3.*"
1313
},
1414
"autoload": {
1515
"psr-4": {
@@ -26,7 +26,6 @@
2626
"dev-master": "1.0-dev"
2727
}
2828
},
29-
"minimum-stability": "dev",
3029
"require-dev": {
3130
"mockery/mockery": "^0.9.8",
3231
"phpunit/phpunit": "^6.0"

0 commit comments

Comments
 (0)