Skip to content

Commit

Permalink
Merge pull request #158 from Laravel-Lang/5.x
Browse files Browse the repository at this point in the history
Added installation of the `laravel-lang/actions` package
  • Loading branch information
andrey-helldar authored Dec 15, 2023
2 parents eff3587 + 0c86cf4 commit 6cee77b
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,11 @@
"type": "library",
"keywords": [
"laravel-lang",
"actions",
"attribute",
"attributes",
"breeze",
"buttons",
"cashier",
"fortify",
"framework",
Expand Down Expand Up @@ -48,6 +50,7 @@
},
"require": {
"php": "^8.1",
"laravel-lang/actions": "^1.0",
"laravel-lang/attributes": "^2.5.0",
"laravel-lang/http-statuses": "^3.5.0",
"laravel-lang/lang": "^13.3.0",
Expand All @@ -62,7 +65,7 @@
"dragon-code/support": "^6.11",
"orchestra/testbench": "^8.14",
"phpunit/phpunit": "^10.4.2",
"symfony/var-dumper": "^6.3.6"
"symfony/var-dumper": "^6.3 || ^7.0"
},
"minimum-stability": "stable",
"prefer-stable": true,
Expand Down

0 comments on commit 6cee77b

Please sign in to comment.