From 03a7d6a8b4f4f1684d1813bab3e66a583a40a641 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 28 Oct 2020 08:24:19 +0100 Subject: update to 1.2.2 switch to phpunit9 --- composer.json | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) (limited to 'composer.json') diff --git a/composer.json b/composer.json index ee53a03..39601dd 100644 --- a/composer.json +++ b/composer.json @@ -17,16 +17,16 @@ {"name": "Marco Pivetta", "email": "ocramius@gmail.com"} ], "require": { - "php": "^7.1", + "php": "^7.1 || ^8.0", "ext-tokenizer": "*", "doctrine/annotations": "^1.0" }, "require-dev": { - "phpstan/phpstan": "^0.11.0", - "phpstan/phpstan-phpunit": "^0.11.0", - "phpunit/phpunit": "^7.0", - "doctrine/coding-standard": "^5.0", - "doctrine/common": "^2.10" + "doctrine/coding-standard": "^6.0 || ^8.2.0", + "doctrine/common": "^2.10", + "phpstan/phpstan": "^0.11.0 || ^0.12.20", + "phpstan/phpstan-phpunit": "^0.11.0 || ^0.12.16", + "phpunit/phpunit": "^7.5 || ^9.1.5" }, "conflict": { "doctrine/common": "<2.9" @@ -42,6 +42,9 @@ "Doctrine\\Tests_PHP74\\": "tests/Doctrine/Tests_PHP74" } }, + "config": { + "sort-packages": true + }, "extra": { "branch-alias": { "dev-master": "1.2.x-dev" -- cgit