Skip to content

Commit 85d99fb

Browse files
committed
Drop support for PHP < 7.4
1 parent 6309db8 commit 85d99fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"source": "https://github.com/mayflower/mo4-coding-standard"
2323
},
2424
"require": {
25-
"php": "~7.2 || ~8.0",
25+
"php": "~7.4 || ~8.0",
2626
"dealerdirect/phpcodesniffer-composer-installer": "~0.7",
2727
"escapestudios/symfony2-coding-standard": "^3.10.0",
2828
"slevomat/coding-standard": "^7.0.1",

0 commit comments

Comments
 (0)