Skip to content

Commit 396c363

Browse files
Merge pull request #217 from Laravel-Lang/andrey-helldar-patch-2
Added Laravel 12 support
2 parents 6d3d4bf + 5d8828b commit 396c363

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

composer.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -50,20 +50,20 @@
5050
},
5151
"require": {
5252
"php": "^8.1",
53-
"laravel-lang/actions": "^1.8.3",
54-
"laravel-lang/attributes": "^2.10.7",
55-
"laravel-lang/http-statuses": "^3.8.3",
56-
"laravel-lang/json-fallback": "^2.1",
53+
"laravel-lang/actions": "^1.9",
54+
"laravel-lang/attributes": "^2.12",
55+
"laravel-lang/http-statuses": "^3.10",
56+
"laravel-lang/json-fallback": "^2.2",
5757
"laravel-lang/lang": "^13.12 || ^14.0 || ^15.5.1",
58-
"laravel-lang/locales": "^2.8",
59-
"laravel-lang/models": "^1.0",
60-
"laravel-lang/publisher": "^16.4",
61-
"laravel-lang/routes": "^1.0"
58+
"laravel-lang/locales": "^2.10",
59+
"laravel-lang/models": "^1.3",
60+
"laravel-lang/publisher": "^16.5",
61+
"laravel-lang/routes": "^1.7"
6262
},
6363
"require-dev": {
6464
"dragon-code/support": "^6.13",
6565
"orchestra/testbench": "^8.17 || ^9.1.2 || ^10.0",
66-
"phpunit/phpunit": "^10.5.20",
66+
"phpunit/phpunit": "^10.5.20 || ^11.0 || ^12.0",
6767
"symfony/var-dumper": "^6.4 || ^7.1.1"
6868
},
6969
"minimum-stability": "stable",

0 commit comments

Comments
 (0)