Skip to content

Commit

Permalink
Edit PHP version constraint to composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
JulienRAVIA committed Aug 4, 2019
1 parent 180521c commit 4ab0826
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@
"license": "GPL-3.0-or-later",
"keywords": [
"xylis",
"julien ravia",
"mailboxlayer",
"mail validator"
"validator",
"api client"
],
"require-dev": {
"apigen/apigen": "dev-master",
Expand All @@ -30,7 +30,7 @@
}
},
"require": {
"php": "~7.1",
"php": "^7.1",
"ext-curl": "*",
"ext-json": "*",
"jameshalsall/object-hydrator": "^1.2"
Expand Down

0 comments on commit 4ab0826

Please sign in to comment.