Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump doctrine/dbal from 2.12.0 to 3.0.0 #581

Merged
merged 1 commit into from
Jan 8, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ doctrine/common/.travis.yml
doctrine/common/composer.json
doctrine/dbal/tests
doctrine/dbal/docs
doctrine/dbal/psalm.xml
doctrine/dbal/run-all.sh
doctrine/dbal/.doctrine-project.json
doctrine/dbal/.travis.yml
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"christophwurst/id3parser": "^0.1.1",
"deepdiver/zipstreamer": "2.0.0",
"deepdiver1975/tarstreamer": "v2.0.0",
"doctrine/dbal": "2.12.0",
"doctrine/dbal": "3.0.0",
"egulias/email-validator": "2.1.25",
"giggsey/libphonenumber-for-php": "^8.12",
"guzzlehttp/guzzle": "^7.2",
Expand Down
125 changes: 103 additions & 22 deletions composer.lock

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

38 changes: 27 additions & 11 deletions composer/InstalledVersions.php
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ class InstalledVersions
'aliases' =>
array (
),
'reference' => '875ee27505a280f58a893b16976fe36572fd82c4',
'reference' => '65a8a4553327c818931876ac1aa80a2143e02733',
'name' => 'nextcloud/3rdparty',
),
'versions' =>
Expand Down Expand Up @@ -70,6 +70,15 @@ class InstalledVersions
),
'reference' => 'c0e56c336bd6131c199827f928e5a9aec89aa4da',
),
'composer/package-versions-deprecated' =>
array (
'pretty_version' => '1.11.99.1',
'version' => '1.11.99.1',
'aliases' =>
array (
),
'reference' => '7413f0b55a051e89485c5cb9f765fe24bb02a7b6',
),
'deepdiver/zipstreamer' =>
array (
'pretty_version' => '2.0.0',
Expand All @@ -90,21 +99,21 @@ class InstalledVersions
),
'doctrine/cache' =>
array (
'pretty_version' => '1.10.1',
'version' => '1.10.1.0',
'pretty_version' => '1.10.2',
'version' => '1.10.2.0',
'aliases' =>
array (
),
'reference' => '35a4a70cd94e09e2259dfae7488afc6b474ecbd3',
'reference' => '13e3381b25847283a91948d04640543941309727',
),
'doctrine/dbal' =>
array (
'pretty_version' => '2.12.0',
'version' => '2.12.0.0',
'pretty_version' => '3.0.0',
'version' => '3.0.0.0',
'aliases' =>
array (
),
'reference' => 'c6d37b4c42aaa3c3ee175f05eca68056f4185646',
'reference' => 'ee6d1260d5cc20ec506455a585945d7bdb98662c',
),
'doctrine/event-manager' =>
array (
Expand Down Expand Up @@ -293,7 +302,7 @@ class InstalledVersions
'aliases' =>
array (
),
'reference' => '875ee27505a280f58a893b16976fe36572fd82c4',
'reference' => '65a8a4553327c818931876ac1aa80a2143e02733',
),
'nextcloud/lognormalizer' =>
array (
Expand All @@ -313,6 +322,13 @@ class InstalledVersions
),
'reference' => 'c6d052fc58cb876152f89f532b95a8d7907e7f0e',
),
'ocramius/package-versions' =>
array (
'replaced' =>
array (
0 => '1.11.99',
),
),
'opis/closure' =>
array (
'pretty_version' => '3.6.1',
Expand Down Expand Up @@ -734,12 +750,12 @@ class InstalledVersions
),
'symfony/polyfill-intl-grapheme' =>
array (
'pretty_version' => 'v1.20.0',
'version' => '1.20.0.0',
'pretty_version' => 'v1.22.0',
'version' => '1.22.0.0',
'aliases' =>
array (
),
'reference' => 'c7cf3f858ec7d70b89559d6e6eb1f7c2517d479c',
'reference' => '267a9adeb8ecb8071040a740930e077cdfb987af',
),
'symfony/polyfill-intl-idn' =>
array (
Expand Down
Loading