Skip to content

Commit

Permalink
Fix: Failing tests
Browse files Browse the repository at this point in the history
  • Loading branch information
localheinz committed Dec 5, 2021
1 parent 5542fc7 commit 2bfa855
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
{
"license": "MIT",
"type": "library",
"keywords": [
"foo",
"bar"
],
"license": "MIT",
"authors": [
{
"name": "Andreas Möller",
"email": "[email protected]"
}
],
"_comment": "This composer.json is valid according to a lax validation, a composer.lock is not present, and composer.json is already normalized.",
"require": {
"php": "^5.6",
"ext-json": "*"
},
"_comment": "This composer.json is valid according to a lax validation, a composer.lock is not present, and composer.json is already normalized."
}
}
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
{
"license": "MIT",
"type": "library",
"keywords": [
"foo",
"bar"
],
"license": "MIT",
"authors": [
{
"name": "Andreas Möller",
"email": "[email protected]"
}
],
"_comment": "This composer.json is valid according to a lax validation, a composer.lock is present and fresh before invoking the command, and composer.json is already normalized.",
"require": {
"php": "^5.6",
"ext-json": "*"
},
"_comment": "This composer.json is valid according to a lax validation, a composer.lock is present and fresh before invoking the command, and composer.json is already normalized."
}
}
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
{
"license": "MIT",
"type": "library",
"keywords": [
"foo",
"bar"
],
"license": "MIT",
"authors": [
{
"name": "Andreas Möller",
"email": "[email protected]"
}
],
"_comment": "This composer.json is valid according to a lax validation, a composer.lock is present, but not fresh before invoking the command with the --no-check-lock option, and already normalized.",
"require": {
"php": "^5.6",
"ext-json": "*"
},
"_comment": "This composer.json is valid according to a lax validation, a composer.lock is present, but not fresh before invoking the command with the --no-check-lock option, and already normalized."
}
}

0 comments on commit 2bfa855

Please sign in to comment.