You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The composer validate command can be used to confirm the correctness of a composer.json file. In a current and likely to be merged PR, we have a check that composer.json parses as json and has the name element, but extending this with more comprehensive composer.json validation would be a really nice step to make sure we do not accidentally start generating broken manifests.
The text was updated successfully, but these errors were encountered:
The composer validate command can be used to confirm the correctness of a composer.json file. In a current and likely to be merged PR, we have a check that composer.json parses as json and has the name element, but extending this with more comprehensive composer.json validation would be a really nice step to make sure we do not accidentally start generating broken manifests.
The text was updated successfully, but these errors were encountered: