laravel-credentials icon indicating copy to clipboard operation
laravel-credentials copied to clipboard

Support php 8.0.8

Open Widres8 opened this issue 3 years ago • 2 comments

[InvalidArgumentException] Package beyondcode/laravel-credentials has a PHP requirement incompatible with your PHP version, PHP extensions and Composer version : - beyondcode/laravel-credentials requires php ^7.1 which does not match your installed version 8.0.8. - beyondcode/laravel-credentials requires illuminate/encryption 5.6.|5.7.|5.8.*|^6.0|^7.0|^8.0 but it is not present.

Widres8 avatar Jul 09 '21 00:07 Widres8

[InvalidArgumentException] Package beyondcode/laravel-credentials has a PHP requirement incompatible with your PHP version, PHP extensions and Composer version:

  • beyondcode/laravel-credentials requires php ^7.1 which does not match your installed version 8.1.6.

mdtaiyabhesabe avatar Jun 20 '22 08:06 mdtaiyabhesabe

I know it's an older issue and this is a workaround, but if you're wanting to use PHP 8/8.1 and or Laravel 9, my PR #44 can be used directly. Instructions are in my comment on that PR.

cyberlightdev avatar Sep 23 '22 22:09 cyberlightdev