From 459abf1a91b7cc72644ff6f42d05f83429026f0a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20H=C3=A4ber?= Date: Thu, 27 May 2021 14:13:56 +0200 Subject: [PATCH] feat(BE-1914): introduce laminas --- composer.json | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/composer.json b/composer.json index d18b23da..df779c54 100644 --- a/composer.json +++ b/composer.json @@ -12,19 +12,20 @@ } ], "require": { - "zendframework/zendpdf": "~2.0.0", - "zendframework/zend-cache": "^2.0" + "zendframework/zendpdf": "~2.0.0", + "laminas/laminas-cache": "^2.0", + "laminas/laminas-zendframework-bridge": "^1.1" }, "require-dev": { - "zendframework/zend-barcode": "^2.0", - "zendframework/zend-validator": "^2.0", - "imagine/Imagine": ">=0.2.0,<0.6.0", + "laminas/laminas-barcode": "^2.0", + "laminas/laminas-validator": "^2.0", + "imagine/imagine": ">=0.2.0,<0.6.0", "phpunit/phpunit": ">=4,<5.4.0" }, "suggest": { - "zendframework/zend-barcode": "If you want to use barcodes", - "zendframework/zend-validator": "If you want to use barcodes (required by zend-barcode)", - "imagine/Imagine": "If you want to use image generating (required version: >=v0.2.6)" + "laminas/laminas-barcode": "If you want to use barcodes", + "laminas/laminas-validator": "If you want to use barcodes (required by zend-barcode)", + "imagine/imagine": "If you want to use image generating (required version: >=v0.2.6)" }, "autoload": { "psr-0": { "PHPPdf": "lib/", "Imagine": "lib/" }