From d325f4931390f48611521bd303a15d4c3860d2ad Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Sun, 26 Feb 2017 18:32:19 +0100 Subject: php-phpunit-PHP-Timer: 1.0.9 --- composer.json | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) (limited to 'composer.json') diff --git a/composer.json b/composer.json index a327276..0f16164 100644 --- a/composer.json +++ b/composer.json @@ -15,19 +15,23 @@ } ], "support": { - "issues": "https://github.com/sebastianbergmann/php-timer/issues", - "irc": "irc://irc.freenode.net/phpunit" + "issues": "https://github.com/sebastianbergmann/php-timer/issues" }, "require": { - "php": ">=5.3.3" + "php": "^5.3.3 || ^7.0" }, "require-dev": { - "phpunit/phpunit": "~4|~5" + "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.0" }, "autoload": { "classmap": [ "src/" ] + }, + "extra": { + "branch-alias": { + "dev-master": "1.0-dev" + } } } -- cgit