-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
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
feat: php 8 attributes added #14
Conversation
Hi @dragondungeon1, Thank you for your effort, but there are too many things in this PR that I would not like to allow. If you are willing to change that, I'll start a review, otherwise please close it. Thanks, |
Dear Adam, thank you for your review. I will work on this :) |
286996b
to
94bf2e7
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good, except for that one issue.
PHP version in composer should be bumped to 7.4. (Union type should be removed so no need for 8)
Thank you @dragondungeon1 ! Release will come soon, but I will add a test suite with a few tests first |
I've created attributes for php 8.
Since this bundle is only used by users who are running php 7.4 or higher i've decided to update the composer.json to the minum version of php 7.4.
source: https://packagist.org/packages/padam87/cron-bundle/php-stats
When people are using php 7.4 they can still make use of the annotations.
Also I've updated the README so people are aware that this bundle does make usage of attributes.