Lucas Michot
Lucas Michot
At the moment, tests do not cover PHP 7.4. This PR fixes that.
No need to use `version_compare` when the constant is sufficient.
This PR optimizes some conditions.
This PR adds type-hints for the return of all tests functions.
This PR normalizes the `composer.json` file for each package
Add composer.json support section and [normalize](https://github.com/ergebnis/composer-normalize) the file
No need to set the `grant_type` field again, it is already set with the value `authorization_code` in the parent method. --- Requires https://github.com/SocialiteProviders/Providers/pull/899
Use [Pint](https://github.com/laravel/pint) for code-styling. We use per default the Laravel standards. The contributor does not have to worry anymore about code style If a PR does not respect the standards...
Remove unused variables.
By default will come with `xdebug` or `pcov` : https://github.com/shivammathur/setup-php#signal_strength-coverage-support As we don't do any code coverage here, it is safe to disable coverage; this will also sensibly speed up...