Skip to content

Commit

Permalink
build: run composer --no-dev
Browse files Browse the repository at this point in the history
Signed-off-by: Benjamin Gaussorgues <benjamin.gaussorgues@nextcloud.com>
  • Loading branch information
Altahrim committed Jan 23, 2025
1 parent eb6b0c2 commit 7c520aa
Show file tree
Hide file tree
Showing 7 changed files with 6 additions and 4,797 deletions.
1,182 changes: 0 additions & 1,182 deletions vendor/composer/autoload_classmap.php

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion vendor/composer/autoload_namespaces.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,4 @@
$baseDir = dirname($vendorDir);

return array(
'Behat\\Gherkin' => array($vendorDir . '/behat/gherkin/src'),
);
28 changes: 0 additions & 28 deletions vendor/composer/autoload_psr4.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,32 +8,4 @@
return array(
'UpdateServer\\' => array($baseDir . '/src'),
'Tests\\' => array($baseDir . '/tests/unit'),
'Symfony\\Polyfill\\Mbstring\\' => array($vendorDir . '/symfony/polyfill-mbstring'),
'Symfony\\Polyfill\\Intl\\Normalizer\\' => array($vendorDir . '/symfony/polyfill-intl-normalizer'),
'Symfony\\Polyfill\\Intl\\Grapheme\\' => array($vendorDir . '/symfony/polyfill-intl-grapheme'),
'Symfony\\Polyfill\\Ctype\\' => array($vendorDir . '/symfony/polyfill-ctype'),
'Symfony\\Contracts\\Translation\\' => array($vendorDir . '/symfony/translation-contracts'),
'Symfony\\Contracts\\Service\\' => array($vendorDir . '/symfony/service-contracts'),
'Symfony\\Contracts\\EventDispatcher\\' => array($vendorDir . '/symfony/event-dispatcher-contracts'),
'Symfony\\Component\\Yaml\\' => array($vendorDir . '/symfony/yaml'),
'Symfony\\Component\\VarExporter\\' => array($vendorDir . '/symfony/var-exporter'),
'Symfony\\Component\\Translation\\' => array($vendorDir . '/symfony/translation'),
'Symfony\\Component\\String\\' => array($vendorDir . '/symfony/string'),
'Symfony\\Component\\Filesystem\\' => array($vendorDir . '/symfony/filesystem'),
'Symfony\\Component\\EventDispatcher\\' => array($vendorDir . '/symfony/event-dispatcher'),
'Symfony\\Component\\DependencyInjection\\' => array($vendorDir . '/symfony/dependency-injection'),
'Symfony\\Component\\Console\\' => array($vendorDir . '/symfony/console'),
'Symfony\\Component\\Config\\' => array($vendorDir . '/symfony/config'),
'Psr\\Log\\' => array($vendorDir . '/psr/log/src'),
'Psr\\EventDispatcher\\' => array($vendorDir . '/psr/event-dispatcher/src'),
'Psr\\Container\\' => array($vendorDir . '/psr/container/src'),
'Composer\\XdebugHandler\\' => array($vendorDir . '/composer/xdebug-handler/src'),
'Composer\\Pcre\\' => array($vendorDir . '/composer/pcre/src'),
'Behat\\Transliterator\\' => array($vendorDir . '/behat/transliterator/src/Behat/Transliterator'),
'Behat\\Transformation\\' => array($vendorDir . '/behat/behat/src/Behat/Transformation'),
'Behat\\Testwork\\' => array($vendorDir . '/behat/behat/src/Behat/Testwork'),
'Behat\\Step\\' => array($vendorDir . '/behat/behat/src/Behat/Step'),
'Behat\\Hook\\' => array($vendorDir . '/behat/behat/src/Behat/Hook'),
'Behat\\Config\\' => array($vendorDir . '/behat/behat/src/Behat/Config'),
'Behat\\Behat\\' => array($vendorDir . '/behat/behat/src/Behat/Behat'),
);
12 changes: 0 additions & 12 deletions vendor/composer/autoload_real.php
Original file line number Diff line number Diff line change
Expand Up @@ -32,18 +32,6 @@ public static function getLoader()
$loader->setClassMapAuthoritative(true);
$loader->register(true);

$filesToLoad = \Composer\Autoload\ComposerStaticInitfe8a8e6ca03db3da1f8be8016d546d8d::$files;
$requireFile = \Closure::bind(static function ($fileIdentifier, $file) {
if (empty($GLOBALS['__composer_autoload_files'][$fileIdentifier])) {
$GLOBALS['__composer_autoload_files'][$fileIdentifier] = true;

require $file;
}
}, null, null);
foreach ($filesToLoad as $fileIdentifier => $file) {
$requireFile($fileIdentifier, $file);
}

return $loader;
}
}
1,355 changes: 0 additions & 1,355 deletions vendor/composer/autoload_static.php

Large diffs are not rendered by default.

Loading

0 comments on commit 7c520aa

Please sign in to comment.