Skip to content

Commit 2a40cbe

Browse files
committed
Bump dependencies for Laravel 12
1 parent 013cab8 commit 2a40cbe

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
@@ -23,12 +23,12 @@
2323
"require": {
2424
"php": "^8.1",
2525
"codezero/browser-locale": "^3.0",
26-
"illuminate/support": "^10.0|^11.0"
26+
"illuminate/support": "^10.0|^11.0|^12.0"
2727
},
2828
"require-dev": {
2929
"mockery/mockery": "^1.3.3",
30-
"orchestra/testbench": "^8.0|^9.0",
31-
"phpunit/phpunit": "^10.5"
30+
"orchestra/testbench": "^8.0|^9.0|^10.0",
31+
"phpunit/phpunit": "^10.5|^11.5.3"
3232
},
3333
"scripts": {
3434
"test": "phpunit"

0 commit comments

Comments
 (0)