-
-
Notifications
You must be signed in to change notification settings - Fork 137
Expand file tree
/
Copy pathcomposer.json
More file actions
30 lines (30 loc) · 662 Bytes
/
composer.json
File metadata and controls
30 lines (30 loc) · 662 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
{
"name": "xdebug/xdebug.org",
"type": "project",
"license": "MIT",
"require-dev": {
"zetacomponents/feed": "^1.4",
"composer/xdebug-handler": "^3.0",
"php": "*",
"amphp/amp": "^2.6"
},
"autoload": {
"files": [
"src/constants.php"
],
"psr-4": {
"XdebugDotOrg\\": "src"
}
},
"require": {
"zetacomponents/document": "^1.3.5",
"stripe/stripe-php": "^10.10",
"ext-mongodb": "^1.5",
"zetacomponents/mail": "^1.9"
},
"config": {
"allow-plugins": {
"ocramius/package-versions": true
}
}
}