Adjusted composer files for consistency with PhpDocumentor.

This commit is contained in:
Vasil Rangelov
2012-11-29 20:12:53 +02:00
parent 8418970624
commit c2796044a6
2 changed files with 414 additions and 7 deletions
+2 -2
View File
@@ -6,13 +6,13 @@
{"name": "Mike van Riel", "email": "[email protected]"}
],
"require": {
"php": ">=5.3.2",
"php": ">=5.3.3",
"dflydev/markdown": "1.0.*"
},
"autoload": {
"psr-0": {"phpDocumentor": ["src/"]}
},
"require-dev": {
"phpunit/phpunit": "*@stable"
"phpunit/phpunit": "3.7.*@stable"
}
}