Skip to content

Commit

Permalink
[BOT] Build package
Browse files Browse the repository at this point in the history
  • Loading branch information
inpsyde-deploybot committed Apr 29, 2024
1 parent fd72571 commit bf94aa4
Show file tree
Hide file tree
Showing 202 changed files with 523 additions and 451 deletions.
238 changes: 119 additions & 119 deletions vendor/composer/autoload_classmap.php

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion vendor/composer/autoload_files.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@
return array(
'75224de648373daee048deff719e279d' => $vendorDir . '/inpsyde/assets/inc/functions.php',
'd57dd50c5392c5a5044aae288d38e1c5' => $vendorDir . '/inpsyde/assets/inc/bootstrap.php',
'9d916222ac507be0ebf22a42cf22e61c' => $baseDir . '/inc/api.php',
'12bf47454c8d04ca5b059644211ed054' => $baseDir . '/inc/api.php',
);
4 changes: 2 additions & 2 deletions vendor/composer/autoload_psr4.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@
'Inpsyde\\Assets\\' => array($vendorDir . '/inpsyde/assets/src'),
'Inpsyde\\' => array($vendorDir . '/inpsyde/wp-context/src'),
'Fau\\DegreeProgram\\Output\\' => array($baseDir . '/src'),
'Fau\\DegreeProgram\\Common\\LanguageExtension\\' => array($vendorDir . '/inpsyde/fau-degree-program-common/lib/lang-extension/src'),
'Fau\\DegreeProgram\\Common\\' => array($vendorDir . '/inpsyde/fau-degree-program-common/src'),
'Fau\\DegreeProgram\\Common\\LanguageExtension\\' => array($vendorDir . '/rrze/fau-studium-common/lib/lang-extension/src'),
'Fau\\DegreeProgram\\Common\\' => array($vendorDir . '/rrze/fau-studium-common/src'),
);
244 changes: 122 additions & 122 deletions vendor/composer/autoload_static.php

Large diffs are not rendered by default.

180 changes: 90 additions & 90 deletions vendor/composer/installed.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,102 +70,19 @@
},
"install-path": "../inpsyde/assets"
},
{
"name": "inpsyde/fau-degree-program-common",
"version": "dev-main",
"version_normalized": "dev-main",
"source": {
"type": "git",
"url": "https://github.com/RRZE-Webteam/FAU-Studium-Common.git",
"reference": "578db6d1c49126600bfb57cec13d4a28ffd73f5a"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/RRZE-Webteam/FAU-Studium-Common/zipball/578db6d1c49126600bfb57cec13d4a28ffd73f5a",
"reference": "578db6d1c49126600bfb57cec13d4a28ffd73f5a",
"shasum": ""
},
"require": {
"php": "^8.0",
"psr/event-dispatcher": "^1.0",
"psr/log": "^3.0",
"psr/simple-cache": "^3.0",
"webmozart/assert": "^1.11"
},
"require-dev": {
"brain/monkey": "^2.6",
"inpsyde/php-coding-standards": "^1",
"inpsyde/wp-stubs-versions": "dev-latest",
"johnpbloch/wordpress-core": "^6.1",
"phpunit/phpunit": "^9.5",
"vimeo/psalm": "^5.4",
"wp-cli/wp-cli": "^2.7"
},
"suggest": {
"inpsyde/modularity": "Modular PSR-11 implementation for WordPress Plugins, Themes or Libraries"
},
"time": "2023-11-22T07:00:31+00:00",
"default-branch": true,
"type": "library",
"installation-source": "dist",
"autoload": {
"psr-4": {
"Fau\\DegreeProgram\\Common\\": "src/",
"Fau\\DegreeProgram\\Common\\LanguageExtension\\": "lib/lang-extension/src/"
}
},
"autoload-dev": {
"psr-4": {
"Fau\\DegreeProgram\\Common\\Tests\\": [
"tests/src/",
"tests/unit/",
"tests/functional/"
],
"Fau\\DegreeProgram\\Common\\LanguageExtension\\Tests\\": "lib/lang-extension/tests/"
}
},
"scripts": {
"check-coding-standards": [
"vendor/bin/phpcs"
],
"check-psalm": [
"vendor/bin/psalm --no-cache"
],
"fix-coding-standards": [
"vendor/bin/phpcbf"
]
},
"license": [
"GPL-2.0-or-later"
],
"authors": [
{
"name": "Inpsyde GmbH",
"email": "[email protected]",
"homepage": "https://inpsyde.com/",
"role": "Company"
}
],
"description": "Shared kernel for FAU Degree Program and FAU Degree Program Output plugins.",
"support": {
"source": "https://github.com/RRZE-Webteam/FAU-Studium-Common/tree/main",
"issues": "https://github.com/RRZE-Webteam/FAU-Studium-Common/issues"
},
"install-path": "../inpsyde/fau-degree-program-common"
},
{
"name": "inpsyde/modularity",
"version": "1.7.2",
"version_normalized": "1.7.2.0",
"version": "1.7.4",
"version_normalized": "1.7.4.0",
"source": {
"type": "git",
"url": "https://github.com/inpsyde/modularity.git",
"reference": "43f4b3a7c8fbb585a44fb7a619e2546b338a8934"
"reference": "ef0143d58e4dd358f7cc3c8d917b18d07cf6e13d"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/inpsyde/modularity/zipball/43f4b3a7c8fbb585a44fb7a619e2546b338a8934",
"reference": "43f4b3a7c8fbb585a44fb7a619e2546b338a8934",
"url": "https://api.github.com/repos/inpsyde/modularity/zipball/ef0143d58e4dd358f7cc3c8d917b18d07cf6e13d",
"reference": "ef0143d58e4dd358f7cc3c8d917b18d07cf6e13d",
"shasum": ""
},
"require": {
Expand All @@ -182,7 +99,7 @@
"phpunit/phpunit": "^8.5.21 || ^9.6.7",
"vimeo/psalm": "^4.13.1"
},
"time": "2023-11-16T11:19:47+00:00",
"time": "2024-03-22T07:01:53+00:00",
"type": "library",
"extra": {
"branch-alias": {
Expand Down Expand Up @@ -220,7 +137,7 @@
"description": "Modular PSR-11 implementation for WordPress plugins, themes or libraries.",
"support": {
"issues": "https://github.com/inpsyde/modularity/issues",
"source": "https://github.com/inpsyde/modularity/tree/1.7.2"
"source": "https://github.com/inpsyde/modularity/tree/1.7.4"
},
"install-path": "../inpsyde/modularity"
},
Expand Down Expand Up @@ -503,6 +420,89 @@
},
"install-path": "../psr/simple-cache"
},
{
"name": "rrze/fau-studium-common",
"version": "dev-main",
"version_normalized": "dev-main",
"source": {
"type": "git",
"url": "https://github.com/RRZE-Webteam/FAU-Studium-Common.git",
"reference": "2cef39901512f7b0c61ac8f319a6ff61039c60e0"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/RRZE-Webteam/FAU-Studium-Common/zipball/2cef39901512f7b0c61ac8f319a6ff61039c60e0",
"reference": "2cef39901512f7b0c61ac8f319a6ff61039c60e0",
"shasum": ""
},
"require": {
"php": "^8.0",
"psr/event-dispatcher": "^1.0",
"psr/log": "^3.0",
"psr/simple-cache": "^3.0",
"webmozart/assert": "^1.11"
},
"require-dev": {
"brain/monkey": "^2.6",
"inpsyde/php-coding-standards": "^1",
"inpsyde/wp-stubs-versions": "dev-latest",
"johnpbloch/wordpress-core": "^6.1",
"phpunit/phpunit": "^9.5",
"vimeo/psalm": "^5.4",
"wp-cli/wp-cli": "^2.7"
},
"suggest": {
"inpsyde/modularity": "Modular PSR-11 implementation for WordPress Plugins, Themes or Libraries"
},
"time": "2024-04-29T08:12:47+00:00",
"default-branch": true,
"type": "library",
"installation-source": "dist",
"autoload": {
"psr-4": {
"Fau\\DegreeProgram\\Common\\": "src/",
"Fau\\DegreeProgram\\Common\\LanguageExtension\\": "lib/lang-extension/src/"
}
},
"autoload-dev": {
"psr-4": {
"Fau\\DegreeProgram\\Common\\Tests\\": [
"tests/src/",
"tests/unit/",
"tests/functional/"
],
"Fau\\DegreeProgram\\Common\\LanguageExtension\\Tests\\": "lib/lang-extension/tests/"
}
},
"scripts": {
"check-coding-standards": [
"vendor/bin/phpcs"
],
"check-psalm": [
"vendor/bin/psalm --no-cache"
],
"fix-coding-standards": [
"vendor/bin/phpcbf"
]
},
"license": [
"GPL-2.0-or-later"
],
"authors": [
{
"name": "Syde GmbH",
"email": "[email protected]",
"homepage": "https://syde.com/",
"role": "Company"
}
],
"description": "Shared kernel for FAU Degree Program and FAU Degree Program Output plugins.",
"support": {
"source": "https://github.com/RRZE-Webteam/FAU-Studium-Common/tree/main",
"issues": "https://github.com/RRZE-Webteam/FAU-Studium-Common/issues"
},
"install-path": "../rrze/fau-studium-common"
},
{
"name": "webmozart/assert",
"version": "1.11.0",
Expand Down
50 changes: 25 additions & 25 deletions vendor/composer/installed.php
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
<?php return array(
'root' => array(
'name' => 'inpsyde/fau-degree-program-output',
'name' => 'rrze/fau-studium-embed',
'pretty_version' => 'dev-main',
'version' => 'dev-main',
'reference' => '3c4226db83b24f147e36507f28217c26bbf3e246',
'reference' => 'fd7257165d23c61eee8871f57305e6d6478f8433',
'type' => 'wordpress-plugin',
'install_path' => __DIR__ . '/../../',
'aliases' => array(),
Expand All @@ -19,30 +19,10 @@
'aliases' => array(),
'dev_requirement' => false,
),
'inpsyde/fau-degree-program-common' => array(
'pretty_version' => 'dev-main',
'version' => 'dev-main',
'reference' => '578db6d1c49126600bfb57cec13d4a28ffd73f5a',
'type' => 'library',
'install_path' => __DIR__ . '/../inpsyde/fau-degree-program-common',
'aliases' => array(
0 => '9999999-dev',
),
'dev_requirement' => false,
),
'inpsyde/fau-degree-program-output' => array(
'pretty_version' => 'dev-main',
'version' => 'dev-main',
'reference' => '3c4226db83b24f147e36507f28217c26bbf3e246',
'type' => 'wordpress-plugin',
'install_path' => __DIR__ . '/../../',
'aliases' => array(),
'dev_requirement' => false,
),
'inpsyde/modularity' => array(
'pretty_version' => '1.7.2',
'version' => '1.7.2.0',
'reference' => '43f4b3a7c8fbb585a44fb7a619e2546b338a8934',
'pretty_version' => '1.7.4',
'version' => '1.7.4.0',
'reference' => 'ef0143d58e4dd358f7cc3c8d917b18d07cf6e13d',
'type' => 'library',
'install_path' => __DIR__ . '/../inpsyde/modularity',
'aliases' => array(),
Expand Down Expand Up @@ -93,6 +73,26 @@
'aliases' => array(),
'dev_requirement' => false,
),
'rrze/fau-studium-common' => array(
'pretty_version' => 'dev-main',
'version' => 'dev-main',
'reference' => '2cef39901512f7b0c61ac8f319a6ff61039c60e0',
'type' => 'library',
'install_path' => __DIR__ . '/../rrze/fau-studium-common',
'aliases' => array(
0 => '9999999-dev',
),
'dev_requirement' => false,
),
'rrze/fau-studium-embed' => array(
'pretty_version' => 'dev-main',
'version' => 'dev-main',
'reference' => 'fd7257165d23c61eee8871f57305e6d6478f8433',
'type' => 'wordpress-plugin',
'install_path' => __DIR__ . '/../../',
'aliases' => array(),
'dev_requirement' => false,
),
'webmozart/assert' => array(
'pretty_version' => '1.11.0',
'version' => '1.11.0.0',
Expand Down

This file was deleted.

4 changes: 3 additions & 1 deletion vendor/inpsyde/modularity/docs/Package.md
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,9 @@ function myLibrary(): Package {
if (!$lib) {
$properties = Properties\LibraryProperties::new('path/to/composer.json');
$lib = Inpsyde\Modularity\Package::new($properties);
$lib->boot(new ModuleOne(), new ModuleTwo());
$lib->addModule(new ModuleOne());
$lib->addModule(new ModuleTwo());
$lib->boot();
}
return $lib;
}
Expand Down
Loading

0 comments on commit bf94aa4

Please sign in to comment.