From 6635e29707888a3961b76febe0e109ba743ced1e Mon Sep 17 00:00:00 2001 From: Rougin Royce Gutib Date: Thu, 12 May 2016 03:13:06 +0800 Subject: [PATCH] Change version of rougin/codeigniter --- CHANGELOG.md | 7 ++++++- composer.json | 4 ++-- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5f4ea67..74d4904 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,11 @@ # Changelog -All Notable changes to `Combustor` will be documented in this file. +All notable changes to `Combustor` will be documented in this file. + +## [1.2.1](https://github.com/rougin/combustor/compare/v1.2.0...v1.2.1) - 2016-05-12 + +### Changed +- Version of `rougin/codeigniter` to `^3.0.0` ## [1.2.0](https://github.com/rougin/combustor/compare/v1.1.4...v1.2.0) - 2016-05-11 diff --git a/composer.json b/composer.json index d94ced5..873fb0f 100644 --- a/composer.json +++ b/composer.json @@ -22,12 +22,12 @@ "php" : ">=5.4.0", "rougin/blueprint": "^0.1.0", "rougin/describe": "^1.4.0", - "rougin/spark-plug": "^0.4.1" + "rougin/spark-plug": "^0.4.2" }, "require-dev": { "phpunit/phpunit" : "4.*", "scrutinizer/ocular": "~1.1", - "rougin/codeigniter": "^0.1.2" + "rougin/codeigniter": "^3.0.0" }, "bin": [ "bin/combustor",