Skip to content

Commit e963332

Browse files
Removed laravel versions 10 & 11
1 parent fb62ef2 commit e963332

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
@@ -40,20 +40,20 @@
4040
"require": {
4141
"php": "^8.3",
4242
"ext-json": "*",
43-
"illuminate/auth": "^10|^11|^12|^13",
44-
"illuminate/contracts": "^10|^11|^12|^13",
45-
"illuminate/http": "^10|^11|^12|^13",
46-
"illuminate/support": "^10|^11|^12|^13",
43+
"illuminate/auth": "^12|^13",
44+
"illuminate/contracts": "^12|^13",
45+
"illuminate/http": "^12|^13",
46+
"illuminate/support": "^12|^13",
4747
"lcobucci/jwt": "^5.4",
4848
"namshi/jose": "^7.0",
4949
"nesbot/carbon": "^2.0|^3.0"
5050
},
5151
"require-dev": {
5252
"friendsofphp/php-cs-fixer": "^3",
53-
"illuminate/console": "^10|^11|^12|^13",
54-
"illuminate/routing": "^10|^11|^12|^13",
55-
"orchestra/testbench": "^8|^9|^10|^11",
53+
"illuminate/console": "^12|^13",
54+
"illuminate/routing": "^12|^13",
5655
"mockery/mockery": "^1.6",
56+
"orchestra/testbench": "^10|^11",
5757
"phpstan/phpstan": "^2",
5858
"phpunit/phpunit": "^10.5|^11"
5959
},

0 commit comments

Comments
 (0)