diff options
author | Ivan Enderlin <ivan.enderlin@hoa-project.net> | 2017-08-30 15:57:28 +0200 |
---|---|---|
committer | Ivan Enderlin <ivan.enderlin@hoa-project.net> | 2017-08-30 15:57:42 +0200 |
commit | 4285f07577d43d490331de0a5674684887a06644 (patch) | |
tree | 9f8f7f720b99bae55859f8d834475b047d91a6c0 | |
parent | ed87ebed896f795478e85eec6213be323f2dfeb7 (diff) | |
download | Ustring-4285f07577d43d490331de0a5674684887a06644.zip Ustring-4285f07577d43d490331de0a5674684887a06644.tar.gz Ustring-4285f07577d43d490331de0a5674684887a06644.tar.bz2 |
chore(composer) Move to PHP 7.
-rw-r--r-- | composer.json | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/composer.json b/composer.json index 90c91a8..879cba6 100644 --- a/composer.json +++ b/composer.json @@ -23,12 +23,12 @@ "source": "https://central.hoa-project.net/Resource/Library/Ustring" }, "require": { - "php" : ">=5.5.0", - "hoa/consistency": "~1.0", - "hoa/exception" : "~1.0" + "php" : ">=7.1", + "hoa/consistency": "~2.0", + "hoa/exception" : "~2.0" }, "require-dev": { - "hoa/test": "~2.0" + "hoa/test": "~3.0" }, "autoload": { "psr-4": { |