Skip to content

Commit 3560ccf

Browse files
committed
Update composer dependencies to Laravel v9
1 parent fa26067 commit 3560ccf

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

composer.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -38,17 +38,17 @@
3838
],
3939
"require": {
4040
"php": "^8.0.0",
41-
"illuminate/console": "^8.0.0 || ^9.0.0",
42-
"illuminate/database": "^8.0.0 || ^9.0.0",
43-
"illuminate/support": "^8.0.0 || ^9.0.0",
41+
"illuminate/console": "^9.0.0 || ^10.0.0",
42+
"illuminate/database": "^9.0.0 || ^10.0.0",
43+
"illuminate/support": "^9.0.0 || ^10.0.0",
4444
"rinvex/laravel-support": "^6.0.0",
4545
"spatie/eloquent-sortable": "^4.0.0",
46-
"spatie/laravel-sluggable": "^3.0.0",
47-
"spatie/laravel-translatable": "^5.0.0"
46+
"spatie/laravel-sluggable": "^3.3.0",
47+
"spatie/laravel-translatable": "^5.2.0"
4848
},
4949
"require-dev": {
5050
"codedungeon/phpunit-result-printer": "^0.31.0",
51-
"illuminate/container": "^8.0.0 || ^9.0.0",
51+
"illuminate/container": "^9.0.0 || ^10.0.0",
5252
"phpunit/phpunit": "^9.5.0"
5353
},
5454
"autoload": {

0 commit comments

Comments
 (0)