diff options
author | Remi Collet <fedora@famillecollet.com> | 2017-02-26 18:32:19 +0100 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2017-02-26 18:32:19 +0100 |
commit | d325f4931390f48611521bd303a15d4c3860d2ad (patch) | |
tree | 1f4b1058c8ffa07a9cb32a7c849c236180d7175a /composer.json | |
parent | 8cf4d7139124d11ef039648a0ac33a9e57adb070 (diff) |
Diffstat (limited to 'composer.json')
-rw-r--r-- | composer.json | 12 |
1 files changed, 8 insertions, 4 deletions
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" + } } } |