Skip to content

Instantly share code, notes, and snippets.

@anthonysomerset
Last active August 29, 2015 14:28
Show Gist options
  • Save anthonysomerset/ab58a76a6f29e95073d0 to your computer and use it in GitHub Desktop.
Save anthonysomerset/ab58a76a6f29e95073d0 to your computer and use it in GitHub Desktop.
{
"description": "The CodeIgniter framework",
"name": "codeigniter/framework",
"type": "project",
"homepage": "http://codeigniter.com",
"license": "MIT",
"support": {
"forum": "http://forum.codeigniter.com/",
"wiki": "https://github.com/bcit-ci/CodeIgniter/wiki",
"irc": "irc://irc.freenode.net/codeigniter",
"source": "https://github.com/bcit-ci/CodeIgniter"
},
"repositories": [
{
"type": "vcs",
"url": "https://github.com/anthonysomerset/codeigniter-restserver.git"
}
],
"require": {
"php": ">=5.2.4",
"chriskacerguis/codeigniter-restserver": "dev-composer-support"
},
"require-dev": {
"mikey179/vfsStream": "1.1.*"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment