summaryrefslogtreecommitdiffstats
path: root/composer-dev.json
diff options
context:
space:
mode:
Diffstat (limited to 'composer-dev.json')
-rw-r--r--composer-dev.json79
1 files changed, 0 insertions, 79 deletions
diff --git a/composer-dev.json b/composer-dev.json
deleted file mode 100644
index 62e5cea..0000000
--- a/composer-dev.json
+++ /dev/null
@@ -1,79 +0,0 @@
-{
- "name": "phpunit/phpunit",
- "description": "The PHP Unit Testing framework.",
- "type": "library",
- "keywords": [
- "phpunit",
- "xunit",
- "testing"
- ],
- "homepage": "https://phpunit.de/",
- "license": "BSD-3-Clause",
- "authors": [
- {
- "name": "Sebastian Bergmann",
- "email": "sebastian@phpunit.de",
- "role": "lead"
- }
- ],
- "support": {
- "issues": "https://github.com/sebastianbergmann/phpunit/issues"
- },
- "require": {
- "php": "^5.6 || ^7.0",
- "phpunit/php-file-iterator": "~1.4",
- "phpunit/php-text-template": "~1.2",
- "phpunit/php-code-coverage": "^4.0.1",
- "phpunit/php-timer": "^1.0.6",
- "phpunit/phpunit-mock-objects": "^3.2",
- "phpspec/prophecy": "^1.3.1",
- "symfony/yaml": "~2.1|~3.0",
- "sebastian/comparator": "~1.1",
- "sebastian/diff": "~1.2",
- "sebastian/environment": "^1.3 || ^2.0",
- "sebastian/exporter": "~1.2",
- "sebastian/global-state": "~1.0",
- "sebastian/object-enumerator": "~1.0",
- "sebastian/resource-operations": "~1.0",
- "sebastian/version": "~1.0|~2.0",
- "myclabs/deep-copy": "~1.3",
- "ext-dom": "*",
- "ext-json": "*",
- "ext-pcre": "*",
- "ext-reflection": "*",
- "ext-spl": "*"
- },
- "conflict": {
- "phpdocumentor/reflection-docblock": "3.0.2"
- },
- "config": {
- "platform": {
- "php": "5.6.0"
- }
- },
- "suggest": {
- "phpunit/php-invoker": "~1.1"
- },
- "bin": [
- "phpunit"
- ],
- "autoload": {
- "classmap": [
- "src/"
- ]
- },
- "autoload-dev": {
- "classmap": [
- "tests/"
- ],
- "files": [
- "src/Framework/Assert/Functions.php",
- "tests/_files/CoveredFunction.php"
- ]
- },
- "extra": {
- "branch-alias": {
- "dev-master": "5.5.x-dev"
- }
- }
-}