Skip to content

Commit 90c76a3

Browse files
Relax PHP version constaint in composer.json
1 parent 45ce173 commit 90c76a3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
}
1010
],
1111
"require": {
12-
"php": "^7.2 || ^7.3",
12+
"php": "^7.2",
1313
"flow/jsonpath": "^0.5.0",
1414
"justinrainbow/json-schema": "^5.0"
1515
},
@@ -32,4 +32,4 @@
3232
"config": {
3333
"sort-packages": true
3434
}
35-
}
35+
}

0 commit comments

Comments
 (0)