Skip to content
This repository was archived by the owner on Feb 16, 2022. It is now read-only.

Commit 91a4504

Browse files
committed
Update composer dependencies to Laravel v9
1 parent 58dd930 commit 91a4504

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

composer.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -49,19 +49,19 @@
4949
],
5050
"require": {
5151
"php": "^8.0.0",
52-
"illuminate/console": "^8.0.0 || ^9.0.0",
53-
"illuminate/database": "^8.0.0 || ^9.0.0",
54-
"illuminate/support": "^8.0.0 || ^9.0.0",
52+
"illuminate/console": "^9.0.0 || ^10.0.0",
53+
"illuminate/database": "^9.0.0 || ^10.0.0",
54+
"illuminate/support": "^9.0.0 || ^10.0.0",
5555
"jeremeamia/superclosure": "^2.4.0",
5656
"rinvex/laravel-support": "^6.0.0",
5757
"spatie/eloquent-sortable": "^4.0.0",
58-
"spatie/laravel-sluggable": "^3.0.0",
59-
"spatie/laravel-translatable": "^5.0.0"
58+
"spatie/laravel-sluggable": "^3.3.0",
59+
"spatie/laravel-translatable": "^5.2.0"
6060
},
6161
"require-dev": {
6262
"codedungeon/phpunit-result-printer": "^0.31.0",
63-
"illuminate/container": "^8.0.0 || ^9.0.0",
64-
"orchestra/testbench": "^6.7.0",
63+
"illuminate/container": "^9.0.0 || ^10.0.0",
64+
"orchestra/testbench": "^7.0.0",
6565
"phpunit/phpunit": "^9.5.0"
6666
},
6767
"autoload": {

0 commit comments

Comments
 (0)