Skip to content

Commit

Permalink
Adding /vendor directory to release
Browse files Browse the repository at this point in the history
  • Loading branch information
dennisnissle committed Nov 25, 2024
1 parent 4c3b9eb commit 1e92f9b
Show file tree
Hide file tree
Showing 573 changed files with 57,299 additions and 0 deletions.
25 changes: 25 additions & 0 deletions vendor/autoload.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
<?php

// autoload.php @generated by Composer

if (PHP_VERSION_ID < 50600) {
if (!headers_sent()) {
header('HTTP/1.1 500 Internal Server Error');
}
$err = 'Composer 2.3.0 dropped support for autoloading on PHP <5.6 and you are running '.PHP_VERSION.', please upgrade PHP or use Composer 2.2 LTS via "composer self-update --2.2". Aborting.'.PHP_EOL;
if (!ini_get('display_errors')) {
if (PHP_SAPI === 'cli' || PHP_SAPI === 'phpdbg') {
fwrite(STDERR, $err);
} elseif (!headers_sent()) {
echo $err;
}
}
trigger_error(
$err,
E_USER_ERROR
);
}

require_once __DIR__ . '/composer/autoload_real.php';

return ComposerAutoloaderInit55b2ff3caf50338fcdcce1bd13abf389::getLoader();
13 changes: 13 additions & 0 deletions vendor/autoload_packages.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
<?php
/**
* This file was automatically generated by automattic/jetpack-autoloader.
*
* @package automattic/jetpack-autoloader
*/

namespace Automattic\Jetpack\Autoloader\jp55b2ff3caf50338fcdcce1bd13abf389;

// phpcs:ignore

require_once __DIR__ . '/jetpack-autoloader/class-autoloader.php';
Autoloader::init();
1 change: 1 addition & 0 deletions vendor/automattic/jetpack-autoloader/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
tests/php/tmp
9 changes: 9 additions & 0 deletions vendor/automattic/jetpack-autoloader/.phpcs.dir.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
<?xml version="1.0"?>
<ruleset>

<!-- This doesn't run inside of WordPress, do we don't need to use WordPress's alternative functions. -->
<rule ref="WordPress.WP.AlternativeFunctions">
<severity>0</severity>
</rule>

</ruleset>
Loading

0 comments on commit 1e92f9b

Please sign in to comment.