Skip to content
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

composer.json is not valid #7

Closed
paulgibbs opened this issue May 2, 2019 · 1 comment · Fixed by #9
Closed

composer.json is not valid #7

paulgibbs opened this issue May 2, 2019 · 1 comment · Fixed by #9

Comments

@paulgibbs
Copy link
Contributor

paulgibbs commented May 2, 2019

This package is not installable with Composer because its composer.json is invalid. It needs at least the name and type field - not sure if others, we should able to figure it out.

@paulgibbs
Copy link
Contributor Author

Ah:

asset-loader paulgibbs$ composer validate

./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

name : The property name is required
description : The property description is required

No license specified, it is recommended to do so. For closed-source software you may use "proprietary" as license.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant