Skip to content

Commit

Permalink
🔧 Add autoloading information
Browse files Browse the repository at this point in the history
  • Loading branch information
DrWh0286 committed Nov 26, 2019
1 parent 4678a41 commit e0d7909
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,16 @@
"pluswerk/grumphp-config": "^3.0",
"dg/bypass-finals": "^1.1"
},
"autoload": {
"psr-4": {
"Pluswerk\\TypoScriptAutoFixer\\": "src"
}
},
"autoload-dev": {
"psr-4": {
"Pluswerk\\TypoScriptAutoFixer\\Tests\\": "tests"
}
},
"config": {
"vendor-dir": ".Build/vendor",
"bin-dir": ".Build/bin",
Expand Down

0 comments on commit e0d7909

Please sign in to comment.