yiisoft / injector

PSR-11 compatible injector
https://www.yiiframework.com/
BSD 3-Clause "New" or "Revised" License
43 stars 18 forks source link

Better support for PHP 8 #15

Closed roxblnfk closed 4 years ago

roxblnfk commented 4 years ago

For better support for PHP 8, we should update the Injector code.

Links: https://github.com/php/php-src/blob/00ef092335946d47817fa307f9cf570f236bc006/UPGRADING#L314 https://github.com/php/php-src/blob/00ef092335946d47817fa307f9cf570f236bc006/UPGRADING#L558

samdark commented 4 years ago

First of all, we need to run tests against PHP 8.