Skip to content

Commit 05d268d

Browse files
committed
chore(dependencies): update composer.json and composer.lock for Laravel 12 and package version upgrades
1 parent 7609b3f commit 05d268d

File tree

2 files changed

+1057
-888
lines changed

2 files changed

+1057
-888
lines changed

composer.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,14 +33,14 @@
3333
],
3434
"require": {
3535
"php": "^8.0",
36-
"illuminate/database": "^8.0|^9.0|^10.0|^11.0|^12.0",
37-
"illuminate/support": "^8.0|^9.0|^10.0|^11.0|^12.0",
36+
"illuminate/database": "^12.0",
37+
"illuminate/support": "^12.0",
3838
"opis/closure": "^4.3"
3939
},
4040
"require-dev": {
4141
"mockery/mockery": "^1.3.2",
42-
"orchestra/testbench": "^8.0|^9.0",
43-
"phpunit/phpunit": "^8.4|^9.0|^10.5"
42+
"orchestra/testbench": "10.8",
43+
"phpunit/phpunit": "^11.5"
4444
},
4545
"scripts": {
4646
"test": "php vendor/bin/phpunit"

0 commit comments

Comments
 (0)