We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents eff3587 + 0c86cf4 commit 6cee77bCopy full SHA for 6cee77b
composer.json
@@ -5,9 +5,11 @@
5
"type": "library",
6
"keywords": [
7
"laravel-lang",
8
+ "actions",
9
"attribute",
10
"attributes",
11
"breeze",
12
+ "buttons",
13
"cashier",
14
"fortify",
15
"framework",
@@ -48,6 +50,7 @@
48
50
},
49
51
"require": {
52
"php": "^8.1",
53
+ "laravel-lang/actions": "^1.0",
54
"laravel-lang/attributes": "^2.5.0",
55
"laravel-lang/http-statuses": "^3.5.0",
56
"laravel-lang/lang": "^13.3.0",
@@ -62,7 +65,7 @@
62
65
"dragon-code/support": "^6.11",
63
66
"orchestra/testbench": "^8.14",
64
67
"phpunit/phpunit": "^10.4.2",
- "symfony/var-dumper": "^6.3.6"
68
+ "symfony/var-dumper": "^6.3 || ^7.0"
69
70
"minimum-stability": "stable",
71
"prefer-stable": true,
0 commit comments