-
Notifications
You must be signed in to change notification settings - Fork 215
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
Error in composer install #21
Comments
Hi @joskfg, which quickstart are you following (regular webapp or api backend)? Can you copy your composer.json file here to check your dependencies? Also, try adding |
I was following the regular webapp and it indicates do 3 requires
I solved it adding
to the requires, but it didn't work indicating a version. |
great, It should be solved on the next release (WIP). |
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
Hello,
When I'm trying to install the package I receive this error:
Problem 1
- auth0/auth0-php 1.0.6 requires firebase/php-jwt dev-master -> no matching package found.
- auth0/auth0-php 1.0.5 requires firebase/php-jwt dev-master -> no matching package found.
- auth0/auth0-php 1.0.4 requires firebase/php-jwt dev-master -> no matching package found.
- auth0/auth0-php 1.0.3 requires firebase/php-jwt dev-master -> no matching package found.
- auth0/auth0-php 1.0.2 requires firebase/php-jwt dev-master -> no matching package found.
- auth0/auth0-php 1.0.1 requires firebase/php-jwt dev-master -> no matching package found.
- auth0/auth0-php 1.0.0 requires firebase/php-jwt dev-master -> no matching package found.
- Installation request for auth0/auth0-php ~1.0 -> satisfiable by auth0/auth0-php[1.0.0, 1.0.1, 1.0.2, 1.0.3, 1.0.4, 1.0.5, 1.0.6].
This seems related with googlearchive/firebase-token-generator-php#15
I'm following the instructions from the quickstart.
The text was updated successfully, but these errors were encountered: