php-pm / php-pm-httpkernel

HttpKernel adapter for use of Symfony and Laravel frameworks with PHP-PM
MIT License
246 stars 72 forks source link

Added support Laravel 10 framework and php8.1 #190

Open KonstantinPopov opened 1 year ago

KonstantinPopov commented 1 year ago

added support laravel 10 added support phpunit 10 added requires php8.1|8.2

KonstantinPopov commented 1 year ago

Laravel 10 in SessionGuard class property $name declarated as readonly. (https://github.com/illuminate/auth/commit/de9cfaa0cba23b94adb5bb48be4a25ffd5ba67ac) this changes breaks compatibility with \PHPPM\Laravel\SessionGuard class