Skip to content

Commit

Permalink
Merge pull request #42 from utopia-php/feat-remove-limits
Browse files Browse the repository at this point in the history
Remove requirement to pass limit/offset when fetching logs
  • Loading branch information
abnegate authored Mar 23, 2023
2 parents f16e893 + b2dcebf commit 38a4988
Show file tree
Hide file tree
Showing 3 changed files with 140 additions and 125 deletions.
3 changes: 1 addition & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,7 @@
},
"require": {
"php": ">=8.0",
"ext-pdo": "*",
"utopia-php/database": "0.33.*"
"utopia-php/database": "0.34.*"
},
"require-dev": {
"phpunit/phpunit": "^9.3",
Expand Down
42 changes: 24 additions & 18 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 38a4988

Please sign in to comment.