Closed jonathanvaughn closed 10 years ago
Ups ... it is not yet listed on packages.firegento.com therefore you have to add to your main composer.json file:
"repositories": [
{
"type": "vcs",
"url": "git@github.com:Zookal/HarrisStreet-ImpEx.git"
}
]
Just FYI so you can update documentation :D
Had this error, but fixed it.
Problem 1
- Installation request for zookal/harris-street-impex dev-master -> satisfiable by zookal/harris-street-impex[dev-master].
- zookal/harris-street-impex dev-master requires magento-hackathon/magento-composer-installer * -> no matching package found.
I was able to fix this by adding the following to my require section:
"magento-hackathon/magento-composer-installer":"*"
The composer-installer is already mentioned in the require section (https://github.com/Zookal/HarrisStreet-ImpEx/blob/master/composer.json#L13) .... hmm strange ...
I've also created a PR for packages.firegento.com https://github.com/magento-hackathon/composer-repository/pull/77 so once it is merge you can remove the github url in the repositories section.
When we added this to the require section of composer.json, we get the following error:
It appears the package isn't actually available for composer?