Skip to content

Commit e0e05e5

Browse files
committed
MC-31797: Remove compatibility with PHP 7.1 and 7.2
1 parent a5d8cbb commit e0e05e5

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
@@ -7,7 +7,7 @@
77
"AFL-3.0"
88
],
99
"require": {
10-
"php": "~7.1.3||~7.2.0||~7.3.0||~7.4.0",
10+
"php": "~7.3.0||~7.4.0",
1111
"composer/composer": "^1.9",
1212
"symfony/console": "~4.4.0"
1313
},

0 commit comments

Comments
 (0)