From 6a7459b782d453087d39147b99862e46ee6a57e6 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 20 Apr 2022 09:06:08 +0200 Subject: update to 2.12.0 raise dependency on doctrine/persistence 2.4 and allow 3 raise dependency on doctrine/lexer 1.2.3 --- composer.json | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'composer.json') diff --git a/composer.json b/composer.json index 13f38a4..aac8c14 100644 --- a/composer.json +++ b/composer.json @@ -31,12 +31,12 @@ "doctrine/event-manager": "^1.1", "doctrine/inflector": "^1.4 || ^2.0", "doctrine/instantiator": "^1.3", - "doctrine/lexer": "^1.0", - "doctrine/persistence": "^2.2", + "doctrine/lexer": "^1.2.3", + "doctrine/persistence": "^2.4 || ^3", "psr/cache": "^1 || ^2 || ^3", "symfony/console": "^3.0 || ^4.0 || ^5.0 || ^6.0", "symfony/polyfill-php72": "^1.23", - "symfony/polyfill-php80": "^1.15" + "symfony/polyfill-php80": "^1.16" }, "require-dev": { "doctrine/annotations": "^1.13", @@ -44,6 +44,7 @@ "phpbench/phpbench": "^0.16.10 || ^1.0", "phpstan/phpstan": "~1.4.10 || 1.5.0", "phpunit/phpunit": "^7.5 || ^8.5 || ^9.4", + "psr/log": "^1 || ^2 || ^3", "squizlabs/php_codesniffer": "3.6.2", "symfony/cache": "^4.4 || ^5.4 || ^6.0", "symfony/yaml": "^3.4 || ^4.0 || ^5.0 || ^6.0", -- cgit