diff options
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" } } |