Skip to content

Commit 476a439

Browse files
authored
Laravel 10
1 parent 65f58dd commit 476a439

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,12 @@
2222
],
2323
"require": {
2424
"php": "^7.1|^8.0|^9.0",
25-
"illuminate/support": "^7.0|^8.0|^9.0",
25+
"illuminate/support": "^7.0|^8.0|^9.0|^10.0",
2626
"laravel/helpers": "^1.1"
2727
},
2828
"require-dev": {
29-
"orchestra/testbench": "^4.0|^5.0|^6.0|^7.0",
30-
"spatie/laravel-translatable": "^4.2"
29+
"orchestra/testbench": "^4.0|^5.0|^6.0|^7.0|^8.0",
30+
"spatie/laravel-translatable": "^6.3"
3131
},
3232
"autoload": {
3333
"psr-4": {

0 commit comments

Comments
 (0)