diff options
author | Remi Collet <remi@remirepo.net> | 2021-12-07 12:12:33 +0100 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2021-12-07 12:12:33 +0100 |
commit | 856d56cc63068d9c7410829e1d6589ea9fc1c794 (patch) | |
tree | c360af750ab815f12d4a0be031d6fcb98d7a8682 /composer.json | |
parent | 8d440366714179800c9490c2e8093e84bdd79a31 (diff) |
update to 1.11.0
keep compatibility using laminas-zendframework-bridge
as this is only used using compat autolader
Diffstat (limited to 'composer.json')
-rw-r--r-- | composer.json | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/composer.json b/composer.json index 9c76c8a..9390598 100644 --- a/composer.json +++ b/composer.json @@ -27,8 +27,7 @@ } }, "require": { - "php": "^7.3 || ~8.0.0", - "laminas/laminas-zendframework-bridge": "^1.0" + "php": "^7.3 || ~8.0.0" }, "require-dev": { "doctrine/migrations": "^2.0 || ^3.0", @@ -46,7 +45,8 @@ "vimeo/psalm": "^4.7" }, "conflict": { - "guzzlehttp/ringphp": "<1.1.1" + "guzzlehttp/ringphp": "<1.1.1", + "zendframework/zenddiagnostics": "*" }, "suggest": { "ext-bcmath": "Required by Check\\CpuPerformance", @@ -80,8 +80,5 @@ "static-analysis": "psalm --shepherd --stats", "test": "phpunit --colors=always", "test-coverage": "phpunit --colors=always --coverage-clover clover.xml" - }, - "replace": { - "zendframework/zenddiagnostics": "^1.6.0" } } |