Skip to content

Commit ae83054

Browse files
Bump dependencies for Laravel 12 (#13)
1 parent 27fedd8 commit ae83054

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

composer.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,13 +22,13 @@
2222
],
2323
"require": {
2424
"php": "^8.0",
25-
"illuminate/contracts": "^8.0|^9.0|^10.0|^11.0",
26-
"illuminate/http": "^8.0|^9.0|^10.0|^11.0",
27-
"illuminate/support": "^8.0|^9.0|^10.0|^11.0"
25+
"illuminate/contracts": "^8.0|^9.0|^10.0|^11.0|^12.0",
26+
"illuminate/http": "^8.0|^9.0|^10.0|^11.0|^12.0",
27+
"illuminate/support": "^8.0|^9.0|^10.0|^11.0|^12.0"
2828
},
2929
"require-dev": {
30-
"orchestra/testbench": "^5.0|^6.0|^7.0",
31-
"phpunit/phpunit": "^8.0|^9.0|^10.0"
30+
"orchestra/testbench": "^5.0|^6.0|^7.0|^10.0",
31+
"phpunit/phpunit": "^8.0|^9.0|^10.0|^11.5.3"
3232
},
3333
"autoload": {
3434
"psr-4": {

0 commit comments

Comments
 (0)