Skip to content

Commit 3c721fb

Browse files
committed
Update PHP requirement to >= 7.3
1 parent 812ccd8 commit 3c721fb

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
@@ -2,7 +2,7 @@
22
"name": "tobyz/json-api-server",
33
"description": "A fully automated JSON:API server implementation in PHP.",
44
"require": {
5-
"php": ">=7.1",
5+
"php": ">=7.3",
66
"ext-json": "*",
77
"doctrine/inflector": "^1.4 || ^2.0",
88
"json-api-php/json-api": "^2.2",

0 commit comments

Comments
 (0)