Update website
This commit is contained in:
parent
ec39d37f63
commit
b2868c260d
34
vendor/composer/installed.json
vendored
34
vendor/composer/installed.json
vendored
@ -767,23 +767,6 @@
|
||||
],
|
||||
"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",
|
||||
@ -1419,6 +1402,23 @@
|
||||
},
|
||||
"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",
|
||||
"version": "3.0.0",
|
||||
|
18
vendor/composer/installed.php
vendored
18
vendor/composer/installed.php
vendored
@ -82,15 +82,6 @@
|
||||
'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',
|
||||
@ -229,6 +220,15 @@
|
||||
'aliases' => array(),
|
||||
'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(
|
||||
'pretty_version' => '3.0.0',
|
||||
'version' => '3.0.0.0',
|
||||
|
Loading…
Reference in New Issue
Block a user