Fix 01-taxonomy: use ../ relative paths for sibling recipe references
This commit is contained in:
4
vendor/composer/autoload_files.php
vendored
4
vendor/composer/autoload_files.php
vendored
@ -10,20 +10,20 @@ return array(
|
||||
'0e6d7bf4a5811bfa5cf40c5ccd6fae6a' => $vendorDir . '/symfony/polyfill-mbstring/bootstrap.php',
|
||||
'320cde22f66dd4f5d3fd621d3e88b98f' => $vendorDir . '/symfony/polyfill-ctype/bootstrap.php',
|
||||
'e69f7f6ee287b969198c3c9d6777bd38' => $vendorDir . '/symfony/polyfill-intl-normalizer/bootstrap.php',
|
||||
'662a729f963d39afe703c9d9b7ab4a8c' => $vendorDir . '/symfony/polyfill-php83/bootstrap.php',
|
||||
'8825ede83f2f289127722d4e842cf7e8' => $vendorDir . '/symfony/polyfill-intl-grapheme/bootstrap.php',
|
||||
'b6b991a57620e2fb6b2f66f03fe9ddc2' => $vendorDir . '/symfony/string/Resources/functions.php',
|
||||
'662a729f963d39afe703c9d9b7ab4a8c' => $vendorDir . '/symfony/polyfill-php83/bootstrap.php',
|
||||
'f598d06aa772fa33d905e87be6398fb1' => $vendorDir . '/symfony/polyfill-intl-idn/bootstrap.php',
|
||||
'667aeda72477189d0494fecd327c3641' => $vendorDir . '/symfony/var-dumper/Resources/functions/dump.php',
|
||||
'7b11c4dc42b3b3023073cb14e519683c' => $vendorDir . '/ralouphie/getallheaders/src/getallheaders.php',
|
||||
'9d2b9fc6db0f153a0a149fefb182415e' => $vendorDir . '/symfony/polyfill-php84/bootstrap.php',
|
||||
'23c18046f52bef3eea034657bafda50f' => $vendorDir . '/symfony/polyfill-php81/bootstrap.php',
|
||||
'89efb1254ef2d1c5d80096acd12c4098' => $vendorDir . '/twig/twig/src/Resources/core.php',
|
||||
'ffecb95d45175fd40f75be8a23b34f90' => $vendorDir . '/twig/twig/src/Resources/debug.php',
|
||||
'c7baa00073ee9c61edf148c51917cfb4' => $vendorDir . '/twig/twig/src/Resources/escaper.php',
|
||||
'f844ccf1d25df8663951193c3fc307c8' => $vendorDir . '/twig/twig/src/Resources/string_loader.php',
|
||||
'37a3dc5111fe8f707ab4c132ef1dbc62' => $vendorDir . '/guzzlehttp/guzzle/src/functions_include.php',
|
||||
'def43f6c87e4f8dfd0c9e1b1bab14fe8' => $vendorDir . '/symfony/polyfill-iconv/bootstrap.php',
|
||||
'23c18046f52bef3eea034657bafda50f' => $vendorDir . '/symfony/polyfill-php81/bootstrap.php',
|
||||
'2f69d3914119f042cca9e44442d5ce95' => $baseDir . '/web/core/includes/bootstrap.inc',
|
||||
'47e1160838b5e5a10346ac4084b58c23' => $vendorDir . '/laravel/prompts/src/helpers.php',
|
||||
'801c31d8ed748cfa537fa45402288c95' => $vendorDir . '/psy/psysh/src/functions.php',
|
||||
|
||||
2
vendor/composer/autoload_psr4.php
vendored
2
vendor/composer/autoload_psr4.php
vendored
@ -43,6 +43,7 @@ return array(
|
||||
'Symfony\\Bridge\\PsrHttpMessage\\' => array($vendorDir . '/symfony/psr-http-message-bridge'),
|
||||
'Robo\\' => array($vendorDir . '/consolidation/robo/src'),
|
||||
'Revolt\\' => array($vendorDir . '/revolt/event-loop/src'),
|
||||
'Recurr\\' => array($vendorDir . '/simshaun/recurr/src/Recurr'),
|
||||
'Psy\\' => array($vendorDir . '/psy/psysh/src'),
|
||||
'Psr\\Log\\' => array($vendorDir . '/psr/log/src'),
|
||||
'Psr\\Http\\Message\\' => array($vendorDir . '/psr/http-factory/src', $vendorDir . '/psr/http-message/src'),
|
||||
@ -72,6 +73,7 @@ return array(
|
||||
'Doctrine\\Persistence\\' => array($vendorDir . '/doctrine/persistence/src/Persistence'),
|
||||
'Doctrine\\Deprecations\\' => array($vendorDir . '/doctrine/deprecations/src'),
|
||||
'Doctrine\\Common\\Lexer\\' => array($vendorDir . '/doctrine/lexer/src'),
|
||||
'Doctrine\\Common\\Collections\\' => array($vendorDir . '/doctrine/collections/src'),
|
||||
'Doctrine\\Common\\Annotations\\' => array($vendorDir . '/doctrine/annotations/lib/Doctrine/Common/Annotations'),
|
||||
'Doctrine\\Common\\' => array($vendorDir . '/doctrine/common/src', $vendorDir . '/doctrine/event-manager/src'),
|
||||
'Dflydev\\DotAccessData\\' => array($vendorDir . '/dflydev/dot-access-data/src'),
|
||||
|
||||
14
vendor/composer/autoload_static.php
vendored
14
vendor/composer/autoload_static.php
vendored
@ -11,20 +11,20 @@ class ComposerStaticInit9d559ab354f63dc7e9a3fc1a03ad7d46
|
||||
'0e6d7bf4a5811bfa5cf40c5ccd6fae6a' => __DIR__ . '/..' . '/symfony/polyfill-mbstring/bootstrap.php',
|
||||
'320cde22f66dd4f5d3fd621d3e88b98f' => __DIR__ . '/..' . '/symfony/polyfill-ctype/bootstrap.php',
|
||||
'e69f7f6ee287b969198c3c9d6777bd38' => __DIR__ . '/..' . '/symfony/polyfill-intl-normalizer/bootstrap.php',
|
||||
'662a729f963d39afe703c9d9b7ab4a8c' => __DIR__ . '/..' . '/symfony/polyfill-php83/bootstrap.php',
|
||||
'8825ede83f2f289127722d4e842cf7e8' => __DIR__ . '/..' . '/symfony/polyfill-intl-grapheme/bootstrap.php',
|
||||
'b6b991a57620e2fb6b2f66f03fe9ddc2' => __DIR__ . '/..' . '/symfony/string/Resources/functions.php',
|
||||
'662a729f963d39afe703c9d9b7ab4a8c' => __DIR__ . '/..' . '/symfony/polyfill-php83/bootstrap.php',
|
||||
'f598d06aa772fa33d905e87be6398fb1' => __DIR__ . '/..' . '/symfony/polyfill-intl-idn/bootstrap.php',
|
||||
'667aeda72477189d0494fecd327c3641' => __DIR__ . '/..' . '/symfony/var-dumper/Resources/functions/dump.php',
|
||||
'7b11c4dc42b3b3023073cb14e519683c' => __DIR__ . '/..' . '/ralouphie/getallheaders/src/getallheaders.php',
|
||||
'9d2b9fc6db0f153a0a149fefb182415e' => __DIR__ . '/..' . '/symfony/polyfill-php84/bootstrap.php',
|
||||
'23c18046f52bef3eea034657bafda50f' => __DIR__ . '/..' . '/symfony/polyfill-php81/bootstrap.php',
|
||||
'89efb1254ef2d1c5d80096acd12c4098' => __DIR__ . '/..' . '/twig/twig/src/Resources/core.php',
|
||||
'ffecb95d45175fd40f75be8a23b34f90' => __DIR__ . '/..' . '/twig/twig/src/Resources/debug.php',
|
||||
'c7baa00073ee9c61edf148c51917cfb4' => __DIR__ . '/..' . '/twig/twig/src/Resources/escaper.php',
|
||||
'f844ccf1d25df8663951193c3fc307c8' => __DIR__ . '/..' . '/twig/twig/src/Resources/string_loader.php',
|
||||
'37a3dc5111fe8f707ab4c132ef1dbc62' => __DIR__ . '/..' . '/guzzlehttp/guzzle/src/functions_include.php',
|
||||
'def43f6c87e4f8dfd0c9e1b1bab14fe8' => __DIR__ . '/..' . '/symfony/polyfill-iconv/bootstrap.php',
|
||||
'23c18046f52bef3eea034657bafda50f' => __DIR__ . '/..' . '/symfony/polyfill-php81/bootstrap.php',
|
||||
'2f69d3914119f042cca9e44442d5ce95' => __DIR__ . '/../..' . '/web/core/includes/bootstrap.inc',
|
||||
'47e1160838b5e5a10346ac4084b58c23' => __DIR__ . '/..' . '/laravel/prompts/src/helpers.php',
|
||||
'801c31d8ed748cfa537fa45402288c95' => __DIR__ . '/..' . '/psy/psysh/src/functions.php',
|
||||
@ -79,6 +79,7 @@ class ComposerStaticInit9d559ab354f63dc7e9a3fc1a03ad7d46
|
||||
array (
|
||||
'Robo\\' => 5,
|
||||
'Revolt\\' => 7,
|
||||
'Recurr\\' => 7,
|
||||
),
|
||||
'P' =>
|
||||
array (
|
||||
@ -126,6 +127,7 @@ class ComposerStaticInit9d559ab354f63dc7e9a3fc1a03ad7d46
|
||||
'Doctrine\\Persistence\\' => 21,
|
||||
'Doctrine\\Deprecations\\' => 22,
|
||||
'Doctrine\\Common\\Lexer\\' => 22,
|
||||
'Doctrine\\Common\\Collections\\' => 28,
|
||||
'Doctrine\\Common\\Annotations\\' => 28,
|
||||
'Doctrine\\Common\\' => 16,
|
||||
'Dflydev\\DotAccessData\\' => 22,
|
||||
@ -297,6 +299,10 @@ class ComposerStaticInit9d559ab354f63dc7e9a3fc1a03ad7d46
|
||||
array (
|
||||
0 => __DIR__ . '/..' . '/revolt/event-loop/src',
|
||||
),
|
||||
'Recurr\\' =>
|
||||
array (
|
||||
0 => __DIR__ . '/..' . '/simshaun/recurr/src/Recurr',
|
||||
),
|
||||
'Psy\\' =>
|
||||
array (
|
||||
0 => __DIR__ . '/..' . '/psy/psysh/src',
|
||||
@ -414,6 +420,10 @@ class ComposerStaticInit9d559ab354f63dc7e9a3fc1a03ad7d46
|
||||
array (
|
||||
0 => __DIR__ . '/..' . '/doctrine/lexer/src',
|
||||
),
|
||||
'Doctrine\\Common\\Collections\\' =>
|
||||
array (
|
||||
0 => __DIR__ . '/..' . '/doctrine/collections/src',
|
||||
),
|
||||
'Doctrine\\Common\\Annotations\\' =>
|
||||
array (
|
||||
0 => __DIR__ . '/..' . '/doctrine/annotations/lib/Doctrine/Common/Annotations',
|
||||
|
||||
404
vendor/composer/installed.json
vendored
404
vendor/composer/installed.json
vendored
@ -994,6 +994,95 @@
|
||||
},
|
||||
"install-path": "../doctrine/annotations"
|
||||
},
|
||||
{
|
||||
"name": "doctrine/collections",
|
||||
"version": "2.3.0",
|
||||
"version_normalized": "2.3.0.0",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/doctrine/collections.git",
|
||||
"reference": "2eb07e5953eed811ce1b309a7478a3b236f2273d"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/doctrine/collections/zipball/2eb07e5953eed811ce1b309a7478a3b236f2273d",
|
||||
"reference": "2eb07e5953eed811ce1b309a7478a3b236f2273d",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
"doctrine/deprecations": "^1",
|
||||
"php": "^8.1",
|
||||
"symfony/polyfill-php84": "^1.30"
|
||||
},
|
||||
"require-dev": {
|
||||
"doctrine/coding-standard": "^12",
|
||||
"ext-json": "*",
|
||||
"phpstan/phpstan": "^1.8",
|
||||
"phpstan/phpstan-phpunit": "^1.0",
|
||||
"phpunit/phpunit": "^10.5"
|
||||
},
|
||||
"time": "2025-03-22T10:17:19+00:00",
|
||||
"type": "library",
|
||||
"installation-source": "dist",
|
||||
"autoload": {
|
||||
"psr-4": {
|
||||
"Doctrine\\Common\\Collections\\": "src"
|
||||
}
|
||||
},
|
||||
"notification-url": "https://packagist.org/downloads/",
|
||||
"license": [
|
||||
"MIT"
|
||||
],
|
||||
"authors": [
|
||||
{
|
||||
"name": "Guilherme Blanco",
|
||||
"email": "guilhermeblanco@gmail.com"
|
||||
},
|
||||
{
|
||||
"name": "Roman Borschel",
|
||||
"email": "roman@code-factory.org"
|
||||
},
|
||||
{
|
||||
"name": "Benjamin Eberlei",
|
||||
"email": "kontakt@beberlei.de"
|
||||
},
|
||||
{
|
||||
"name": "Jonathan Wage",
|
||||
"email": "jonwage@gmail.com"
|
||||
},
|
||||
{
|
||||
"name": "Johannes Schmitt",
|
||||
"email": "schmittjoh@gmail.com"
|
||||
}
|
||||
],
|
||||
"description": "PHP Doctrine Collections library that adds additional functionality on top of PHP arrays.",
|
||||
"homepage": "https://www.doctrine-project.org/projects/collections.html",
|
||||
"keywords": [
|
||||
"array",
|
||||
"collections",
|
||||
"iterators",
|
||||
"php"
|
||||
],
|
||||
"support": {
|
||||
"issues": "https://github.com/doctrine/collections/issues",
|
||||
"source": "https://github.com/doctrine/collections/tree/2.3.0"
|
||||
},
|
||||
"funding": [
|
||||
{
|
||||
"url": "https://www.doctrine-project.org/sponsorship.html",
|
||||
"type": "custom"
|
||||
},
|
||||
{
|
||||
"url": "https://www.patreon.com/phpdoctrine",
|
||||
"type": "patreon"
|
||||
},
|
||||
{
|
||||
"url": "https://tidelift.com/funding/github/packagist/doctrine%2Fcollections",
|
||||
"type": "tidelift"
|
||||
}
|
||||
],
|
||||
"install-path": "../doctrine/collections"
|
||||
},
|
||||
{
|
||||
"name": "doctrine/common",
|
||||
"version": "3.5.0",
|
||||
@ -1410,6 +1499,69 @@
|
||||
],
|
||||
"install-path": "../doctrine/persistence"
|
||||
},
|
||||
{
|
||||
"name": "drupal/color_field",
|
||||
"version": "3.0.2",
|
||||
"version_normalized": "3.0.2.0",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://git.drupalcode.org/project/color_field.git",
|
||||
"reference": "3.0.2"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://ftp.drupal.org/files/projects/color_field-3.0.2.zip",
|
||||
"reference": "3.0.2",
|
||||
"shasum": "2778e454798a59d3e9fd27f56a161562e2d1f0fe"
|
||||
},
|
||||
"require": {
|
||||
"drupal/core": "^9 || ^10 || ^11"
|
||||
},
|
||||
"require-dev": {
|
||||
"drupal/core-recommended": "^9 || ^10 || ^11",
|
||||
"drupal/feeds": "^3.0@beta",
|
||||
"drupal/token": "~1.3"
|
||||
},
|
||||
"type": "drupal-module",
|
||||
"extra": {
|
||||
"drupal": {
|
||||
"version": "3.0.2",
|
||||
"datestamp": "1743394003",
|
||||
"security-coverage": {
|
||||
"status": "covered",
|
||||
"message": "Covered by Drupal's security advisory policy"
|
||||
}
|
||||
}
|
||||
},
|
||||
"installation-source": "dist",
|
||||
"notification-url": "https://packages.drupal.org/8/downloads",
|
||||
"license": [
|
||||
"GPL-2.0-or-later"
|
||||
],
|
||||
"authors": [
|
||||
{
|
||||
"name": "targoo",
|
||||
"homepage": "https://www.drupal.org/user/431910",
|
||||
"role": "Maintainer"
|
||||
},
|
||||
{
|
||||
"name": "Nick Wilde",
|
||||
"homepage": "https://www.drupal.org/user/nickwilde",
|
||||
"role": "Maintainer"
|
||||
},
|
||||
{
|
||||
"name": "targoo",
|
||||
"homepage": "https://www.drupal.org/user/431910"
|
||||
}
|
||||
],
|
||||
"description": "Provides a color field type to store the color value and opacity",
|
||||
"homepage": "https://www.drupal.org/project/color_field",
|
||||
"support": {
|
||||
"source": "https://git.drupalcode.org/project/color_field",
|
||||
"issues": "https://www.drupal.org/project/issues/color_field"
|
||||
},
|
||||
"install-path": "../../web/modules/contrib/color_field"
|
||||
},
|
||||
{
|
||||
"name": "drupal/core",
|
||||
"version": "11.2.5",
|
||||
@ -1797,6 +1949,53 @@
|
||||
"description": "Core and its dependencies with known-compatible minor versions. Require this project INSTEAD OF drupal/core.",
|
||||
"install-path": null
|
||||
},
|
||||
{
|
||||
"name": "drupal/date_augmenter",
|
||||
"version": "1.1.2",
|
||||
"version_normalized": "1.1.2.0",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://git.drupalcode.org/project/date_augmenter.git",
|
||||
"reference": "1.1.2"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://ftp.drupal.org/files/projects/date_augmenter-1.1.2.zip",
|
||||
"reference": "1.1.2",
|
||||
"shasum": "eabd119561d8679b0e86a71ada932d7e7efbc1b6"
|
||||
},
|
||||
"require": {
|
||||
"drupal/core": "^9 || ^10 || ^11"
|
||||
},
|
||||
"type": "drupal-module",
|
||||
"extra": {
|
||||
"drupal": {
|
||||
"version": "1.1.2",
|
||||
"datestamp": "1750424025",
|
||||
"security-coverage": {
|
||||
"status": "covered",
|
||||
"message": "Covered by Drupal's security advisory policy"
|
||||
}
|
||||
}
|
||||
},
|
||||
"installation-source": "dist",
|
||||
"notification-url": "https://packages.drupal.org/8/downloads",
|
||||
"license": [
|
||||
"GPL-2.0-or-later"
|
||||
],
|
||||
"authors": [
|
||||
{
|
||||
"name": "mandclu",
|
||||
"homepage": "https://www.drupal.org/user/52136"
|
||||
}
|
||||
],
|
||||
"description": "Provides a plugin class for augmenting the display of dates and times.",
|
||||
"homepage": "https://www.drupal.org/project/date_augmenter",
|
||||
"support": {
|
||||
"source": "https://git.drupalcode.org/project/date_augmenter"
|
||||
},
|
||||
"install-path": "../../web/modules/contrib/date_augmenter"
|
||||
},
|
||||
{
|
||||
"name": "drupal/devel",
|
||||
"version": "5.4.0",
|
||||
@ -1861,6 +2060,149 @@
|
||||
},
|
||||
"install-path": "../../web/modules/contrib/devel"
|
||||
},
|
||||
{
|
||||
"name": "drupal/radix",
|
||||
"version": "6.0.2",
|
||||
"version_normalized": "6.0.2.0",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://git.drupalcode.org/project/radix.git",
|
||||
"reference": "6.0.2"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://ftp.drupal.org/files/projects/radix-6.0.2.zip",
|
||||
"reference": "6.0.2",
|
||||
"shasum": "3bcad62aae4e213c50775c83edab742d9702840c"
|
||||
},
|
||||
"require": {
|
||||
"drupal/core": "^10.3 || ^11"
|
||||
},
|
||||
"require-dev": {
|
||||
"drush/drush": "^12 || ^13"
|
||||
},
|
||||
"type": "drupal-theme",
|
||||
"extra": {
|
||||
"drupal": {
|
||||
"version": "6.0.2",
|
||||
"datestamp": "1746711637",
|
||||
"security-coverage": {
|
||||
"status": "covered",
|
||||
"message": "Covered by Drupal's security advisory policy"
|
||||
}
|
||||
},
|
||||
"drush": {
|
||||
"services": {
|
||||
"drush.services.yml": "^12 || ^13"
|
||||
}
|
||||
}
|
||||
},
|
||||
"installation-source": "dist",
|
||||
"notification-url": "https://packages.drupal.org/8/downloads",
|
||||
"license": [
|
||||
"GPL-2.0-or-later"
|
||||
],
|
||||
"authors": [
|
||||
{
|
||||
"name": "Sohail Lajevardi",
|
||||
"homepage": "https://www.drupal.org/user/504278",
|
||||
"email": "doxigo@gmail.com",
|
||||
"role": "Maintainer"
|
||||
},
|
||||
{
|
||||
"name": "doxigo",
|
||||
"homepage": "https://www.drupal.org/user/1331334"
|
||||
},
|
||||
{
|
||||
"name": "hosisam",
|
||||
"homepage": "https://www.drupal.org/user/3449435"
|
||||
},
|
||||
{
|
||||
"name": "shadcn",
|
||||
"homepage": "https://www.drupal.org/user/571032"
|
||||
}
|
||||
],
|
||||
"description": "Radix is a Bootstrap 5 component-based base theme for Drupal. It has Bootstrap, Sass, BrowserSync and a lot more goodies built-in.",
|
||||
"homepage": "https://www.drupal.org/project/radix",
|
||||
"support": {
|
||||
"source": "https://git.drupalcode.org/project/radix",
|
||||
"issues": "https://www.drupal.org/project/issues/radix"
|
||||
},
|
||||
"install-path": "../../web/themes/contrib/radix"
|
||||
},
|
||||
{
|
||||
"name": "drupal/smart_date",
|
||||
"version": "4.2.4",
|
||||
"version_normalized": "4.2.4.0",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://git.drupalcode.org/project/smart_date.git",
|
||||
"reference": "4.2.4"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://ftp.drupal.org/files/projects/smart_date-4.2.4.zip",
|
||||
"reference": "4.2.4",
|
||||
"shasum": "87638e15bd1878f402cdb9cd40154d481a849881"
|
||||
},
|
||||
"require": {
|
||||
"drupal/core": "^9 || ^10 || ^11",
|
||||
"php": ">=8.1",
|
||||
"simshaun/recurr": "^5"
|
||||
},
|
||||
"require-dev": {
|
||||
"drush/drush": "*"
|
||||
},
|
||||
"suggest": {
|
||||
"drupal/multiple_fields_remove_button": "Provides a button for editors to remove unwanted rows."
|
||||
},
|
||||
"type": "drupal-module",
|
||||
"extra": {
|
||||
"drupal": {
|
||||
"version": "4.2.4",
|
||||
"datestamp": "1751143243",
|
||||
"security-coverage": {
|
||||
"status": "covered",
|
||||
"message": "Covered by Drupal's security advisory policy"
|
||||
}
|
||||
},
|
||||
"drush": {
|
||||
"services": {
|
||||
"drush.services.yml": "^9"
|
||||
}
|
||||
}
|
||||
},
|
||||
"installation-source": "dist",
|
||||
"notification-url": "https://packages.drupal.org/8/downloads",
|
||||
"license": [
|
||||
"GPL-2.0-or-later"
|
||||
],
|
||||
"authors": [
|
||||
{
|
||||
"name": "mandclu",
|
||||
"homepage": "https://www.drupal.org/user/52136"
|
||||
},
|
||||
{
|
||||
"name": "stefan.korn",
|
||||
"homepage": "https://www.drupal.org/user/1942204"
|
||||
},
|
||||
{
|
||||
"name": "tyapchyc",
|
||||
"homepage": "https://www.drupal.org/user/3351412"
|
||||
}
|
||||
],
|
||||
"description": "Adds app-like date and recurring date functionality.",
|
||||
"homepage": "https://www.drupal.org/project/smart_date",
|
||||
"keywords": [
|
||||
"Drupal"
|
||||
],
|
||||
"support": {
|
||||
"source": "https://git.drupalcode.org/project/smart_date",
|
||||
"issues": "https://www.drupal.org/project/issues/smart_date",
|
||||
"documentation": "https://www.drupal.org/docs/contributed-modules/smart-date"
|
||||
},
|
||||
"install-path": "../../web/modules/contrib/smart_date"
|
||||
},
|
||||
{
|
||||
"name": "drush/drush",
|
||||
"version": "13.6.2",
|
||||
@ -3998,6 +4340,68 @@
|
||||
],
|
||||
"install-path": "../sebastian/diff"
|
||||
},
|
||||
{
|
||||
"name": "simshaun/recurr",
|
||||
"version": "v5.0.3",
|
||||
"version_normalized": "5.0.3.0",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/simshaun/recurr.git",
|
||||
"reference": "7b136768d64f257065e38a804ee6d2f9af6ba6d1"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/simshaun/recurr/zipball/7b136768d64f257065e38a804ee6d2f9af6ba6d1",
|
||||
"reference": "7b136768d64f257065e38a804ee6d2f9af6ba6d1",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
"doctrine/collections": "~1.6||^2.0",
|
||||
"php": "^7.2||^8.0"
|
||||
},
|
||||
"require-dev": {
|
||||
"phpunit/phpunit": "^8.5.16",
|
||||
"symfony/yaml": "^5.3"
|
||||
},
|
||||
"time": "2024-12-12T15:39:24+00:00",
|
||||
"type": "library",
|
||||
"extra": {
|
||||
"branch-alias": {
|
||||
"dev-master": "0.x-dev"
|
||||
}
|
||||
},
|
||||
"installation-source": "dist",
|
||||
"autoload": {
|
||||
"psr-4": {
|
||||
"Recurr\\": "src/Recurr/"
|
||||
}
|
||||
},
|
||||
"notification-url": "https://packagist.org/downloads/",
|
||||
"license": [
|
||||
"MIT"
|
||||
],
|
||||
"authors": [
|
||||
{
|
||||
"name": "Shaun Simmons",
|
||||
"email": "shaun@shaun.pub",
|
||||
"homepage": "https://shaun.pub"
|
||||
}
|
||||
],
|
||||
"description": "PHP library for working with recurrence rules",
|
||||
"homepage": "https://github.com/simshaun/recurr",
|
||||
"keywords": [
|
||||
"dates",
|
||||
"events",
|
||||
"recurrence",
|
||||
"recurring",
|
||||
"rrule"
|
||||
],
|
||||
"support": {
|
||||
"issues": "https://github.com/simshaun/recurr/issues",
|
||||
"source": "https://github.com/simshaun/recurr/tree/v5.0.3"
|
||||
},
|
||||
"install-path": "../simshaun/recurr"
|
||||
},
|
||||
{
|
||||
"name": "symfony/console",
|
||||
"version": "v7.3.4",
|
||||
|
||||
66
vendor/composer/installed.php
vendored
66
vendor/composer/installed.php
vendored
@ -1,9 +1,9 @@
|
||||
<?php return array(
|
||||
'root' => array(
|
||||
'name' => 'drupal/recommended-project',
|
||||
'pretty_version' => '1.0.0+no-version-set',
|
||||
'version' => '1.0.0.0',
|
||||
'reference' => null,
|
||||
'pretty_version' => 'dev-main',
|
||||
'version' => 'dev-main',
|
||||
'reference' => 'ac74f2d71232fd89d74c22312626313ae614baf4',
|
||||
'type' => 'project',
|
||||
'install_path' => __DIR__ . '/../../',
|
||||
'aliases' => array(),
|
||||
@ -136,6 +136,15 @@
|
||||
'aliases' => array(),
|
||||
'dev_requirement' => false,
|
||||
),
|
||||
'doctrine/collections' => array(
|
||||
'pretty_version' => '2.3.0',
|
||||
'version' => '2.3.0.0',
|
||||
'reference' => '2eb07e5953eed811ce1b309a7478a3b236f2273d',
|
||||
'type' => 'library',
|
||||
'install_path' => __DIR__ . '/../doctrine/collections',
|
||||
'aliases' => array(),
|
||||
'dev_requirement' => false,
|
||||
),
|
||||
'doctrine/common' => array(
|
||||
'pretty_version' => '3.5.0',
|
||||
'version' => '3.5.0.0',
|
||||
@ -181,6 +190,15 @@
|
||||
'aliases' => array(),
|
||||
'dev_requirement' => true,
|
||||
),
|
||||
'drupal/color_field' => array(
|
||||
'pretty_version' => '3.0.2',
|
||||
'version' => '3.0.2.0',
|
||||
'reference' => '3.0.2',
|
||||
'type' => 'drupal-module',
|
||||
'install_path' => __DIR__ . '/../../web/modules/contrib/color_field',
|
||||
'aliases' => array(),
|
||||
'dev_requirement' => false,
|
||||
),
|
||||
'drupal/core' => array(
|
||||
'pretty_version' => '11.2.5',
|
||||
'version' => '11.2.5.0',
|
||||
@ -370,6 +388,15 @@
|
||||
0 => '11.2.5',
|
||||
),
|
||||
),
|
||||
'drupal/date_augmenter' => array(
|
||||
'pretty_version' => '1.1.2',
|
||||
'version' => '1.1.2.0',
|
||||
'reference' => '1.1.2',
|
||||
'type' => 'drupal-module',
|
||||
'install_path' => __DIR__ . '/../../web/modules/contrib/date_augmenter',
|
||||
'aliases' => array(),
|
||||
'dev_requirement' => false,
|
||||
),
|
||||
'drupal/devel' => array(
|
||||
'pretty_version' => '5.4.0',
|
||||
'version' => '5.4.0.0',
|
||||
@ -379,15 +406,33 @@
|
||||
'aliases' => array(),
|
||||
'dev_requirement' => true,
|
||||
),
|
||||
'drupal/radix' => array(
|
||||
'pretty_version' => '6.0.2',
|
||||
'version' => '6.0.2.0',
|
||||
'reference' => '6.0.2',
|
||||
'type' => 'drupal-theme',
|
||||
'install_path' => __DIR__ . '/../../web/themes/contrib/radix',
|
||||
'aliases' => array(),
|
||||
'dev_requirement' => false,
|
||||
),
|
||||
'drupal/recommended-project' => array(
|
||||
'pretty_version' => '1.0.0+no-version-set',
|
||||
'version' => '1.0.0.0',
|
||||
'reference' => null,
|
||||
'pretty_version' => 'dev-main',
|
||||
'version' => 'dev-main',
|
||||
'reference' => 'ac74f2d71232fd89d74c22312626313ae614baf4',
|
||||
'type' => 'project',
|
||||
'install_path' => __DIR__ . '/../../',
|
||||
'aliases' => array(),
|
||||
'dev_requirement' => false,
|
||||
),
|
||||
'drupal/smart_date' => array(
|
||||
'pretty_version' => '4.2.4',
|
||||
'version' => '4.2.4.0',
|
||||
'reference' => '4.2.4',
|
||||
'type' => 'drupal-module',
|
||||
'install_path' => __DIR__ . '/../../web/modules/contrib/smart_date',
|
||||
'aliases' => array(),
|
||||
'dev_requirement' => false,
|
||||
),
|
||||
'drush/drush' => array(
|
||||
'pretty_version' => '13.6.2',
|
||||
'version' => '13.6.2.0',
|
||||
@ -716,6 +761,15 @@
|
||||
'aliases' => array(),
|
||||
'dev_requirement' => false,
|
||||
),
|
||||
'simshaun/recurr' => array(
|
||||
'pretty_version' => 'v5.0.3',
|
||||
'version' => '5.0.3.0',
|
||||
'reference' => '7b136768d64f257065e38a804ee6d2f9af6ba6d1',
|
||||
'type' => 'library',
|
||||
'install_path' => __DIR__ . '/../simshaun/recurr',
|
||||
'aliases' => array(),
|
||||
'dev_requirement' => false,
|
||||
),
|
||||
'symfony/console' => array(
|
||||
'pretty_version' => 'v7.3.4',
|
||||
'version' => '7.3.4.0',
|
||||
|
||||
Reference in New Issue
Block a user