fixup! chore(deps): Move 3rdparty to server

artonge/chore/move_3rdparty_to_server
Louis Chemineau 3 months ago
parent 35ef695dc5
commit 2bf1866351
No known key found for this signature in database
  1. 1
      composer.json
  2. 2
      vendor/composer/LICENSE
  3. 1
      vendor/composer/autoload_psr4.php
  4. 1
      vendor/composer/autoload_real.php
  5. 5
      vendor/composer/autoload_static.php
  6. 4
      vendor/composer/installed.php

@ -2,7 +2,6 @@
"config": {
"vendor-dir": "vendor",
"optimize-autoloader": true,
"classmap-authoritative": true,
"sort-packages": true,
"platform": {
"php": "8.1"

@ -1,4 +1,3 @@
Copyright (c) Nils Adermann, Jordi Boggiano
Permission is hereby granted, free of charge, to any person obtaining a copy
@ -18,4 +17,3 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.

@ -88,7 +88,6 @@ return array(
'Cose\\' => array($vendorDir . '/web-auth/cose-lib/src'),
'CBOR\\' => array($vendorDir . '/spomky-labs/cbor-php/src'),
'Brick\\Math\\' => array($vendorDir . '/brick/math/src'),
'Bamarni\\Composer\\Bin\\' => array($vendorDir . '/bamarni/composer-bin-plugin/src'),
'Aws\\' => array($vendorDir . '/aws/aws-sdk-php/src'),
'' => array($baseDir . '/lib/private/legacy'),
);

@ -35,7 +35,6 @@ class ComposerAutoloaderInit2f23f73bc0cc116b4b1eee1521aa8652
require __DIR__ . '/autoload_static.php';
call_user_func(\Composer\Autoload\ComposerStaticInit2f23f73bc0cc116b4b1eee1521aa8652::getInitializer($loader));
$loader->setClassMapAuthoritative(true);
$loader->register(true);
$filesToLoad = \Composer\Autoload\ComposerStaticInit2f23f73bc0cc116b4b1eee1521aa8652::$files;

@ -186,7 +186,6 @@ class ComposerStaticInit2f23f73bc0cc116b4b1eee1521aa8652
'B' =>
array (
'Brick\\Math\\' => 11,
'Bamarni\\Composer\\Bin\\' => 21,
),
'A' =>
array (
@ -524,10 +523,6 @@ class ComposerStaticInit2f23f73bc0cc116b4b1eee1521aa8652
array (
0 => __DIR__ . '/..' . '/brick/math/src',
),
'Bamarni\\Composer\\Bin\\' =>
array (
0 => __DIR__ . '/..' . '/bamarni/composer-bin-plugin/src',
),
'Aws\\' =>
array (
0 => __DIR__ . '/..' . '/aws/aws-sdk-php/src',

@ -3,7 +3,7 @@
'name' => '__root__',
'pretty_version' => 'dev-master',
'version' => 'dev-master',
'reference' => '25171f8ecd8008c2569cf38a3bbff9d1438720b3',
'reference' => '35ef695dc5d826b664c253050bf3d86f526a79fa',
'type' => 'library',
'install_path' => __DIR__ . '/../../',
'aliases' => array(),
@ -13,7 +13,7 @@
'__root__' => array(
'pretty_version' => 'dev-master',
'version' => 'dev-master',
'reference' => '25171f8ecd8008c2569cf38a3bbff9d1438720b3',
'reference' => '35ef695dc5d826b664c253050bf3d86f526a79fa',
'type' => 'library',
'install_path' => __DIR__ . '/../../',
'aliases' => array(),

Loading…
Cancel
Save