Skip to content

Commit c57e1f9

Browse files
Merge pull request #80 from rollbar/update-composer-dependencies
Update Composer dependencies
2 parents 9225b23 + f1c4230 commit c57e1f9

File tree

263 files changed

+1576
-24162
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

263 files changed

+1576
-24162
lines changed

vendor/composer/autoload_psr4.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@
1414
'Rollbar\\Wordpress\\' => array($baseDir . '/src'),
1515
'Rollbar\\' => array($vendorDir . '/rollbar/rollbar/src'),
1616
'Psr\\Log\\' => array($vendorDir . '/psr/log/Psr/Log'),
17-
'Monolog\\' => array($vendorDir . '/monolog/monolog/src/Monolog'),
1817
'Michelf\\' => array($vendorDir . '/michelf/php-markdown/Michelf'),
1918
'Doctrine\\Instantiator\\' => array($vendorDir . '/doctrine/instantiator/src/Doctrine/Instantiator'),
2019
);

vendor/composer/autoload_static.php

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@ class ComposerStaticInited105be67bb9151573b323ff5c8bb30a
3636
),
3737
'M' =>
3838
array (
39-
'Monolog\\' => 8,
4039
'Michelf\\' => 8,
4140
),
4241
'D' =>
@@ -80,10 +79,6 @@ class ComposerStaticInited105be67bb9151573b323ff5c8bb30a
8079
array (
8180
0 => __DIR__ . '/..' . '/psr/log/Psr/Log',
8281
),
83-
'Monolog\\' =>
84-
array (
85-
0 => __DIR__ . '/..' . '/monolog/monolog/src/Monolog',
86-
),
8782
'Michelf\\' =>
8883
array (
8984
0 => __DIR__ . '/..' . '/michelf/php-markdown/Michelf',

0 commit comments

Comments
 (0)