Skip to content

Instantly share code, notes, and snippets.

@jlamim
Created November 8, 2016 20:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jlamim/b0a412ca830ce106fc329b16900cdff0 to your computer and use it in GitHub Desktop.
Save jlamim/b0a412ca830ce106fc329b16900cdff0 to your computer and use it in GitHub Desktop.
Whoops & CodeIgniter - composer.json
{
"description": "The CodeIgniter framework",
"name": "codeigniter/framework",
"type": "project",
"homepage": "https://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"
},
"require": {
"php": ">=5.2.4",
"filp/whoops": "2.*"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment