summaryrefslogtreecommitdiffstats
path: root/composer.json
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2021-03-24 08:43:58 +0100
committerRemi Collet <remi@remirepo.net>2021-03-24 08:43:58 +0100
commitc1186950d2ed3110e0210ec2e268d65681bc634b (patch)
tree3962502ed3d44ef6e8f935d20a3d3e9dffd5921f /composer.json
parentfe9c0df5d2b90fcb76a05db740332a46835f5e49 (diff)
update to 0.6.2dev062
switch to phpunit9 sources from git snapshot
Diffstat (limited to 'composer.json')
-rw-r--r--composer.json26
1 files changed, 24 insertions, 2 deletions
diff --git a/composer.json b/composer.json
index 3e6a8fe..bdaa7a8 100644
--- a/composer.json
+++ b/composer.json
@@ -3,6 +3,28 @@
"description": "Event-driven library for executing child processes with ReactPHP.",
"keywords": ["process", "event-driven", "ReactPHP"],
"license": "MIT",
+ "authors": [
+ {
+ "name": "Christian Lück",
+ "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"
+ }
+ ],
"require": {
"php": ">=5.3.0",
"evenement/evenement": "^3.0 || ^2.0 || ^1.0",
@@ -10,9 +32,9 @@
"react/stream": "^1.0 || ^0.7.6"
},
"require-dev": {
- "phpunit/phpunit": "^7.0 || ^6.4 || ^5.7 || ^4.8.35",
+ "phpunit/phpunit": "^9.3 || ^5.7 || ^4.8.35",
"react/socket": "^1.0",
- "sebastian/environment": "^3.0 || ^2.0 || ^1.0"
+ "sebastian/environment": "^5.0 || ^3.0 || ^2.0 || ^1.0"
},
"autoload": {
"psr-4": { "React\\ChildProcess\\": "src" }