Skip to content

Commit 8ad5fb1

Browse files
authored
Merge pull request #1 from jupitern/patch-1
allow all php versions >=7.2
2 parents 9cae165 + a8f51dd commit 8ad5fb1

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
@@ -4,7 +4,7 @@
44
"description": "",
55
"license": "MIT",
66
"require": {
7-
"php": "^7.2",
7+
"php": ">=7.2",
88
"ext-json": "*",
99
"ext-curl": "*",
1010
"ext-mongodb": "*",
@@ -22,4 +22,4 @@
2222
"SequelMongo\\": "src/"
2323
}
2424
}
25-
}
25+
}

0 commit comments

Comments
 (0)