mirror of
https://github.com/barryvdh/ReflectionDocBlock.git
synced 2026-08-17 17:47:13 +00:00
Change namespace
This commit is contained in:
+2
-3
@@ -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/"]}
|
||||
|
||||
Reference in New Issue
Block a user