From c57ac6d248ad4ffd6e441c3c6b0a6ffa5e1f39e4 Mon Sep 17 00:00:00 2001 From: Ibes Date: Fri, 10 Mar 2023 09:46:06 +0100 Subject: [PATCH] update bitbag coding standard --- composer.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/composer.json b/composer.json index 165e738..480e5ae 100644 --- a/composer.json +++ b/composer.json @@ -5,7 +5,7 @@ "license": "MIT", "require": { "php": "^7.3 || ^8.0", - "bitbag/coding-standard": "^1.0.1", + "bitbag/coding-standard": "^1.0.1 || ^2.0.0", "sylius/sylius": "~1.8.0 || ~1.9.0 || ~1.10.0 || ~1.11.0" }, "require-dev": { @@ -23,10 +23,10 @@ "friends-of-behat/variadic-extension": "^1.3", "phpspec/phpspec": "^7.0", "phpstan/extension-installer": "^1.0", - "phpstan/phpstan": "0.12.85", + "phpstan/phpstan": "0.12.85 || ^1.4", "phpstan/phpstan-doctrine": "0.12.33", - "phpstan/phpstan-strict-rules": "^0.12.0", - "phpstan/phpstan-webmozart-assert": "0.12.12", + "phpstan/phpstan-strict-rules": "^0.12.0 || ^1.0", + "phpstan/phpstan-webmozart-assert": "0.12.12 || ^1.0", "phpunit/phpunit": "^9.5", "sensiolabs/security-checker": "^6.0", "sylius-labs/coding-standard": "^4.0",