From 613adb65a965e1c8602570ab342337bbefde88f6 Mon Sep 17 00:00:00 2001 From: Mark Date: Wed, 11 Dec 2019 17:44:08 +0000 Subject: [PATCH] Removed information about mirroring from the readme Removed PHP 5.3 (!) requirement from readme, replaced with 7.3 --- README.md | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/README.md b/README.md index 113c89a4fd..936b94912c 100644 --- a/README.md +++ b/README.md @@ -17,12 +17,7 @@ operation of this website, such as - User contributed notes for manual pages - A "router" for the builtin PHP webserver - -## Setting up an official mirror - -To install a full official mirror please see [the mirroring guidelines](http://php.net/mirroring). - ## Code requirements -Code must function on a vanilla PHP 5.3 installation as some php.net mirrors still run PHP 5.3. +Code must function on a vanilla PHP 7.3 installation. Please keep this in mind before filing a pull request.