Skip to content

Commit 99f105c

Browse files
committed
Update Composer
1 parent ac3af3f commit 99f105c

File tree

1 file changed

+10
-4
lines changed

1 file changed

+10
-4
lines changed

composer.json

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@
22
"description": "CodeIgniter API Controller",
33
"name": "ctechhindi/codeigniter-api",
44
"homepage": "https://github.com/jeevan15498/CodeIgniter-API-Controller",
5-
"type": "library",
5+
"type": "project",
66
"keywords": ["CodeIgniter", "Rest", "Api", "Rest Api", "CodeIgniter Rest", "CodeIgniter Rest Api"],
77
"license": "MIT",
88
"authors": [
99
{
10-
"name": "Jeevan Lal",
10+
"name": "C Tech Hindi",
1111
"homepage": "https://github.com/jeevan15498",
12-
"email": "jeevan15498@gmail.com",
12+
"email": "ctechhindi@gmail.com",
1313
"role": "Author"
1414
},
1515
{
@@ -22,5 +22,11 @@
2222
"issues": "https://github.com/jeevan15498/CodeIgniter-API-Controller/issues",
2323
"video": "https://www.youtube.com/channel/UCfd4AN4UKiWyHDdq-fizQGA"
2424
},
25-
"require": {}
25+
"require": {
26+
"php": ">=5.6"
27+
},
28+
"prefer-stable": true,
29+
"config": {
30+
"sort-packages": true
31+
}
2632
}

0 commit comments

Comments
 (0)