Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow: composer require #7

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Allow: composer require #7

wants to merge 1 commit into from

Conversation

coresh
Copy link

@coresh coresh commented Jul 10, 2019

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:

$ composer require comwrap/comwrap_elasticsuiteblog

provided with the issue:


  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 <https://getcomposer.org/doc/04-schema.md#minimum-stability> for more details.
 - It's a private package and you forgot to add a custom repository to find it

Read <https://getcomposer.org/doc/articles/troubleshooting.md> for further common problems.

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 <https://getcomposer.org/doc/04-schema.md#minimum-stability> for more details.
 - It's a private package and you forgot to add a custom repository to find it

Read <https://getcomposer.org/doc/articles/troubleshooting.md> for further common problems.
@woutersamaey
Copy link

Can someone please look into this?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants