From 4e9d149efb3f17daa6c3948ccfb1ad34ff5b8264 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 21 Mar 2022 16:28:04 +0100 Subject: update to 1.8.1 --- composer.json | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) (limited to 'composer.json') diff --git a/composer.json b/composer.json index 859838c..3cff6ef 100644 --- a/composer.json +++ b/composer.json @@ -6,19 +6,21 @@ "authors": [ { "name": "Johannes M. Schmitt", - "email": "schmittjoh@gmail.com" + "email": "schmittjoh@gmail.com", + "homepage": "https://github.com/schmittjoh" }, { "name": "Graham Campbell", - "email": "graham@alt-three.com" + "email": "hello@gjcampbell.co.uk", + "homepage": "https://github.com/GrahamCampbell" } ], "require": { - "php": "^5.5.9 || ^7.0 || ^8.0" + "php": "^7.0 || ^8.0" }, "require-dev": { "bamarni/composer-bin-plugin": "^1.4.1", - "phpunit/phpunit": "^4.8.35 || ^5.7.27 || ^6.5.6 || ^7.0 || ^8.0 || ^9.0" + "phpunit/phpunit": "^6.5.14 || ^7.5.20 || ^8.5.19 || ^9.5.8" }, "autoload": { "psr-4": { @@ -35,7 +37,7 @@ }, "extra": { "branch-alias": { - "dev-master": "1.7-dev" + "dev-master": "1.8-dev" } }, "minimum-stability": "dev", -- cgit