diff --git a/vendor/composer/autoload_psr4.php b/vendor/composer/autoload_psr4.php index ffbf5dc..ea22912 100644 --- a/vendor/composer/autoload_psr4.php +++ b/vendor/composer/autoload_psr4.php @@ -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'), diff --git a/vendor/composer/autoload_static.php b/vendor/composer/autoload_static.php index 0951bcd..ff243b9 100644 --- a/vendor/composer/autoload_static.php +++ b/vendor/composer/autoload_static.php @@ -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', diff --git a/vendor/composer/installed.json b/vendor/composer/installed.json index 6f21f40..162f31f 100644 --- a/vendor/composer/installed.json +++ b/vendor/composer/installed.json @@ -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", diff --git a/vendor/composer/installed.php b/vendor/composer/installed.php index 7aadbc2..e0bb6eb 100644 --- a/vendor/composer/installed.php +++ b/vendor/composer/installed.php @@ -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', diff --git a/vendor/renanbr/bibtex-parser/LICENSE b/vendor/lavaux/bibtex-parser/LICENSE similarity index 100% rename from vendor/renanbr/bibtex-parser/LICENSE rename to vendor/lavaux/bibtex-parser/LICENSE diff --git a/vendor/renanbr/bibtex-parser/Makefile b/vendor/lavaux/bibtex-parser/Makefile similarity index 100% rename from vendor/renanbr/bibtex-parser/Makefile rename to vendor/lavaux/bibtex-parser/Makefile diff --git a/vendor/renanbr/bibtex-parser/README.md b/vendor/lavaux/bibtex-parser/README.md similarity index 100% rename from vendor/renanbr/bibtex-parser/README.md rename to vendor/lavaux/bibtex-parser/README.md diff --git a/vendor/renanbr/bibtex-parser/composer.json b/vendor/lavaux/bibtex-parser/composer.json similarity index 100% rename from vendor/renanbr/bibtex-parser/composer.json rename to vendor/lavaux/bibtex-parser/composer.json diff --git a/vendor/renanbr/bibtex-parser/src/Exception/ExceptionInterface.php b/vendor/lavaux/bibtex-parser/src/Exception/ExceptionInterface.php similarity index 100% rename from vendor/renanbr/bibtex-parser/src/Exception/ExceptionInterface.php rename to vendor/lavaux/bibtex-parser/src/Exception/ExceptionInterface.php diff --git a/vendor/renanbr/bibtex-parser/src/Exception/ParserException.php b/vendor/lavaux/bibtex-parser/src/Exception/ParserException.php similarity index 100% rename from vendor/renanbr/bibtex-parser/src/Exception/ParserException.php rename to vendor/lavaux/bibtex-parser/src/Exception/ParserException.php diff --git a/vendor/renanbr/bibtex-parser/src/Exception/ProcessorException.php b/vendor/lavaux/bibtex-parser/src/Exception/ProcessorException.php similarity index 100% rename from vendor/renanbr/bibtex-parser/src/Exception/ProcessorException.php rename to vendor/lavaux/bibtex-parser/src/Exception/ProcessorException.php diff --git a/vendor/renanbr/bibtex-parser/src/Listener.php b/vendor/lavaux/bibtex-parser/src/Listener.php similarity index 100% rename from vendor/renanbr/bibtex-parser/src/Listener.php rename to vendor/lavaux/bibtex-parser/src/Listener.php diff --git a/vendor/renanbr/bibtex-parser/src/ListenerInterface.php b/vendor/lavaux/bibtex-parser/src/ListenerInterface.php similarity index 100% rename from vendor/renanbr/bibtex-parser/src/ListenerInterface.php rename to vendor/lavaux/bibtex-parser/src/ListenerInterface.php diff --git a/vendor/renanbr/bibtex-parser/src/Parser.php b/vendor/lavaux/bibtex-parser/src/Parser.php similarity index 100% rename from vendor/renanbr/bibtex-parser/src/Parser.php rename to vendor/lavaux/bibtex-parser/src/Parser.php diff --git a/vendor/renanbr/bibtex-parser/src/Processor/DateProcessor.php b/vendor/lavaux/bibtex-parser/src/Processor/DateProcessor.php similarity index 100% rename from vendor/renanbr/bibtex-parser/src/Processor/DateProcessor.php rename to vendor/lavaux/bibtex-parser/src/Processor/DateProcessor.php diff --git a/vendor/renanbr/bibtex-parser/src/Processor/FillMissingProcessor.php b/vendor/lavaux/bibtex-parser/src/Processor/FillMissingProcessor.php similarity index 100% rename from vendor/renanbr/bibtex-parser/src/Processor/FillMissingProcessor.php rename to vendor/lavaux/bibtex-parser/src/Processor/FillMissingProcessor.php diff --git a/vendor/renanbr/bibtex-parser/src/Processor/KeywordsProcessor.php b/vendor/lavaux/bibtex-parser/src/Processor/KeywordsProcessor.php similarity index 100% rename from vendor/renanbr/bibtex-parser/src/Processor/KeywordsProcessor.php rename to vendor/lavaux/bibtex-parser/src/Processor/KeywordsProcessor.php diff --git a/vendor/renanbr/bibtex-parser/src/Processor/LatexToUnicodeProcessor.php b/vendor/lavaux/bibtex-parser/src/Processor/LatexToUnicodeProcessor.php similarity index 100% rename from vendor/renanbr/bibtex-parser/src/Processor/LatexToUnicodeProcessor.php rename to vendor/lavaux/bibtex-parser/src/Processor/LatexToUnicodeProcessor.php diff --git a/vendor/renanbr/bibtex-parser/src/Processor/NamesProcessor.php b/vendor/lavaux/bibtex-parser/src/Processor/NamesProcessor.php similarity index 100% rename from vendor/renanbr/bibtex-parser/src/Processor/NamesProcessor.php rename to vendor/lavaux/bibtex-parser/src/Processor/NamesProcessor.php diff --git a/vendor/renanbr/bibtex-parser/src/Processor/TagCoverageTrait.php b/vendor/lavaux/bibtex-parser/src/Processor/TagCoverageTrait.php similarity index 100% rename from vendor/renanbr/bibtex-parser/src/Processor/TagCoverageTrait.php rename to vendor/lavaux/bibtex-parser/src/Processor/TagCoverageTrait.php diff --git a/vendor/renanbr/bibtex-parser/src/Processor/TagNameCaseProcessor.php b/vendor/lavaux/bibtex-parser/src/Processor/TagNameCaseProcessor.php similarity index 100% rename from vendor/renanbr/bibtex-parser/src/Processor/TagNameCaseProcessor.php rename to vendor/lavaux/bibtex-parser/src/Processor/TagNameCaseProcessor.php diff --git a/vendor/renanbr/bibtex-parser/src/Processor/TagSearchTrait.php b/vendor/lavaux/bibtex-parser/src/Processor/TagSearchTrait.php similarity index 100% rename from vendor/renanbr/bibtex-parser/src/Processor/TagSearchTrait.php rename to vendor/lavaux/bibtex-parser/src/Processor/TagSearchTrait.php diff --git a/vendor/renanbr/bibtex-parser/src/Processor/TrimProcessor.php b/vendor/lavaux/bibtex-parser/src/Processor/TrimProcessor.php similarity index 100% rename from vendor/renanbr/bibtex-parser/src/Processor/TrimProcessor.php rename to vendor/lavaux/bibtex-parser/src/Processor/TrimProcessor.php diff --git a/vendor/renanbr/bibtex-parser/src/Processor/UrlFromDoiProcessor.php b/vendor/lavaux/bibtex-parser/src/Processor/UrlFromDoiProcessor.php similarity index 100% rename from vendor/renanbr/bibtex-parser/src/Processor/UrlFromDoiProcessor.php rename to vendor/lavaux/bibtex-parser/src/Processor/UrlFromDoiProcessor.php