A
A
Artem2018-11-03 15:18:00
GitHub
Artem, 2018-11-03 15:18:00

Install fork from github via composer?

Hello!
Forked the project ( https://github.com/Nodge/yii2-eauth).
Created a dev-fixes branch.
Created a composer.json file:

{
    "name": "myname/yii2-eauth",
  "repositories": [
        {
            "type": "git",
            "url": "[email protected]:myname/yii2-eauth.git"
        }
    ],
    "require": {
        "php": ">=5.4.0",
        "nodje/yii2-eauth": "dev-fixes"
    }
}

I do composer install and composer does not find the package.
Already tried in different ways, does not see.
Help me please. Do I need to make changes to composer.json in my fork?
Changed the version, created a tag. For some reason it doesn't work.

Answer the question

In order to leave comments, you need to log in

2 answer(s)
A
Artem, 2018-11-03
@beardedman

A typo in the package name.

A
Alexander Sisyukin, 2018-11-03
@Caarl

You go to the site https://packagist.org add your fork and continue as usual

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question