diff options
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 2343a3a..a83c26c 100644 --- a/composer.json +++ b/composer.json @@ -1,7 +1,7 @@ { "name": "kch42/ste", "require": { - "php": ">=5.3.0" + "php": ">=7.3.0" }, "autoload": { "psr-4": { |