Closed iluuu1994 closed 5 years ago
Adding the version to the composer.json makes it impossible to use this library via Composer without specifying the exact commit.
The problem is that when I require ^1.0 in my composer.json Composer finds the 1.0.0 version on the master branch but rejects it since this is considered to be dev stability.
^1.0
1.0.0
dev
Adding the version to the composer.json makes it impossible to use this library via Composer without specifying the exact commit.