Update website

This commit is contained in:
Guilhem Lavaux 2024-11-23 22:46:58 +01:00
parent 8d22900937
commit 56c333245a
24 changed files with 2292 additions and 0 deletions

View file

@ -25,6 +25,7 @@ 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,6 +51,10 @@ class ComposerStaticInitc94a8368bcea9853dd31683be0b15c06
'Symfony\\Component\\ErrorHandler\\' => 31,
'Stevenmaguire\\OAuth2\\Client\\' => 28,
),
'R' =>
array (
'RenanBr\\BibTexParser\\' => 21,
),
'P' =>
array (
'Psr\\Log\\' => 8,
@ -159,6 +163,10 @@ 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

@ -1402,6 +1402,71 @@
},
"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

@ -220,6 +220,15 @@
'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',