diff options
author | Remi Collet <remi@remirepo.net> | 2020-11-19 08:04:43 +0100 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2020-11-19 08:04:43 +0100 |
commit | 70653612a6bde8404639d68644ab9c18a31faf4d (patch) | |
tree | 31b4eb5530e7ac292535eefa05e0fbb15f22476d /composer.json | |
parent | 6f18be24001edfc20c68a8746e033cd467041c44 (diff) |
update to 1.3.0
raise dependency on PHP 7.3
switch to phpunit9
Diffstat (limited to 'composer.json')
-rw-r--r-- | composer.json | 12 |
1 files changed, 4 insertions, 8 deletions
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" } } |