Skip to content

Commit

Permalink
Update composer.json
Browse files Browse the repository at this point in the history
Autoloading
  • Loading branch information
Gappa authored May 25, 2020
1 parent a2897fb commit 3efa55d
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,14 @@
],
"autoload": {
"psr-0": {
"WebLoader": ""
"WebLoader\\": "WebLoader/"
}
},
"autoload-dev": {
"classmap": [
"tests"
]
},
"require": {
"php": ">= 7.1",
"nette/application": "^2.4",
Expand Down

0 comments on commit 3efa55d

Please sign in to comment.