D
D
dilistinc2015-10-19 10:21:31
Composer
dilistinc, 2015-10-19 10:21:31

How to connect a project via composer Github?

I need to include stibiumz/phalcon.eager-loading and I try it like this:

{
    "require": {
        "willdurand/geocoder": "^3.0",
        "stibiumz/phalcon.eager-loading": "*"
    },
    "repositories": [
        { "type": "git", "url": "https://github.com/stibiumz/phalcon.eager-loading" }
    ],
    "require-all": true
}

When I do a composer update , I get the following output:
Problem 1
    - The requested package stibiumz/phalcon.eager-loading could not be found in any version, there may be a typo in the package name.

Answer the question

In order to leave comments, you need to log in

1 answer(s)
D
dilistinc, 2015-10-19
@dilistinc

The composer.json of the library has a different name: stibium/phalcon.eager-loading, it is missing the letter z.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question