Skip to content

Commit

Permalink
Change version of rougin/codeigniter
Browse files Browse the repository at this point in the history
  • Loading branch information
rougin committed May 13, 2016
1 parent a81c04a commit 419a937
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

All notable changes to `Wildfire` will be documented in this file.

## [0.2.1](https://github.com/rougin/wildfire/compare/v0.2.0...v0.2.1) - 2016-05-14

### Changed
- Version of `rougin/codeigniter` to `^3.0.0`

## [0.2.0](https://github.com/rougin/wildfire/compare/v0.1.0...v0.2.0) - 2016-03-25

### Changed
Expand All @@ -11,4 +16,4 @@ All notable changes to `Wildfire` will be documented in this file.
## 0.1.0 - 2016-03-06

### Added
- `Wildfire` library
- `Wildfire` library
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,14 @@
}
],
"require": {
"php" : ">=5.3.0",
"php" : ">=5.4.0",
"rougin/describe": "^1.3.0",
"rougin/spark-plug": "^0.4.1"
},
"require-dev": {
"phpunit/phpunit" : "4.*",
"scrutinizer/ocular": "~1.1",
"rougin/codeigniter": "^0.1.2"
"rougin/codeigniter": "^3.0.0"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 419a937

Please sign in to comment.