-
-
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.
Merge pull request #515 from ergebnis/feature/no-check-lock
Enhancement: Add --no-check-lock option to allow skipping validation of composer.lock
- Loading branch information
Showing
10 changed files
with
184 additions
and
3 deletions.
There are no files selected for viewing
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
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
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
File renamed without changes.
File renamed without changes.
19 changes: 19 additions & 0 deletions
19
...ck/present/lock/not-fresh-before/no-check-lock/true/json/already-normalized/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 |
---|---|---|
@@ -0,0 +1,19 @@ | ||
{ | ||
"type": "library", | ||
"keywords": [ | ||
"foo", | ||
"bar" | ||
], | ||
"license": "MIT", | ||
"authors": [ | ||
{ | ||
"name": "Andreas Möller", | ||
"email": "[email protected]" | ||
} | ||
], | ||
"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." | ||
} |
21 changes: 21 additions & 0 deletions
21
...ck/present/lock/not-fresh-before/no-check-lock/true/json/already-normalized/composer.lock
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
19 changes: 19 additions & 0 deletions
19
...ck/present/lock/not-fresh-before/no-check-lock/true/json/not-yet-normalized/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 |
---|---|---|
@@ -0,0 +1,19 @@ | ||
{ | ||
"type": "library", | ||
"_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 not yet normalized.", | ||
"keywords": [ | ||
"foo", | ||
"bar" | ||
], | ||
"license": "MIT", | ||
"authors": [ | ||
{ | ||
"name": "Andreas Möller", | ||
"email": "[email protected]" | ||
} | ||
], | ||
"require": { | ||
"ext-json": "*", | ||
"php": "^5.6" | ||
} | ||
} |
21 changes: 21 additions & 0 deletions
21
...ck/present/lock/not-fresh-before/no-check-lock/true/json/not-yet-normalized/composer.lock
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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