Skip to content

Commit 9e1bdac

Browse files
committed
laravel 10
1 parent 9e2eabe commit 9e1bdac

File tree

1 file changed

+5
-7
lines changed

1 file changed

+5
-7
lines changed

composer.json

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@
2020
}
2121
],
2222
"require": {
23-
"illuminate/database": "^8.83|^9.35",
24-
"illuminate/support": "^8.83|^9.35"
23+
"illuminate/database": "^8.83|^9.35|^10.0",
24+
"illuminate/support": "^8.83|^9.35|^10.0"
2525
},
2626
"autoload": {
2727
"psr-4": {
@@ -37,14 +37,12 @@
3737
"test": "vendor/bin/phpunit"
3838
},
3939
"require-dev": {
40-
"chelout/laravel-relationship-events": "^1.5",
40+
"chelout/laravel-relationship-events": "^1.5|^2.0",
4141
"laravel/legacy-factories": "^1.3",
4242
"livewire/livewire": "dev-master",
4343
"mockery/mockery": "^1.5",
44-
"orchestra/database": "^6.28|^7.0",
45-
"orchestra/testbench": "^6.28|^7.0",
46-
"orchestra/testbench-core": "^6.28|^7.0",
47-
"phpunit/phpunit": "^9.5.25"
44+
"orchestra/testbench": "^6.28|^7.0|^8.0",
45+
"phpunit/phpunit": "^9.5.25|^10.0"
4846
},
4947
"config": {
5048
"sort-packages": true

0 commit comments

Comments
 (0)