Skip to content

Instantly share code, notes, and snippets.

Created September 5, 2016 19:48
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 anonymous/ef89b7d4c16c096ac8d8eb981853ef3d to your computer and use it in GitHub Desktop.
Save anonymous/ef89b7d4c16c096ac8d8eb981853ef3d to your computer and use it in GitHub Desktop.
Instalando uma debugbar no 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.5",
"tan5en5/codeigniter-debugbar": "dev-master"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment