zfcampus / zf-deploy

BSD 3-Clause "New" or "Revised" License
66 stars 24 forks source link

zfcampus/zf-console tag ~1.0-dev does not exist #12

Closed wdJer closed 10 years ago

wdJer commented 10 years ago

Please either change this dependency or tag zf-console

weierophinney commented 10 years ago

Cannot reproduce; please try deleting your composer cache and retrying your install.

"~1.0-dev" means "install the latest version up to but not including 2.0, at any stability". This works because we have set up a branch alias in each repository, indicating dev-master is 1.0-dev.

If you are installing zf-deploy inside an application, and not standalone, until both repos are stable, you will need to add entries for both zf-console and zf-deploy in your composer.json pointing to version " ~1.0-dev" in order for installation to complete successfully. (This is true across all Apigility repositories currently, until we reach our stable release.)

wdJer commented 10 years ago

thanks for the explanation. I got this error installing the apigility skeleton application (cloning the current master) I fixed it by adding zfcampus/zf-console to the composer.json file of my cloned skeleton app

weierophinney commented 10 years ago

Ah - makes sense. Can you open an issue against the skeleton application to add the new dependency, please? That way we can track when it's updated.