Skip to content

Instantly share code, notes, and snippets.

@jjab2020
Created October 11, 2019 01:07
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 jjab2020/b74ae40c5e10c82e0ccd32171c89a92e to your computer and use it in GitHub Desktop.
Save jjab2020/b74ae40c5e10c82e0ccd32171c89a92e to your computer and use it in GitHub Desktop.
"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",
"slack": "https://codeigniterchat.slack.com",
"source": "https://github.com/bcit-ci/CodeIgniter"
},
"require": {
"php": ">=5.3.7",
"coolpraz/php-blade": "^0.1.0"
},
"suggest": {
"paragonie/random_compat": "Provides better randomness in PHP 5.x"
},
"require-dev": {
"mikey179/vfsstream": "1.1.*",
"phpunit/phpunit": "4.* || 5.*"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment