friendsofphp / proxy-manager-lts
Adding support for a wider range of PHP versions to ocramius/proxy-manager
Installs: 98 477 944
Dependents: 80
Suggesters: 4
Security: 0
Stars: 1 185
Watchers: 12
Forks: 17
Open Issues: 2
Requires
- php: >=7.1
- laminas/laminas-code: ~3.4.1|^4.0
- symfony/filesystem: ^4.4.17|^5.0|^6.0|^7.0
Requires (Dev)
- ext-phar: *
- symfony/phpunit-bridge: ^5.4|^6.0|^7.0
Conflicts
- laminas/laminas-stdlib: <3.2.1
- zendframework/zend-stdlib: <3.2.1
Replaces
- ocramius/proxy-manager: ^2.1
README
This package is a fork of the excellent ocramius/proxy-manager
library
that adds long term support for a wider range of PHP versions.
Unless they're caused by this very fork, please report issues and submit new features to the origin library.
This fork:
- maintains compatibility with PHP
>=7.1
; supporting new versions of PHP is considered as a bugfix; - won't bump the minimum supported version of PHP in a minor release;
- does not depend on Composer 2, thus can be used with Composer 1 if you need more time to migrate;
- uses a versioning policy that is friendly to progressive migrations while providing the latest improvements from the origin lib.