File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 11# CodeIgniter Composer Installer
22
3- This package installs the offical [ CodeIgniter] ( https://github.com/bcit-ci/CodeIgniter ) (branch ` master ` ) with secure folder structure via Composer.
3+ This package installs the offical [ CodeIgniter] ( https://github.com/bcit-ci/CodeIgniter ) (version ` 3.0.* ` ) with secure folder structure via Composer.
44
55You can update CodeIgniter system folder to latest version with one command.
66
Original file line number Diff line number Diff line change 1515 }
1616 ],
1717 "require" : {
18- "codeigniter/framework" : " dev-master "
18+ "codeigniter/framework" : " 3.0.* "
1919 },
2020 "autoload" : {
2121 "psr-4" : {
Original file line number Diff line number Diff line change 22 "description" : "The CodeIgniter Application with Composer",
33 "require": {
44 "php": ">=5.3.2",
5- "codeigniter/framework": "dev-master "
5+ "codeigniter/framework": "3.0.* "
66 },
77 "require-dev": {
88 "mikey179/vfsStream": "1.1.*"
You can’t perform that action at this time.
0 commit comments