Skip to content

Commit

Permalink
Bump staabm/phpstan-dba from 0.2.82 to 0.2.83 (#766)
Browse files Browse the repository at this point in the history
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Markus Staab <[email protected]>
  • Loading branch information
dependabot[bot] and staabm authored Oct 6, 2024
1 parent 8e25769 commit 956b99b
Show file tree
Hide file tree
Showing 5 changed files with 23 additions and 26 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"spaze/phpstan-disallowed-calls": "2.16.1",
"sqlftw/sqlftw": "0.1.16",
"staabm/phpstan-baseline-analysis": "0.12.5",
"staabm/phpstan-dba": "0.2.82",
"staabm/phpstan-dba": "0.2.83",
"staabm/phpstan-todo-by": "0.1.31",
"symplify/phpstan-rules": "12.7.0",
"thecodingmachine/phpstan-safe-rule": "1.2",
Expand Down
17 changes: 8 additions & 9 deletions composer.lock

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

17 changes: 8 additions & 9 deletions vendor/composer/installed.json
Original file line number Diff line number Diff line change
Expand Up @@ -1610,26 +1610,25 @@
},
{
"name": "staabm/phpstan-dba",
"version": "0.2.82",
"version_normalized": "0.2.82.0",
"version": "0.2.83",
"version_normalized": "0.2.83.0",
"source": {
"type": "git",
"url": "https://github.com/staabm/phpstan-dba.git",
"reference": "dffa34bd0ab3391952b4e1bb8d4ae6c5278d2267"
"reference": "16f34c09099e14f35731e9fa9ab2af333eaf0a56"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/staabm/phpstan-dba/zipball/dffa34bd0ab3391952b4e1bb8d4ae6c5278d2267",
"reference": "dffa34bd0ab3391952b4e1bb8d4ae6c5278d2267",
"url": "https://api.github.com/repos/staabm/phpstan-dba/zipball/16f34c09099e14f35731e9fa9ab2af333eaf0a56",
"reference": "16f34c09099e14f35731e9fa9ab2af333eaf0a56",
"shasum": ""
},
"require": {
"composer-runtime-api": "^2.0",
"composer/semver": "^3.2",
"doctrine/dbal": "3.*",
"php": "^7.4 || ^8.0",
"phpstan/phpstan": "^1.9.4",
"sqlftw/sqlftw": "^0.1.16"
"phpstan/phpstan": "^1.9.4"
},
"conflict": {
"sqlftw/sqlftw": "<0.1.16"
Expand All @@ -1649,7 +1648,7 @@
"tomasvotruba/unused-public": "^1.0",
"vlucas/phpdotenv": "^5.4"
},
"time": "2024-10-03T07:45:11+00:00",
"time": "2024-10-03T10:24:37+00:00",
"type": "phpstan-extension",
"extra": {
"phpstan": {
Expand Down Expand Up @@ -1678,7 +1677,7 @@
],
"support": {
"issues": "https://github.com/staabm/phpstan-dba/issues",
"source": "https://github.com/staabm/phpstan-dba/tree/0.2.82"
"source": "https://github.com/staabm/phpstan-dba/tree/0.2.83"
},
"funding": [
{
Expand Down
10 changes: 5 additions & 5 deletions vendor/composer/installed.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
'name' => '__root__',
'pretty_version' => 'dev-main',
'version' => 'dev-main',
'reference' => '591e1dd6d35f7e6cabad238c99e1f79c2d2d4fe7',
'reference' => '96f0f53c5ecfdc876d1912f0efc1d507a0666db1',
'type' => 'library',
'install_path' => __DIR__ . '/../../',
'aliases' => array(),
Expand All @@ -13,7 +13,7 @@
'__root__' => array(
'pretty_version' => 'dev-main',
'version' => 'dev-main',
'reference' => '591e1dd6d35f7e6cabad238c99e1f79c2d2d4fe7',
'reference' => '96f0f53c5ecfdc876d1912f0efc1d507a0666db1',
'type' => 'library',
'install_path' => __DIR__ . '/../../',
'aliases' => array(),
Expand Down Expand Up @@ -239,9 +239,9 @@
'dev_requirement' => false,
),
'staabm/phpstan-dba' => array(
'pretty_version' => '0.2.82',
'version' => '0.2.82.0',
'reference' => 'dffa34bd0ab3391952b4e1bb8d4ae6c5278d2267',
'pretty_version' => '0.2.83',
'version' => '0.2.83.0',
'reference' => '16f34c09099e14f35731e9fa9ab2af333eaf0a56',
'type' => 'phpstan-extension',
'install_path' => __DIR__ . '/../staabm/phpstan-dba',
'aliases' => array(),
Expand Down
3 changes: 1 addition & 2 deletions vendor/staabm/phpstan-dba/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,7 @@
"composer-runtime-api": "^2.0",
"composer/semver": "^3.2",
"doctrine/dbal": "3.*",
"phpstan/phpstan": "^1.9.4",
"sqlftw/sqlftw": "^0.1.16"
"phpstan/phpstan": "^1.9.4"
},
"require-dev": {
"ext-mysqli": "*",
Expand Down

0 comments on commit 956b99b

Please sign in to comment.