summaryrefslogtreecommitdiffstats
path: root/composer.json
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2016-09-19 09:39:59 +0200
committerRemi Collet <fedora@famillecollet.com>2016-09-19 09:39:59 +0200
commit0e3a94424dbc73106f879999976c4419397560e9 (patch)
treea03210db7d724c555d6adcac1ab1a88bdd854740 /composer.json
parent853095a7391703e9ef3f6a1e1ca7a3ee8319097e (diff)
php-phpspec: 3.1.0
Diffstat (limited to 'composer.json')
-rw-r--r--composer.json32
1 files changed, 18 insertions, 14 deletions
diff --git a/composer.json b/composer.json
index fbfa21e..3f8f224 100644
--- a/composer.json
+++ b/composer.json
@@ -1,6 +1,6 @@
{
"name": "phpspec/phpspec",
- "description": "Specification-oriented BDD framework for PHP 5.3+",
+ "description": "Specification-oriented BDD framework for PHP 5.6+",
"keywords": ["BDD", "SpecBDD", "TDD", "spec", "specification", "tests", "testing"],
"homepage": "http://phpspec.net/",
"type": "library",
@@ -14,27 +14,31 @@
{
"name": "Marcello Duarte",
"homepage": "http://marcelloduarte.net/"
+ },
+ {
+ "name": "Ciaran McNulty",
+ "homepage": "https://ciaranmcnulty.com/"
}
],
"require": {
- "php": ">=5.3.3",
- "phpspec/prophecy": "~1.4",
- "phpspec/php-diff": "~1.0.0",
- "sebastian/exporter": "~1.0",
- "symfony/console": "~2.3|~3.0",
- "symfony/event-dispatcher": "~2.1|~3.0",
- "symfony/process": "^2.6|~3.0",
- "symfony/finder": "~2.1|~3.0",
- "symfony/yaml": "~2.1|~3.0",
+ "php": "^5.6 || ^7.0",
+ "phpspec/prophecy": "^1.5",
+ "phpspec/php-diff": "^1.0.0",
+ "sebastian/exporter": "^1.0",
+ "symfony/console": "^2.7 || ^3.0",
+ "symfony/event-dispatcher": "^2.7 || ^3.0",
+ "symfony/process": "^2.7 || ^3.0",
+ "symfony/finder": "^2.7 || ^3.0",
+ "symfony/yaml": "^2.7 || ^3.0",
"doctrine/instantiator": "^1.0.1",
"ext-tokenizer": "*"
},
"require-dev": {
- "behat/behat": "^3.0.11",
- "symfony/filesystem": "~2.1|~3.0",
- "phpunit/phpunit": "~4.4",
+ "behat/behat": "^3.1",
+ "symfony/filesystem": "^3.0",
+ "phpunit/phpunit": "^5.4",
"ciaranmcnulty/versionbasedtestskipper": "^0.2.1"
},
@@ -58,7 +62,7 @@
"extra": {
"branch-alias": {
- "dev-master": "2.5.x-dev"
+ "dev-master": "3.0.x-dev"
}
}
}