Skip to content

Commit 9381f67

Browse files
authored
Merge pull request #289 from jrfnl/feature/composer-fix-autoload-dev
Composer: fix `autoload-dev` directive
2 parents 8c8deff + 8dbbe49 commit 9381f67

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
},
3131
"autoload-dev": {
3232
"psr-4": {
33-
"phpDocumentor\\Reflection\\": "tests/unit"
33+
"phpDocumentor\\Reflection\\": ["tests/unit", "tests/integration"]
3434
}
3535
},
3636
"extra": {

0 commit comments

Comments
 (0)