3fs / php-json-rpc

A simple PHP based JSON-RPC client and server.
MIT License
2 stars 4 forks source link

Semantic versioning - composer #4

Open ghost opened 10 years ago

ghost commented 10 years ago

Warning is produced on "composer validate", alpha or dev versioning should be set up.

See http://getcomposer.org/doc/04-schema.md for details on the schema
require.trifs/jsonrpc : unbound version constraints (dev-master) should be avoided
{
    "extra": {
        "branch-alias": {
            "dev-master": "1.0.x-dev"
        }
    }
}

https://getcomposer.org/doc/articles/aliases.md

davidkuridza commented 10 years ago

Running composer validate against current composer.json, reports no errors, can you please double check?

ghost commented 10 years ago

There is no error, but there is a warning which doesn't affect actual usage.

However this should stay in backlog, but versioning should be set up when project goes out of alpha stage. It improves usage of library a lot.