diff options
author | Remi Collet <remi@remirepo.net> | 2022-03-21 16:28:04 +0100 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2022-03-21 16:28:04 +0100 |
commit | 4e9d149efb3f17daa6c3948ccfb1ad34ff5b8264 (patch) | |
tree | b21efebd54894e668299a148a67a64c80fb32332 /composer.json | |
parent | 68c9a0ff8cf1ce837c8bd995738378e87e0aaeb7 (diff) |
Diffstat (limited to 'composer.json')
-rw-r--r-- | composer.json | 12 |
1 files changed, 7 insertions, 5 deletions
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", |