Skip to content

Commit c3ec946

Browse files
committed
Laravel 8 support
1 parent 587a015 commit c3ec946

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

composer.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@
1515
],
1616
"require": {
1717
"php": ">=7.1.3",
18-
"illuminate/support": "~5.8.0|^6.0|^7.0"
18+
"illuminate/support": "~5.8.0|^6.0|^7.0|^8.0"
1919
},
2020
"require-dev": {
21-
"phpunit/phpunit": "^7.0"
21+
"phpunit/phpunit": "^7.0|^8.0|^9.0"
2222
},
2323
"autoload": {
2424
"files": [
@@ -32,7 +32,7 @@
3232
},
3333
"extra": {
3434
"branch-alias": {
35-
"dev-master": "1.0-dev"
35+
"dev-master": "1.x-dev"
3636
}
3737
},
3838
"config": {

0 commit comments

Comments
 (0)