From 296db25cb07128e561a870a28590c97d6905650b Mon Sep 17 00:00:00 2001 From: Dmitry D <1753595@gmail.com> Date: Wed, 10 Jul 2019 14:02:31 +0000 Subject: [PATCH] Allow: composer require Changed "name" field: from: "name": "comwrap/module-elasticsuite-blog-search" to: "name": "comwrap/comwrap_elasticsuiteblog" The reason: After appending to composer.json: "repositories": { ... "comwrap-comwrap_elasticsuiteblog": { "url": "https://github.com/comwrap/Comwrap_ElasticsuiteBlog", "type":"git" } ... Allowed: composer require comwrap/comwrap_elasticsuiteblog Initial status: provided with issue: Your requirements could not be resolved to an installable set of packages. Problem 1 - The requested package comwrap/comwrap_elasticsuiteblog could not be found in any version, there may be a typo in the package name. Potential causes: - A typo in the package name - The package is not available in a stable-enough version according to your minimum-stability setting see for more details. - It's a private package and you forgot to add a custom repository to find it Read for further common problems. --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 20d1743..cd14da3 100755 --- a/composer.json +++ b/composer.json @@ -1,5 +1,5 @@ { - "name": "comwrap/module-elasticsuite-blog-search", + "name": "comwrap/comwrap_elasticsuiteblog", "type": "magento2-module", "version": "1.0.0", "license": ["OSL-3.0", "AFL-3.0"],