From 9e6a5f88ca0db92d22202ab0a7c41d2640a61b80 Mon Sep 17 00:00:00 2001 From: Alexander Schranz Date: Wed, 14 Dec 2022 19:31:29 +0100 Subject: [PATCH] Move phpcr-shell from require-dev to require --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index ce7cf0ac..fc5fba28 100644 --- a/composer.json +++ b/composer.json @@ -36,6 +36,7 @@ "friendsofsymfony/http-cache-bundle": "^2.10.1", "handcraftedinthealps/zendsearch": "^2.1", "jackalope/jackalope-doctrine-dbal": "^1.7", + "phpcr/phpcr-shell": "^1.4", "scheb/2fa-bundle": "^6.1", "scheb/2fa-email": "^6.1", "scheb/2fa-trusted-device": "^6.1", @@ -54,7 +55,6 @@ "require-dev": { "friendsofphp/php-cs-fixer": "^3.9", "jangregor/phpstan-prophecy": "^1.0", - "phpcr/phpcr-shell": "^1.4", "phpspec/prophecy-phpunit": "^2.0", "phpstan/extension-installer": "^1.1", "phpstan/phpstan": "^1.4",