Skip to content

Commit 06128a8

Browse files
Update composer.json
1 parent 43be383 commit 06128a8

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

composer.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -18,14 +18,14 @@
1818
}
1919
],
2020
"require": {
21-
"php": "^7.2",
22-
"illuminate/contracts": "^6.0|^7.0",
23-
"illuminate/http": "^6.0|^7.0",
24-
"illuminate/support": "^6.0|^7.0"
21+
"php": "^7.2|^8.0",
22+
"illuminate/contracts": "^6.0|^7.0|^8.0",
23+
"illuminate/http": "^6.0|^7.0|^8.0",
24+
"illuminate/support": "^6.0|^7.0|^8.0"
2525
},
2626
"require-dev": {
27-
"orchestra/testbench": "^4.0|^5.0",
28-
"phpunit/phpunit": "^8.0"
27+
"orchestra/testbench": "^4.0|^5.0|^6.0",
28+
"phpunit/phpunit": "^8.0|^9.0"
2929
},
3030
"autoload": {
3131
"psr-4": {

0 commit comments

Comments
 (0)