diff options
author | Remi Collet <remi@remirepo.net> | 2022-09-20 16:35:02 +0200 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2022-09-20 16:35:02 +0200 |
commit | 725a39ff7b27e161874afcf0808c063eaf2595f4 (patch) | |
tree | b7d29efa3ad44405c6198cc36a80f7b6dfbf5c06 /composer.json | |
parent | 1768a60e9d1d8ebcba218c88559ded71e13950ba (diff) |
update to 2.18.0
raise dependency on PHP 8.0
Diffstat (limited to 'composer.json')
-rw-r--r-- | composer.json | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/composer.json b/composer.json index ad58386..9c6a410 100644 --- a/composer.json +++ b/composer.json @@ -18,7 +18,7 @@ "config": { "sort-packages": true, "platform": { - "php": "7.4.99" + "php": "8.0.99" }, "allow-plugins": { "dealerdirect/phpcodesniffer-composer-installer": true, @@ -32,7 +32,7 @@ } }, "require": { - "php": "^7.4 || ~8.0.0 || ~8.1.0", + "php": "~8.0.0 || ~8.1.0", "ext-intl": "*", "laminas/laminas-servicemanager": "^3.14.0", "laminas/laminas-stdlib": "^2.7 || ^3.0" @@ -41,13 +41,12 @@ "laminas/laminas-cache": "^3.1.2", "laminas/laminas-cache-storage-adapter-memory": "^2.0.0", "laminas/laminas-cache-storage-deprecated-factory": "^1.0.0", - "laminas/laminas-coding-standard": "~2.3.0", + "laminas/laminas-coding-standard": "~2.4.0", "laminas/laminas-config": "^3.4.0", "laminas/laminas-eventmanager": "^3.5.0", "laminas/laminas-filter": "^2.16.0", "laminas/laminas-validator": "^2.17.0", "laminas/laminas-view": "^2.21.0", - "phpspec/prophecy-phpunit": "^2.0", "phpunit/phpunit": "^9.5.21", "psalm/plugin-phpunit": "^0.17.0", "vimeo/psalm": "^4.24.0" @@ -63,7 +62,6 @@ "laminas/laminas-eventmanager": "You should install this package to use the events in the translator", "laminas/laminas-filter": "You should install this package to use the provided filters", "laminas/laminas-i18n-resources": "This package provides validator and captcha translations", - "laminas/laminas-servicemanager": "You should install this package to use the translator", "laminas/laminas-validator": "You should install this package to use the provided validators", "laminas/laminas-view": "You should install this package to use the provided view helpers" }, |