Skip to content

Commit e20bd41

Browse files
author
Rob
committed
Upgrade to laravel 11
1 parent abd7235 commit e20bd41

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

composer.json

Lines changed: 9 additions & 9 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": {
@@ -36,13 +36,13 @@
3636
"scripts": {
3737
"test": "vendor/bin/phpunit"
3838
},
39-
"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"
39+
"require-dev1": {
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)