diff options
author | Remi Collet <remi@remirepo.net> | 2022-11-21 09:07:24 +0100 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2022-11-21 09:07:24 +0100 |
commit | f630d0fcf873c1e0f97b74a41f476878948ebc08 (patch) | |
tree | 7d9f558ca0d38f3c0751deef194fe98accdb83ec /composer.json | |
parent | d7cfaf7e66975e739291f99f1f0bedbc5cd82b41 (diff) |
update to 2.11.1 (no change)
raise dependency on PHP 8.0
Diffstat (limited to 'composer.json')
-rw-r--r-- | composer.json | 16 |
1 files changed, 12 insertions, 4 deletions
diff --git a/composer.json b/composer.json index 8fc4369..e126357 100644 --- a/composer.json +++ b/composer.json @@ -16,10 +16,16 @@ "forum": "https://discourse.laminas.dev" }, "config": { - "sort-packages": true + "sort-packages": true, + "platform": { + "php": "8.0.99" + }, + "allow-plugins": { + "dealerdirect/phpcodesniffer-composer-installer": true + } }, "require": { - "php": "~7.4.0 || ~8.0.0 || ~8.1.0", + "php": "~8.0.0 || ~8.1.0 || ~8.2.0", "ext-dom": "*", "ext-soap": "*", "laminas/laminas-server": "^2.11", @@ -27,11 +33,13 @@ "laminas/laminas-uri": "^2.9.1" }, "require-dev": { - "laminas/laminas-coding-standard": "~2.2.1", + "laminas/laminas-coding-standard": "~2.4", "laminas/laminas-config": "^3.7", "laminas/laminas-http": "^2.15", "phpspec/prophecy-phpunit": "^2.0.1", - "phpunit/phpunit": "^9.5.5" + "phpunit/phpunit": "^9.5.5", + "psalm/plugin-phpunit": "^0.18.3", + "vimeo/psalm": "^4.30" }, "suggest": { "ext-curl": "Curl is required when .NET compatibility is required", |