-
-
Notifications
You must be signed in to change notification settings - Fork 32
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
5542fc7
commit 2bfa855
Showing
3 changed files
with
9 additions
and
9 deletions.
There are no files selected for viewing
6 changes: 3 additions & 3 deletions
6
.../NormalizeCommand/Json/Valid/Lock/NotPresent/Json/AlreadyNormalized/fixture/composer.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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." | ||
} | ||
} |
6 changes: 3 additions & 3 deletions
6
...eCommand/Json/Valid/Lock/Present/FreshBefore/Json/AlreadyNormalized/fixture/composer.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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." | ||
} | ||
} |
6 changes: 3 additions & 3 deletions
6
.../Lock/Present/NotFreshBefore/WithNoCheckLock/Json/AlreadyNormalized/fixture/composer.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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." | ||
} | ||
} |