From 03b688d2975595a6fe5864d9e021a048685cc99c Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 3 May 2022 08:18:34 +0200 Subject: update to 1.0.0 allow psr/log 2 and 3 drop patch merged upstream --- composer.json | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) (limited to 'composer.json') diff --git a/composer.json b/composer.json index 5cc7ac1..c79e38c 100644 --- a/composer.json +++ b/composer.json @@ -8,9 +8,9 @@ "php": "^7.1|^8.0" }, "require-dev": { - "phpunit/phpunit": "^7.0|^8.0|^9.0", - "psr/log": "^1.0", - "doctrine/coding-standard": "^6.0|^7.0|^8.0" + "phpunit/phpunit": "^7.5|^8.5|^9.5", + "psr/log": "^1|^2|^3", + "doctrine/coding-standard": "^9" }, "suggest": { "psr/log": "Allows logging deprecations via PSR-3 logger implementation" @@ -23,5 +23,10 @@ "DeprecationTests\\": "test_fixtures/src", "Doctrine\\Foo\\": "test_fixtures/vendor/doctrine/foo" } + }, + "config": { + "allow-plugins": { + "dealerdirect/phpcodesniffer-composer-installer": true + } } } -- cgit