Skip to content

Commit 8d8e827

Browse files
committed
Bump dependencies for Laravel 12
1 parent 0cdb605 commit 8d8e827

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

composer.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@
1414
"symfony/workflow": "^6.0|^7.0",
1515
"symfony/process": "^6.0|^7.0",
1616
"symfony/event-dispatcher-contracts": "^2.4|^3.0",
17-
"illuminate/console": "^8.0|^9.0|^10.0|^11.0",
18-
"illuminate/support": "^8.0|^9.0|^10.0|^11.0",
19-
"illuminate/contracts": "^8.0|^9.0|^10.0|^11.0"
17+
"illuminate/console": "^8.0|^9.0|^10.0|^11.0|^12.0",
18+
"illuminate/support": "^8.0|^9.0|^10.0|^11.0|^12.0",
19+
"illuminate/contracts": "^8.0|^9.0|^10.0|^11.0|^12.0"
2020
},
2121
"autoload": {
2222
"psr-4": {
@@ -43,10 +43,10 @@
4343
},
4444
"require-dev": {
4545
"mockery/mockery": "^1.2",
46-
"phpunit/phpunit": "^9.0|^10.5",
46+
"phpunit/phpunit": "^9.0|^10.5|^11.5.3",
4747
"symfony/var-dumper": "^6.0|^7.0",
4848
"fakerphp/faker": "^1.13|^1.9.1",
49-
"orchestra/testbench": "^6.0|^7.0|^8.0|^9.0",
50-
"symfony/contracts": "^2.3"
49+
"orchestra/testbench": "^6.0|^7.0|^8.0|^9.0|^10.0",
50+
"symfony/contracts": "^2.3|^3.5"
5151
}
5252
}

0 commit comments

Comments
 (0)