Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 45f5f2b

Browse files
committedFeb 16, 2025
Bump dependencies for Laravel 12
1 parent 094d1d1 commit 45f5f2b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed
 

‎composer.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@
2020
}
2121
],
2222
"require": {
23-
"illuminate/database": "^10.5|^11.33",
24-
"illuminate/support": "^10.5|^11.33"
23+
"illuminate/database": "^10.5|^11.33|^12.0",
24+
"illuminate/support": "^10.5|^11.33|^12.0"
2525
},
2626
"autoload": {
2727
"psr-4": {
@@ -41,7 +41,7 @@
4141
"laravel/legacy-factories": "^1.4",
4242
"livewire/livewire": "dev-main",
4343
"mockery/mockery": "^1.6",
44-
"orchestra/testbench": "^8.1.1|^9",
44+
"orchestra/testbench": "^8.1.1|^9|^10.0",
4545
"phpunit/phpunit": "^9.5.25|^10|^11"
4646
},
4747
"config": {

0 commit comments

Comments
 (0)