Releases: FriendsOfPHP/proxy-manager-lts
Releases · FriendsOfPHP/proxy-manager-lts
Fix enums and new in initializers as default values on PHP 8.1
v1.0.7
Fix deprecations on PHP 8.1
Fix support for reference params in interceptors
In sync with ocramius/proxy-manager v2.14.0
FIx compat with Composer 2.0.14
Merge pull request #10 from derrabus/bugfix/composer-deprecation Don't call deprecated InstalledVersions::getRawData()
Fix compat with Symfony 6
Merge remote-tracking branch 'upstream/2.12.x' into 1.x * upstream/2.12.x: Bump laminas/laminas-code from 4.2.2 to 4.3.0 Bump nikic/php-parser from 4.10.4 to 4.10.5 Bump laminas/laminas-code from 4.2.1 to 4.2.2 Bump laminas/laminas-code from 4.2.0 to 4.2.1 Bump webimpress/safe-writer from 2.1.0 to 2.2.0 Adjusted references to `laminas/laminas-code` symbols that were made more type-safe (or rather precise) with `4.1.0+` Bump laminas/laminas-code from 4.0.0 to 4.2.0 Bump doctrine/coding-standard from 8.2.0 to 8.2.1 Fix doc url Bump squizlabs/php_codesniffer from 3.5.8 to 3.6.0 Bump infection/infection from 0.21.4 to 0.21.5 Bump phpunit/phpunit from 9.5.3 to 9.5.4 Bump phpunit/phpunit from 9.5.2 to 9.5.3 Bump infection/infection from 0.21.2 to 0.21.4 Bump infection/infection from 0.21.0 to 0.21.2 Bump phpunit/phpunit from 9.5.1 to 9.5.2 Bump codelicia/xulieta from 0.1.5 to 0.1.6
v1.0.3: bug #5 Fix Versions class when composer itself is a dep (nicolas-grekas)
This PR was merged into the 1.x branch. Discussion ---------- Fix Versions class when composer itself is a dep Fixes https://github.com/doctrine/migrations/issues/1112 Commits ------- a81eb3ad Fix Versions class when composer itself is a dep
v1.0.2
Sync with upstream
v1.0.1
Allow laminas-code ^4
v1.0.0
Adding support for a wider range of PHP versions to ocramius/proxy-manager.