Update website

This commit is contained in:
Guilhem Lavaux 2024-11-23 21:28:15 +01:00
parent ab8f293d68
commit ec39d37f63
24 changed files with 28 additions and 85 deletions

View File

@ -25,7 +25,6 @@ return array(
'Symfony\\Component\\Filesystem\\' => array($vendorDir . '/symfony/filesystem'),
'Symfony\\Component\\ErrorHandler\\' => array($vendorDir . '/symfony/error-handler'),
'Stevenmaguire\\OAuth2\\Client\\' => array($vendorDir . '/stevenmaguire/oauth2-bitbucket/src'),
'RenanBr\\BibTexParser\\' => array($vendorDir . '/renanbr/bibtex-parser/src'),
'Psr\\Log\\' => array($vendorDir . '/psr/log/Psr/Log'),
'Psr\\Http\\Message\\' => array($vendorDir . '/psr/http-factory/src', $vendorDir . '/psr/http-message/src'),
'Psr\\Http\\Client\\' => array($vendorDir . '/psr/http-client/src'),

View File

@ -51,10 +51,6 @@ class ComposerStaticInitc94a8368bcea9853dd31683be0b15c06
'Symfony\\Component\\ErrorHandler\\' => 31,
'Stevenmaguire\\OAuth2\\Client\\' => 28,
),
'R' =>
array (
'RenanBr\\BibTexParser\\' => 21,
),
'P' =>
array (
'Psr\\Log\\' => 8,
@ -163,10 +159,6 @@ class ComposerStaticInitc94a8368bcea9853dd31683be0b15c06
array (
0 => __DIR__ . '/..' . '/stevenmaguire/oauth2-bitbucket/src',
),
'RenanBr\\BibTexParser\\' =>
array (
0 => __DIR__ . '/..' . '/renanbr/bibtex-parser/src',
),
'Psr\\Log\\' =>
array (
0 => __DIR__ . '/..' . '/psr/log/Psr/Log',

View File

@ -767,6 +767,23 @@
],
"install-path": "../guzzlehttp/psr7"
},
{
"name": "lavaux/bibtex-parser",
"version": "2.2",
"version_normalized": "2.2.0.0",
"source": {
"type": "git",
"url": "git://github.com/lavaux/bibtex-parser.git",
"reference": "patch-1"
},
"dist": {
"type": "zip",
"url": "https://github.com/lavaux/bibtex-parser/archive/patch-1.zip"
},
"type": "library",
"installation-source": "dist",
"install-path": "../lavaux/bibtex-parser"
},
{
"name": "league/oauth2-client",
"version": "2.7.0",
@ -1402,71 +1419,6 @@
},
"install-path": "../ralouphie/getallheaders"
},
{
"name": "renanbr/bibtex-parser",
"version": "2.2.0",
"version_normalized": "2.2.0.0",
"source": {
"type": "git",
"url": "https://github.com/renanbr/bibtex-parser.git",
"reference": "d02d2426822235f5179ecdf635ba710c9d6d2ddd"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/renanbr/bibtex-parser/zipball/d02d2426822235f5179ecdf635ba710c9d6d2ddd",
"reference": "d02d2426822235f5179ecdf635ba710c9d6d2ddd",
"shasum": ""
},
"require": {
"php": ">=5.6.0"
},
"require-dev": {
"phpunit/phpunit": ">=5.7",
"ryakad/pandoc-php": "^1.0"
},
"suggest": {
"ryakad/pandoc-php": "Needed to support LaTeX decoder in class RenanBr\\BibTexParser\\Processor\\LatexToUnicodeProcessor",
"ueberdosis/pandoc": "Alternate Pandoc PHP package which (if available) will be preferred over ryakad/pandoc-php"
},
"time": "2023-08-25T11:21:46+00:00",
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "2.x-dev"
}
},
"installation-source": "dist",
"autoload": {
"psr-4": {
"RenanBr\\BibTexParser\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Renan de Lima Barbosa",
"email": "renandelima@gmail.com"
}
],
"description": "BibTex Parser provides an API to read .bib files programmatically",
"keywords": [
"Bibliography",
"bib",
"bibtex",
"citation",
"cite",
"latex",
"parser"
],
"support": {
"issues": "https://github.com/renanbr/bibtex-parser/issues",
"source": "https://github.com/renanbr/bibtex-parser/tree/2.2.0"
},
"install-path": "../renanbr/bibtex-parser"
},
{
"name": "stevenmaguire/oauth2-bitbucket",
"version": "3.0.0",

View File

@ -3,7 +3,7 @@
'name' => 'lavaux/website',
'pretty_version' => 'dev-main',
'version' => 'dev-main',
'reference' => '53c1909b4377d48864afc7bd7f8cbd6a28a2dfb6',
'reference' => '38e14b517594081fae17a27fd67efd4e00f6cf90',
'type' => 'project',
'install_path' => __DIR__ . '/../../',
'aliases' => array(),
@ -82,10 +82,19 @@
'aliases' => array(),
'dev_requirement' => false,
),
'lavaux/bibtex-parser' => array(
'pretty_version' => '2.2',
'version' => '2.2.0.0',
'reference' => 'patch-1',
'type' => 'library',
'install_path' => __DIR__ . '/../lavaux/bibtex-parser',
'aliases' => array(),
'dev_requirement' => false,
),
'lavaux/website' => array(
'pretty_version' => 'dev-main',
'version' => 'dev-main',
'reference' => '53c1909b4377d48864afc7bd7f8cbd6a28a2dfb6',
'reference' => '38e14b517594081fae17a27fd67efd4e00f6cf90',
'type' => 'project',
'install_path' => __DIR__ . '/../../',
'aliases' => array(),
@ -220,15 +229,6 @@
'aliases' => array(),
'dev_requirement' => false,
),
'renanbr/bibtex-parser' => array(
'pretty_version' => '2.2.0',
'version' => '2.2.0.0',
'reference' => 'd02d2426822235f5179ecdf635ba710c9d6d2ddd',
'type' => 'library',
'install_path' => __DIR__ . '/../renanbr/bibtex-parser',
'aliases' => array(),
'dev_requirement' => false,
),
'stevenmaguire/oauth2-bitbucket' => array(
'pretty_version' => '3.0.0',
'version' => '3.0.0.0',