-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
Packagist requires Laravel 4.1.x #15
Comments
What breaks exactly? |
|
I had no trouble updating a project that uses |
Tried several times but still get this error:
It is |
What does your composer.json look like. |
|
I updated the required versions and was able to do a composer install with your composer.json. Let me know if it is fixed. |
Yes it is fixed. Thanks. |
…$not` (mongodb#13) (mongodb#15) `Query\Builder::whereNot` was simply ignoring the "not" and breaking the built query.
It breaks the compatibility again for those who use 4.0.x when using Composer to install. Can you tag one for 4.0.x on Packagist?
The text was updated successfully, but these errors were encountered: