diff options
author | Remi Collet <remi@remirepo.net> | 2025-03-10 10:05:16 +0100 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2025-03-10 10:05:16 +0100 |
commit | 043c96f1e3211f9b6e1b7b73c102d60d154c81d4 (patch) | |
tree | 5798769113edc5739fceb06ad4789b491aa1479d /composer.json | |
parent | 587fdc4aa5a17372ed49536eda83258fbf72833e (diff) |
Diffstat (limited to 'composer.json')
-rw-r--r-- | composer.json | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/composer.json b/composer.json index 9a47543..a60b713 100644 --- a/composer.json +++ b/composer.json @@ -10,7 +10,8 @@ } ], "require": { - "ext-json": "*" + "ext-json": "*", + "php": ">=7.1" }, "require-dev": { "phperf/phpunit": "4.8.37" @@ -27,7 +28,7 @@ }, "config": { "platform": { - "php": "5.4.45" + "php": "7.1.33" } } } |