forked from CakePHP-Copula/Copula
-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathcomposer.json
39 lines (39 loc) · 990 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
34
35
36
37
38
39
{
"name": "imsamurai/http-source",
"description": "Provides base class for datasorses with Http protocol",
"type": "cakephp-plugin",
"keywords": [
"cakephp",
"database",
"datasource",
"http",
"plugin"
],
"homepage": "http://github.com/imsamurai/cakephp-httpsource-datasource",
"license": "MIT",
"authors": [
{
"name": "Shamray Alexander",
"email": "[email protected]",
"homepage": "https://imsamurai.me",
"role": "Maintainer"
}
],
"require": {
"composer/installers": "*",
"imsamurai/arraysort": "1.0.*",
"imsamurai/http-socket-oauth": "1.0.*"
},
"suggest": {
"symfony/process": "For explain http queries in debug toolbar",
"ext-curl": "For explain http queries in debug toolbar"
},
"support": {
"email": "[email protected]",
"issues": "https://github.com/imsamurai/cakephp-httpsource-datasource/issues",
"source": "https://github.com/imsamurai/cakephp-httpsource-datasource"
},
"extra": {
"installer-name": "HttpSource"
}
}