summaryrefslogtreecommitdiffstats
path: root/composer-dev.json
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2016-08-31 21:22:19 +0200
committerRemi Collet <fedora@famillecollet.com>2016-08-31 21:22:19 +0200
commitd05cbf6976a8979bd33cf2e1cfa8fb0c4249b4c4 (patch)
treec43d9b3aec81a7a2445dd5c4f3521051e647b364 /composer-dev.json
parent64d945b9a9db8e788972d6c25468dae83a094532 (diff)
php-phpunit-PHPUnit-MockObject: switch the spec
Diffstat (limited to 'composer-dev.json')
-rw-r--r--composer-dev.json53
1 files changed, 0 insertions, 53 deletions
diff --git a/composer-dev.json b/composer-dev.json
deleted file mode 100644
index 29a06e8..0000000
--- a/composer-dev.json
+++ /dev/null
@@ -1,53 +0,0 @@
-{
- "name": "phpunit/phpunit-mock-objects",
- "description": "Mock Object library for PHPUnit",
- "type": "library",
- "keywords": [
- "xunit",
- "mock"
- ],
- "homepage": "https://github.com/sebastianbergmann/phpunit-mock-objects/",
- "license": "BSD-3-Clause",
- "authors": [
- {
- "name": "Sebastian Bergmann",
- "email": "sb@sebastian-bergmann.de",
- "role": "lead"
- }
- ],
- "support": {
- "issues": "https://github.com/sebastianbergmann/phpunit-mock-objects/issues",
- "irc": "irc://irc.freenode.net/phpunit"
- },
- "require": {
- "php": "^5.6 || ^7.0",
- "phpunit/php-text-template": "^1.2",
- "doctrine/instantiator": "^1.0.2",
- "sebastian/exporter": "^1.2"
- },
- "require-dev": {
- "phpunit/phpunit": "^5.4"
- },
- "conflict": {
- "phpunit/phpunit": "<5.4.0"
- },
- "suggest": {
- "ext-soap": "*"
- },
- "autoload": {
- "classmap": [
- "src/"
- ]
- },
- "autoload-dev": {
- "classmap": [
- "tests/_fixture/"
- ]
- },
- "extra": {
- "branch-alias": {
- "dev-master": "3.2.x-dev"
- }
- }
-}
-