From 8688afc23d361bea96774311b122bff35c39803b Mon Sep 17 00:00:00 2001 From: Gabriel Caruso Date: Fri, 9 Oct 2020 09:26:54 +0200 Subject: [PATCH] Add PHP 8.0 references --- git.php | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/git.php b/git.php index aa38aeac89..816a333c81 100644 --- a/git.php +++ b/git.php @@ -57,7 +57,7 @@
  • PHP 5.4: 1.28, 1.35, 1.75, 2.0 to 2.6.4
  • PHP 5.5 and 5.6: 2.4 to 2.7
  • PHP 7.0 - 7.3: 2.4+
  • -
  • PHP 7.4: 3.0.0+
  • +
  • PHP 7.4 - PHP 8.0: 3.0.0+
  • @@ -114,6 +114,10 @@ PHP 7.4: git checkout PHP-7.4
    +
    + PHP 8.0: + git checkout PHP-8.0 +
    PHP HEAD: git checkout master