MarcinOrlowski / laravel-api-response-builder

Builds nice, normalized and easy to consume REST JSON responses for Laravel powered APIs.
MIT License
720 stars 79 forks source link

Remove version from Composer config #207

Closed szepeviktor closed 3 years ago

szepeviktor commented 3 years ago

Please see https://getcomposer.org/doc/04-schema.md#version

But it is up to you!

szepeviktor commented 3 years ago

composer validate --strict could be your friend.

MarcinOrlowski commented 3 years ago

Sorry but I am rejecting this PR because I do not agree with the idea we should depend on VCS' tags to determine package version. So I keep version intentionally here specifically avoid that dependency. It gets updates on each release so all is in sync.