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

Fix composer.json schema #194

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on May 9, 2017

  1. Fix composer.json schema

    Fixes `$ composer validate`:
    ```
    libraries/querypath/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 "querypath/QueryPath" does not match the best practice (e.g. lower-cased/with-dashes). We suggest using "querypath/query-path" instead. As such you will not be able to submit it to Packagist.
    ```
    onnimonni authored May 9, 2017
    Configuration menu
    Copy the full SHA
    03a7016 View commit details
    Browse the repository at this point in the history