Skip to content
Snippets Groups Projects
Commit 4361f533 authored by Iurii Ivashchenko's avatar Iurii Ivashchenko
Browse files

Merge branch 'develop' into MAGETWO-56943

parents 310c1a06 ea0272d0
Branches
No related merge requests found
......@@ -217,9 +217,6 @@
"tinymce/tinymce": "lib/web/tiny_mce"
}
},
"config": {
"use-include-path": true
},
"autoload": {
"psr-4": {
"Magento\\Framework\\": "lib/internal/Magento/Framework/",
......@@ -227,10 +224,18 @@
"Magento\\": "app/code/Magento/"
},
"psr-0": {
"": "app/code/"
"": [
"app/code/",
"var/generation"
]
},
"files": [
"app/etc/NonComposerComponentRegistration.php"
],
"exclude-from-classmap": [
"**/dev/**",
"**/update/**",
"**/Test/**"
]
},
"autoload-dev": {
......
......@@ -4,7 +4,7 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
"This file is @generated automatically"
],
"hash": "1f34dce6d48c9e4e694c27e001414000",
"hash": "8c0f23eee8426e8aeba5a897f6f2ccbd",
"content-hash": "600aca1692cf3fe5c2ea1cbf66de09ab",
"packages": [
{
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment