-
Notifications
You must be signed in to change notification settings - Fork 9
Open
Description
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:
- A typo in the package name
- The package is not available in a stable-enough version according to your minimum-stability setting
see https://getcomposer.org/doc/04-schema.md#minimum-stability for more details.- It's a private package and you forgot to add a custom repository to find it
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
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels