diff options
| author | Damien Regad <dregad@mantisbt.org> | 2020-12-20 19:24:46 +0100 |
|---|---|---|
| committer | Damien Regad <dregad@mantisbt.org> | 2020-12-20 19:30:00 +0100 |
| commit | b6742e24fc04fb706980304d36ab6e0d32b7829e (patch) | |
| tree | 1968927a983fc90851208ccbb04320a184bbae86 /composer.json | |
| parent | fee89104b21f0ce7c04af44d1347ce7a95e6e2cb (diff) | |
| download | adodb-b6742e24fc04fb706980304d36ab6e0d32b7829e.tar.gz adodb-b6742e24fc04fb706980304d36ab6e0d32b7829e.tar.bz2 adodb-b6742e24fc04fb706980304d36ab6e0d32b7829e.zip | |
Increase minimum PHP version to 5.5.9
Fixes #654
Diffstat (limited to 'composer.json')
| -rw-r--r-- | composer.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/composer.json b/composer.json index f4f7e780..0c433d10 100644 --- a/composer.json +++ b/composer.json @@ -27,7 +27,7 @@ }, "require" : { - "php" : "^5.3.2 || ^7.0" + "php" : "^5.5.9 || ^7.0" }, "autoload" : { |
