summaryrefslogtreecommitdiffstats
path: root/composer.json
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2016-06-03 12:57:18 +0200
committerRemi Collet <fedora@famillecollet.com>2016-06-03 12:57:18 +0200
commitfec37b26f27f7ce5c75aba384b553814db134617 (patch)
tree84e59144e9399768085cd3493363dea6ba35ad40 /composer.json
parent5e1762c71400a518527daa4d9b4f483c89819bb3 (diff)
php-phpunit-PHPUnit: 4.8.26
Diffstat (limited to 'composer.json')
-rw-r--r--composer.json5
1 files changed, 2 insertions, 3 deletions
diff --git a/composer.json b/composer.json
index 4a77446..b0535de 100644
--- a/composer.json
+++ b/composer.json
@@ -17,15 +17,14 @@
}
],
"support": {
- "issues": "https://github.com/sebastianbergmann/phpunit/issues",
- "irc": "irc://irc.freenode.net/phpunit"
+ "issues": "https://github.com/sebastianbergmann/phpunit/issues"
},
"require": {
"php": ">=5.3.3",
"phpunit/php-file-iterator": "~1.4",
"phpunit/php-text-template": "~1.2",
"phpunit/php-code-coverage": "~2.1",
- "phpunit/php-timer": ">=1.0.6",
+ "phpunit/php-timer": "^1.0.6",
"phpunit/phpunit-mock-objects": "~2.3",
"phpspec/prophecy": "^1.3.1",
"symfony/yaml": "~2.1|~3.0",