Skip to content

Commit 3b7073e

Browse files
authored
Merge pull request #3 from eXolnet/feature/laravel-8.x
Add support for Laravel 8.x
2 parents 983e965 + 948cc52 commit 3b7073e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,13 @@
1717
],
1818
"require": {
1919
"php": "^7.2",
20-
"illuminate/console": "^6.0|^7.0",
21-
"illuminate/support": "^6.0|^7.0"
20+
"illuminate/console": "^6.0|^7.0|^8.0",
21+
"illuminate/support": "^6.0|^7.0|^8.0"
2222
},
2323
"require-dev": {
2424
"mockery/mockery": "^1.0",
2525
"phpunit/phpunit": "^8.0",
26-
"orchestra/testbench" : "^4.0|^5.0",
26+
"orchestra/testbench" : "^4.0|^5.0|^6.0",
2727
"squizlabs/php_codesniffer": "^3.3.2"
2828
},
2929
"autoload": {

0 commit comments

Comments
 (0)