Skip to content

Composer: add description #11

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

Merged
merged 1 commit into from
Oct 31, 2020

Conversation

jrfnl
Copy link
Collaborator

@jrfnl jrfnl commented Oct 30, 2020

When running composer validate, a warning was shown:

./composer.json is valid for simple usage with composer but has
strict errors that make it unable to be published as a package:
See https://getcomposer.org/doc/04-schema.md for details on the schema
description : The property description is required

Adding a description fixes this.

When running `composer validate`, a warning was shown:
```
./composer.json is valid for simple usage with composer but has
strict errors that make it unable to be published as a package:
See https://getcomposer.org/doc/04-schema.md for details on the schema
description : The property description is required
```

Adding a description fixes this.
@grogy
Copy link
Member

grogy commented Oct 31, 2020

Thank you :-)

@grogy grogy merged commit 16f1192 into php-parallel-lint:master Oct 31, 2020
@jrfnl jrfnl deleted the feature/fix-composer-file branch October 31, 2020 14:49
@jrfnl jrfnl added this to the 1.0.0 milestone Dec 10, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

Successfully merging this pull request may close these issues.

2 participants