Skip to content

Commit 5c7c7fd

Browse files
committed
🔧 Updated composer.json
1 parent 086eaef commit 5c7c7fd

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
@@ -18,11 +18,11 @@
1818
],
1919
"require": {
2020
"php": "^7.3|^8.0",
21-
"illuminate/support": "^6.0|^7.0|^8.0",
22-
"illuminate/contracts": "^6.0|^7.0|^8.0"
21+
"illuminate/support": "^6.0|^7.0|^8.0|^9.0",
22+
"illuminate/contracts": "^6.0|^7.0|^8.0|^9.0"
2323
},
2424
"require-dev": {
25-
"orchestra/testbench": "^4.5|^5.0|^6.0",
25+
"orchestra/testbench": "^4.5|^5.0|^6.0|^7.0",
2626
"phpunit/phpunit": "^9.4"
2727
},
2828
"autoload": {

0 commit comments

Comments
 (0)