Skip to content

Commit

Permalink
Remove autoloading for PHP_CodeSniffer Sniff
Browse files Browse the repository at this point in the history
  • Loading branch information
tomasnorre committed Nov 21, 2024
1 parent 4782c2b commit b232cb4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "exercism/php",
"autoload": {
"Exercism\\Sniffs\\": "src/Exercism/Sniffs",
"Exercism\\": "src/Exercism",
"Exercism\\Exercises\\": "exercises"
},
"config": {
Expand Down

0 comments on commit b232cb4

Please sign in to comment.