Skip to content

Commit f97d0d8

Browse files
authored
Update composer.json
1 parent dcad8e4 commit f97d0d8

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

composer.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,12 @@
1717
],
1818
"require": {
1919
"php": "^7.4",
20-
"illuminate/config": "^7.0",
21-
"illuminate/database": "^7.0",
22-
"illuminate/support": "^7.0",
23-
"illuminate/contracts": "^7.0",
24-
"illuminate/console": "^7.0",
25-
"illuminate/pagination": "^7.0",
20+
"illuminate/config": "^7.0|^8.0",
21+
"illuminate/database": "^7.0|^8.0",
22+
"illuminate/support": "^7.0|^8.0",
23+
"illuminate/contracts": "^7.0|^8.0",
24+
"illuminate/console": "^7.0|^8.0",
25+
"illuminate/pagination": "^7.0|^8.0",
2626
"cycle/annotated": "^2.0",
2727
"cycle/migrations": "^1.0",
2828
"cycle/orm": "^1.2",
@@ -32,7 +32,7 @@
3232
"require-dev": {
3333
"fzaninotto/faker": "^1.9.1",
3434
"mockery/mockery": "^1.0",
35-
"phpunit/phpunit": "^7.0"
35+
"phpunit/phpunit": "^7.0|^8.0|^9.0"
3636
},
3737
"autoload": {
3838
"psr-4": {

0 commit comments

Comments
 (0)