diff options
author | Mario <mario@mariovavti.com> | 2020-06-15 07:01:35 +0000 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2020-06-15 07:01:35 +0000 |
commit | 63a6b4a162041d8381c9e58c641b44ec5120011a (patch) | |
tree | 73386c5a5349ed5eec8bd165f68d47a6b60c6639 /vendor/commerceguys/intl/composer.json | |
parent | 7270da6a28f836f94f6d98557df9532e587c3646 (diff) | |
download | volse-hubzilla-63a6b4a162041d8381c9e58c641b44ec5120011a.tar.gz volse-hubzilla-63a6b4a162041d8381c9e58c641b44ec5120011a.tar.bz2 volse-hubzilla-63a6b4a162041d8381c9e58c641b44ec5120011a.zip |
composer update commerceguys/intl
Diffstat (limited to 'vendor/commerceguys/intl/composer.json')
-rw-r--r-- | vendor/commerceguys/intl/composer.json | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/vendor/commerceguys/intl/composer.json b/vendor/commerceguys/intl/composer.json index 153479442..2685c8283 100644 --- a/vendor/commerceguys/intl/composer.json +++ b/vendor/commerceguys/intl/composer.json @@ -4,11 +4,11 @@ "description": "Internationalization library powered by CLDR data.", "license": "MIT", "require": { - "php": ">=5.5.0" + "php": ">=7.0.8" }, "require-dev": { - "phpunit/phpunit": "~4.0", - "mikey179/vfsStream": "1.*" + "phpunit/phpunit": "^6.0", + "mikey179/vfsstream": "1.*" }, "autoload": { "psr-4": { |