diff --git a/composer.json b/composer.json index fd3973f0..56f0d0cd 100644 --- a/composer.json +++ b/composer.json @@ -1,5 +1,5 @@ { - "name": "laminas/laminas-mvc", + "name": "magento/magento-zf-db", "description": "Laminas's event-driven MVC layer, including MVC Applications, Controllers, and Plugins", "license": "BSD-3-Clause", "keywords": [ @@ -43,6 +43,9 @@ "phpunit/phpunit": "^10.5.38", "webmozart/assert": "^1.11" }, + "replace": { + "laminas/laminas-mvc": "^3.8" + }, "suggest": { "laminas/laminas-log": "^2.9.1 To provide log functionality via LogFilterManager, LogFormatterManager, and LogProcessorManager", "laminas/laminas-mvc-console": "laminas-mvc-console provides the ability to expose laminas-mvc as a console application", diff --git a/composer.lock b/composer.lock index 4ae56fa2..b37f7427 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": "eccc4d5fe7dff44dad99377198add192", + "content-hash": "5bc0e174685e1cc0f9f64aa84b95bc55", "packages": [ { "name": "brick/varexporter", @@ -3254,15 +3254,15 @@ ], "aliases": [], "minimum-stability": "stable", - "stability-flags": {}, + "stability-flags": [], "prefer-stable": false, "prefer-lowest": false, "platform": { "php": "~8.1.0 || ~8.2.0 || ~8.3.0 || ~8.4.0" }, - "platform-dev": {}, + "platform-dev": [], "platform-overrides": { "php": "8.1.99" }, - "plugin-api-version": "2.6.0" + "plugin-api-version": "2.2.0" }