Merge pull request #289 from jrfnl/feature/composer-fix-autoload-dev

Composer: fix `autoload-dev` directive
This commit is contained in:
Jaap van Otterdijk
2021-08-06 11:34:27 +02:00
committed by GitHub
+1 -1
View File
@@ -30,7 +30,7 @@
}, },
"autoload-dev": { "autoload-dev": {
"psr-4": { "psr-4": {
"phpDocumentor\\Reflection\\": "tests/unit" "phpDocumentor\\Reflection\\": ["tests/unit", "tests/integration"]
} }
}, },
"extra": { "extra": {