Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Refactor ExistsByHash to allow chaining query builder methods (#121)
* refactor ExistsByHash to allow chaining query builder methods * use qualified column for queries * build(deps-dev): bump phpunit/phpunit from 10.5.7 to 10.5.10 (#120) Bumps [phpunit/phpunit](https://github.com/sebastianbergmann/phpunit) from 10.5.7 to 10.5.10. - [Changelog](https://github.com/sebastianbergmann/phpunit/blob/10.5.10/ChangeLog-10.5.md) - [Commits](sebastianbergmann/phpunit@10.5.7...10.5.10) --- updated-dependencies: - dependency-name: phpunit/phpunit dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * build(deps-dev): bump orchestra/testbench from 8.20.0 to 8.21.1 (#118) Bumps [orchestra/testbench](https://github.com/orchestral/testbench) from 8.20.0 to 8.21.1. - [Release notes](https://github.com/orchestral/testbench/releases) - [Changelog](https://github.com/orchestral/testbench/blob/develop/CHANGELOG-8.x.md) - [Commits](orchestral/testbench@v8.20.0...v8.21.1) --- updated-dependencies: - dependency-name: orchestra/testbench dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * drop support for laravel version 7-9 * chore: remove orchestra constraint * chore: add new basic model test * chore: make styleci happy * chore: add branch alias for 4.x-dev --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Rifki Alhuraibi <veelasky@pm.me>
- Loading branch information