Skip to content

Commit 32b9266

Browse files
committed
Change version of rougin/codeigniter
1 parent 1ce63e3 commit 32b9266

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22

33
All Notable changes to `Spark Plug` will be documented in this file.
44

5+
## [0.4.3](https://github.com/rougin/spark-plug/compare/v0.4.2...v0.4.3) - 2016-05-13
6+
7+
### Changed
8+
- Version of `rougin/codeigniter` to `^3.0.0`
9+
510
## [0.4.2](https://github.com/rougin/spark-plug/compare/v0.4.1...v0.4.2) - 2016-05-09
611

712
### Fixed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"require-dev": {
2424
"phpunit/phpunit" : "4.*",
2525
"scrutinizer/ocular": "~1.1",
26-
"rougin/codeigniter": "^0.1.2"
26+
"rougin/codeigniter": "^3.0.0"
2727
},
2828
"autoload": {
2929
"psr-4": {
@@ -40,7 +40,7 @@
4040
},
4141
"extra": {
4242
"branch-alias": {
43-
"dev-master": "0.3-dev"
43+
"dev-master": "0.5-dev"
4444
}
4545
},
4646
"suggest": {

0 commit comments

Comments
 (0)