Skip to content

Commit

Permalink
Update Composer
Browse files Browse the repository at this point in the history
  • Loading branch information
jeevan15498 committed Jun 26, 2018
1 parent ac3af3f commit 99f105c
Showing 1 changed file with 10 additions and 4 deletions.
14 changes: 10 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@
"description": "CodeIgniter API Controller",
"name": "ctechhindi/codeigniter-api",
"homepage": "https://github.com/jeevan15498/CodeIgniter-API-Controller",
"type": "library",
"type": "project",
"keywords": ["CodeIgniter", "Rest", "Api", "Rest Api", "CodeIgniter Rest", "CodeIgniter Rest Api"],
"license": "MIT",
"authors": [
{
"name": "Jeevan Lal",
"name": "C Tech Hindi",
"homepage": "https://github.com/jeevan15498",
"email": "jeevan15498@gmail.com",
"email": "ctechhindi@gmail.com",
"role": "Author"
},
{
Expand All @@ -22,5 +22,11 @@
"issues": "https://github.com/jeevan15498/CodeIgniter-API-Controller/issues",
"video": "https://www.youtube.com/channel/UCfd4AN4UKiWyHDdq-fizQGA"
},
"require": {}
"require": {
"php": ">=5.6"
},
"prefer-stable": true,
"config": {
"sort-packages": true
}
}

0 comments on commit 99f105c

Please sign in to comment.