Closed cmonty14 closed 7 years ago
I'm sorry for the late late (late*30 :wink:) reply to this issue.
You should use "dsoares/lastlogin": "~<version>"
instead of dev-master
, where <version>
is the minimum package version you want/need; the same applies to my other repos.
Also, you don't need to add the geolocation
plugin in the main configuration file. It will be automatically installed / uninstalled when you install/uninstall the plugin that requires it.
About this:
When should I use exact version constraints vs. unbound version constraints?
You should read the main documentation from the Composer website (better than me explaining):
Hi,
when running php composer.phar update I get this error:
This is my current composer.json file:
Is this an issue with dependencies using constraints (dev-master)? When should I use exact version constraints vs. unbound version constraints?
THX