Skip to content

Commit 62d28bb

Browse files
committed
Bump dependencies for Laravel 12
1 parent b07726d commit 62d28bb

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
"php": "^8.2|^8.3|^8.4",
20-
"illuminate/support": "^10.0|^11.0"
20+
"illuminate/support": "^10.0|^11.0|^12.0"
2121
},
2222
"require-dev": {
2323
"mockery/mockery": "^1.4.4",
24-
"orchestra/testbench": "^8.0|^9.0",
25-
"phpunit/phpunit": "^10.4"
24+
"orchestra/testbench": "^8.0|^9.0|^10.0",
25+
"phpunit/phpunit": "^10.4|^11.5.3"
2626
},
2727
"autoload": {
2828
"psr-4": {
@@ -50,4 +50,4 @@
5050
]
5151
}
5252
}
53-
}
53+
}

0 commit comments

Comments
 (0)