-
-
Notifications
You must be signed in to change notification settings - Fork 31
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Enhancement: Apply lax validation to composer.json #416
Conversation
305d781
to
cb6f0c0
Compare
Codecov Report
|
$io, | ||
$composerFile | ||
); | ||
} catch (\Exception $exception) { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This useless because Factory::createComposer()
is run earlier already - we never even get here.
'<error>%s</error>', | ||
$exception->getMessage() | ||
)); | ||
} catch (Normalizer\Exception\OriginalInvalidAccordingToSchemaException $exception) { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We'll never get here either, keeping it only for consistency.
This PR
composer.json
Fixes #349.
Replaces #352.