Skip to content

Commit 46cfa80

Browse files
authored
Update dependencies to support Laravel 9 (#5)
1 parent 0b9f301 commit 46cfa80

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
@@ -21,11 +21,11 @@
2121
"require": {
2222
"php": "^7.2|^8.0",
2323
"ext-zip": "*",
24-
"illuminate/contracts": "^6.0|^7.0|^8.0",
25-
"illuminate/support": "^6.0|^7.0|^8.0"
24+
"illuminate/contracts": "^6.0|^7.0|^8.0|^9.0",
25+
"illuminate/support": "^6.0|^7.0|^8.0|^9.0"
2626
},
2727
"require-dev": {
28-
"orchestra/testbench": "^4.0|^5.0|^6.0",
28+
"orchestra/testbench": "^4.0|^5.0|^6.0|^7.0",
2929
"phpunit/phpunit": "^8.0|^9.0"
3030
},
3131
"autoload": {

0 commit comments

Comments
 (0)