Skip to content

Commit

Permalink
Added Laravel 12 support
Browse files Browse the repository at this point in the history
  • Loading branch information
andrey-helldar authored Feb 24, 2025
1 parent 6d3d4bf commit 5d8828b
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,20 +50,20 @@
},
"require": {
"php": "^8.1",
"laravel-lang/actions": "^1.8.3",
"laravel-lang/attributes": "^2.10.7",
"laravel-lang/http-statuses": "^3.8.3",
"laravel-lang/json-fallback": "^2.1",
"laravel-lang/actions": "^1.9",
"laravel-lang/attributes": "^2.12",
"laravel-lang/http-statuses": "^3.10",
"laravel-lang/json-fallback": "^2.2",
"laravel-lang/lang": "^13.12 || ^14.0 || ^15.5.1",
"laravel-lang/locales": "^2.8",
"laravel-lang/models": "^1.0",
"laravel-lang/publisher": "^16.4",
"laravel-lang/routes": "^1.0"
"laravel-lang/locales": "^2.10",
"laravel-lang/models": "^1.3",
"laravel-lang/publisher": "^16.5",
"laravel-lang/routes": "^1.7"
},
"require-dev": {
"dragon-code/support": "^6.13",
"orchestra/testbench": "^8.17 || ^9.1.2 || ^10.0",
"phpunit/phpunit": "^10.5.20",
"phpunit/phpunit": "^10.5.20 || ^11.0 || ^12.0",
"symfony/var-dumper": "^6.4 || ^7.1.1"
},
"minimum-stability": "stable",
Expand Down

0 comments on commit 5d8828b

Please sign in to comment.