Skip to content
Snippets Groups Projects
Commit 1bffac23 authored by Jan Kuchař's avatar Jan Kuchař Committed by Jan Tvrdík
Browse files

composer: fix autoload (#1)

parent 668dde4b
No related branches found
No related tags found
No related merge requests found
......@@ -7,5 +7,10 @@
"nette/di": "~2.4",
"nette/bootstrap": "~2.4"
},
"autoload": {
"psr-4": {
"Mangoweb\\NetteDIScope\\": "src"
}
},
"license": "MIT"
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment