Implement @PhrozenByte 's suggestions.
* [Changed] require phpDocumentor version ^2.8 constraint
This commit is contained in:
parent
bf2a9622db
commit
edbf9f1747
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@
|
|||
"symfony/yaml" : "2.3"
|
||||
},
|
||||
"require-dev" : {
|
||||
"phpdocumentor/phpdocumentor": "2.*"
|
||||
"phpdocumentor/phpdocumentor": "^2.8"
|
||||
},
|
||||
"autoload": {
|
||||
"psr-0": {
|
||||
|
|
Loading…
Reference in a new issue