From 0d3b5afc728d3776b76b6f2ad00c0c6bc77a722c Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 27 May 2020 11:34:07 +0200 Subject: update to 2.7.3 allow doctrine/common v3 allow doctrine/persistence v2 add dependency on doctrine/inflector add dependency on doctrine/lexer --- composer.json | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) (limited to 'composer.json') diff --git a/composer.json b/composer.json index ed05a26..787210c 100644 --- a/composer.json +++ b/composer.json @@ -13,6 +13,9 @@ {"name": "Marco Pivetta", "email": "ocramius@gmail.com"} ], "config": { + "platform": { + "php": "7.1.3" + }, "sort-packages": true }, "require": { @@ -21,18 +24,22 @@ "doctrine/annotations": "^1.8", "doctrine/cache": "^1.9.1", "doctrine/collections": "^1.5", - "doctrine/common": "^2.11", + "doctrine/common": "^2.11 || ^3.0", "doctrine/dbal": "^2.9.3", "doctrine/event-manager": "^1.1", + "doctrine/inflector": "^1.0", "doctrine/instantiator": "^1.3", - "doctrine/persistence": "^1.2", + "doctrine/lexer": "^1.0", + "doctrine/persistence": "^1.3.3 || ^2.0", "ocramius/package-versions": "^1.2", "symfony/console": "^3.0|^4.0|^5.0" }, "require-dev": { "doctrine/coding-standard": "^5.0", + "phpstan/phpstan": "^0.12.18", "phpunit/phpunit": "^7.5", - "symfony/yaml": "^3.4|^4.0|^5.0" + "symfony/yaml": "^3.4|^4.0|^5.0", + "vimeo/psalm": "^3.11" }, "suggest": { "symfony/yaml": "If you want to use YAML Metadata Mapping Driver" -- cgit