Skip to content

Commit fc43115

Browse files
TomasVotrubajaapio
authored andcommitted
composer: bump to PHP 7
1 parent eb34a44 commit fc43115

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

composer.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,20 +12,20 @@
1212
"php": "^7.0",
1313
"phpdocumentor/reflection-common": "^1.0"
1414
},
15+
"require-dev": {
16+
"phpunit/phpunit": "^6.4",
17+
"mockery/mockery": "^1.0"
18+
},
1519
"autoload": {
1620
"psr-4": {
17-
"phpDocumentor\\Reflection\\": "src"
21+
"phpDocumentor\\Reflection\\": "src"
1822
}
1923
},
2024
"autoload-dev": {
2125
"psr-4": {
22-
"phpDocumentor\\Reflection\\": "tests/unit"
26+
"phpDocumentor\\Reflection\\": "tests"
2327
}
2428
},
25-
"require-dev": {
26-
"phpunit/phpunit": "^6.4",
27-
"mockery/mockery": "^1.0"
28-
},
2929
"extra": {
3030
"branch-alias": {
3131
"dev-master": "1.0.x-dev"

0 commit comments

Comments
 (0)