Skip to content

Commit 238f828

Browse files
committed
Laravel 8 Support
1 parent 509b9ff commit 238f828

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
@@ -31,11 +31,11 @@
3131
],
3232
"require": {
3333
"php": "^7.2",
34-
"illuminate/support": "^6.0|^7.0"
34+
"illuminate/support": "^6.0|^7.0|^8.0"
3535
},
3636
"require-dev": {
37-
"orchestra/testbench": "^4.0",
38-
"phpunit/phpunit": "^8.5"
37+
"orchestra/testbench": "^4.0|^6.0",
38+
"phpunit/phpunit": "^8.5|^9.0"
3939
},
4040
"autoload": {
4141
"psr-4": {

0 commit comments

Comments
 (0)