Skip to content

Commit

Permalink
Updated CHANGELOG.md and composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
rougin committed Oct 23, 2015
1 parent 894d850 commit 7ada838
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

All Notable changes to `Refinery` will be documented in this file

## [0.1.4](https://github.com/rougin/refinery/compare/v0.1.3...v0.1.4) - 2015-10-23

### Changed
- Code structure
- Extensibility

## [0.1.3](https://github.com/rougin/refinery/compare/v0.1.2...v0.1.3) - 2015-09-18

### Added
Expand Down
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@
],
"require": {
"php": ">=5.3.0",
"rougin/blueprint": "*",
"rougin/describe": "*",
"rougin/spark-plug": "*"
"rougin/blueprint": "0.1.*",
"rougin/describe": "1.2.*",
"rougin/spark-plug": "0.2.*"
},
"require-dev": {
"phpunit/phpunit" : "4.*",
Expand Down

0 comments on commit 7ada838

Please sign in to comment.