Skip to content
This repository has been archived by the owner on Jan 21, 2020. It is now read-only.

Commit

Permalink
Moved constants autoloading to development
Browse files Browse the repository at this point in the history
- It's only required in development anyways.
  • Loading branch information
weierophinney committed Aug 15, 2016
1 parent b437c4a commit 721ea7b
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,15 +47,15 @@
"autoload": {
"psr-4": {
"Application\\": "module/Application/src/"
},
"files": [
"src/Apigility/constants.php"
]
}
},
"autoload-dev": {
"psr-4": {
"ApplicationTest\\": "module/Application/test/"
}
},
"files": [
"src/Apigility/constants.php"
]
},
"scripts": {
"cs-check": "phpcs",
Expand Down

0 comments on commit 721ea7b

Please sign in to comment.