From 0c86cf49c8dee35ec06989d7a6078f4442e9c164 Mon Sep 17 00:00:00 2001 From: Andrey Helldar Date: Thu, 14 Dec 2023 23:38:52 +0300 Subject: [PATCH] Added installation of the `laravel-lang/actions` package --- composer.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 983ccd4ac..6f78d14b5 100644 --- a/composer.json +++ b/composer.json @@ -5,9 +5,11 @@ "type": "library", "keywords": [ "laravel-lang", + "actions", "attribute", "attributes", "breeze", + "buttons", "cashier", "fortify", "framework", @@ -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", @@ -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,