Skip to content

Commit

Permalink
composer: autoload sniffs so they can be used in 3rd party apps
Browse files Browse the repository at this point in the history
  • Loading branch information
Tomáš Votruba committed Aug 6, 2016
1 parent 819c419 commit 85d3005
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion composer.json
Expand Up @@ -17,9 +17,14 @@
"phpunit/phpunit": "^5.0",
"satooshi/php-coveralls": "^1.0"
},
"autoload": {
"psr-4": {
"SlevomatCodingStandard\\": "SlevomatCodingStandard"
}
},
"autoload-dev": {
"psr-4": {
"SlevomatCodingStandard\\": ["SlevomatCodingStandard/", "tests/"]
"SlevomatCodingStandard\\": "tests"
},
"files": [
"vendor/consistence/coding-standard/tests/Sniffs/TestCase.php"
Expand Down

0 comments on commit 85d3005

Please sign in to comment.