krisanalfa / lumen-jwt

Lumen with JWT Authentication, Dingo API and CORS Support
258 stars 80 forks source link

I am facing following error when updatin composer (I am new to PHP :-) ) #12

Closed YasirAmeen closed 7 years ago

YasirAmeen commented 7 years ago

Your requirements could not be resolved to an installable set of packages.

Problem 1

Potential causes:

Read https://getcomposer.org/doc/articles/troubleshooting.md for further common problems.

YasirAmeen commented 7 years ago

Even I am not able to install any external package

krisanalfa commented 7 years ago

Could you share your package.json file?

YasirAmeen commented 7 years ago

Here is the composer json file,

I did not change any thing in it, i just download your repository and the following content is from your project.

{
    "name": "newLife",
    "description": "The Laravel Lumen Framework.",
    "keywords": ["framework", "laravel", "lumen"],
    "license": "MIT",
    "type": "project",
    "require": {
        "php": ">=5.5.9",
        "laravel/lumen-framework": "^5.3",
        "vlucas/phpdotenv": "~2.2",
        "illu": "^5.3",
        "tymon/jwt-auth": "0.5.*",
        "illuminate/cookie": "^5.3",
        "flipbox/lumen-generator": "^5.3"
    },
    "require-dev": {
        "fzaninotto/faker": "~1.4",
        "phpunit/phpunit": "~4.0",
        "symfony/var-dumper": "^3.0"
    },
    "autoload": {
        "psr-4": {
            "App\\": "app/"
        },
        "files": [
            "app/helpers.php"
        ]
    },
    "autoload-dev": {
        "classmap": [
            "tests/",
            "database/"
        ]
    }
}
krisanalfa commented 7 years ago

Seems good. How do you install the package? Do you have a poor internet connection?

YasirAmeen commented 7 years ago

i just reinstall and it fixed, working now , Now you my close this issue as solve. Thanks

YasirAmeen commented 7 years ago

But Request Please And Dingo with as early as possible :-)

krisanalfa commented 7 years ago

Granted! See 0689f72b0b5bc41520f4417754bef4837f6b586e. Install with v5.3.7. You're very lucky, I released this version just a moment ago! And by the way, thanks for using this.