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
Branches
Tags
No related merge requests found
...@@ -7,5 +7,10 @@ ...@@ -7,5 +7,10 @@
"nette/di": "~2.4", "nette/di": "~2.4",
"nette/bootstrap": "~2.4" "nette/bootstrap": "~2.4"
}, },
"autoload": {
"psr-4": {
"Mangoweb\\NetteDIScope\\": "src"
}
},
"license": "MIT" "license": "MIT"
} }
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment