Update website

This commit is contained in:
Guilhem Lavaux 2024-11-23 21:21:33 +01:00
parent 0591a4aeb4
commit 7cd3d51e77
43 changed files with 4124 additions and 2 deletions

View file

@ -19,6 +19,7 @@ return array(
'Symfony\\Contracts\\HttpClient\\' => array($vendorDir . '/symfony/http-client-contracts'),
'Symfony\\Component\\VarDumper\\' => array($vendorDir . '/symfony/var-dumper'),
'Symfony\\Component\\String\\' => array($vendorDir . '/symfony/string'),
'Symfony\\Component\\Process\\' => array($vendorDir . '/symfony/process'),
'Symfony\\Component\\HttpClient\\' => array($vendorDir . '/symfony/http-client'),
'Symfony\\Component\\Finder\\' => array($vendorDir . '/symfony/finder'),
'Symfony\\Component\\Filesystem\\' => array($vendorDir . '/symfony/filesystem'),
@ -30,6 +31,7 @@ return array(
'Psr\\Http\\Client\\' => array($vendorDir . '/psr/http-client/src'),
'Psr\\Container\\' => array($vendorDir . '/psr/container/src'),
'Psr\\Cache\\' => array($vendorDir . '/psr/cache/src'),
'Pandoc\\' => array($vendorDir . '/ueberdosis/pandoc/src'),
'PHPMailer\\PHPMailer\\' => array($vendorDir . '/phpmailer/phpmailer/src'),
'League\\OAuth2\\Client\\' => array($vendorDir . '/league/oauth2-client/src'),
'Lavaux\\Website\\' => array($baseDir . '/src'),

View file

@ -44,6 +44,7 @@ class ComposerStaticInitc94a8368bcea9853dd31683be0b15c06
'Symfony\\Contracts\\HttpClient\\' => 29,
'Symfony\\Component\\VarDumper\\' => 28,
'Symfony\\Component\\String\\' => 25,
'Symfony\\Component\\Process\\' => 26,
'Symfony\\Component\\HttpClient\\' => 29,
'Symfony\\Component\\Finder\\' => 25,
'Symfony\\Component\\Filesystem\\' => 29,
@ -61,6 +62,7 @@ class ComposerStaticInitc94a8368bcea9853dd31683be0b15c06
'Psr\\Http\\Client\\' => 16,
'Psr\\Container\\' => 14,
'Psr\\Cache\\' => 10,
'Pandoc\\' => 7,
'PHPMailer\\PHPMailer\\' => 20,
),
'L' =>
@ -137,6 +139,10 @@ class ComposerStaticInitc94a8368bcea9853dd31683be0b15c06
array (
0 => __DIR__ . '/..' . '/symfony/string',
),
'Symfony\\Component\\Process\\' =>
array (
0 => __DIR__ . '/..' . '/symfony/process',
),
'Symfony\\Component\\HttpClient\\' =>
array (
0 => __DIR__ . '/..' . '/symfony/http-client',
@ -182,6 +188,10 @@ class ComposerStaticInitc94a8368bcea9853dd31683be0b15c06
array (
0 => __DIR__ . '/..' . '/psr/cache/src',
),
'Pandoc\\' =>
array (
0 => __DIR__ . '/..' . '/ueberdosis/pandoc/src',
),
'PHPMailer\\PHPMailer\\' =>
array (
0 => __DIR__ . '/..' . '/phpmailer/phpmailer/src',

View file

@ -2555,6 +2555,71 @@
],
"install-path": "../symfony/polyfill-php81"
},
{
"name": "symfony/process",
"version": "v5.4.47",
"version_normalized": "5.4.47.0",
"source": {
"type": "git",
"url": "https://github.com/symfony/process.git",
"reference": "5d1662fb32ebc94f17ddb8d635454a776066733d"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/process/zipball/5d1662fb32ebc94f17ddb8d635454a776066733d",
"reference": "5d1662fb32ebc94f17ddb8d635454a776066733d",
"shasum": ""
},
"require": {
"php": ">=7.2.5",
"symfony/polyfill-php80": "^1.16"
},
"time": "2024-11-06T11:36:42+00:00",
"type": "library",
"installation-source": "dist",
"autoload": {
"psr-4": {
"Symfony\\Component\\Process\\": ""
},
"exclude-from-classmap": [
"/Tests/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Fabien Potencier",
"email": "fabien@symfony.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
"description": "Executes commands in sub-processes",
"homepage": "https://symfony.com",
"support": {
"source": "https://github.com/symfony/process/tree/v5.4.47"
},
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
"install-path": "../symfony/process"
},
{
"name": "symfony/service-contracts",
"version": "v2.5.3",
@ -3038,6 +3103,65 @@
}
],
"install-path": "../twig/twig"
},
{
"name": "ueberdosis/pandoc",
"version": "0.9.0",
"version_normalized": "0.9.0.0",
"source": {
"type": "git",
"url": "https://github.com/ueberdosis/pandoc.git",
"reference": "c5f16d52170e0622d6d3ef8350e08d0799809049"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/ueberdosis/pandoc/zipball/c5f16d52170e0622d6d3ef8350e08d0799809049",
"reference": "c5f16d52170e0622d6d3ef8350e08d0799809049",
"shasum": ""
},
"require": {
"php": "^7.1|^8.0",
"symfony/process": ">4.0"
},
"require-dev": {
"phpunit/phpunit": "^8.0 || ^9.0"
},
"time": "2023-02-28T08:00:44+00:00",
"type": "library",
"installation-source": "dist",
"autoload": {
"psr-4": {
"Pandoc\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Hans Pagel",
"email": "hans.pagel@ueber.io",
"role": "Developer"
}
],
"description": "Pandoc PHP Package",
"homepage": "https://github.com/ueberdosis/pandoc",
"keywords": [
"pandoc",
"ueberdosis"
],
"support": {
"issues": "https://github.com/ueberdosis/pandoc/issues",
"source": "https://github.com/ueberdosis/pandoc/tree/0.9.0"
},
"funding": [
{
"url": "https://github.com/sponsors/ueberdosis/",
"type": "github"
}
],
"install-path": "../ueberdosis/pandoc"
}
],
"dev": true,

View file

@ -3,7 +3,7 @@
'name' => 'lavaux/website',
'pretty_version' => 'dev-main',
'version' => 'dev-main',
'reference' => 'd72fc6fa906eab42d6a360e33e9a4cd5d0c1d0e2',
'reference' => '53c1909b4377d48864afc7bd7f8cbd6a28a2dfb6',
'type' => 'project',
'install_path' => __DIR__ . '/../../',
'aliases' => array(),
@ -85,7 +85,7 @@
'lavaux/website' => array(
'pretty_version' => 'dev-main',
'version' => 'dev-main',
'reference' => 'd72fc6fa906eab42d6a360e33e9a4cd5d0c1d0e2',
'reference' => '53c1909b4377d48864afc7bd7f8cbd6a28a2dfb6',
'type' => 'project',
'install_path' => __DIR__ . '/../../',
'aliases' => array(),
@ -361,6 +361,15 @@
'aliases' => array(),
'dev_requirement' => false,
),
'symfony/process' => array(
'pretty_version' => 'v5.4.47',
'version' => '5.4.47.0',
'reference' => '5d1662fb32ebc94f17ddb8d635454a776066733d',
'type' => 'library',
'install_path' => __DIR__ . '/../symfony/process',
'aliases' => array(),
'dev_requirement' => false,
),
'symfony/service-contracts' => array(
'pretty_version' => 'v2.5.3',
'version' => '2.5.3.0',
@ -421,5 +430,14 @@
0 => 'v5.3.3',
),
),
'ueberdosis/pandoc' => array(
'pretty_version' => '0.9.0',
'version' => '0.9.0.0',
'reference' => 'c5f16d52170e0622d6d3ef8350e08d0799809049',
'type' => 'library',
'install_path' => __DIR__ . '/../ueberdosis/pandoc',
'aliases' => array(),
'dev_requirement' => false,
),
),
);