sdk-php icon indicating copy to clipboard operation
sdk-php copied to clipboard

Use semantic versioning constraints

Open phansys opened this issue 6 years ago • 0 comments

Use semantic versioning constraints instead of unbound targets like "*".

PHP version was also narrowed from ">=5.5.0" to "^5.5|^7.0", so if a major version (like 8.0.0) is released, we need to edit the constraint to explicitly allow that version after ensuring the library is fully compatible.

phansys avatar Sep 22 '19 21:09 phansys