Skip to content

Commit 64b8877

Browse files
authored
Merge pull request #5 from Silva97/feat/make-laravel-8-compatible
Add Laravel 8 support
2 parents fa9111d + 44c9074 commit 64b8877

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

composer.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,13 @@
1717
],
1818
"require": {
1919
"php": ">=7.2",
20-
"illuminate/config": "^6.0|^7.0",
21-
"illuminate/console": "^6.0|^7.0",
22-
"illuminate/support": "^6.0|^7.0",
23-
"illuminate/validation": "^6.0|^7.0"
20+
"illuminate/config": "^6.0|^7.0|^8.0",
21+
"illuminate/console": "^6.0|^7.0|^8.0",
22+
"illuminate/support": "^6.0|^7.0|^8.0",
23+
"illuminate/validation": "^6.0|^7.0|^8.0"
2424
},
2525
"require-dev": {
26-
"orchestra/testbench": "^4.0|^5.0",
26+
"orchestra/testbench": "^4.0|^5.0|^6.0",
2727
"phpunit/phpunit": "^8.4|^9.0"
2828
},
2929
"autoload": {

0 commit comments

Comments
 (0)