Skip to content

Commit 6cee77b

Browse files
Merge pull request #158 from Laravel-Lang/5.x
Added installation of the `laravel-lang/actions` package
2 parents eff3587 + 0c86cf4 commit 6cee77b

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

composer.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,11 @@
55
"type": "library",
66
"keywords": [
77
"laravel-lang",
8+
"actions",
89
"attribute",
910
"attributes",
1011
"breeze",
12+
"buttons",
1113
"cashier",
1214
"fortify",
1315
"framework",
@@ -48,6 +50,7 @@
4850
},
4951
"require": {
5052
"php": "^8.1",
53+
"laravel-lang/actions": "^1.0",
5154
"laravel-lang/attributes": "^2.5.0",
5255
"laravel-lang/http-statuses": "^3.5.0",
5356
"laravel-lang/lang": "^13.3.0",
@@ -62,7 +65,7 @@
6265
"dragon-code/support": "^6.11",
6366
"orchestra/testbench": "^8.14",
6467
"phpunit/phpunit": "^10.4.2",
65-
"symfony/var-dumper": "^6.3.6"
68+
"symfony/var-dumper": "^6.3 || ^7.0"
6669
},
6770
"minimum-stability": "stable",
6871
"prefer-stable": true,

0 commit comments

Comments
 (0)