Skip to content

Commit 4f4b42b

Browse files
authored
bump minimum php version (#78)
1 parent 84e01ba commit 4f4b42b

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
@@ -9,7 +9,7 @@
99
}
1010
],
1111
"require": {
12-
"php": ">=7.1",
12+
"php": ">=7.2",
1313
"ext-json": "*",
1414
"packaged/helpers": "~1.23||~2.5",
1515
"packaged/docblock": "~0.1||~1.0",

0 commit comments

Comments
 (0)