-
-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
apigility version: 1.6.0 — zfcampus/statuslib-example installation fails #2
Comments
Add this "zfcampus/statuslib-example": "^1.1" to the default Composer file in the project it look like this Originally posted by @femiiisaa92 at zfcampus/statuslib-example#11 (comment) |
Hi, I have the same problem that fogelfish but for me your answer doesn't resolve my problem. Using version ^1.1 for zfcampus/statuslib-example Problem 1 Installation failed, reverting ./composer.json to its original content. Originally posted by @fredericboulanger at zfcampus/statuslib-example#11 (comment) |
Adding this line, as mentioned by femiiisaa92, worked for me. "require": { After this, I had run "composer update", and it worked. FYI, I am running on PHP7.2. Originally posted by @krishnasrikanth at zfcampus/statuslib-example#11 (comment) |
Following along with the official Apigility tutorial, I installed Apigility successfully:
Still following the instructions I got to this point:
but got this output:
The GitHub statuslib-example/composer.json file gives these requirements:
But in my installation of Apigility "zendframework/zend-config" is at 3.2.0. (Also "zendframework/zend-db" is at 2.9.3; "zendframework/zend-paginator" is at 2.8.1; "zfcampus/zf-configuration" is at 1.3.3; and I am using PHP 7.2.4.) Among these the only requirement that fails is zend-config" at 3.2.0.
How can I install zfcampus/statuslib-example?
Originally posted by @fogelfish at zfcampus/statuslib-example#11
The text was updated successfully, but these errors were encountered: