-
-
Notifications
You must be signed in to change notification settings - Fork 20
Expand file tree
/
Copy pathcomposer.json
More file actions
35 lines (35 loc) · 803 Bytes
/
composer.json
File metadata and controls
35 lines (35 loc) · 803 Bytes
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
{
"name": "react/website",
"description": "Source code of reactphp.org",
"license": "MIT",
"authors": [
{
"name": "Jan Sorgalla",
"email": "jsorgalla@gmail.com"
}
],
"autoload": {
"psr-4": {
"React\\Website\\": "src/"
},
"files": [
"src/berti.php",
"src/data.php"
]
},
"require-dev": {
"jsor/berti": "^4.1",
"symfony/cache": "^3.4",
"symfony/filesystem": "^3.4",
"symfony/process": "^3.4",
"vlucas/phpdotenv": "^2.6",
"elvanto/litemoji": "^1.4",
"zendframework/zend-feed": "^2.12",
"igorw/retry": "^1.0@dev"
},
"config": {
"platform": {
"php": "7.1.99"
}
}
}