Quickly scan your dependencies, see what licenses they use, or validate in your CI pipeline that no unwanted licenses were merged.
Apply fixes from StyleCI (#25)
Thanks! 👍
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
Fix deprecation warning (#24)
Add setup instructions
Initial commit
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