Added assertion library and downgraded phpunit

PHPUnit 4.4 was the last version without phpspec. phpspec conflicts
with this package because it requires v2 of this component and
this causes a cyclic issue with composer
This commit is contained in:
Mike van Riel
2015-06-13 18:30:22 +02:00
committed by Mike van Riel
parent c150553124
commit 090cf6b3ad
2 changed files with 76 additions and 94 deletions
+4 -3
View File
@@ -11,7 +11,8 @@
"require": {
"php": ">=5.5",
"phpdocumentor/reflection-common": "^0.1",
"phpdocumentor/type-resolver": "^1.0@dev"
"phpdocumentor/type-resolver": "^0.1.1",
"webmozart/assert": "^1.0"
},
"autoload": {
"psr-4": {"phpDocumentor\\Reflection\\": ["src/"]}
@@ -20,8 +21,8 @@
"psr-4": {"phpDocumentor\\Reflection\\": ["tests/unit"]}
},
"require-dev": {
"phpunit/phpunit": "^4.6",
"mockery/mockery": "^0.9.4"
"mockery/mockery": "^0.9.4",
"phpunit/phpunit": "4.4"
},
"extra": {
"branch-alias": {