From c946f888351119098fd9849d46b34ec6f2a63dba Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Sat, 26 Nov 2016 17:38:56 +0100 Subject: php-phpunit-Version: switch the spec --- composer-dev.json | 29 ----------------------------- 1 file changed, 29 deletions(-) delete mode 100644 composer-dev.json (limited to 'composer-dev.json') diff --git a/composer-dev.json b/composer-dev.json deleted file mode 100644 index 3b87814..0000000 --- a/composer-dev.json +++ /dev/null @@ -1,29 +0,0 @@ -{ - "name": "sebastian/version", - "description": "Library that helps with managing the version number of Git-hosted PHP projects", - "homepage": "https://github.com/sebastianbergmann/version", - "license": "BSD-3-Clause", - "authors": [ - { - "name": "Sebastian Bergmann", - "email": "sebastian@phpunit.de", - "role": "lead" - } - ], - "support": { - "issues": "https://github.com/sebastianbergmann/version/issues" - }, - "require": { - "php": ">=5.6" - }, - "autoload": { - "classmap": [ - "src/" - ] - }, - "extra": { - "branch-alias": { - "dev-master": "2.0.x-dev" - } - } -} -- cgit