forked from neilcrookes/CakePHP-ReST-DataSource-Plugin
-
Notifications
You must be signed in to change notification settings - Fork 5
/
composer.json
27 lines (27 loc) · 772 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
{
"name": "nojimage/cakephp-rest",
"description": "A CakePHP Plugin containing a DataSource for interacting with ReSTful web services.",
"type": "cakephp-plugin",
"keywords": ["cakephp", "datasource"],
"homepage": "https://github.com/nojimage/CakePHP-ReST-DataSource-Plugin",
"license": "MIT",
"authors": [
{
"name": "Neil Crookes",
"homepage": "http://www.neilcrookes.com",
"role": "Original Developer"
},
{
"name": "Takashi Nojima",
"homepage": "http://php-tips.com",
"role": "Developer"
}
],
"require": {
"php": ">=5.2.8",
"composer/installers": "*"
},
"extra": {
"installer-name": "Rest"
}
}