Skip to content

Commit

Permalink
composer update vendor/
Browse files Browse the repository at this point in the history
  • Loading branch information
staabm committed Jan 8, 2023
1 parent fac11ba commit ef34319
Show file tree
Hide file tree
Showing 10 changed files with 325 additions and 426 deletions.
14 changes: 7 additions & 7 deletions vendor/composer/installed.json
Original file line number Diff line number Diff line change
Expand Up @@ -768,17 +768,17 @@
},
{
"name": "staabm/phpstan-dba",
"version": "0.2.55",
"version_normalized": "0.2.55.0",
"version": "0.2.56",
"version_normalized": "0.2.56.0",
"source": {
"type": "git",
"url": "https://github.com/staabm/phpstan-dba.git",
"reference": "af71a9ea81a9fa95b04b7abf304d73da8a86183c"
"reference": "7d0fb3b98ca4eae8157b787eea5c3bcbefecc867"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/staabm/phpstan-dba/zipball/af71a9ea81a9fa95b04b7abf304d73da8a86183c",
"reference": "af71a9ea81a9fa95b04b7abf304d73da8a86183c",
"url": "https://api.github.com/repos/staabm/phpstan-dba/zipball/7d0fb3b98ca4eae8157b787eea5c3bcbefecc867",
"reference": "7d0fb3b98ca4eae8157b787eea5c3bcbefecc867",
"shasum": ""
},
"require": {
Expand All @@ -802,7 +802,7 @@
"tomasvotruba/unused-public": "^0.0.34",
"vlucas/phpdotenv": "^5.4"
},
"time": "2023-01-06T19:26:33+00:00",
"time": "2023-01-08T09:26:01+00:00",
"type": "phpstan-extension",
"extra": {
"phpstan": {
Expand All @@ -823,7 +823,7 @@
],
"support": {
"issues": "https://github.com/staabm/phpstan-dba/issues",
"source": "https://github.com/staabm/phpstan-dba/tree/0.2.55"
"source": "https://github.com/staabm/phpstan-dba/tree/0.2.56"
},
"install-path": "../staabm/phpstan-dba"
},
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' => '5cb925cb71769f1fab5e6a3db42c1616f41c0556',
'reference' => 'fac11ba2efb835d7b1e5fbb44d614b61b80bad82',
'type' => 'library',
'install_path' => __DIR__ . '/../../',
'aliases' => array(),
Expand All @@ -13,7 +13,7 @@
'__root__' => array(
'pretty_version' => 'dev-main',
'version' => 'dev-main',
'reference' => '5cb925cb71769f1fab5e6a3db42c1616f41c0556',
'reference' => 'fac11ba2efb835d7b1e5fbb44d614b61b80bad82',
'type' => 'library',
'install_path' => __DIR__ . '/../../',
'aliases' => array(),
Expand Down Expand Up @@ -128,9 +128,9 @@
'dev_requirement' => false,
),
'staabm/phpstan-dba' => array(
'pretty_version' => '0.2.55',
'version' => '0.2.55.0',
'reference' => 'af71a9ea81a9fa95b04b7abf304d73da8a86183c',
'pretty_version' => '0.2.56',
'version' => '0.2.56.0',
'reference' => '7d0fb3b98ca4eae8157b787eea5c3bcbefecc867',
'type' => 'phpstan-extension',
'install_path' => __DIR__ . '/../staabm/phpstan-dba',
'aliases' => array(),
Expand Down
Loading

0 comments on commit ef34319

Please sign in to comment.