Coder Social home page Coder Social logo

Error in composer install about auth0-php HOT 4 CLOSED

auth0 avatar auth0 commented on August 20, 2024
Error in composer install

from auth0-php.

Comments (4)

glena avatar glena commented on August 20, 2024

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 "firebase/php-jwt" : "~2.2" as a dependency in your composer.json, since it is tagged to dev-master on the package composer.json it is not actumatically downloaded due to min stability settings on your project (It will be fixed on the next release).

from auth0-php.

joskfg avatar joskfg commented on August 20, 2024

I was following the regular webapp and it indicates do 3 requires

{
    "name": "test/oauth",
    "authors": [
        {
            "name": "joskfg",
            "email": "[email protected]"
        }
    ],
    "repositories": [
    {
        "type": "git",
            "url": "https://github.com/joskfg/auth0-PHP.git"
    }
    ],
    "minimum-stability": "stable",
    "require": {
        "auth0/auth0-php": "dev-master",
        "adoy/oauth2": "dev-master",
        "vlucas/phpdotenv": "dev-master",
    }
}

I solved it adding

"firebase/php-jwt": "dev-master"

to the requires, but it didn't work indicating a version.

from auth0-php.

glena avatar glena commented on August 20, 2024

great, It should be solved on the next release (WIP).
Thanks for reporting.

from auth0-php.

github-actions avatar github-actions commented on August 20, 2024

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.

from auth0-php.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.