File: README.md

package info (click to toggle)
php-proxy-manager 2.11.1%2B1.0.18-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 2,624 kB
  • sloc: php: 14,438; makefile: 25
file content (14 lines) | stat: -rw-r--r-- 746 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# FriendsOfPHP / Proxy Manager LTS

This package is a fork of the excellent [`ocramius/proxy-manager`](https://github.com/Ocramius/ProxyManager/) 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.