laravel / passport

Laravel Passport provides OAuth2 server support to Laravel.
https://laravel.com/docs/passport
MIT License
3.28k stars 776 forks source link

Error while installing passport in laravel 10.10 PHP 8.1 #1676

Closed ZT00OK53 closed 1 year ago

ZT00OK53 commented 1 year ago

Passport Version

11.8.7

Laravel Version

10.10

PHP Version

8.1

Database Driver & Version

No response

Description

` Problem 1

Steps To Reproduce

While trying to install using the command composer require laravel/passport

System : Windows 11 PHP 8.1

driesvints commented 1 year ago

I can install Passport just fine in the latest v10 version.

saberaldda commented 1 year ago

composer require laravel/passport -W

YoshihiroZ8 commented 12 months ago

composer require laravel/passport -W

thx man, really helpful

pakogn commented 11 months ago

@driesvints is it safe to install it with -W ?

I've tested it on Mac, Windows and Linux and all cause errors on the installation using PHP 8.1 as specified.