dev-master should always be avoided

This commit is contained in:
Graham Campbell
2015-06-12 23:17:06 +01:00
parent 0574a870e4
commit 9440ae1b6b
+1 -1
View File
@@ -10,7 +10,7 @@
],
"require": {
"php": ">=5.5",
"phpdocumentor/reflection-common": "dev-master@dev"
"phpdocumentor/reflection-common": "~1.0@dev"
},
"autoload": {
"psr-4": {"phpDocumentor\\Reflection\\": ["src/"]}