forked from ctechhindi/CodeIgniter-API-Controller
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
32 lines (32 loc) · 1001 Bytes
/
composer.json
File metadata and controls
32 lines (32 loc) · 1001 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
{
"description": "CodeIgniter API Controller",
"name": "ctechhindi/codeigniter-api",
"homepage": "https://github.com/jeevan15498/CodeIgniter-API-Controller",
"type": "project",
"keywords": ["CodeIgniter", "Rest", "Api", "Rest Api", "CodeIgniter Rest", "CodeIgniter Rest Api"],
"license": "MIT",
"authors": [
{
"name": "C Tech Hindi",
"homepage": "https://github.com/jeevan15498",
"email": "[email protected]",
"role": "Author"
},
{
"name": "Community",
"homepage": "https://github.com/jeevan15498/CodeIgniter-API-Controller/graphs/contributors"
}
],
"support": {
"source": "https://github.com/jeevan15498/CodeIgniter-API-Controller",
"issues": "https://github.com/jeevan15498/CodeIgniter-API-Controller/issues",
"video": "https://www.youtube.com/channel/UCfd4AN4UKiWyHDdq-fizQGA"
},
"require": {
"php": ">=5.6"
},
"prefer-stable": true,
"config": {
"sort-packages": true
}
}