Skip to content

Commit 69be027

Browse files
committed
Include vendor files
1 parent 138386b commit 69be027

File tree

1,676 files changed

+47789
-9783
lines changed

Some content is hidden

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

1,676 files changed

+47789
-9783
lines changed

composer.lock

Lines changed: 105 additions & 95 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/composer/autoload_psr4.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,5 +25,6 @@
2525
'Illuminate\\Container\\' => array($vendorDir . '/illuminate/container'),
2626
'Doctrine\\Instantiator\\' => array($vendorDir . '/doctrine/instantiator/src/Doctrine/Instantiator'),
2727
'Composer\\Installers\\' => array($vendorDir . '/composer/installers/src/Composer/Installers'),
28-
'' => array($baseDir . '/src', $vendorDir . '/nesbot/carbon/src'),
28+
'Carbon\\' => array($vendorDir . '/nesbot/carbon/src/Carbon'),
29+
'' => array($baseDir . '/src'),
2930
);

vendor/composer/autoload_static.php

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ class ComposerStaticInitc0674973001458a73dd4703e3155254e
4545
'C' =>
4646
array (
4747
'Composer\\Installers\\' => 20,
48+
'Carbon\\' => 7,
4849
),
4950
);
5051

@@ -125,11 +126,14 @@ class ComposerStaticInitc0674973001458a73dd4703e3155254e
125126
array (
126127
0 => __DIR__ . '/..' . '/composer/installers/src/Composer/Installers',
127128
),
129+
'Carbon\\' =>
130+
array (
131+
0 => __DIR__ . '/..' . '/nesbot/carbon/src/Carbon',
132+
),
128133
);
129134

130135
public static $fallbackDirsPsr4 = array (
131136
0 => __DIR__ . '/../..' . '/src',
132-
1 => __DIR__ . '/..' . '/nesbot/carbon/src',
133137
);
134138

135139
public static $prefixesPsr0 = array (

0 commit comments

Comments
 (0)