From 44ebeb70db8712ef169741970e3c93b09796ae53 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 3 Jun 2020 12:32:29 +0200 Subject: update to 3.0.0 rename to php-composer-semver3 install in /usr/share/php/Composer/Semver3 --- composer.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'composer.json') diff --git a/composer.json b/composer.json index f313f4d..117b78e 100644 --- a/composer.json +++ b/composer.json @@ -31,10 +31,10 @@ "issues": "https://github.com/composer/semver/issues" }, "require": { - "php": "^5.3.2 || ^7.0" + "php": "^5.3.2 || ^7.0 || ^8.0" }, "require-dev": { - "phpunit/phpunit": "^4.5 || ^5.0.5 || ^7", + "symfony/phpunit-bridge": "^4.2 || ^5", "phpstan/phpstan": "^0.12.19" }, "autoload": { @@ -49,10 +49,10 @@ }, "extra": { "branch-alias": { - "dev-master": "2.x-dev" + "dev-master": "3.x-dev" } }, "scripts": { - "test": "phpunit" + "test": "vendor/bin/simple-phpunit" } } -- cgit