Skip to content

Commit

Permalink
Enhancement: Split off tests
Browse files Browse the repository at this point in the history
  • Loading branch information
localheinz committed Dec 12, 2022
1 parent be37bd5 commit fe8681f
Show file tree
Hide file tree
Showing 6 changed files with 79 additions and 9 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
{
"name": "ergebnis/json-normalizer",
"description": "Provides generic and vendor-specific normalizers for normalizing JSON documents.",
"license": "MIT",
"type": "library",
"keywords": [
"json",
"normalizer"
],
"authors": [
{
"name": "Andreas Möller",
"email": "[email protected]"
}
],
"homepage": "https://getcomposer.org/doc/04-schema.md#bin",
"bin": [
"bar/baz.php",
"foo.php"
]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
{
"name": "ergebnis/json-normalizer",
"description": "Provides generic and vendor-specific normalizers for normalizing JSON documents.",
"license": "MIT",
"type": "library",
"keywords": [
"json",
"normalizer"
],
"authors": [
{
"name": "Andreas Möller",
"email": "[email protected]"
}
],
"homepage": "https://getcomposer.org/doc/04-schema.md#bin",
"bin": [
"foo.php",
"bar/baz.php"
]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
{
"name": "ergebnis/json-normalizer",
"description": "Provides generic and vendor-specific normalizers for normalizing JSON documents.",
"license": "MIT",
"type": "library",
"keywords": [
"json",
"normalizer"
],
"authors": [
{
"name": "Andreas Möller",
"email": "[email protected]"
}
],
"homepage": "https://getcomposer.org/doc/04-schema.md#bin",
"bin": "foo.php"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
{
"name": "ergebnis/json-normalizer",
"description": "Provides generic and vendor-specific normalizers for normalizing JSON documents.",
"license": "MIT",
"type": "library",
"keywords": [
"json",
"normalizer"
],
"authors": [
{
"name": "Andreas Möller",
"email": "[email protected]"
}
],
"homepage": "https://getcomposer.org/doc/04-schema.md#bin",
"bin": "foo.php"
}
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,6 @@
"Helmut\\Foo\\Bar\\Test\\": "test/"
}
},
"bin": [
"hasenbein.php",
"scripts/null-null.php"
],
"config": {
"preferred-install": "dist",
"sort-packages": true
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -59,9 +59,5 @@
"psr-4": {
"Helmut\\Foo\\Bar\\Test\\": "test/"
}
},
"bin": [
"scripts/null-null.php",
"hasenbein.php"
]
}
}

0 comments on commit fe8681f

Please sign in to comment.