Skip to content

Commit 8b8e9fd

Browse files
committed
Drop support for Laravel 5.3
1 parent 59f1ae8 commit 8b8e9fd

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

composer.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,17 +12,17 @@
1212
"minimum-stability": "stable",
1313
"require": {
1414
"php": ">=7.0",
15-
"illuminate/cache": "^5.3",
16-
"illuminate/config": "^5.3",
17-
"illuminate/console": "^5.3",
18-
"illuminate/database": "^5.3",
19-
"illuminate/support": "^5.3",
15+
"illuminate/cache": "^5.4",
16+
"illuminate/config": "^5.4",
17+
"illuminate/console": "^5.4",
18+
"illuminate/database": "^5.4",
19+
"illuminate/support": "^5.4",
2020
"opensoft/rollout": "^2.2"
2121
},
2222
"require-dev": {
2323
"codeclimate/php-test-reporter": "^0.4.4",
2424
"friendsofphp/php-cs-fixer": "^2.1",
25-
"illuminate/container": "^5.3|^5.4",
25+
"illuminate/container": "^5.4",
2626
"mockery/mockery": "^0.9.9",
2727
"orchestra/testbench": "^3.4",
2828
"phpunit/phpunit": "^6.0",

0 commit comments

Comments
 (0)