Skip to content

Commit

Permalink
Update minimum php version to 7.2 and allow 8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
glensc committed Dec 21, 2020
1 parent 3d9f68e commit 0709168
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,14 @@
},
"config": {
"platform": {
"php": "7.0.8",
"php": "7.2.5",
"ext-mongodb": "1.3.0"
},
"sort-packages": true,
"platform-check": "php-only"
},
"require": {
"php": "^7.0",
"php": "^7.2 || ^8.0",
"ext-json": "*",
"alcaeus/mongo-php-adapter": "^1.1",
"pimple/pimple": "^3.0",
Expand Down
6 changes: 3 additions & 3 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 0709168

Please sign in to comment.