From 6998a0cd2b6b1ce7ecd62d993284535d346957dc Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 12 Nov 2020 08:08:15 +0100 Subject: update to 1.4.0 --- composer.json | 22 ++++++---------------- 1 file changed, 6 insertions(+), 16 deletions(-) (limited to 'composer.json') diff --git a/composer.json b/composer.json index a84baa7..1ce3473 100644 --- a/composer.json +++ b/composer.json @@ -12,25 +12,20 @@ { "name": "Marco Pivetta", "email": "ocramius@gmail.com", - "homepage": "http://ocramius.github.com/" + "homepage": "https://ocramius.github.io/" } ], - "config": { - "platform": { - "php": "7.1.27" - } - }, "require": { "php": "^7.1 || ^8.0" }, "require-dev": { "ext-phar": "*", "ext-pdo": "*", - "doctrine/coding-standard": "^6.0", - "phpbench/phpbench": "^0.13", - "phpstan/phpstan-phpunit": "^0.11", - "phpstan/phpstan-shim": "^0.11", - "phpunit/phpunit": "^7.0" + "doctrine/coding-standard": "^8.0", + "phpbench/phpbench": "^0.13 || 1.0.0-alpha2", + "phpstan/phpstan": "^0.12", + "phpstan/phpstan-phpunit": "^0.12", + "phpunit/phpunit": "^7.0 || ^8.0 || ^9.0" }, "autoload": { "psr-4": { @@ -43,10 +38,5 @@ "DoctrineTest\\InstantiatorTest\\": "tests", "DoctrineTest\\InstantiatorTestAsset\\": "tests" } - }, - "extra": { - "branch-alias": { - "dev-master": "1.2.x-dev" - } } } -- cgit