From fe6bc2632dec1b3a878e31156422729decf30cf1 Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Thu, 13 Feb 2020 22:10:44 +0100 Subject: [PATCH] bump php version --- standards/php.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/standards/php.md b/standards/php.md index 840b569..639fe39 100644 --- a/standards/php.md +++ b/standards/php.md @@ -1,6 +1,6 @@ # Php -The php code needs to be php 7 compliant. No php 7 deprecated or removed elements, functions or practices are allowed (e.g. short open tag). Please use the `phpcs.xml` and `phpmd.xml` configurations for PHP Code Sniffer and PHP Mess Detector provided with the project to identify most of the basic code standards. +The php code needs to be php 7.4 compliant. No php 7.4 deprecated or removed elements, functions or practices are allowed (e.g. short open tag). Please use the `phpcs.xml` and `phpmd.xml` configurations for PHP Code Sniffer and PHP Mess Detector provided with the project to identify most of the basic code standards. ## Php Tags