Skip to content

Commit

Permalink
Merge pull request #1 from jupitern/patch-1
Browse files Browse the repository at this point in the history
allow all php versions >=7.2
  • Loading branch information
TCB13 authored Aug 20, 2021
2 parents 9cae165 + a8f51dd commit 8ad5fb1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "",
"license": "MIT",
"require": {
"php": "^7.2",
"php": ">=7.2",
"ext-json": "*",
"ext-curl": "*",
"ext-mongodb": "*",
Expand All @@ -22,4 +22,4 @@
"SequelMongo\\": "src/"
}
}
}
}

0 comments on commit 8ad5fb1

Please sign in to comment.