Skip to content

Commit

Permalink
Update vendor files
Browse files Browse the repository at this point in the history
  • Loading branch information
rvdforst committed Feb 6, 2024
1 parent c310225 commit b0128b7
Show file tree
Hide file tree
Showing 53 changed files with 29 additions and 1,826 deletions.
2 changes: 1 addition & 1 deletion vendor/autoload.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@

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

return ComposerAutoloaderInit066c4ad60e2a566f23e65e5f53006199::getLoader();
return ComposerAutoloaderInit2c498cedc94f6f3eba7205ee47469408::getLoader();
2 changes: 1 addition & 1 deletion vendor/composer/autoload_files.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@
$baseDir = dirname($vendorDir);

return array(
'e4e11a001002b1c747a45db4ce1ccc3a' => $vendorDir . '/cmb2/cmb2/init.php',
'ad901de1e5d16b81f427bfe3dc3de508' => $vendorDir . '/cmb2/cmb2/init.php',
);
1 change: 0 additions & 1 deletion vendor/composer/autoload_psr4.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,5 @@

return array(
'RRule\\' => array($baseDir . '/src', $vendorDir . '/rlanvin/php-rrule/src'),
'RRZE\\WP\\' => array($vendorDir . '/rrze/wp/src'),
'RRZE\\Calendar\\' => array($baseDir . '/includes'),
);
10 changes: 5 additions & 5 deletions vendor/composer/autoload_real.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

// autoload_real.php @generated by Composer

class ComposerAutoloaderInit066c4ad60e2a566f23e65e5f53006199
class ComposerAutoloaderInit2c498cedc94f6f3eba7205ee47469408
{
private static $loader;

Expand All @@ -24,16 +24,16 @@ public static function getLoader()

require __DIR__ . '/platform_check.php';

spl_autoload_register(array('ComposerAutoloaderInit066c4ad60e2a566f23e65e5f53006199', 'loadClassLoader'), true, true);
spl_autoload_register(array('ComposerAutoloaderInit2c498cedc94f6f3eba7205ee47469408', 'loadClassLoader'), true, true);
self::$loader = $loader = new \Composer\Autoload\ClassLoader(\dirname(__DIR__));
spl_autoload_unregister(array('ComposerAutoloaderInit066c4ad60e2a566f23e65e5f53006199', 'loadClassLoader'));
spl_autoload_unregister(array('ComposerAutoloaderInit2c498cedc94f6f3eba7205ee47469408', 'loadClassLoader'));

require __DIR__ . '/autoload_static.php';
call_user_func(\Composer\Autoload\ComposerStaticInit066c4ad60e2a566f23e65e5f53006199::getInitializer($loader));
call_user_func(\Composer\Autoload\ComposerStaticInit2c498cedc94f6f3eba7205ee47469408::getInitializer($loader));

$loader->register(true);

$filesToLoad = \Composer\Autoload\ComposerStaticInit066c4ad60e2a566f23e65e5f53006199::$files;
$filesToLoad = \Composer\Autoload\ComposerStaticInit2c498cedc94f6f3eba7205ee47469408::$files;
$requireFile = \Closure::bind(static function ($fileIdentifier, $file) {
if (empty($GLOBALS['__composer_autoload_files'][$fileIdentifier])) {
$GLOBALS['__composer_autoload_files'][$fileIdentifier] = true;
Expand Down
17 changes: 6 additions & 11 deletions vendor/composer/autoload_static.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,16 @@

namespace Composer\Autoload;

class ComposerStaticInit066c4ad60e2a566f23e65e5f53006199
class ComposerStaticInit2c498cedc94f6f3eba7205ee47469408
{
public static $files = array (
'e4e11a001002b1c747a45db4ce1ccc3a' => __DIR__ . '/..' . '/cmb2/cmb2/init.php',
'ad901de1e5d16b81f427bfe3dc3de508' => __DIR__ . '/..' . '/cmb2/cmb2/init.php',
);

public static $prefixLengthsPsr4 = array (
'R' =>
array (
'RRule\\' => 6,
'RRZE\\WP\\' => 8,
'RRZE\\Calendar\\' => 14,
),
);
Expand All @@ -25,10 +24,6 @@ class ComposerStaticInit066c4ad60e2a566f23e65e5f53006199
0 => __DIR__ . '/../..' . '/src',
1 => __DIR__ . '/..' . '/rlanvin/php-rrule/src',
),
'RRZE\\WP\\' =>
array (
0 => __DIR__ . '/..' . '/rrze/wp/src',
),
'RRZE\\Calendar\\' =>
array (
0 => __DIR__ . '/../..' . '/includes',
Expand All @@ -53,10 +48,10 @@ class ComposerStaticInit066c4ad60e2a566f23e65e5f53006199
public static function getInitializer(ClassLoader $loader)
{
return \Closure::bind(function () use ($loader) {
$loader->prefixLengthsPsr4 = ComposerStaticInit066c4ad60e2a566f23e65e5f53006199::$prefixLengthsPsr4;
$loader->prefixDirsPsr4 = ComposerStaticInit066c4ad60e2a566f23e65e5f53006199::$prefixDirsPsr4;
$loader->prefixesPsr0 = ComposerStaticInit066c4ad60e2a566f23e65e5f53006199::$prefixesPsr0;
$loader->classMap = ComposerStaticInit066c4ad60e2a566f23e65e5f53006199::$classMap;
$loader->prefixLengthsPsr4 = ComposerStaticInit2c498cedc94f6f3eba7205ee47469408::$prefixLengthsPsr4;
$loader->prefixDirsPsr4 = ComposerStaticInit2c498cedc94f6f3eba7205ee47469408::$prefixDirsPsr4;
$loader->prefixesPsr0 = ComposerStaticInit2c498cedc94f6f3eba7205ee47469408::$prefixesPsr0;
$loader->classMap = ComposerStaticInit2c498cedc94f6f3eba7205ee47469408::$classMap;

}, null, ClassLoader::class);
}
Expand Down
53 changes: 0 additions & 53 deletions vendor/composer/installed.json
Original file line number Diff line number Diff line change
Expand Up @@ -180,59 +180,6 @@
"source": "https://github.com/rlanvin/php-rrule/tree/v2.4.1"
},
"install-path": "../rlanvin/php-rrule"
},
{
"name": "rrze/wp",
"version": "1.2.2",
"version_normalized": "1.2.2.0",
"source": {
"type": "git",
"url": "https://github.com/RRZE-Webteam/rrze-wp.git",
"reference": "b0c51e6a07011ec1d3ebf8a71fae5a93c05a6014"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/RRZE-Webteam/rrze-wp/zipball/b0c51e6a07011ec1d3ebf8a71fae5a93c05a6014",
"reference": "b0c51e6a07011ec1d3ebf8a71fae5a93c05a6014",
"shasum": ""
},
"require": {
"php": ">=8.0"
},
"time": "2023-11-28T09:49:37+00:00",
"type": "library",
"installation-source": "dist",
"autoload": {
"psr-4": {
"RRZE\\WP\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"GPL-3.0-or-later"
],
"authors": [
{
"name": "Rolf v. d. Forst",
"email": "[email protected]",
"homepage": "https://www.rrze.fau.de"
},
{
"name": "Benjamin Klemencic",
"email": "[email protected]",
"homepage": "https://www.rrze.fau.de"
}
],
"description": "A general purpose library for WordPress.",
"homepage": "https://github.com/RRZE-Webteam/rrze-wp",
"keywords": [
"wordpress"
],
"support": {
"issues": "https://github.com/RRZE-Webteam/rrze-wp/issues",
"source": "https://github.com/RRZE-Webteam/rrze-wp/tree/1.2.2"
},
"install-path": "../rrze/wp"
}
],
"dev": true,
Expand Down
37 changes: 14 additions & 23 deletions vendor/composer/installed.php
Original file line number Diff line number Diff line change
@@ -1,15 +1,24 @@
<?php return array(
'root' => array(
'name' => 'rrze/rrze-calendar',
'pretty_version' => '2.0.10',
'version' => '2.0.10.0',
'reference' => NULL,
'type' => 'wordpress-plugin',
'name' => '__root__',
'pretty_version' => 'dev-master',
'version' => 'dev-master',
'reference' => '50a3090906f6af0c909c1343d8614b3544eeb08f',
'type' => 'library',
'install_path' => __DIR__ . '/../../',
'aliases' => array(),
'dev' => true,
),
'versions' => array(
'__root__' => array(
'pretty_version' => 'dev-master',
'version' => 'dev-master',
'reference' => '50a3090906f6af0c909c1343d8614b3544eeb08f',
'type' => 'library',
'install_path' => __DIR__ . '/../../',
'aliases' => array(),
'dev_requirement' => false,
),
'cmb2/cmb2' => array(
'pretty_version' => 'v2.10.1',
'version' => '2.10.1.0',
Expand Down Expand Up @@ -37,23 +46,5 @@
'aliases' => array(),
'dev_requirement' => false,
),
'rrze/rrze-calendar' => array(
'pretty_version' => '2.0.10',
'version' => '2.0.10.0',
'reference' => NULL,
'type' => 'wordpress-plugin',
'install_path' => __DIR__ . '/../../',
'aliases' => array(),
'dev_requirement' => false,
),
'rrze/wp' => array(
'pretty_version' => '1.2.2',
'version' => '1.2.2.0',
'reference' => 'b0c51e6a07011ec1d3ebf8a71fae5a93c05a6014',
'type' => 'library',
'install_path' => __DIR__ . '/../rrze/wp',
'aliases' => array(),
'dev_requirement' => false,
),
),
);
4 changes: 2 additions & 2 deletions vendor/composer/platform_check.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@

$issues = array();

if (!(PHP_VERSION_ID >= 80000)) {
$issues[] = 'Your Composer dependencies require a PHP version ">= 8.0.0". You are running ' . PHP_VERSION . '.';
if (!(PHP_VERSION_ID >= 80100)) {
$issues[] = 'Your Composer dependencies require a PHP version ">= 8.1.0". You are running ' . PHP_VERSION . '.';
}

if ($issues) {
Expand Down
12 changes: 0 additions & 12 deletions vendor/rrze/wp/.gitignore

This file was deleted.

11 changes: 0 additions & 11 deletions vendor/rrze/wp/README.md

This file was deleted.

32 changes: 0 additions & 32 deletions vendor/rrze/wp/composer.json

This file was deleted.

53 changes: 0 additions & 53 deletions vendor/rrze/wp/src/Debug.php

This file was deleted.

Loading

0 comments on commit b0128b7

Please sign in to comment.