-
Notifications
You must be signed in to change notification settings - Fork 101
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
Update documentation for conditional query operators and add :notlike #291
base: master
Are you sure you want to change the base?
Conversation
Hi @vlucas I would like to add a PR for php8 support, but this pr seems to be merged first, before I contribute the next pr. Would you like to review and merge? |
"vlucas/valitron": "~1.1", | ||
"doctrine/dbal": "^2.5.4", | ||
"sabre/event": "~2.0" | ||
"php": ">= 8.1.11", |
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.
If the PHP version is going to be bumped up to PHP8+, then we will have to do a major version release since this is a huge breaking change.
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.
Hi @vlucas It looks like I did something wrong with the branch and repository I pushed to. Especially the last commit today was addressed to my fork. The compatiblity for 8.1 nevertheless is given. Are you willing to make a release out of it?
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.
Yes, I can do a major release to support PHP8+.
This updates the Readme to explain conditional queries and how
\Spot\Query::addWhereOperator
Thanks to @marcojetson for his work on #161 back in 2016.