Skip to content

Commit

Permalink
Merge pull request #28 from sitegeist/task/usePsr4ClassStructure
Browse files Browse the repository at this point in the history
TASK: Use PSR-4 for classes folder structure
  • Loading branch information
mficzel authored Jan 16, 2019
2 parents 2a3493e + a29936a commit f2c7d7d
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 2 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@
"neos/flow": "^5.0 || dev-master"
},
"autoload": {
"psr-0": {
"Sitegeist\\MagicWand": "Classes"
"psr-4": {
"Sitegeist\\MagicWand\\": "Classes"
}
},
"extra": {
Expand Down

0 comments on commit f2c7d7d

Please sign in to comment.