Skip to content

Commit

Permalink
increment minimum php version to 7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
bradymiller committed Sep 2, 2019
1 parent b688d00 commit 41fabb4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"source" : "https://github.com/openemr/openemr"
},
"require" : {
"php" : ">=7.1.0",
"php" : ">=7.2.0",
"adldap2/adldap2" : "10.0.11",
"adodb/adodb-php" : "5.20.14",
"doctrine/common" : "2.10.0",
Expand Down Expand Up @@ -65,7 +65,7 @@
},
"config": {
"platform": {
"php": "7.1"
"php": "7.2"
}
},
"require-dev" : {
Expand Down
2 changes: 1 addition & 1 deletion src/Common/Compatibility/Checker.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
*/
class Checker
{
private static $minimumPhpVersion = "7.1.2";
private static $minimumPhpVersion = "7.2.0";

/**
* Checks to see if minimum PHP version is met.
Expand Down

0 comments on commit 41fabb4

Please sign in to comment.