Problem 1
- openemr/openemr is present at version 1.0.0+no-version-set and cannot be modified by Composer
- openemr/openemr 1.0.0+no-version-set conflicts with openemr/oe-module-faxsms v2.2.0-beta.
- Root composer.json requires openemr/oe-module-faxsms 2.2.0-beta -> satisfiable by openemr/oe-module-faxsms[v2.2.0-beta].
This what I am getting. I have not been able to figure out what to do?
for v6(1) composer require “openemr/oe-module-faxsms:2.2.0”
I posted a notice of this release somewhere. Didn’t we just go through this and you were working?
Ya should never install composer under root. faxsms is not meant to run there anyway.
You probably could do sudo composer require openemr/oe-module-faxsms:2.2.0 to install however, openemr shouldn’t be in root, faxsms same…
Uninstall composer from root and reinstall elevated to same level as your other user group. One that may have www-data etc.
You may need to cleanup your home directory composer stuff or there may be a way to to fix the way installed now. Web search it…
Hang in there…
openemr/openemr is present at version 1.0.0+no-version-set and cannot be modified by Composer
Does anyone know what this mean? Where is composer looking to get this information? I checked the composer.json file and there is nothing in there about the 1.1.0 version.
I did exactly what you said. I installed composer. I reinstalled composer. I can run composer without using sudo. Look again, it is not in root. The command line starts with ubuntu@ip…