Closed dpramani closed 6 years ago
what is your laravel version. this package is for laravel 5.0 and above
Yes I am using 5.5.40.
can you paste the contents of composer.json here
Yes sure.
{ "name": "laravel/laravel", "description": "The Laravel Framework.", "keywords": ["framework", "laravel"], "license": "MIT", "type": "project", "require": { "php": ">=7.0.0", "barryvdh/laravel-cors": "^0.11.0", "doctrine/dbal": "2.6.3", "fideloper/proxy": "~3.3", "guzzlehttp/guzzle": "^6.3", "laravel/framework": "5.5.", "laravel/passport": "~4.0", "laravel/socialite": "^3.0", "laravel/tinker": "~1.0", "league/oauth2-client": "^2.3", "predis/predis": "^1.1", "rollbar/rollbar-laravel": "^2.3", "socialiteproviders/google": "^3.0" }, "require-dev": { "barryvdh/laravel-ide-helper": "^2.4", "filp/whoops": "~2.0", "fzaninotto/faker": "~1.4", "mockery/mockery": "0.9.", "phpunit/phpunit": "~6.0", "roave/security-advisories": "dev-master" }, "autoload": { "classmap": [ "database/seeds", "database/factories" ], "psr-4": { "App\": "app/" } }, "autoload-dev": { "psr-4": { "Tests\": "tests/" } }, "extra": { "laravel": { "dont-discover": [ "rollbar/rollbar-laravel" ] } }, "scripts": { "post-root-package-install": [ "@php -r \"file_exists('.env') || copy('.env.example', '.env');\"" ], "post-create-project-cmd": [ "@php artisan key:generate" ], "post-autoload-dump": [ "Illuminate\Foundation\ComposerScripts::postAutoloadDump", "@php artisan package:discover" ], "post-update-cmd": [ "php artisan ide-helper:generate", "php artisan ide-helper:meta", "php artisan ide-helper:models" ] }, "config": { "preferred-install": "dist", "sort-packages": true, "optimize-autoloader": true } }
your laravel passport version is 4.0 supported version is 5.0 and 6.0 check if you can upgrade we will be working on it further to support older version ,
Peace
Thanks. I will try upgrading that.
On Sat, Jun 23, 2018 at 6:00 AM Anand Siddharth notifications@github.com wrote:
your laravel passport version is 4.0 supported version is 5.0 and 6.0 check if you can upgrade we will be working on it further to support older version ,
Peace
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/schedula/laravel-passport-socialite/issues/3#issuecomment-399671576, or mute the thread https://github.com/notifications/unsubscribe-auth/AZJr6KVIfnS9uO3uQsqkj0EZOEpb3tu0ks5t_i3RgaJpZM4UySd0 .
Hi Anand
I am developing a web app with socialite and passport. But while installing your package I am facing the following versioning error. Do you have any suggestion on that ?