-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
61 lines (61 loc) · 1.65 KB
/
composer.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
{
"name": "react-parallel/psr-15-adapter",
"description": "\ud83c\udfab\ud83c\udf9f\ufe0f ",
"license": "MIT",
"authors": [
{
"name": "Cees-Jan Kiewiet",
"email": "ceesjank@gmail.com",
"homepage": "http://wyrihaximus.net/"
}
],
"require": {
"php": "^7.4",
"ext-parallel": "*",
"ancarda/psr7-string-stream": "^1.3",
"opis/closure": "^3.5",
"psr/http-server-middleware": "^1.0",
"react-parallel/contracts": "^1.0",
"react-parallel/react-parallel": "^1.0",
"react-parallel/worker-pool": "^1.0",
"react/event-loop": "^1.1",
"react/http": "^1.0",
"react/promise": "^2.7",
"wyrihaximus/constants": "^1.5",
"wyrihaximus/psr-15-cat": "^1.1"
},
"require-dev": {
"moneyphp/money": "^3.2 || ^3.2.1",
"ocramius/package-versions": "^1.4",
"ringcentral/psr7": "^1.3",
"thecodingmachine/safe": "^1.1",
"wyrihaximus/async-test-utilities": "^2.2",
"wyrihaximus/iterator-or-array-to-array": "^1.1"
},
"config": {
"platform": {
"php": "7.4.7"
},
"sort-packages": true
},
"autoload": {
"psr-4": {
"ReactParallel\\Psr15Adapter\\": "src/"
}
},
"autoload-dev": {
"psr-4": {
"ReactParallel\\Tests\\Psr15Adapter\\": "tests/"
}
},
"minimum-stability": "dev",
"prefer-stable": true,
"scripts": {
"post-install-cmd": [
"composer normalize"
],
"post-update-cmd": [
"composer normalize"
]
}
}