Skip to content

Commit 90343ab

Browse files
authored
Merge pull request #219 from yormy/laravel11
Upgrade to laravel 11
2 parents abd7235 + f67b0db commit 90343ab

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

composer.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@
2020
}
2121
],
2222
"require": {
23-
"illuminate/database": "^9.35|^10.5",
24-
"illuminate/support": "^9.35|^10.5"
23+
"illuminate/database": "^9.35|^10.5|^11",
24+
"illuminate/support": "^9.35|^10.5|^11"
2525
},
2626
"autoload": {
2727
"psr-4": {
@@ -37,12 +37,12 @@
3737
"test": "vendor/bin/phpunit"
3838
},
3939
"require-dev": {
40-
"chelout/laravel-relationship-events": "^1.5|^2.0",
41-
"laravel/legacy-factories": "^1.3",
42-
"livewire/livewire": "dev-master",
43-
"mockery/mockery": "^1.5",
44-
"orchestra/testbench": "^7.23|^8.1.1",
45-
"phpunit/phpunit": "^9.5.25"
40+
"chelout/laravel-relationship-events": "^1.5|^2.0|^3.0",
41+
"laravel/legacy-factories": "^1.4",
42+
"livewire/livewire": "dev-main",
43+
"mockery/mockery": "^1.6",
44+
"orchestra/testbench": "^7.23|^8.1.1|^9",
45+
"phpunit/phpunit": "^9.5.25|^10"
4646
},
4747
"config": {
4848
"sort-packages": true

0 commit comments

Comments
 (0)