From 85d99fbd4d4930b436be9df014fd42388240cbc4 Mon Sep 17 00:00:00 2001 From: Michael Moll Date: Thu, 1 Oct 2020 01:53:08 +0200 Subject: [PATCH 1/3] Drop support for PHP < 7.4 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 7b2336e..268e07b 100644 --- a/composer.json +++ b/composer.json @@ -22,7 +22,7 @@ "source": "https://github.com/mayflower/mo4-coding-standard" }, "require": { - "php": "~7.2 || ~8.0", + "php": "~7.4 || ~8.0", "dealerdirect/phpcodesniffer-composer-installer": "~0.7", "escapestudios/symfony2-coding-standard": "^3.10.0", "slevomat/coding-standard": "^7.0.1", From 72ea0d078a08bc3f6f082607a26988c1cbf9a8c4 Mon Sep 17 00:00:00 2001 From: Michael Moll Date: Thu, 1 Oct 2020 13:03:24 +0200 Subject: [PATCH 2/3] add some stuff --- MO4/ruleset.xml | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/MO4/ruleset.xml b/MO4/ruleset.xml index ec99418..4fcf470 100644 --- a/MO4/ruleset.xml +++ b/MO4/ruleset.xml @@ -103,6 +103,8 @@ + + @@ -129,6 +131,8 @@ + + @@ -207,7 +211,7 @@ 0 - 0 + 9 @@ -217,8 +221,9 @@ - 0 + 9 + 0 From 2ddc3586b0947dcb456b5a8fe3cb7f59ca37fa6f Mon Sep 17 00:00:00 2001 From: Michael Moll Date: Sat, 20 Aug 2022 11:09:13 +0200 Subject: [PATCH 3/3] yo --- MO4/ruleset.xml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/MO4/ruleset.xml b/MO4/ruleset.xml index 4fcf470..acd4451 100644 --- a/MO4/ruleset.xml +++ b/MO4/ruleset.xml @@ -133,6 +133,8 @@ + +