-
Notifications
You must be signed in to change notification settings - Fork 71
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
Install via Composer #2
Comments
Hi @simadesign the module is currently not available on packages.firegento.com {
"type": "git",
"url": "https://github.com/firegento/firegento-magesetup2.git"
} |
Sry I am new with the composer. Where must I add it? in the "require" - line? This is my composer.js-file: { |
Hi @simadesign To the "repositories" section. |
Thanks for your help @therouv 👍 I give it a try! |
I add this to the composer.js:
But the composer update only shows "Nothing to install or update". I also tried "composer require firegento/firegento-magesetup2" there comes: "Could not find package". |
It should look like this: ...
"repositories": [
...
{
"type": "git",
"url": "https://github.com/firegento/firegento-magesetup2.git"
}
],
... |
ok. I'm confused.The composer.js from magento looks like this: "repositories": { |
Can you give me a hint, how to install the modul via composer?
Do I have to add a rep?
I tried that: composer config -g repositories.firegento composer http://packages.firegento.com
and composer require firegento/magesetup2 but it didn't work.
Regards
The text was updated successfully, but these errors were encountered: