Refactored 90% of the library

This commit is contained in:
Mike van Riel
2015-06-12 20:58:56 +02:00
committed by Mike van Riel
parent 58d09836c1
commit 18ef0a8055
80 changed files with 1760 additions and 3847 deletions
+12 -8
View File
@@ -3,20 +3,24 @@
"type": "library",
"license": "MIT",
"authors": [
{"name": "Mike van Riel", "email": "[email protected]"}
{
"name": "Mike van Riel",
"email": "[email protected]"
}
],
"require": {
"php": ">=5.3.3"
"php": ">=5.5",
"phpdocumentor/reflection-common": "dev-master@dev"
},
"autoload": {
"psr-0": {"phpDocumentor": ["src/"]}
"psr-4": {"phpDocumentor\\Reflection\\": ["src/"]}
},
"autoload-dev": {
"psr-4": {"phpDocumentor\\Reflection\\": ["tests/unit"]}
},
"require-dev": {
"phpunit/phpunit": "~4.0"
},
"suggest": {
"erusev/parsedown": "~1.0",
"league/commonmark": "*"
"phpunit/phpunit": "^4.6",
"mockery/mockery": "^0.9.4"
},
"extra": {
"branch-alias": {