mirror of
https://github.com/barryvdh/ReflectionDocBlock.git
synced 2026-08-18 01:57:13 +00:00
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:
committed by
Mike van Riel
parent
c150553124
commit
090cf6b3ad
+4
-3
@@ -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": {
|
||||
|
||||
Reference in New Issue
Block a user