Skip to content

Commit 5c76907

Browse files
authored
Update composer.json
1 parent bf1b992 commit 5c76907

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

composer.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,12 @@
1717
],
1818
"require": {
1919
"ext-mbstring": "*",
20-
"php": "^8.0",
21-
"illuminate/contracts": "^8.80|^9.0|^10.0|^11.0"
20+
"php": "^8.1",
21+
"illuminate/contracts": "^9.0|^10.0|^11.0"
2222
},
2323
"require-dev": {
24-
"nunomaduro/collision": "^5.0|^6.0|^7.0|^8.1",
25-
"orchestra/testbench": "^6.24|^7.0|^8.0|^9.0",
24+
"nunomaduro/collision": "^6.0|^7.0|^8.1",
25+
"orchestra/testbench": "^7.0|^8.0|^9.0",
2626
"phpunit/phpunit": "^9.5|^10.0",
2727
"spatie/phpunit-snapshot-assertions": "^4.2|^5.0"
2828
},

0 commit comments

Comments
 (0)