Skip to content

Commit

Permalink
Bump deps.
Browse files Browse the repository at this point in the history
Signed-off-by: Mior Muhammad Zaki <crynobone@gmail.com>
  • Loading branch information
crynobone committed May 17, 2021
1 parent 57fd1de commit cd99411
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion composer.json
Expand Up @@ -25,7 +25,7 @@
},
"require": {
"php": "^7.3 || ^8.0",
"laravie/query-filter": "^2.1",
"laravie/query-filter": "^2.1 || ^3.0",
"orchestra/contracts": "^6.0",
"orchestra/notifier": "^6.0",
"orchestra/support": "^6.0"
Expand Down
4 changes: 2 additions & 2 deletions src/Database/composer.json
Expand Up @@ -25,10 +25,10 @@
"illuminate/contracts": "^8.0",
"illuminate/database": "^8.0",
"illuminate/support": "^8.0",
"laravie/query-filter": "^2.1"
"laravie/query-filter": "^2.1 || ^3.0"
},
"suggest": {
"laravie/query-filter": "Allow to use whereLike query builder macros with Laravel (^1.5)."
"laravie/query-filter": "Allow to use whereLike query builder macros with Laravel (^2.1 || ^3.0)."
},
"extra": {
"branch-alias": {
Expand Down

0 comments on commit cd99411

Please sign in to comment.