Skip to content
This repository has been archived by the owner on Sep 1, 2023. It is now read-only.

Commit

Permalink
Fix classloading error (#6)
Browse files Browse the repository at this point in the history
Description
-----------

This could be a possible fix for contao/contao#627.

Commits
-------

771e819 Fix classloading error
  • Loading branch information
bytehead authored and leofeyer committed Aug 22, 2019
1 parent 83e79fc commit 19fe877
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion composer.json
Expand Up @@ -43,7 +43,8 @@
},
"autoload": {
"psr-4": {
"Contao\\PhpStan\\": "src/"
"Contao\\PhpStan\\": "src/",
"Contao\\CoreBundle\\Tests\\": "../../contao/core-bundle/tests/"
}
},
"autoload-dev": {
Expand Down

0 comments on commit 19fe877

Please sign in to comment.