diff --git a/composer.json b/composer.json index 633bba9..7cb010a 100644 --- a/composer.json +++ b/composer.json @@ -32,7 +32,6 @@ "php": "^7.3 || ~8.0.0 || ~8.1.0", "fig/http-message-util": "^1.1.2", "laminas/laminas-stdlib": "^2.0 || ^3.1", - "laminas/laminas-zendframework-bridge": "^1.0", "mezzio/mezzio-router": "^3.7", "nikic/fast-route": "^1.2", "psr/container": "^1.0", @@ -49,7 +48,8 @@ "vimeo/psalm": "^4.6" }, "conflict": { - "container-interop/container-interop": "<1.2.0" + "container-interop/container-interop": "<1.2.0", + "zendframework/zend-expressive-fastroute": "*" }, "autoload": { "psr-4": { @@ -71,8 +71,5 @@ "test": "phpunit --colors=always", "test-coverage": "phpunit --colors=always --coverage-clover clover.xml", "static-analysis": "psalm --shepherd --stats" - }, - "replace": { - "zendframework/zend-expressive-fastroute": "^3.0.3" } } diff --git a/composer.lock b/composer.lock index d2976f0..ad14768 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "6a0ab140d73c110eddd6a4abffd01cda", + "content-hash": "14e3a960c12ad608fb27c65496611a10", "packages": [ { "name": "fig/http-message-util", @@ -122,23 +122,23 @@ }, { "name": "laminas/laminas-zendframework-bridge", - "version": "1.2.0", + "version": "1.4.0", "source": { "type": "git", "url": "https://github.com/laminas/laminas-zendframework-bridge.git", - "reference": "6cccbddfcfc742eb02158d6137ca5687d92cee32" + "reference": "bf180a382393e7db5c1e8d0f2ec0c4af9c724baf" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/laminas/laminas-zendframework-bridge/zipball/6cccbddfcfc742eb02158d6137ca5687d92cee32", - "reference": "6cccbddfcfc742eb02158d6137ca5687d92cee32", + "url": "https://api.github.com/repos/laminas/laminas-zendframework-bridge/zipball/bf180a382393e7db5c1e8d0f2ec0c4af9c724baf", + "reference": "bf180a382393e7db5c1e8d0f2ec0c4af9c724baf", "shasum": "" }, "require": { - "php": "^7.3 || ^8.0" + "php": "^7.3 || ~8.0.0 || ~8.1.0" }, "require-dev": { - "phpunit/phpunit": "^5.7 || ^6.5 || ^7.5 || ^8.1 || ^9.3", + "phpunit/phpunit": "^9.3", "psalm/plugin-phpunit": "^0.15.1", "squizlabs/php_codesniffer": "^3.5", "vimeo/psalm": "^4.6" @@ -180,7 +180,7 @@ "type": "community_bridge" } ], - "time": "2021-02-25T21:54:58+00:00" + "time": "2021-09-03T17:53:30+00:00" }, { "name": "mezzio/mezzio-router", @@ -4931,6 +4931,7 @@ "issues": "https://github.com/webmozart/path-util/issues", "source": "https://github.com/webmozart/path-util/tree/2.3.0" }, + "abandoned": "symfony/filesystem", "time": "2015-12-17T08:42:14+00:00" } ],