diff options
author | Remi Collet <remi@remirepo.net> | 2022-06-09 07:43:51 +0200 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2022-06-09 07:43:51 +0200 |
commit | afd0c3a8968ff108b49c6f692c3839f0a93c071c (patch) | |
tree | f7bc53bb8b8173bb88e56121cd8f29ea080ef000 /composer.json | |
parent | a3278ca84e77b58e870669cc3d61348d5a565837 (diff) |
update to 4.4.0
raise dependency on PHP 7.4
Diffstat (limited to 'composer.json')
-rw-r--r-- | composer.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/composer.json b/composer.json index 2ed1cad..29e898c 100644 --- a/composer.json +++ b/composer.json @@ -22,7 +22,7 @@ } ], "require": { - "php": ">=7.2.0", + "php": ">=7.4.0", "ext-intl": "*", "ext-json": "*", "ext-mbstring": "*", @@ -97,7 +97,7 @@ "TestPluginTwo\\": "tests/test_app/Plugin/TestPluginTwo/src/", "Company\\TestPluginThree\\": "tests/test_app/Plugin/Company/TestPluginThree/src/", "Company\\TestPluginThree\\Test\\": "tests/test_app/Plugin/Company/TestPluginThree/tests/", - "ParentPlugin\\": "tests/test_app/Plugin/ParentPlugin/src/" + "Named\\": "tests/test_app/Plugin/Named/src/" } }, "scripts": { |