We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eb34a44 commit fc43115Copy full SHA for fc43115
composer.json
@@ -12,20 +12,20 @@
12
"php": "^7.0",
13
"phpdocumentor/reflection-common": "^1.0"
14
},
15
+ "require-dev": {
16
+ "phpunit/phpunit": "^6.4",
17
+ "mockery/mockery": "^1.0"
18
+ },
19
"autoload": {
20
"psr-4": {
- "phpDocumentor\\Reflection\\": "src"
21
+ "phpDocumentor\\Reflection\\": "src"
22
}
23
24
"autoload-dev": {
25
- "phpDocumentor\\Reflection\\": "tests/unit"
26
+ "phpDocumentor\\Reflection\\": "tests"
27
28
- "require-dev": {
- "phpunit/phpunit": "^6.4",
- "mockery/mockery": "^1.0"
- },
29
"extra": {
30
"branch-alias": {
31
"dev-master": "1.0.x-dev"
0 commit comments