Update website

This commit is contained in:
Guilhem Lavaux 2024-11-23 21:32:22 +01:00
parent ec39d37f63
commit b2868c260d
22 changed files with 26 additions and 26 deletions

View File

@ -767,23 +767,6 @@
], ],
"install-path": "../guzzlehttp/psr7" "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", "name": "league/oauth2-client",
"version": "2.7.0", "version": "2.7.0",
@ -1419,6 +1402,23 @@
}, },
"install-path": "../ralouphie/getallheaders" "install-path": "../ralouphie/getallheaders"
}, },
{
"name": "renanbr/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": "../renanbr/bibtex-parser"
},
{ {
"name": "stevenmaguire/oauth2-bitbucket", "name": "stevenmaguire/oauth2-bitbucket",
"version": "3.0.0", "version": "3.0.0",

View File

@ -82,15 +82,6 @@
'aliases' => array(), 'aliases' => array(),
'dev_requirement' => false, '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( 'lavaux/website' => array(
'pretty_version' => 'dev-main', 'pretty_version' => 'dev-main',
'version' => 'dev-main', 'version' => 'dev-main',
@ -229,6 +220,15 @@
'aliases' => array(), 'aliases' => array(),
'dev_requirement' => false, 'dev_requirement' => false,
), ),
'renanbr/bibtex-parser' => array(
'pretty_version' => '2.2',
'version' => '2.2.0.0',
'reference' => 'patch-1',
'type' => 'library',
'install_path' => __DIR__ . '/../renanbr/bibtex-parser',
'aliases' => array(),
'dev_requirement' => false,
),
'stevenmaguire/oauth2-bitbucket' => array( 'stevenmaguire/oauth2-bitbucket' => array(
'pretty_version' => '3.0.0', 'pretty_version' => '3.0.0',
'version' => '3.0.0.0', 'version' => '3.0.0.0',