We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
v1.0.0 requires php: >=5.3.0 v1.2.0 requires php: ^5.5 || ^7
So, if you try to install it with PHP 8 - the first version will be installed. Can you add support for the latest PHP version?
The text was updated successfully, but these errors were encountered:
#29 - We haven't yet evaluated whether PHP 8 might require changes, but this PR (and branch) allow php8. you can try it out by running:
composer require bamboohr/bhr-api-php:dev-PHP-8-support
Sorry, something went wrong.
No branches or pull requests
v1.0.0 requires php: >=5.3.0
v1.2.0 requires php: ^5.5 || ^7
So, if you try to install it with PHP 8 - the first version will be installed.
Can you add support for the latest PHP version?
The text was updated successfully, but these errors were encountered: