-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathcomposer.json
33 lines (32 loc) · 930 Bytes
/
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
{
"name": "kagency/couchdb-endpoint",
"description": "PHP Endpoint for CouchDB replication with about any backend.",
"repositories": [
{
"type": "vcs",
"url": "https://github.com/phuedx/tnetstring.git"
}
],
"autoload": {
"psr-0": {
"Kagency": "src/"
}
},
"require": {
"symfony/http-kernel": "@stable",
"symfony/routing": "@stable",
"symfony/dependency-injection": "@stable",
"symfony/config": "@stable",
"symfony/yaml": "@stable",
"kore/data-object": "@stable"
},
"require-dev": {
"pdepend/pdepend": "@stable",
"phpmd/phpmd": "@stable",
"phpunit/phpunit": "@stable",
"sebastian/phpcpd": "@stable",
"squizlabs/php_codesniffer": "@stable",
"phuedx/tnetstring": "@dev",
"kagency/http-replay": "@alpha"
}
}