Skip to content

Commit 0fab07c

Browse files
committed
Change installing CodeIgniter version 3.0.*
1 parent a553e27 commit 0fab07c

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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

55
You can update CodeIgniter system folder to latest version with one command.
66

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
}
1616
],
1717
"require": {
18-
"codeigniter/framework": "dev-master"
18+
"codeigniter/framework": "3.0.*"
1919
},
2020
"autoload": {
2121
"psr-4": {

composer.json.dist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
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.*"

0 commit comments

Comments
 (0)