Hi AC-Dev Team
It took me a while to figure out, "why" i get
Your requirements could not be resolved to an installable set of packages.
Problem 1
- Root composer.json requires accredible/acms-php-api, it could not be found in any version, there may be a typo in the package name.
Potential causes:
when i've tried to install acms-php-api package as described in your install section.
There is a mismatch between "Install example"
composer require accredible/acms-php-api dev-master
and your package name within your composer.json (https://github.com/accredible/acms-php-api/blob/master/composer.json)
accredible/acms-api-php
Running
composer require accredible/acms-api-php dev-master
solves the issue, but might be worth to update doc.
KR
Markus
Hi AC-Dev Team
It took me a while to figure out, "why" i get
when i've tried to install acms-php-api package as described in your install section.
There is a mismatch between "Install example"
and your package name within your composer.json (https://github.com/accredible/acms-php-api/blob/master/composer.json)
Running
solves the issue, but might be worth to update doc.
KR
Markus