diff --git a/composer.json b/composer.json index 7c3f362..ec9b150 100644 --- a/composer.json +++ b/composer.json @@ -32,7 +32,7 @@ "phpstan/phpstan-phpunit": "^1.0", "phpunit/phpunit": "^10.4", "soyhuce/next-ide-helper": "^0.19.2", - "tpetry/laravel-postgresql-enhanced": "^0.36.0" + "tpetry/laravel-postgresql-enhanced": "^0.37.0" }, "suggest": { "tpetry/laravel-postgresql-enhanced": "Specific PostgreSQL extensions for Eloquent" diff --git a/phpstan-baseline.neon b/phpstan-baseline.neon index 5e80cc6..c298439 100644 --- a/phpstan-baseline.neon +++ b/phpstan-baseline.neon @@ -110,6 +110,11 @@ parameters: count: 2 path: src/Mixins/Select.php + - + message: "#^Binary operation \"\\.\" between Illuminate\\\\Database\\\\Query\\\\Expression\\|string and '\\.\\*' results in an error\\.$#" + count: 1 + path: src/Mixins/Select.php + - message: "#^Call to protected method callScope\\(\\) of class Illuminate\\\\Database\\\\Eloquent\\\\Builder\\\\.$#" count: 1 diff --git a/phpunit.xml.dist b/phpunit.xml.dist index c25ceb7..5879af5 100644 --- a/phpunit.xml.dist +++ b/phpunit.xml.dist @@ -1,23 +1,9 @@ - + tests @@ -27,9 +13,6 @@ - - ./src - @@ -38,4 +21,9 @@ + + + ./src + +