Skip to content

Commit 7fa94cf

Browse files
committed
Bump dependencies for Laravel 12
1 parent d1ad2ea commit 7fa94cf

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
@@ -20,12 +20,12 @@
2020
"require": {
2121
"php": ">=7.1.0",
2222
"facade/ignition-contracts": "^1.0",
23-
"illuminate/support": "^9.19|^10.0|^11.0"
23+
"illuminate/support": "^9.19|^10.0|^11.0|^12.0"
2424
},
2525
"require-dev": {
26-
"orchestra/testbench": "^7.0|^8.0|^9.0",
27-
"phpunit/phpunit": "^8.3|^9.0|^10.5",
28-
"vimeo/psalm": "^4.0|^5.22"
26+
"orchestra/testbench": "^7.0|^8.0|^9.0|^10.0",
27+
"phpunit/phpunit": "^8.3|^9.0|^10.5|^11.5.3",
28+
"vimeo/psalm": "^4.0|^5.22|^6.7"
2929
},
3030
"autoload": {
3131
"psr-4": {

0 commit comments

Comments
 (0)