mirror of
https://github.com/composer/composer
synced 2025-05-09 00:22:53 +00:00
Check missing-from-lock-file required packages when running install and fail when there are any (#11195)
This commit is contained in:
parent
b1f3f8b8fa
commit
6d1b36be3b
6 changed files with 71 additions and 43 deletions
|
@ -1020,21 +1020,11 @@ parameters:
|
|||
count: 1
|
||||
path: ../src/Composer/Command/UpdateCommand.php
|
||||
|
||||
-
|
||||
message: "#^Only booleans are allowed in a negated boolean, array\\<Composer\\\\Package\\\\BasePackage\\> given\\.$#"
|
||||
count: 1
|
||||
path: ../src/Composer/Command/ValidateCommand.php
|
||||
|
||||
-
|
||||
message: "#^Only booleans are allowed in an elseif condition, array\\<string\\> given\\.$#"
|
||||
count: 3
|
||||
path: ../src/Composer/Command/ValidateCommand.php
|
||||
|
||||
-
|
||||
message: "#^Only booleans are allowed in an if condition, array\\<Composer\\\\Package\\\\BasePackage\\> given\\.$#"
|
||||
count: 1
|
||||
path: ../src/Composer/Command/ValidateCommand.php
|
||||
|
||||
-
|
||||
message: "#^Only booleans are allowed in an if condition, array\\<string\\> given\\.$#"
|
||||
count: 5
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue