Skip to content

PHP 8 support

Compare
Choose a tag to compare
@Shoormax Shoormax released this 13 Jun 09:56
· 6 commits to master since this release
194de71
Feat/support php8 (#68)

* feat: php8 support

* feat: GHA ?

* feat: removing composer.lock

* feat: removing composer.lock

* feat: type-hints in every files o/

* feat: self-review

* feat: self review still

* feat: fixing a dumb error :)

* feat: fixing another error

* feat: review

* feat: review

* feat: review

* feat: constructor property promotion

* feat: type hint !

* feat(quality): added PHPStan and rector

* feat(quality): apply rector rules

* feat(quality): fix phpstan warnings

* feat(quality): removed useless constructor

* feat(quality): updated ignore list

* feat(quality): updated types and misc phpstan adjustments

* feat(quality): apply rector & php-cs-fixer

* feat(quality): simplify some code after adding better types

* feat: merged vclavreul PR

Co-authored-by: vderudet <[email protected]>
Co-authored-by: Valentin Clavreul <[email protected]>