timgws / QueryBuilderParser

A simple to use query builder for the jQuery QueryBuilder plugin for use with Laravel.
MIT License
159 stars 65 forks source link

Can't install on 5.7 #36

Closed kejodion closed 5 years ago

kejodion commented 5 years ago

Can't composer require this for 5.7, get this error:

timgws/query-builder-parser 1.5 requires illuminate/database 4.1 - 5.6

Possible to push your 5.8 changes? Or at least just the composer file to allow 5.7.* in the meantime?

kejodion commented 5 years ago

Won't let me install 1.5.1 even if I do:

"timgws/query-builder-parser": "^1.5.1"

I get this:

The requested package timgws/query-builder-parser ^1.5.1 exists as timgws/query-builder-parser[1.1.0, 1.1.1, 1.1.2, 1.1.3, 1.1.4, 1.2, 1.3, 1.4, 1.5, dev-master, v1.0] but these are rejected by your constraint.

timgws commented 5 years ago

Could you try running:

composer clearcache

followed by:

composer require timgws/query-builder-parser ^1.5.1
composer why timgws/query-builder-parser ^1.5.1
composer why-not timgws/query-builder-parser ^1.5.1

and let me know what the output is?

timgws commented 5 years ago

Note that 5.8 changes were pushed 5 days ago.

https://github.com/timgws/QueryBuilderParser/releases/tag/1.5.1

https://github.com/timgws/QueryBuilderParser/commit/e8ff09ca5bc038b7d20e12ff4053f1e503ee25ae

kejodion commented 5 years ago

Works now :)