Skip to content

Commit

Permalink
Merge pull request #42 from localheinz/feature/json-normalizer
Browse files Browse the repository at this point in the history
Enhancement: Update localheinz/json-normalizer
  • Loading branch information
localheinz committed Feb 15, 2018
2 parents 67cd1cc + 9f268d2 commit 0732b7a
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 9 deletions.
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/json-normalizer": "0.4.0",
"localheinz/json-normalizer": "0.5.2",
"sebastian/diff": "^2.0.1 || ^3.0.0"
},
"require-dev": {
Expand Down
16 changes: 8 additions & 8 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 12 additions & 0 deletions test/Unit/Normalizer/ComposerJsonNormalizerTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,12 @@ public function testNormalizeNormalizes(): void
"sort-packages": true,
"preferred-install": "dist"
},
"repositories": [
{
"url": "git@github.com:localheinz/test-util",
"type": "vcs"
}
],
"require": {
"localheinz/json-printer": "^1.0.0",
"php": "^7.0"
Expand Down Expand Up @@ -152,6 +158,12 @@ public function testNormalizeNormalizes(): void
"Helmut\\Foo\\Bar\\Test\\": "test/"
}
},
"repositories": [
{
"type": "vcs",
"url": "git@github.com:localheinz/test-util"
}
],
"bin": [
"hasenbein.php",
"scripts/null-null.php"
Expand Down

0 comments on commit 0732b7a

Please sign in to comment.