Change namespace

This commit is contained in:
Barry vd. Heuvel
2013-06-08 12:45:35 +02:00
parent 163dd7877e
commit b07e3c36b7
26 changed files with 65 additions and 66 deletions
+2 -3
View File
@@ -1,13 +1,12 @@
{
"name": "phpdocumentor/reflection-docblock",
"name": "barryvdh/reflection-docblock",
"type": "library",
"license": "MIT",
"authors": [
{"name": "Mike van Riel", "email": "[email protected]"}
],
"require": {
"php": ">=5.3.3",
"dflydev/markdown": "1.0.*"
"php": ">=5.3.3"
},
"autoload": {
"psr-0": {"phpDocumentor": ["src/"]}