dominikb
Repos
59
Followers
25
Following
35

Quickly scan your dependencies, see what licenses they use, or validate in your CI pipeline that no unwanted licenses were merged.

20
7

Easily build Eloquent queries from API requests

3599
335

Events

Created at 4 days ago
started
Created at 1 week ago

Use --dev flag in example

Created at 1 week ago
Created at 1 week ago
dominikb delete branch analysis-W6GLQO
Created at 1 week ago

Apply fixes from StyleCI (#25)

Created at 1 week ago
pull request closed
Apply fixes from StyleCI

This pull request applies code style fixes from an analysis carried out by StyleCI.


For more information, click here.

Created at 1 week ago
dominikb create branch analysis-W6GLQO
Created at 1 week ago
pull request opened
Apply fixes from StyleCI

This pull request applies code style fixes from an analysis carried out by StyleCI.


For more information, click here.

Created at 1 week ago
Fix deprecation warning

Thanks! 👍

Created at 1 week ago
pull request closed
Fix deprecation warning

When running, it throws the following deprecation warning, so just fixing that:

PHP Deprecated:  Using ${var} in strings is deprecated, use {$var} instead in ~/.composer/vendor/dominikb/composer-license-checker/src/ConstraintViolationDetector.php on line 69

Deprecated: Using ${var} in strings is deprecated, use {$var} instead in ~/.composer/vendor/dominikb/composer-license-checker/src/ConstraintViolationDetector.php on line 69
Created at 1 week ago

Fix deprecation warning (#24)

Created at 1 week ago
Created at 2 weeks ago
started
Created at 2 weeks ago

Add setup instructions

Created at 2 weeks ago

Initial commit

Created at 2 weeks ago
create branch
dominikb create branch main
Created at 2 weeks ago
create repository
dominikb create repository
Created at 2 weeks ago
Created at 1 month ago
Created at 1 month ago

Adapt documentation for publishing package config

Merge pull request #734 from dominikb/fix-729-vendor-publish-configuration

Adapt documentation for publishing package config

Add banner

Fix warning from passing null to explode for includeParts

Fix warning from passing null to explode

...using is_string() conditional instead of ! is_array() && ! is_null().

Merge pull request #742 from backerclub/bugfix/explode-warning

Fix warning from passing null to explode for includeParts

Update CHANGELOG

Change copy

Change copy

Use organisation-wide community health files

Update CHANGELOG

Fix Laravel 9 PHPStan generic check for Builder in __invoke() of Filter

Merge pull request #749 from kayw-geek/main

Fix Laravel 9 PHPStan generic check

Update CHANGELOG

Fixed: Some links in the documentation for v5 pointed to v2 pages

Merge pull request #757 from hameedraha/main

Fixed: Some links in the documentation for v5 pointing to v2 pages

static return type when returning $this

Merge pull request #775 from lorenzolosa/return_static

static return type when returning $this

[PHP 8.2] Fix ${var} string interpolation deprecation

PHP 8.2 deprecates "${var}" string interpolation pattern. This fixes the only such occurrence in spatie/laravel-query-builder package.

Merge pull request #779 from Ayesh/php82/dollar-var-deprecation

Created at 1 month ago
Created at 2 months ago
Created at 2 months ago