diff options
author | vincent-peugnet <v.peugnet@free.fr> | 2019-12-26 18:25:34 +0100 |
---|---|---|
committer | vincent-peugnet <v.peugnet@free.fr> | 2019-12-26 18:28:22 +0100 |
commit | c9bb9883d2788c88f52538b78359123f4f3e694b (patch) | |
tree | 3c82bb05a893a8db7c10083bdb0ccf27fbfd89da /composer.json | |
parent | 4b967cb532b34c5d38452a71de6ae6e965858ca0 (diff) | |
download | wcms-c9bb9883d2788c88f52538b78359123f4f3e694b.tar.gz wcms-c9bb9883d2788c88f52538b78359123f4f3e694b.zip |
php7 baby
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 7b7a74a..ee39c84 100644 --- a/composer.json +++ b/composer.json @@ -2,7 +2,7 @@ "name": "w-cms", "description": "point'n think", "require": { - "php": ">=5.6.0", + "php": ">=7.2.0", "altorouter/altorouter": "^1.2", "jamesmoss/flywheel": "^0.5.2", "league/plates": "^3.3", |