Skip to content

Commit

Permalink
Merge pull request #157 from localheinz/fix/composer-json-normalizer
Browse files Browse the repository at this point in the history
Fix: Update localheinz/composer-json-normalizer
  • Loading branch information
localheinz committed Jan 9, 2019
2 parents a848059 + 5e8d63b commit b8d15ae
Show file tree
Hide file tree
Showing 3 changed files with 2,049 additions and 2,041 deletions.
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Unreleased

For a full diff see [`1.1.0...1.x`](https://github.com/localheinz/composer-normalize/compare/1.1.0...1.x).
For a full diff see [`1.1.1...1.x`](https://github.com/localheinz/composer-normalize/compare/1.1.1...1.x).

### [`1.1.1`](https://github.com/localheinz/composer-normalize/releases/tag/1.1.1)

For a full diff see [`1.1.0...1.1.1`](https://github.com/localheinz/composer-normalize/compare/1.1.0...1.1.1).

#### Removed

* Updated [`localheinz/composer-json-normalizer`](http://github.com/localheinz/composer-json-normalizer), which effectively removed a dependency on [`composer/composer`](https://github.com/composer/composer) ([#157](https://github.com/localheinz/composer-normalize/pull/157)), by [@localheinz](https://github.com/localheinz)

### [`1.1.0`](https://github.com/localheinz/composer-normalize/releases/tag/1.1.0)

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"require": {
"php": "^7.1",
"composer-plugin-api": "^1.1.0",
"localheinz/composer-json-normalizer": "^1.0.1",
"localheinz/composer-json-normalizer": "^1.0.2",
"localheinz/json-normalizer": "~0.9.0",
"sebastian/diff": "^2.0.1 || ^3.0.0"
},
Expand Down

0 comments on commit b8d15ae

Please sign in to comment.