Skip to content

Commit

Permalink
Remove unused laminas db backend (#757)
Browse files Browse the repository at this point in the history
* Remove unused laminas db backend

* Remove laminas-db from composer.json

* Remove bundled-libs/laminas
  • Loading branch information
onli authored Apr 27, 2021
1 parent 717282a commit 7e48e04
Show file tree
Hide file tree
Showing 297 changed files with 2,649 additions and 34,222 deletions.
45 changes: 2 additions & 43 deletions bundled-libs/composer/InstalledVersions.php
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ class InstalledVersions
'aliases' =>
array (
),
'reference' => '05f58f90d743fe9ade24f3fdfe9a934d0b87c6a1',
'reference' => '1e645f52d45985949359c49ab147bcd45d6554f8',
'name' => '__root__',
),
'versions' =>
Expand All @@ -42,7 +42,7 @@ class InstalledVersions
'aliases' =>
array (
),
'reference' => '05f58f90d743fe9ade24f3fdfe9a934d0b87c6a1',
'reference' => '1e645f52d45985949359c49ab147bcd45d6554f8',
),
'katzgrau/klogger' =>
array (
Expand All @@ -53,33 +53,6 @@ class InstalledVersions
),
'reference' => '46cdd92a9b4a8443120cc955bf831450cb274813',
),
'laminas/laminas-db' =>
array (
'pretty_version' => '2.11.4',
'version' => '2.11.4.0',
'aliases' =>
array (
),
'reference' => '5b59413b8dd5d79e3fe58c2650c60b1730989f36',
),
'laminas/laminas-stdlib' =>
array (
'pretty_version' => '3.2.1',
'version' => '3.2.1.0',
'aliases' =>
array (
),
'reference' => '2b18347625a2f06a1a485acfbc870f699dbe51c6',
),
'laminas/laminas-zendframework-bridge' =>
array (
'pretty_version' => '1.1.1',
'version' => '1.1.1.0',
'aliases' =>
array (
),
'reference' => '6ede70583e101030bcace4dcddd648f760ddf642',
),
'psr/log' =>
array (
'pretty_version' => '1.0.0',
Expand Down Expand Up @@ -114,20 +87,6 @@ class InstalledVersions
),
'reference' => '416cf88902991f3bf6168b71c0683e6dabb3d5e1',
),
'zendframework/zend-db' =>
array (
'replaced' =>
array (
0 => '^2.11.0',
),
),
'zendframework/zend-stdlib' =>
array (
'replaced' =>
array (
0 => '3.2.1',
),
),
),
);
private static $canGetVendors;
Expand Down
Loading

0 comments on commit 7e48e04

Please sign in to comment.