diff options
author | Remi Collet <remi@remirepo.net> | 2021-10-21 14:02:41 +0200 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2021-10-21 14:02:41 +0200 |
commit | fea4ff4ca2d33f21368a4cdc8c20afcd39f3df36 (patch) | |
tree | fe223178282c7e8972a03dc52204a6a68b09f468 /composer.json | |
parent | d693b1d7f305814b347c01f89936623b95aab679 (diff) |
update to 1.3.0
switch to phpunit9
Diffstat (limited to 'composer.json')
-rw-r--r-- | composer.json | 20 |
1 files changed, 18 insertions, 2 deletions
diff --git a/composer.json b/composer.json index 7fe0bc3..ee3972c 100644 --- a/composer.json +++ b/composer.json @@ -7,7 +7,23 @@ "authors": [ { "name": "Christian Lück", - "email": "christian@lueck.tv" + "homepage": "https://clue.engineering/", + "email": "christian@clue.engineering" + }, + { + "name": "Cees-Jan Kiewiet", + "homepage": "https://wyrihaximus.net/", + "email": "reactphp@ceesjankiewiet.nl" + }, + { + "name": "Jan Sorgalla", + "homepage": "https://sorgalla.com/", + "email": "jsorgalla@gmail.com" + }, + { + "name": "Chris Boden", + "homepage": "https://cboden.dev/", + "email": "cboden@gmail.com" } ], "autoload": { @@ -26,6 +42,6 @@ "react/event-loop": "^1.0 || ^0.5 || ^0.4 || ^0.3", "react/promise-timer": "^1.0", "clue/block-react": "^1.0", - "phpunit/phpunit": "^7.0 || ^6.4 || ^5.7 || ^4.8.35" + "phpunit/phpunit": "^9.3 || ^5.7 || ^4.8.35" } } |