From 70653612a6bde8404639d68644ab9c18a31faf4d Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 19 Nov 2020 08:04:43 +0100 Subject: update to 1.3.0 raise dependency on PHP 7.3 switch to phpunit9 --- composer.json | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) (limited to 'composer.json') diff --git a/composer.json b/composer.json index ae0046c..44b5fe2 100644 --- a/composer.json +++ b/composer.json @@ -9,7 +9,6 @@ ], "homepage": "https://laminas.dev", "support": { - "docs": "https://docs.laminas.dev/laminas-xml/", "issues": "https://github.com/laminas/laminas-xml/issues", "source": "https://github.com/laminas/laminas-xml", "rss": "https://github.com/laminas/laminas-xml/releases.atom", @@ -20,18 +19,15 @@ "sort-packages": true }, "extra": { - "branch-alias": { - "dev-master": "1.2.x-dev", - "dev-develop": "1.3.x-dev" - } }, "require": { - "php": "^5.6 || ^7.0", + "php": "^7.3 || ~8.0.0", "laminas/laminas-zendframework-bridge": "^1.0" }, "require-dev": { "laminas/laminas-coding-standard": "~1.0.0", - "phpunit/phpunit": "^5.7.27 || ^6.5.8 || ^7.1.4" + "phpunit/phpunit": "^9.4", + "ext-iconv": "*" }, "autoload": { "psr-4": { @@ -54,6 +50,6 @@ "test-coverage": "phpunit --colors=always --coverage-clover clover.xml" }, "replace": { - "zendframework/zendxml": "self.version" + "zendframework/zendxml": "^1.2.0" } } -- cgit