sdk-php
sdk-php copied to clipboard
Use semantic versioning constraints
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.