Skip to content

Commit

Permalink
Merge pull request #17 from hotline-emu/bug/autoloader
Browse files Browse the repository at this point in the history
Namespace Issues
  • Loading branch information
chadicus authored Jan 2, 2018
2 parents 7267ef1 + b3c8958 commit 65dbed0
Show file tree
Hide file tree
Showing 8 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@
"squizlabs/php_codesniffer": "~1.5"
},
"autoload": {
"psr-4": { "DominionEnterprises\\NetAcuity\\": "src/" }
"psr-4": { "DominionEnterprises\\NetAcuity\\": "src" }
},
"autoload-dev": {
"psr-4": { "DominionEnterprises\\NetAcuity\\Tests\\": "tests/" }
"psr-4": { "DominionEnterprises\\NetAcuity\\Tests\\": "tests" }
}
}
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 65dbed0

Please sign in to comment.