Changeset 2867137
- Timestamp:
- 02/17/2023 06:00:06 PM (3 years ago)
- Location:
- bitfinex-pay
- Files:
-
- 227 added
- 11 edited
-
tags/2.0.1 (added)
-
tags/2.0.1/LICENSE (added)
-
tags/2.0.1/README.md (added)
-
tags/2.0.1/assets (added)
-
tags/2.0.1/assets/img (added)
-
tags/2.0.1/assets/img/bfx-pay-dark.svg (added)
-
tags/2.0.1/assets/img/bfx-pay-white-mail.png (added)
-
tags/2.0.1/assets/img/bfx-pay-white.svg (added)
-
tags/2.0.1/bfx-pay-woocommerce.php (added)
-
tags/2.0.1/bfx-pay-wp-directory.png (added)
-
tags/2.0.1/composer.json (added)
-
tags/2.0.1/composer.lock (added)
-
tags/2.0.1/includes (added)
-
tags/2.0.1/includes/class-wc-bfx-pay-gateway.php (added)
-
tags/2.0.1/languages (added)
-
tags/2.0.1/languages/bitfinex-pay.pot (added)
-
tags/2.0.1/readme.txt (added)
-
tags/2.0.1/vendor (added)
-
tags/2.0.1/vendor/autoload.php (added)
-
tags/2.0.1/vendor/composer (added)
-
tags/2.0.1/vendor/composer/ClassLoader.php (added)
-
tags/2.0.1/vendor/composer/InstalledVersions.php (added)
-
tags/2.0.1/vendor/composer/LICENSE (added)
-
tags/2.0.1/vendor/composer/autoload_classmap.php (added)
-
tags/2.0.1/vendor/composer/autoload_files.php (added)
-
tags/2.0.1/vendor/composer/autoload_namespaces.php (added)
-
tags/2.0.1/vendor/composer/autoload_psr4.php (added)
-
tags/2.0.1/vendor/composer/autoload_real.php (added)
-
tags/2.0.1/vendor/composer/autoload_static.php (added)
-
tags/2.0.1/vendor/composer/installed.json (added)
-
tags/2.0.1/vendor/composer/installed.php (added)
-
tags/2.0.1/vendor/composer/platform_check.php (added)
-
tags/2.0.1/vendor/guzzlehttp (added)
-
tags/2.0.1/vendor/guzzlehttp/guzzle (added)
-
tags/2.0.1/vendor/guzzlehttp/guzzle/CHANGELOG.md (added)
-
tags/2.0.1/vendor/guzzlehttp/guzzle/LICENSE (added)
-
tags/2.0.1/vendor/guzzlehttp/guzzle/README.md (added)
-
tags/2.0.1/vendor/guzzlehttp/guzzle/UPGRADING.md (added)
-
tags/2.0.1/vendor/guzzlehttp/guzzle/composer.json (added)
-
tags/2.0.1/vendor/guzzlehttp/guzzle/src (added)
-
tags/2.0.1/vendor/guzzlehttp/guzzle/src/BodySummarizer.php (added)
-
tags/2.0.1/vendor/guzzlehttp/guzzle/src/BodySummarizerInterface.php (added)
-
tags/2.0.1/vendor/guzzlehttp/guzzle/src/Client.php (added)
-
tags/2.0.1/vendor/guzzlehttp/guzzle/src/ClientInterface.php (added)
-
tags/2.0.1/vendor/guzzlehttp/guzzle/src/ClientTrait.php (added)
-
tags/2.0.1/vendor/guzzlehttp/guzzle/src/Cookie (added)
-
tags/2.0.1/vendor/guzzlehttp/guzzle/src/Cookie/CookieJar.php (added)
-
tags/2.0.1/vendor/guzzlehttp/guzzle/src/Cookie/CookieJarInterface.php (added)
-
tags/2.0.1/vendor/guzzlehttp/guzzle/src/Cookie/FileCookieJar.php (added)
-
tags/2.0.1/vendor/guzzlehttp/guzzle/src/Cookie/SessionCookieJar.php (added)
-
tags/2.0.1/vendor/guzzlehttp/guzzle/src/Cookie/SetCookie.php (added)
-
tags/2.0.1/vendor/guzzlehttp/guzzle/src/Exception (added)
-
tags/2.0.1/vendor/guzzlehttp/guzzle/src/Exception/BadResponseException.php (added)
-
tags/2.0.1/vendor/guzzlehttp/guzzle/src/Exception/ClientException.php (added)
-
tags/2.0.1/vendor/guzzlehttp/guzzle/src/Exception/ConnectException.php (added)
-
tags/2.0.1/vendor/guzzlehttp/guzzle/src/Exception/GuzzleException.php (added)
-
tags/2.0.1/vendor/guzzlehttp/guzzle/src/Exception/InvalidArgumentException.php (added)
-
tags/2.0.1/vendor/guzzlehttp/guzzle/src/Exception/RequestException.php (added)
-
tags/2.0.1/vendor/guzzlehttp/guzzle/src/Exception/ServerException.php (added)
-
tags/2.0.1/vendor/guzzlehttp/guzzle/src/Exception/TooManyRedirectsException.php (added)
-
tags/2.0.1/vendor/guzzlehttp/guzzle/src/Exception/TransferException.php (added)
-
tags/2.0.1/vendor/guzzlehttp/guzzle/src/Handler (added)
-
tags/2.0.1/vendor/guzzlehttp/guzzle/src/Handler/CurlFactory.php (added)
-
tags/2.0.1/vendor/guzzlehttp/guzzle/src/Handler/CurlFactoryInterface.php (added)
-
tags/2.0.1/vendor/guzzlehttp/guzzle/src/Handler/CurlHandler.php (added)
-
tags/2.0.1/vendor/guzzlehttp/guzzle/src/Handler/CurlMultiHandler.php (added)
-
tags/2.0.1/vendor/guzzlehttp/guzzle/src/Handler/EasyHandle.php (added)
-
tags/2.0.1/vendor/guzzlehttp/guzzle/src/Handler/HeaderProcessor.php (added)
-
tags/2.0.1/vendor/guzzlehttp/guzzle/src/Handler/MockHandler.php (added)
-
tags/2.0.1/vendor/guzzlehttp/guzzle/src/Handler/Proxy.php (added)
-
tags/2.0.1/vendor/guzzlehttp/guzzle/src/Handler/StreamHandler.php (added)
-
tags/2.0.1/vendor/guzzlehttp/guzzle/src/HandlerStack.php (added)
-
tags/2.0.1/vendor/guzzlehttp/guzzle/src/MessageFormatter.php (added)
-
tags/2.0.1/vendor/guzzlehttp/guzzle/src/MessageFormatterInterface.php (added)
-
tags/2.0.1/vendor/guzzlehttp/guzzle/src/Middleware.php (added)
-
tags/2.0.1/vendor/guzzlehttp/guzzle/src/Pool.php (added)
-
tags/2.0.1/vendor/guzzlehttp/guzzle/src/PrepareBodyMiddleware.php (added)
-
tags/2.0.1/vendor/guzzlehttp/guzzle/src/RedirectMiddleware.php (added)
-
tags/2.0.1/vendor/guzzlehttp/guzzle/src/RequestOptions.php (added)
-
tags/2.0.1/vendor/guzzlehttp/guzzle/src/RetryMiddleware.php (added)
-
tags/2.0.1/vendor/guzzlehttp/guzzle/src/TransferStats.php (added)
-
tags/2.0.1/vendor/guzzlehttp/guzzle/src/Utils.php (added)
-
tags/2.0.1/vendor/guzzlehttp/guzzle/src/functions.php (added)
-
tags/2.0.1/vendor/guzzlehttp/guzzle/src/functions_include.php (added)
-
tags/2.0.1/vendor/guzzlehttp/promises (added)
-
tags/2.0.1/vendor/guzzlehttp/promises/CHANGELOG.md (added)
-
tags/2.0.1/vendor/guzzlehttp/promises/LICENSE (added)
-
tags/2.0.1/vendor/guzzlehttp/promises/README.md (added)
-
tags/2.0.1/vendor/guzzlehttp/promises/composer.json (added)
-
tags/2.0.1/vendor/guzzlehttp/promises/src (added)
-
tags/2.0.1/vendor/guzzlehttp/promises/src/AggregateException.php (added)
-
tags/2.0.1/vendor/guzzlehttp/promises/src/CancellationException.php (added)
-
tags/2.0.1/vendor/guzzlehttp/promises/src/Coroutine.php (added)
-
tags/2.0.1/vendor/guzzlehttp/promises/src/Create.php (added)
-
tags/2.0.1/vendor/guzzlehttp/promises/src/Each.php (added)
-
tags/2.0.1/vendor/guzzlehttp/promises/src/EachPromise.php (added)
-
tags/2.0.1/vendor/guzzlehttp/promises/src/FulfilledPromise.php (added)
-
tags/2.0.1/vendor/guzzlehttp/promises/src/Is.php (added)
-
tags/2.0.1/vendor/guzzlehttp/promises/src/Promise.php (added)
-
tags/2.0.1/vendor/guzzlehttp/promises/src/PromiseInterface.php (added)
-
tags/2.0.1/vendor/guzzlehttp/promises/src/PromisorInterface.php (added)
-
tags/2.0.1/vendor/guzzlehttp/promises/src/RejectedPromise.php (added)
-
tags/2.0.1/vendor/guzzlehttp/promises/src/RejectionException.php (added)
-
tags/2.0.1/vendor/guzzlehttp/promises/src/TaskQueue.php (added)
-
tags/2.0.1/vendor/guzzlehttp/promises/src/TaskQueueInterface.php (added)
-
tags/2.0.1/vendor/guzzlehttp/promises/src/Utils.php (added)
-
tags/2.0.1/vendor/guzzlehttp/promises/src/functions.php (added)
-
tags/2.0.1/vendor/guzzlehttp/promises/src/functions_include.php (added)
-
tags/2.0.1/vendor/guzzlehttp/psr7 (added)
-
tags/2.0.1/vendor/guzzlehttp/psr7/CHANGELOG.md (added)
-
tags/2.0.1/vendor/guzzlehttp/psr7/LICENSE (added)
-
tags/2.0.1/vendor/guzzlehttp/psr7/README.md (added)
-
tags/2.0.1/vendor/guzzlehttp/psr7/composer.json (added)
-
tags/2.0.1/vendor/guzzlehttp/psr7/src (added)
-
tags/2.0.1/vendor/guzzlehttp/psr7/src/AppendStream.php (added)
-
tags/2.0.1/vendor/guzzlehttp/psr7/src/BufferStream.php (added)
-
tags/2.0.1/vendor/guzzlehttp/psr7/src/CachingStream.php (added)
-
tags/2.0.1/vendor/guzzlehttp/psr7/src/DroppingStream.php (added)
-
tags/2.0.1/vendor/guzzlehttp/psr7/src/Exception (added)
-
tags/2.0.1/vendor/guzzlehttp/psr7/src/Exception/MalformedUriException.php (added)
-
tags/2.0.1/vendor/guzzlehttp/psr7/src/FnStream.php (added)
-
tags/2.0.1/vendor/guzzlehttp/psr7/src/Header.php (added)
-
tags/2.0.1/vendor/guzzlehttp/psr7/src/HttpFactory.php (added)
-
tags/2.0.1/vendor/guzzlehttp/psr7/src/InflateStream.php (added)
-
tags/2.0.1/vendor/guzzlehttp/psr7/src/LazyOpenStream.php (added)
-
tags/2.0.1/vendor/guzzlehttp/psr7/src/LimitStream.php (added)
-
tags/2.0.1/vendor/guzzlehttp/psr7/src/Message.php (added)
-
tags/2.0.1/vendor/guzzlehttp/psr7/src/MessageTrait.php (added)
-
tags/2.0.1/vendor/guzzlehttp/psr7/src/MimeType.php (added)
-
tags/2.0.1/vendor/guzzlehttp/psr7/src/MultipartStream.php (added)
-
tags/2.0.1/vendor/guzzlehttp/psr7/src/NoSeekStream.php (added)
-
tags/2.0.1/vendor/guzzlehttp/psr7/src/PumpStream.php (added)
-
tags/2.0.1/vendor/guzzlehttp/psr7/src/Query.php (added)
-
tags/2.0.1/vendor/guzzlehttp/psr7/src/Request.php (added)
-
tags/2.0.1/vendor/guzzlehttp/psr7/src/Response.php (added)
-
tags/2.0.1/vendor/guzzlehttp/psr7/src/Rfc7230.php (added)
-
tags/2.0.1/vendor/guzzlehttp/psr7/src/ServerRequest.php (added)
-
tags/2.0.1/vendor/guzzlehttp/psr7/src/Stream.php (added)
-
tags/2.0.1/vendor/guzzlehttp/psr7/src/StreamDecoratorTrait.php (added)
-
tags/2.0.1/vendor/guzzlehttp/psr7/src/StreamWrapper.php (added)
-
tags/2.0.1/vendor/guzzlehttp/psr7/src/UploadedFile.php (added)
-
tags/2.0.1/vendor/guzzlehttp/psr7/src/Uri.php (added)
-
tags/2.0.1/vendor/guzzlehttp/psr7/src/UriComparator.php (added)
-
tags/2.0.1/vendor/guzzlehttp/psr7/src/UriNormalizer.php (added)
-
tags/2.0.1/vendor/guzzlehttp/psr7/src/UriResolver.php (added)
-
tags/2.0.1/vendor/guzzlehttp/psr7/src/Utils.php (added)
-
tags/2.0.1/vendor/psr (added)
-
tags/2.0.1/vendor/psr/http-client (added)
-
tags/2.0.1/vendor/psr/http-client/CHANGELOG.md (added)
-
tags/2.0.1/vendor/psr/http-client/LICENSE (added)
-
tags/2.0.1/vendor/psr/http-client/README.md (added)
-
tags/2.0.1/vendor/psr/http-client/composer.json (added)
-
tags/2.0.1/vendor/psr/http-client/src (added)
-
tags/2.0.1/vendor/psr/http-client/src/ClientExceptionInterface.php (added)
-
tags/2.0.1/vendor/psr/http-client/src/ClientInterface.php (added)
-
tags/2.0.1/vendor/psr/http-client/src/NetworkExceptionInterface.php (added)
-
tags/2.0.1/vendor/psr/http-client/src/RequestExceptionInterface.php (added)
-
tags/2.0.1/vendor/psr/http-factory (added)
-
tags/2.0.1/vendor/psr/http-factory/.gitignore (added)
-
tags/2.0.1/vendor/psr/http-factory/.pullapprove.yml (added)
-
tags/2.0.1/vendor/psr/http-factory/LICENSE (added)
-
tags/2.0.1/vendor/psr/http-factory/README.md (added)
-
tags/2.0.1/vendor/psr/http-factory/composer.json (added)
-
tags/2.0.1/vendor/psr/http-factory/src (added)
-
tags/2.0.1/vendor/psr/http-factory/src/RequestFactoryInterface.php (added)
-
tags/2.0.1/vendor/psr/http-factory/src/ResponseFactoryInterface.php (added)
-
tags/2.0.1/vendor/psr/http-factory/src/ServerRequestFactoryInterface.php (added)
-
tags/2.0.1/vendor/psr/http-factory/src/StreamFactoryInterface.php (added)
-
tags/2.0.1/vendor/psr/http-factory/src/UploadedFileFactoryInterface.php (added)
-
tags/2.0.1/vendor/psr/http-factory/src/UriFactoryInterface.php (added)
-
tags/2.0.1/vendor/psr/http-message (added)
-
tags/2.0.1/vendor/psr/http-message/CHANGELOG.md (added)
-
tags/2.0.1/vendor/psr/http-message/LICENSE (added)
-
tags/2.0.1/vendor/psr/http-message/README.md (added)
-
tags/2.0.1/vendor/psr/http-message/composer.json (added)
-
tags/2.0.1/vendor/psr/http-message/src (added)
-
tags/2.0.1/vendor/psr/http-message/src/MessageInterface.php (added)
-
tags/2.0.1/vendor/psr/http-message/src/RequestInterface.php (added)
-
tags/2.0.1/vendor/psr/http-message/src/ResponseInterface.php (added)
-
tags/2.0.1/vendor/psr/http-message/src/ServerRequestInterface.php (added)
-
tags/2.0.1/vendor/psr/http-message/src/StreamInterface.php (added)
-
tags/2.0.1/vendor/psr/http-message/src/UploadedFileInterface.php (added)
-
tags/2.0.1/vendor/psr/http-message/src/UriInterface.php (added)
-
tags/2.0.1/vendor/ralouphie (added)
-
tags/2.0.1/vendor/ralouphie/getallheaders (added)
-
tags/2.0.1/vendor/ralouphie/getallheaders/LICENSE (added)
-
tags/2.0.1/vendor/ralouphie/getallheaders/README.md (added)
-
tags/2.0.1/vendor/ralouphie/getallheaders/composer.json (added)
-
tags/2.0.1/vendor/ralouphie/getallheaders/src (added)
-
tags/2.0.1/vendor/ralouphie/getallheaders/src/getallheaders.php (added)
-
tags/2.0.1/vendor/symfony (added)
-
tags/2.0.1/vendor/symfony/deprecation-contracts (added)
-
tags/2.0.1/vendor/symfony/deprecation-contracts/.gitignore (added)
-
tags/2.0.1/vendor/symfony/deprecation-contracts/CHANGELOG.md (added)
-
tags/2.0.1/vendor/symfony/deprecation-contracts/LICENSE (added)
-
tags/2.0.1/vendor/symfony/deprecation-contracts/README.md (added)
-
tags/2.0.1/vendor/symfony/deprecation-contracts/composer.json (added)
-
tags/2.0.1/vendor/symfony/deprecation-contracts/function.php (added)
-
trunk/bfx-pay-woocommerce.php (modified) (1 diff)
-
trunk/composer.json (modified) (1 diff)
-
trunk/composer.lock (modified) (43 diffs)
-
trunk/includes/class-wc-bfx-pay-gateway.php (modified) (1 diff)
-
trunk/readme.txt (modified) (2 diffs)
-
trunk/vendor/autoload.php (modified) (1 diff)
-
trunk/vendor/composer/autoload_real.php (modified) (3 diffs)
-
trunk/vendor/composer/autoload_static.php (modified) (2 diffs)
-
trunk/vendor/composer/installed.json (modified) (2 diffs)
-
trunk/vendor/composer/installed.php (modified) (3 diffs)
-
trunk/vendor/composer/platform_check.php (modified) (1 diff)
-
trunk/vendor/guzzlehttp/guzzle/src/BodySummarizer.php (added)
-
trunk/vendor/guzzlehttp/guzzle/src/BodySummarizerInterface.php (added)
-
trunk/vendor/guzzlehttp/guzzle/src/Handler/HeaderProcessor.php (added)
-
trunk/vendor/guzzlehttp/guzzle/src/MessageFormatterInterface.php (added)
-
trunk/vendor/guzzlehttp/psr7/src/Exception (added)
-
trunk/vendor/guzzlehttp/psr7/src/Exception/MalformedUriException.php (added)
-
trunk/vendor/guzzlehttp/psr7/src/HttpFactory.php (added)
-
trunk/vendor/guzzlehttp/psr7/src/UriComparator.php (added)
-
trunk/vendor/psr/http-factory (added)
-
trunk/vendor/psr/http-factory/.gitignore (added)
-
trunk/vendor/psr/http-factory/.pullapprove.yml (added)
-
trunk/vendor/psr/http-factory/LICENSE (added)
-
trunk/vendor/psr/http-factory/README.md (added)
-
trunk/vendor/psr/http-factory/composer.json (added)
-
trunk/vendor/psr/http-factory/src (added)
-
trunk/vendor/psr/http-factory/src/RequestFactoryInterface.php (added)
-
trunk/vendor/psr/http-factory/src/ResponseFactoryInterface.php (added)
-
trunk/vendor/psr/http-factory/src/ServerRequestFactoryInterface.php (added)
-
trunk/vendor/psr/http-factory/src/StreamFactoryInterface.php (added)
-
trunk/vendor/psr/http-factory/src/UploadedFileFactoryInterface.php (added)
-
trunk/vendor/psr/http-factory/src/UriFactoryInterface.php (added)
-
trunk/vendor/symfony (added)
-
trunk/vendor/symfony/deprecation-contracts (added)
-
trunk/vendor/symfony/deprecation-contracts/.gitignore (added)
-
trunk/vendor/symfony/deprecation-contracts/CHANGELOG.md (added)
-
trunk/vendor/symfony/deprecation-contracts/LICENSE (added)
-
trunk/vendor/symfony/deprecation-contracts/README.md (added)
-
trunk/vendor/symfony/deprecation-contracts/composer.json (added)
-
trunk/vendor/symfony/deprecation-contracts/function.php (added)
Legend:
- Unmodified
- Added
- Removed
-
bitfinex-pay/trunk/bfx-pay-woocommerce.php
r2866500 r2867137 5 5 * Plugin URI: https://github.com/bitfinexcom/bfx-pay-woocommerce/ 6 6 * Description: Allows e-commerce customers to pay for goods and services with crypto currencies. It provides a payment gateway that could be used by any e-commerce to sell their products and services as long as they have an Intermediate-verified (or higher KYC level) Merchant account on the Bitfinex platform. 7 * Version: 2.0. 07 * Version: 2.0.1 8 8 * Author: Bitfinex 9 9 * Author URI: https://www.bitfinex.com/ -
bitfinex-pay/trunk/composer.json
r2866500 r2867137 1 1 { 2 2 "require": { 3 "php": ">=7.4", 3 4 "guzzlehttp/guzzle": "^7.5" 4 5 }, -
bitfinex-pay/trunk/composer.lock
r2866500 r2867137 5 5 "This file is @generated automatically" 6 6 ], 7 "content-hash": " bfd6a1b1d517715121087ca8fcac69ff",7 "content-hash": "f475f23b7b053be0d15c146979ea28f9", 8 8 "packages": [ 9 9 { … … 544 544 { 545 545 "name": "symfony/deprecation-contracts", 546 "version": "v 3.2.0",546 "version": "v2.5.2", 547 547 "source": { 548 548 "type": "git", 549 549 "url": "https://github.com/symfony/deprecation-contracts.git", 550 "reference": " 1ee04c65529dea5d8744774d474e7cbd2f1206d3"551 }, 552 "dist": { 553 "type": "zip", 554 "url": "https://api.github.com/repos/symfony/deprecation-contracts/zipball/ 1ee04c65529dea5d8744774d474e7cbd2f1206d3",555 "reference": " 1ee04c65529dea5d8744774d474e7cbd2f1206d3",556 "shasum": "" 557 }, 558 "require": { 559 "php": ">= 8.1"550 "reference": "e8b495ea28c1d97b5e0c121748d6f9b53d075c66" 551 }, 552 "dist": { 553 "type": "zip", 554 "url": "https://api.github.com/repos/symfony/deprecation-contracts/zipball/e8b495ea28c1d97b5e0c121748d6f9b53d075c66", 555 "reference": "e8b495ea28c1d97b5e0c121748d6f9b53d075c66", 556 "shasum": "" 557 }, 558 "require": { 559 "php": ">=7.1" 560 560 }, 561 561 "type": "library", 562 562 "extra": { 563 563 "branch-alias": { 564 "dev-main": " 3.3-dev"564 "dev-main": "2.5-dev" 565 565 }, 566 566 "thanks": { … … 591 591 "homepage": "https://symfony.com", 592 592 "support": { 593 "source": "https://github.com/symfony/deprecation-contracts/tree/v 3.2.0"593 "source": "https://github.com/symfony/deprecation-contracts/tree/v2.5.2" 594 594 }, 595 595 "funding": [ … … 607 607 } 608 608 ], 609 "time": "2022- 11-25T10:21:52+00:00"609 "time": "2022-01-02T09:53:40+00:00" 610 610 } 611 611 ], … … 906 906 }, 907 907 { 908 "name": "doctrine/deprecations", 909 "version": "v1.0.0", 910 "source": { 911 "type": "git", 912 "url": "https://github.com/doctrine/deprecations.git", 913 "reference": "0e2a4f1f8cdfc7a92ec3b01c9334898c806b30de" 914 }, 915 "dist": { 916 "type": "zip", 917 "url": "https://api.github.com/repos/doctrine/deprecations/zipball/0e2a4f1f8cdfc7a92ec3b01c9334898c806b30de", 918 "reference": "0e2a4f1f8cdfc7a92ec3b01c9334898c806b30de", 919 "shasum": "" 920 }, 921 "require": { 922 "php": "^7.1|^8.0" 923 }, 924 "require-dev": { 925 "doctrine/coding-standard": "^9", 926 "phpunit/phpunit": "^7.5|^8.5|^9.5", 927 "psr/log": "^1|^2|^3" 928 }, 929 "suggest": { 930 "psr/log": "Allows logging deprecations via PSR-3 logger implementation" 931 }, 932 "type": "library", 933 "autoload": { 934 "psr-4": { 935 "Doctrine\\Deprecations\\": "lib/Doctrine/Deprecations" 936 } 937 }, 938 "notification-url": "https://packagist.org/downloads/", 939 "license": [ 940 "MIT" 941 ], 942 "description": "A small layer on top of trigger_error(E_USER_DEPRECATED) or PSR-3 logging with options to disable all deprecations or selectively for packages.", 943 "homepage": "https://www.doctrine-project.org/", 944 "support": { 945 "issues": "https://github.com/doctrine/deprecations/issues", 946 "source": "https://github.com/doctrine/deprecations/tree/v1.0.0" 947 }, 948 "time": "2022-05-02T15:47:09+00:00" 949 }, 950 { 908 951 "name": "doctrine/lexer", 909 "version": " 3.0.0",952 "version": "2.1.0", 910 953 "source": { 911 954 "type": "git", 912 955 "url": "https://github.com/doctrine/lexer.git", 913 "reference": "84a527db05647743d50373e0ec53a152f2cde568" 914 }, 915 "dist": { 916 "type": "zip", 917 "url": "https://api.github.com/repos/doctrine/lexer/zipball/84a527db05647743d50373e0ec53a152f2cde568", 918 "reference": "84a527db05647743d50373e0ec53a152f2cde568", 919 "shasum": "" 920 }, 921 "require": { 922 "php": "^8.1" 956 "reference": "39ab8fcf5a51ce4b85ca97c7a7d033eb12831124" 957 }, 958 "dist": { 959 "type": "zip", 960 "url": "https://api.github.com/repos/doctrine/lexer/zipball/39ab8fcf5a51ce4b85ca97c7a7d033eb12831124", 961 "reference": "39ab8fcf5a51ce4b85ca97c7a7d033eb12831124", 962 "shasum": "" 963 }, 964 "require": { 965 "doctrine/deprecations": "^1.0", 966 "php": "^7.1 || ^8.0" 923 967 }, 924 968 "require-dev": { 925 "doctrine/coding-standard": "^ 10",926 "phpstan/phpstan": "^1. 9",927 "phpunit/phpunit": "^ 9.5",969 "doctrine/coding-standard": "^9 || ^10", 970 "phpstan/phpstan": "^1.3", 971 "phpunit/phpunit": "^7.5 || ^8.5 || ^9.5", 928 972 "psalm/plugin-phpunit": "^0.18.3", 929 "vimeo/psalm": "^ 5.0"973 "vimeo/psalm": "^4.11 || ^5.0" 930 974 }, 931 975 "type": "library", … … 964 1008 "support": { 965 1009 "issues": "https://github.com/doctrine/lexer/issues", 966 "source": "https://github.com/doctrine/lexer/tree/ 3.0.0"1010 "source": "https://github.com/doctrine/lexer/tree/2.1.0" 967 1011 }, 968 1012 "funding": [ … … 980 1024 } 981 1025 ], 982 "time": "2022-12-1 5T16:57:16+00:00"1026 "time": "2022-12-14T08:49:07+00:00" 983 1027 }, 984 1028 { … … 1074 1118 { 1075 1119 "name": "psr/cache", 1076 "version": " 3.0.0",1120 "version": "1.0.1", 1077 1121 "source": { 1078 1122 "type": "git", 1079 1123 "url": "https://github.com/php-fig/cache.git", 1080 "reference": " aa5030cfa5405eccfdcb1083ce040c2cb8d253bf"1081 }, 1082 "dist": { 1083 "type": "zip", 1084 "url": "https://api.github.com/repos/php-fig/cache/zipball/ aa5030cfa5405eccfdcb1083ce040c2cb8d253bf",1085 "reference": " aa5030cfa5405eccfdcb1083ce040c2cb8d253bf",1086 "shasum": "" 1087 }, 1088 "require": { 1089 "php": ">= 8.0.0"1124 "reference": "d11b50ad223250cf17b86e38383413f5a6764bf8" 1125 }, 1126 "dist": { 1127 "type": "zip", 1128 "url": "https://api.github.com/repos/php-fig/cache/zipball/d11b50ad223250cf17b86e38383413f5a6764bf8", 1129 "reference": "d11b50ad223250cf17b86e38383413f5a6764bf8", 1130 "shasum": "" 1131 }, 1132 "require": { 1133 "php": ">=5.3.0" 1090 1134 }, 1091 1135 "type": "library", … … 1107 1151 { 1108 1152 "name": "PHP-FIG", 1109 "homepage": "http s://www.php-fig.org/"1153 "homepage": "http://www.php-fig.org/" 1110 1154 } 1111 1155 ], … … 1117 1161 ], 1118 1162 "support": { 1119 "source": "https://github.com/php-fig/cache/tree/ 3.0.0"1120 }, 1121 "time": "20 21-02-03T23:26:27+00:00"1163 "source": "https://github.com/php-fig/cache/tree/master" 1164 }, 1165 "time": "2016-08-06T20:24:11+00:00" 1122 1166 }, 1123 1167 { 1124 1168 "name": "psr/container", 1125 "version": " 2.0.2",1169 "version": "1.1.2", 1126 1170 "source": { 1127 1171 "type": "git", 1128 1172 "url": "https://github.com/php-fig/container.git", 1129 "reference": " c71ecc56dfe541dbd90c5360474fbc405f8d5963"1130 }, 1131 "dist": { 1132 "type": "zip", 1133 "url": "https://api.github.com/repos/php-fig/container/zipball/ c71ecc56dfe541dbd90c5360474fbc405f8d5963",1134 "reference": " c71ecc56dfe541dbd90c5360474fbc405f8d5963",1173 "reference": "513e0666f7216c7459170d56df27dfcefe1689ea" 1174 }, 1175 "dist": { 1176 "type": "zip", 1177 "url": "https://api.github.com/repos/php-fig/container/zipball/513e0666f7216c7459170d56df27dfcefe1689ea", 1178 "reference": "513e0666f7216c7459170d56df27dfcefe1689ea", 1135 1179 "shasum": "" 1136 1180 }, … … 1139 1183 }, 1140 1184 "type": "library", 1141 "extra": {1142 "branch-alias": {1143 "dev-master": "2.0.x-dev"1144 }1145 },1146 1185 "autoload": { 1147 1186 "psr-4": { … … 1170 1209 "support": { 1171 1210 "issues": "https://github.com/php-fig/container/issues", 1172 "source": "https://github.com/php-fig/container/tree/ 2.0.2"1173 }, 1174 "time": "2021-11-05T16: 47:00+00:00"1211 "source": "https://github.com/php-fig/container/tree/1.1.2" 1212 }, 1213 "time": "2021-11-05T16:50:12+00:00" 1175 1214 }, 1176 1215 { … … 1226 1265 { 1227 1266 "name": "psr/log", 1228 "version": " 3.0.0",1267 "version": "1.1.4", 1229 1268 "source": { 1230 1269 "type": "git", 1231 1270 "url": "https://github.com/php-fig/log.git", 1232 "reference": " fe5ea303b0887d5caefd3d431c3e61ad47037001"1233 }, 1234 "dist": { 1235 "type": "zip", 1236 "url": "https://api.github.com/repos/php-fig/log/zipball/ fe5ea303b0887d5caefd3d431c3e61ad47037001",1237 "reference": " fe5ea303b0887d5caefd3d431c3e61ad47037001",1238 "shasum": "" 1239 }, 1240 "require": { 1241 "php": ">= 8.0.0"1271 "reference": "d49695b909c3b7628b6289db5479a1c204601f11" 1272 }, 1273 "dist": { 1274 "type": "zip", 1275 "url": "https://api.github.com/repos/php-fig/log/zipball/d49695b909c3b7628b6289db5479a1c204601f11", 1276 "reference": "d49695b909c3b7628b6289db5479a1c204601f11", 1277 "shasum": "" 1278 }, 1279 "require": { 1280 "php": ">=5.3.0" 1242 1281 }, 1243 1282 "type": "library", 1244 1283 "extra": { 1245 1284 "branch-alias": { 1246 "dev-master": " 3.x-dev"1247 } 1248 }, 1249 "autoload": { 1250 "psr-4": { 1251 "Psr\\Log\\": " src"1285 "dev-master": "1.1.x-dev" 1286 } 1287 }, 1288 "autoload": { 1289 "psr-4": { 1290 "Psr\\Log\\": "Psr/Log/" 1252 1291 } 1253 1292 }, … … 1270 1309 ], 1271 1310 "support": { 1272 "source": "https://github.com/php-fig/log/tree/ 3.0.0"1273 }, 1274 "time": "2021-0 7-14T16:46:02+00:00"1311 "source": "https://github.com/php-fig/log/tree/1.1.4" 1312 }, 1313 "time": "2021-05-03T11:20:27+00:00" 1275 1314 }, 1276 1315 { 1277 1316 "name": "sebastian/diff", 1278 "version": " 5.0.0",1317 "version": "4.0.4", 1279 1318 "source": { 1280 1319 "type": "git", 1281 1320 "url": "https://github.com/sebastianbergmann/diff.git", 1282 "reference": " 70dd1b20bc198da394ad542e988381b44e64e39f"1283 }, 1284 "dist": { 1285 "type": "zip", 1286 "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/ 70dd1b20bc198da394ad542e988381b44e64e39f",1287 "reference": " 70dd1b20bc198da394ad542e988381b44e64e39f",1288 "shasum": "" 1289 }, 1290 "require": { 1291 "php": ">= 8.1"1321 "reference": "3461e3fccc7cfdfc2720be910d3bd73c69be590d" 1322 }, 1323 "dist": { 1324 "type": "zip", 1325 "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/3461e3fccc7cfdfc2720be910d3bd73c69be590d", 1326 "reference": "3461e3fccc7cfdfc2720be910d3bd73c69be590d", 1327 "shasum": "" 1328 }, 1329 "require": { 1330 "php": ">=7.3" 1292 1331 }, 1293 1332 "require-dev": { 1294 "phpunit/phpunit": "^ 10.0",1333 "phpunit/phpunit": "^9.3", 1295 1334 "symfony/process": "^4.2 || ^5" 1296 1335 }, … … 1298 1337 "extra": { 1299 1338 "branch-alias": { 1300 "dev-ma in": "5.0-dev"1339 "dev-master": "4.0-dev" 1301 1340 } 1302 1341 }, … … 1330 1369 "support": { 1331 1370 "issues": "https://github.com/sebastianbergmann/diff/issues", 1332 "source": "https://github.com/sebastianbergmann/diff/tree/ 5.0.0"1371 "source": "https://github.com/sebastianbergmann/diff/tree/4.0.4" 1333 1372 }, 1334 1373 "funding": [ … … 1338 1377 } 1339 1378 ], 1340 "time": "202 3-02-03T07:00:31+00:00"1379 "time": "2020-10-26T13:10:38+00:00" 1341 1380 }, 1342 1381 { 1343 1382 "name": "symfony/console", 1344 "version": "v 6.2.5",1383 "version": "v5.4.19", 1345 1384 "source": { 1346 1385 "type": "git", 1347 1386 "url": "https://github.com/symfony/console.git", 1348 "reference": " 3e294254f2191762c1d137aed4b94e966965e985"1349 }, 1350 "dist": { 1351 "type": "zip", 1352 "url": "https://api.github.com/repos/symfony/console/zipball/ 3e294254f2191762c1d137aed4b94e966965e985",1353 "reference": " 3e294254f2191762c1d137aed4b94e966965e985",1354 "shasum": "" 1355 }, 1356 "require": { 1357 "php": ">= 8.1",1387 "reference": "dccb8d251a9017d5994c988b034d3e18aaabf740" 1388 }, 1389 "dist": { 1390 "type": "zip", 1391 "url": "https://api.github.com/repos/symfony/console/zipball/dccb8d251a9017d5994c988b034d3e18aaabf740", 1392 "reference": "dccb8d251a9017d5994c988b034d3e18aaabf740", 1393 "shasum": "" 1394 }, 1395 "require": { 1396 "php": ">=7.2.5", 1358 1397 "symfony/deprecation-contracts": "^2.1|^3", 1359 1398 "symfony/polyfill-mbstring": "~1.0", 1399 "symfony/polyfill-php73": "^1.9", 1400 "symfony/polyfill-php80": "^1.16", 1360 1401 "symfony/service-contracts": "^1.1|^2|^3", 1361 "symfony/string": "^5. 4|^6.0"1402 "symfony/string": "^5.1|^6.0" 1362 1403 }, 1363 1404 "conflict": { 1364 "symfony/dependency-injection": "<5.4", 1365 "symfony/dotenv": "<5.4", 1366 "symfony/event-dispatcher": "<5.4", 1367 "symfony/lock": "<5.4", 1368 "symfony/process": "<5.4" 1405 "psr/log": ">=3", 1406 "symfony/dependency-injection": "<4.4", 1407 "symfony/dotenv": "<5.1", 1408 "symfony/event-dispatcher": "<4.4", 1409 "symfony/lock": "<4.4", 1410 "symfony/process": "<4.4" 1369 1411 }, 1370 1412 "provide": { 1371 "psr/log-implementation": "1.0|2.0 |3.0"1413 "psr/log-implementation": "1.0|2.0" 1372 1414 }, 1373 1415 "require-dev": { 1374 "psr/log": "^1|^2 |^3",1375 "symfony/config": "^ 5.4|^6.0",1376 "symfony/dependency-injection": "^ 5.4|^6.0",1377 "symfony/event-dispatcher": "^ 5.4|^6.0",1378 "symfony/lock": "^ 5.4|^6.0",1379 "symfony/process": "^ 5.4|^6.0",1380 "symfony/var-dumper": "^ 5.4|^6.0"1416 "psr/log": "^1|^2", 1417 "symfony/config": "^4.4|^5.0|^6.0", 1418 "symfony/dependency-injection": "^4.4|^5.0|^6.0", 1419 "symfony/event-dispatcher": "^4.4|^5.0|^6.0", 1420 "symfony/lock": "^4.4|^5.0|^6.0", 1421 "symfony/process": "^4.4|^5.0|^6.0", 1422 "symfony/var-dumper": "^4.4|^5.0|^6.0" 1381 1423 }, 1382 1424 "suggest": { … … 1418 1460 ], 1419 1461 "support": { 1420 "source": "https://github.com/symfony/console/tree/v 6.2.5"1462 "source": "https://github.com/symfony/console/tree/v5.4.19" 1421 1463 }, 1422 1464 "funding": [ … … 1434 1476 } 1435 1477 ], 1436 "time": "2023-01-01T08:3 8:09+00:00"1478 "time": "2023-01-01T08:32:19+00:00" 1437 1479 }, 1438 1480 { 1439 1481 "name": "symfony/event-dispatcher", 1440 "version": "v 6.2.5",1482 "version": "v5.4.19", 1441 1483 "source": { 1442 1484 "type": "git", 1443 1485 "url": "https://github.com/symfony/event-dispatcher.git", 1444 "reference": "f02d108b5e9fd4a6245aa73a9d2df2ec060c3e68" 1445 }, 1446 "dist": { 1447 "type": "zip", 1448 "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/f02d108b5e9fd4a6245aa73a9d2df2ec060c3e68", 1449 "reference": "f02d108b5e9fd4a6245aa73a9d2df2ec060c3e68", 1450 "shasum": "" 1451 }, 1452 "require": { 1453 "php": ">=8.1", 1454 "symfony/event-dispatcher-contracts": "^2|^3" 1486 "reference": "abf49cc084c087d94b4cb939c3f3672971784e0c" 1487 }, 1488 "dist": { 1489 "type": "zip", 1490 "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/abf49cc084c087d94b4cb939c3f3672971784e0c", 1491 "reference": "abf49cc084c087d94b4cb939c3f3672971784e0c", 1492 "shasum": "" 1493 }, 1494 "require": { 1495 "php": ">=7.2.5", 1496 "symfony/deprecation-contracts": "^2.1|^3", 1497 "symfony/event-dispatcher-contracts": "^2|^3", 1498 "symfony/polyfill-php80": "^1.16" 1455 1499 }, 1456 1500 "conflict": { 1457 "symfony/dependency-injection": "< 5.4"1501 "symfony/dependency-injection": "<4.4" 1458 1502 }, 1459 1503 "provide": { 1460 1504 "psr/event-dispatcher-implementation": "1.0", 1461 "symfony/event-dispatcher-implementation": "2.0 |3.0"1505 "symfony/event-dispatcher-implementation": "2.0" 1462 1506 }, 1463 1507 "require-dev": { 1464 1508 "psr/log": "^1|^2|^3", 1465 "symfony/config": "^ 5.4|^6.0",1466 "symfony/dependency-injection": "^ 5.4|^6.0",1467 "symfony/error-handler": "^ 5.4|^6.0",1468 "symfony/expression-language": "^ 5.4|^6.0",1469 "symfony/http-foundation": "^ 5.4|^6.0",1509 "symfony/config": "^4.4|^5.0|^6.0", 1510 "symfony/dependency-injection": "^4.4|^5.0|^6.0", 1511 "symfony/error-handler": "^4.4|^5.0|^6.0", 1512 "symfony/expression-language": "^4.4|^5.0|^6.0", 1513 "symfony/http-foundation": "^4.4|^5.0|^6.0", 1470 1514 "symfony/service-contracts": "^1.1|^2|^3", 1471 "symfony/stopwatch": "^ 5.4|^6.0"1515 "symfony/stopwatch": "^4.4|^5.0|^6.0" 1472 1516 }, 1473 1517 "suggest": { … … 1501 1545 "homepage": "https://symfony.com", 1502 1546 "support": { 1503 "source": "https://github.com/symfony/event-dispatcher/tree/v 6.2.5"1547 "source": "https://github.com/symfony/event-dispatcher/tree/v5.4.19" 1504 1548 }, 1505 1549 "funding": [ … … 1517 1561 } 1518 1562 ], 1519 "time": "2023-01-01T08:3 8:09+00:00"1563 "time": "2023-01-01T08:32:19+00:00" 1520 1564 }, 1521 1565 { 1522 1566 "name": "symfony/event-dispatcher-contracts", 1523 "version": "v 3.2.0",1567 "version": "v2.5.2", 1524 1568 "source": { 1525 1569 "type": "git", 1526 1570 "url": "https://github.com/symfony/event-dispatcher-contracts.git", 1527 "reference": " 0782b0b52a737a05b4383d0df35a474303cabdae"1528 }, 1529 "dist": { 1530 "type": "zip", 1531 "url": "https://api.github.com/repos/symfony/event-dispatcher-contracts/zipball/ 0782b0b52a737a05b4383d0df35a474303cabdae",1532 "reference": " 0782b0b52a737a05b4383d0df35a474303cabdae",1533 "shasum": "" 1534 }, 1535 "require": { 1536 "php": ">= 8.1",1571 "reference": "f98b54df6ad059855739db6fcbc2d36995283fe1" 1572 }, 1573 "dist": { 1574 "type": "zip", 1575 "url": "https://api.github.com/repos/symfony/event-dispatcher-contracts/zipball/f98b54df6ad059855739db6fcbc2d36995283fe1", 1576 "reference": "f98b54df6ad059855739db6fcbc2d36995283fe1", 1577 "shasum": "" 1578 }, 1579 "require": { 1580 "php": ">=7.2.5", 1537 1581 "psr/event-dispatcher": "^1" 1538 1582 }, … … 1543 1587 "extra": { 1544 1588 "branch-alias": { 1545 "dev-main": " 3.3-dev"1589 "dev-main": "2.5-dev" 1546 1590 }, 1547 1591 "thanks": { … … 1580 1624 ], 1581 1625 "support": { 1582 "source": "https://github.com/symfony/event-dispatcher-contracts/tree/v 3.2.0"1626 "source": "https://github.com/symfony/event-dispatcher-contracts/tree/v2.5.2" 1583 1627 }, 1584 1628 "funding": [ … … 1596 1640 } 1597 1641 ], 1598 "time": "2022- 11-25T10:21:52+00:00"1642 "time": "2022-01-02T09:53:40+00:00" 1599 1643 }, 1600 1644 { 1601 1645 "name": "symfony/filesystem", 1602 "version": "v 6.2.5",1646 "version": "v5.4.19", 1603 1647 "source": { 1604 1648 "type": "git", 1605 1649 "url": "https://github.com/symfony/filesystem.git", 1606 "reference": " e59e8a4006afd7f5654786a83b4fcb8da98f4593"1607 }, 1608 "dist": { 1609 "type": "zip", 1610 "url": "https://api.github.com/repos/symfony/filesystem/zipball/ e59e8a4006afd7f5654786a83b4fcb8da98f4593",1611 "reference": " e59e8a4006afd7f5654786a83b4fcb8da98f4593",1612 "shasum": "" 1613 }, 1614 "require": { 1615 "php": ">= 8.1",1650 "reference": "648bfaca6a494f3e22378123bcee2894045dc9d8" 1651 }, 1652 "dist": { 1653 "type": "zip", 1654 "url": "https://api.github.com/repos/symfony/filesystem/zipball/648bfaca6a494f3e22378123bcee2894045dc9d8", 1655 "reference": "648bfaca6a494f3e22378123bcee2894045dc9d8", 1656 "shasum": "" 1657 }, 1658 "require": { 1659 "php": ">=7.2.5", 1616 1660 "symfony/polyfill-ctype": "~1.8", 1617 "symfony/polyfill-mbstring": "~1.8" 1661 "symfony/polyfill-mbstring": "~1.8", 1662 "symfony/polyfill-php80": "^1.16" 1618 1663 }, 1619 1664 "type": "library", … … 1643 1688 "homepage": "https://symfony.com", 1644 1689 "support": { 1645 "source": "https://github.com/symfony/filesystem/tree/v 6.2.5"1690 "source": "https://github.com/symfony/filesystem/tree/v5.4.19" 1646 1691 }, 1647 1692 "funding": [ … … 1659 1704 } 1660 1705 ], 1661 "time": "2023-01- 20T17:45:48+00:00"1706 "time": "2023-01-14T19:14:44+00:00" 1662 1707 }, 1663 1708 { 1664 1709 "name": "symfony/finder", 1665 "version": "v 6.2.5",1710 "version": "v5.4.19", 1666 1711 "source": { 1667 1712 "type": "git", 1668 1713 "url": "https://github.com/symfony/finder.git", 1669 "reference": "c90dc446976a612e3312a97a6ec0069ab0c2099c" 1670 }, 1671 "dist": { 1672 "type": "zip", 1673 "url": "https://api.github.com/repos/symfony/finder/zipball/c90dc446976a612e3312a97a6ec0069ab0c2099c", 1674 "reference": "c90dc446976a612e3312a97a6ec0069ab0c2099c", 1675 "shasum": "" 1676 }, 1677 "require": { 1678 "php": ">=8.1" 1679 }, 1680 "require-dev": { 1681 "symfony/filesystem": "^6.0" 1714 "reference": "6071aebf810ad13fe8200c224f36103abb37cf1f" 1715 }, 1716 "dist": { 1717 "type": "zip", 1718 "url": "https://api.github.com/repos/symfony/finder/zipball/6071aebf810ad13fe8200c224f36103abb37cf1f", 1719 "reference": "6071aebf810ad13fe8200c224f36103abb37cf1f", 1720 "shasum": "" 1721 }, 1722 "require": { 1723 "php": ">=7.2.5", 1724 "symfony/deprecation-contracts": "^2.1|^3", 1725 "symfony/polyfill-php80": "^1.16" 1682 1726 }, 1683 1727 "type": "library", … … 1707 1751 "homepage": "https://symfony.com", 1708 1752 "support": { 1709 "source": "https://github.com/symfony/finder/tree/v 6.2.5"1753 "source": "https://github.com/symfony/finder/tree/v5.4.19" 1710 1754 }, 1711 1755 "funding": [ … … 1723 1767 } 1724 1768 ], 1725 "time": "2023-01- 20T17:45:48+00:00"1769 "time": "2023-01-14T19:14:44+00:00" 1726 1770 }, 1727 1771 { 1728 1772 "name": "symfony/options-resolver", 1729 "version": "v 6.2.5",1773 "version": "v5.4.19", 1730 1774 "source": { 1731 1775 "type": "git", 1732 1776 "url": "https://github.com/symfony/options-resolver.git", 1733 "reference": "e8324d44f5af99ec2ccec849934a242f64458f86" 1734 }, 1735 "dist": { 1736 "type": "zip", 1737 "url": "https://api.github.com/repos/symfony/options-resolver/zipball/e8324d44f5af99ec2ccec849934a242f64458f86", 1738 "reference": "e8324d44f5af99ec2ccec849934a242f64458f86", 1739 "shasum": "" 1740 }, 1741 "require": { 1742 "php": ">=8.1", 1743 "symfony/deprecation-contracts": "^2.1|^3" 1777 "reference": "b03c99236445492f20c61666e8f7e5d388b078e5" 1778 }, 1779 "dist": { 1780 "type": "zip", 1781 "url": "https://api.github.com/repos/symfony/options-resolver/zipball/b03c99236445492f20c61666e8f7e5d388b078e5", 1782 "reference": "b03c99236445492f20c61666e8f7e5d388b078e5", 1783 "shasum": "" 1784 }, 1785 "require": { 1786 "php": ">=7.2.5", 1787 "symfony/deprecation-contracts": "^2.1|^3", 1788 "symfony/polyfill-php73": "~1.0", 1789 "symfony/polyfill-php80": "^1.16" 1744 1790 }, 1745 1791 "type": "library", … … 1774 1820 ], 1775 1821 "support": { 1776 "source": "https://github.com/symfony/options-resolver/tree/v 6.2.5"1822 "source": "https://github.com/symfony/options-resolver/tree/v5.4.19" 1777 1823 }, 1778 1824 "funding": [ … … 1790 1836 } 1791 1837 ], 1792 "time": "2023-01-01T08:3 8:09+00:00"1838 "time": "2023-01-01T08:32:19+00:00" 1793 1839 }, 1794 1840 { … … 2123 2169 }, 2124 2170 { 2171 "name": "symfony/polyfill-php73", 2172 "version": "v1.27.0", 2173 "source": { 2174 "type": "git", 2175 "url": "https://github.com/symfony/polyfill-php73.git", 2176 "reference": "9e8ecb5f92152187c4799efd3c96b78ccab18ff9" 2177 }, 2178 "dist": { 2179 "type": "zip", 2180 "url": "https://api.github.com/repos/symfony/polyfill-php73/zipball/9e8ecb5f92152187c4799efd3c96b78ccab18ff9", 2181 "reference": "9e8ecb5f92152187c4799efd3c96b78ccab18ff9", 2182 "shasum": "" 2183 }, 2184 "require": { 2185 "php": ">=7.1" 2186 }, 2187 "type": "library", 2188 "extra": { 2189 "branch-alias": { 2190 "dev-main": "1.27-dev" 2191 }, 2192 "thanks": { 2193 "name": "symfony/polyfill", 2194 "url": "https://github.com/symfony/polyfill" 2195 } 2196 }, 2197 "autoload": { 2198 "files": [ 2199 "bootstrap.php" 2200 ], 2201 "psr-4": { 2202 "Symfony\\Polyfill\\Php73\\": "" 2203 }, 2204 "classmap": [ 2205 "Resources/stubs" 2206 ] 2207 }, 2208 "notification-url": "https://packagist.org/downloads/", 2209 "license": [ 2210 "MIT" 2211 ], 2212 "authors": [ 2213 { 2214 "name": "Nicolas Grekas", 2215 "email": "p@tchwork.com" 2216 }, 2217 { 2218 "name": "Symfony Community", 2219 "homepage": "https://symfony.com/contributors" 2220 } 2221 ], 2222 "description": "Symfony polyfill backporting some PHP 7.3+ features to lower PHP versions", 2223 "homepage": "https://symfony.com", 2224 "keywords": [ 2225 "compatibility", 2226 "polyfill", 2227 "portable", 2228 "shim" 2229 ], 2230 "support": { 2231 "source": "https://github.com/symfony/polyfill-php73/tree/v1.27.0" 2232 }, 2233 "funding": [ 2234 { 2235 "url": "https://symfony.com/sponsor", 2236 "type": "custom" 2237 }, 2238 { 2239 "url": "https://github.com/fabpot", 2240 "type": "github" 2241 }, 2242 { 2243 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", 2244 "type": "tidelift" 2245 } 2246 ], 2247 "time": "2022-11-03T14:55:06+00:00" 2248 }, 2249 { 2125 2250 "name": "symfony/polyfill-php80", 2126 2251 "version": "v1.27.0", … … 2286 2411 { 2287 2412 "name": "symfony/process", 2288 "version": "v 6.2.5",2413 "version": "v5.4.19", 2289 2414 "source": { 2290 2415 "type": "git", 2291 2416 "url": "https://github.com/symfony/process.git", 2292 "reference": "9ead139f63dfa38c4e4a9049cc64a8b2748c83b7" 2293 }, 2294 "dist": { 2295 "type": "zip", 2296 "url": "https://api.github.com/repos/symfony/process/zipball/9ead139f63dfa38c4e4a9049cc64a8b2748c83b7", 2297 "reference": "9ead139f63dfa38c4e4a9049cc64a8b2748c83b7", 2298 "shasum": "" 2299 }, 2300 "require": { 2301 "php": ">=8.1" 2417 "reference": "c5ba874c9b636dbccf761e22ce750e88ec3f55e1" 2418 }, 2419 "dist": { 2420 "type": "zip", 2421 "url": "https://api.github.com/repos/symfony/process/zipball/c5ba874c9b636dbccf761e22ce750e88ec3f55e1", 2422 "reference": "c5ba874c9b636dbccf761e22ce750e88ec3f55e1", 2423 "shasum": "" 2424 }, 2425 "require": { 2426 "php": ">=7.2.5", 2427 "symfony/polyfill-php80": "^1.16" 2302 2428 }, 2303 2429 "type": "library", … … 2327 2453 "homepage": "https://symfony.com", 2328 2454 "support": { 2329 "source": "https://github.com/symfony/process/tree/v 6.2.5"2455 "source": "https://github.com/symfony/process/tree/v5.4.19" 2330 2456 }, 2331 2457 "funding": [ … … 2343 2469 } 2344 2470 ], 2345 "time": "2023-01-01T08:3 8:09+00:00"2471 "time": "2023-01-01T08:32:19+00:00" 2346 2472 }, 2347 2473 { 2348 2474 "name": "symfony/service-contracts", 2349 "version": "v 3.2.0",2475 "version": "v2.5.2", 2350 2476 "source": { 2351 2477 "type": "git", 2352 2478 "url": "https://github.com/symfony/service-contracts.git", 2353 "reference": "aac98028c69df04ee77eb69b96b86ee51fbf4b75" 2354 }, 2355 "dist": { 2356 "type": "zip", 2357 "url": "https://api.github.com/repos/symfony/service-contracts/zipball/aac98028c69df04ee77eb69b96b86ee51fbf4b75", 2358 "reference": "aac98028c69df04ee77eb69b96b86ee51fbf4b75", 2359 "shasum": "" 2360 }, 2361 "require": { 2362 "php": ">=8.1", 2363 "psr/container": "^2.0" 2479 "reference": "4b426aac47d6427cc1a1d0f7e2ac724627f5966c" 2480 }, 2481 "dist": { 2482 "type": "zip", 2483 "url": "https://api.github.com/repos/symfony/service-contracts/zipball/4b426aac47d6427cc1a1d0f7e2ac724627f5966c", 2484 "reference": "4b426aac47d6427cc1a1d0f7e2ac724627f5966c", 2485 "shasum": "" 2486 }, 2487 "require": { 2488 "php": ">=7.2.5", 2489 "psr/container": "^1.1", 2490 "symfony/deprecation-contracts": "^2.1|^3" 2364 2491 }, 2365 2492 "conflict": { … … 2372 2499 "extra": { 2373 2500 "branch-alias": { 2374 "dev-main": " 3.3-dev"2501 "dev-main": "2.5-dev" 2375 2502 }, 2376 2503 "thanks": { … … 2382 2509 "psr-4": { 2383 2510 "Symfony\\Contracts\\Service\\": "" 2384 }, 2385 "exclude-from-classmap": [ 2386 "/Test/" 2387 ] 2511 } 2388 2512 }, 2389 2513 "notification-url": "https://packagist.org/downloads/", … … 2412 2536 ], 2413 2537 "support": { 2414 "source": "https://github.com/symfony/service-contracts/tree/v 3.2.0"2538 "source": "https://github.com/symfony/service-contracts/tree/v2.5.2" 2415 2539 }, 2416 2540 "funding": [ … … 2428 2552 } 2429 2553 ], 2430 "time": "2022- 11-25T10:21:52+00:00"2554 "time": "2022-05-30T19:17:29+00:00" 2431 2555 }, 2432 2556 { 2433 2557 "name": "symfony/stopwatch", 2434 "version": "v 6.2.5",2558 "version": "v5.4.19", 2435 2559 "source": { 2436 2560 "type": "git", 2437 2561 "url": "https://github.com/symfony/stopwatch.git", 2438 "reference": " 00b6ac156aacffc53487c930e0ab14587a6607f6"2439 }, 2440 "dist": { 2441 "type": "zip", 2442 "url": "https://api.github.com/repos/symfony/stopwatch/zipball/ 00b6ac156aacffc53487c930e0ab14587a6607f6",2443 "reference": " 00b6ac156aacffc53487c930e0ab14587a6607f6",2444 "shasum": "" 2445 }, 2446 "require": { 2447 "php": ">= 8.1",2562 "reference": "bd2b066090fd6a67039371098fa25a84cb2679ec" 2563 }, 2564 "dist": { 2565 "type": "zip", 2566 "url": "https://api.github.com/repos/symfony/stopwatch/zipball/bd2b066090fd6a67039371098fa25a84cb2679ec", 2567 "reference": "bd2b066090fd6a67039371098fa25a84cb2679ec", 2568 "shasum": "" 2569 }, 2570 "require": { 2571 "php": ">=7.2.5", 2448 2572 "symfony/service-contracts": "^1|^2|^3" 2449 2573 }, … … 2474 2598 "homepage": "https://symfony.com", 2475 2599 "support": { 2476 "source": "https://github.com/symfony/stopwatch/tree/v 6.2.5"2600 "source": "https://github.com/symfony/stopwatch/tree/v5.4.19" 2477 2601 }, 2478 2602 "funding": [ … … 2490 2614 } 2491 2615 ], 2492 "time": "2023-01-01T08:3 6:55+00:00"2616 "time": "2023-01-01T08:32:19+00:00" 2493 2617 }, 2494 2618 { 2495 2619 "name": "symfony/string", 2496 "version": "v 6.2.5",2620 "version": "v5.4.19", 2497 2621 "source": { 2498 2622 "type": "git", 2499 2623 "url": "https://github.com/symfony/string.git", 2500 "reference": " b2dac0fa27b1ac0f9c0c0b23b43977f12308d0b0"2501 }, 2502 "dist": { 2503 "type": "zip", 2504 "url": "https://api.github.com/repos/symfony/string/zipball/ b2dac0fa27b1ac0f9c0c0b23b43977f12308d0b0",2505 "reference": " b2dac0fa27b1ac0f9c0c0b23b43977f12308d0b0",2506 "shasum": "" 2507 }, 2508 "require": { 2509 "php": ">= 8.1",2624 "reference": "0a01071610fd861cc160dfb7e2682ceec66064cb" 2625 }, 2626 "dist": { 2627 "type": "zip", 2628 "url": "https://api.github.com/repos/symfony/string/zipball/0a01071610fd861cc160dfb7e2682ceec66064cb", 2629 "reference": "0a01071610fd861cc160dfb7e2682ceec66064cb", 2630 "shasum": "" 2631 }, 2632 "require": { 2633 "php": ">=7.2.5", 2510 2634 "symfony/polyfill-ctype": "~1.8", 2511 2635 "symfony/polyfill-intl-grapheme": "~1.0", 2512 2636 "symfony/polyfill-intl-normalizer": "~1.0", 2513 "symfony/polyfill-mbstring": "~1.0" 2637 "symfony/polyfill-mbstring": "~1.0", 2638 "symfony/polyfill-php80": "~1.15" 2514 2639 }, 2515 2640 "conflict": { 2516 "symfony/translation-contracts": " <2.0"2641 "symfony/translation-contracts": ">=3.0" 2517 2642 }, 2518 2643 "require-dev": { 2519 "symfony/error-handler": "^5.4|^6.0", 2520 "symfony/http-client": "^5.4|^6.0", 2521 "symfony/intl": "^6.2", 2522 "symfony/translation-contracts": "^2.0|^3.0", 2523 "symfony/var-exporter": "^5.4|^6.0" 2644 "symfony/error-handler": "^4.4|^5.0|^6.0", 2645 "symfony/http-client": "^4.4|^5.0|^6.0", 2646 "symfony/translation-contracts": "^1.1|^2", 2647 "symfony/var-exporter": "^4.4|^5.0|^6.0" 2524 2648 }, 2525 2649 "type": "library", … … 2560 2684 ], 2561 2685 "support": { 2562 "source": "https://github.com/symfony/string/tree/v 6.2.5"2686 "source": "https://github.com/symfony/string/tree/v5.4.19" 2563 2687 }, 2564 2688 "funding": [ … … 2576 2700 } 2577 2701 ], 2578 "time": "2023-01-01T08:3 8:09+00:00"2702 "time": "2023-01-01T08:32:19+00:00" 2579 2703 } 2580 2704 ], … … 2584 2708 "prefer-stable": false, 2585 2709 "prefer-lowest": false, 2586 "platform": [], 2710 "platform": { 2711 "php": ">=7.4" 2712 }, 2587 2713 "platform-dev": [], 2588 2714 "plugin-api-version": "2.3.0" -
bitfinex-pay/trunk/includes/class-wc-bfx-pay-gateway.php
r2866500 r2867137 11 11 * @extends WC_Payment_Gateway 12 12 * 13 * @version 2.0. 013 * @version 2.0.1 14 14 */ 15 15 class WC_Bfx_Pay_Gateway extends WC_Payment_Gateway -
bitfinex-pay/trunk/readme.txt
r2866500 r2867137 4 4 Requires at least: 6.0 5 5 Tested up to: 6.1.1 6 Requires PHP: 8.07 Stable tag: 2.0. 06 Requires PHP: 7.4 7 Stable tag: 2.0.1 8 8 License: GPLv3 9 9 License URI: https://github.com/bitfinexcom/bfx-pay-woocommerce/blob/main/LICENSE … … 86 86 87 87 == Changelog == 88 = 2.0.1 = 89 * Fixed support for php 7.4 90 88 91 = 2.0.0 = 89 92 * Migrated to PHP 8 -
bitfinex-pay/trunk/vendor/autoload.php
r2866500 r2867137 5 5 require_once __DIR__ . '/composer/autoload_real.php'; 6 6 7 return ComposerAutoloaderInit 93859d28cc87f70770a4c4f73dd62cea::getLoader();7 return ComposerAutoloaderInitf6ab8776d3b8410d6f4893fc1c4e6953::getLoader(); -
bitfinex-pay/trunk/vendor/composer/autoload_real.php
r2866500 r2867137 3 3 // autoload_real.php @generated by Composer 4 4 5 class ComposerAutoloaderInit 93859d28cc87f70770a4c4f73dd62cea5 class ComposerAutoloaderInitf6ab8776d3b8410d6f4893fc1c4e6953 6 6 { 7 7 private static $loader; … … 25 25 require __DIR__ . '/platform_check.php'; 26 26 27 spl_autoload_register(array('ComposerAutoloaderInit 93859d28cc87f70770a4c4f73dd62cea', 'loadClassLoader'), true, true);27 spl_autoload_register(array('ComposerAutoloaderInitf6ab8776d3b8410d6f4893fc1c4e6953', 'loadClassLoader'), true, true); 28 28 self::$loader = $loader = new \Composer\Autoload\ClassLoader(\dirname(__DIR__)); 29 spl_autoload_unregister(array('ComposerAutoloaderInit 93859d28cc87f70770a4c4f73dd62cea', 'loadClassLoader'));29 spl_autoload_unregister(array('ComposerAutoloaderInitf6ab8776d3b8410d6f4893fc1c4e6953', 'loadClassLoader')); 30 30 31 31 require __DIR__ . '/autoload_static.php'; 32 \Composer\Autoload\ComposerStaticInit 93859d28cc87f70770a4c4f73dd62cea::getInitializer($loader)();32 \Composer\Autoload\ComposerStaticInitf6ab8776d3b8410d6f4893fc1c4e6953::getInitializer($loader)(); 33 33 34 34 $loader->register(true); 35 35 36 $includeFiles = \Composer\Autoload\ComposerStaticInit 93859d28cc87f70770a4c4f73dd62cea::$files;36 $includeFiles = \Composer\Autoload\ComposerStaticInitf6ab8776d3b8410d6f4893fc1c4e6953::$files; 37 37 foreach ($includeFiles as $fileIdentifier => $file) { 38 composerRequire 93859d28cc87f70770a4c4f73dd62cea($fileIdentifier, $file);38 composerRequiref6ab8776d3b8410d6f4893fc1c4e6953($fileIdentifier, $file); 39 39 } 40 40 … … 48 48 * @return void 49 49 */ 50 function composerRequire 93859d28cc87f70770a4c4f73dd62cea($fileIdentifier, $file)50 function composerRequiref6ab8776d3b8410d6f4893fc1c4e6953($fileIdentifier, $file) 51 51 { 52 52 if (empty($GLOBALS['__composer_autoload_files'][$fileIdentifier])) { -
bitfinex-pay/trunk/vendor/composer/autoload_static.php
r2866500 r2867137 5 5 namespace Composer\Autoload; 6 6 7 class ComposerStaticInit 93859d28cc87f70770a4c4f73dd62cea7 class ComposerStaticInitf6ab8776d3b8410d6f4893fc1c4e6953 8 8 { 9 9 public static $files = array ( … … 59 59 { 60 60 return \Closure::bind(function () use ($loader) { 61 $loader->prefixLengthsPsr4 = ComposerStaticInit 93859d28cc87f70770a4c4f73dd62cea::$prefixLengthsPsr4;62 $loader->prefixDirsPsr4 = ComposerStaticInit 93859d28cc87f70770a4c4f73dd62cea::$prefixDirsPsr4;63 $loader->classMap = ComposerStaticInit 93859d28cc87f70770a4c4f73dd62cea::$classMap;61 $loader->prefixLengthsPsr4 = ComposerStaticInitf6ab8776d3b8410d6f4893fc1c4e6953::$prefixLengthsPsr4; 62 $loader->prefixDirsPsr4 = ComposerStaticInitf6ab8776d3b8410d6f4893fc1c4e6953::$prefixDirsPsr4; 63 $loader->classMap = ComposerStaticInitf6ab8776d3b8410d6f4893fc1c4e6953::$classMap; 64 64 65 65 }, null, ClassLoader::class); -
bitfinex-pay/trunk/vendor/composer/installed.json
r2866500 r2867137 559 559 { 560 560 "name": "symfony/deprecation-contracts", 561 "version": "v 3.2.0",562 "version_normalized": " 3.2.0.0",561 "version": "v2.5.2", 562 "version_normalized": "2.5.2.0", 563 563 "source": { 564 564 "type": "git", 565 565 "url": "https://github.com/symfony/deprecation-contracts.git", 566 "reference": " 1ee04c65529dea5d8744774d474e7cbd2f1206d3"567 }, 568 "dist": { 569 "type": "zip", 570 "url": "https://api.github.com/repos/symfony/deprecation-contracts/zipball/ 1ee04c65529dea5d8744774d474e7cbd2f1206d3",571 "reference": " 1ee04c65529dea5d8744774d474e7cbd2f1206d3",572 "shasum": "" 573 }, 574 "require": { 575 "php": ">= 8.1"576 }, 577 "time": "2022- 11-25T10:21:52+00:00",566 "reference": "e8b495ea28c1d97b5e0c121748d6f9b53d075c66" 567 }, 568 "dist": { 569 "type": "zip", 570 "url": "https://api.github.com/repos/symfony/deprecation-contracts/zipball/e8b495ea28c1d97b5e0c121748d6f9b53d075c66", 571 "reference": "e8b495ea28c1d97b5e0c121748d6f9b53d075c66", 572 "shasum": "" 573 }, 574 "require": { 575 "php": ">=7.1" 576 }, 577 "time": "2022-01-02T09:53:40+00:00", 578 578 "type": "library", 579 579 "extra": { 580 580 "branch-alias": { 581 "dev-main": " 3.3-dev"581 "dev-main": "2.5-dev" 582 582 }, 583 583 "thanks": { … … 609 609 "homepage": "https://symfony.com", 610 610 "support": { 611 "source": "https://github.com/symfony/deprecation-contracts/tree/v 3.2.0"611 "source": "https://github.com/symfony/deprecation-contracts/tree/v2.5.2" 612 612 }, 613 613 "funding": [ -
bitfinex-pay/trunk/vendor/composer/installed.php
r2866500 r2867137 6 6 'install_path' => __DIR__ . '/../../', 7 7 'aliases' => array(), 8 'reference' => ' 6f1f6da22345f8e7b30e907d832b9ec4c51b83c0',8 'reference' => 'af104c64fe860edbef15293bd61e00a0256839c4', 9 9 'name' => '__root__', 10 10 'dev' => false, … … 17 17 'install_path' => __DIR__ . '/../../', 18 18 'aliases' => array(), 19 'reference' => ' 6f1f6da22345f8e7b30e907d832b9ec4c51b83c0',19 'reference' => 'af104c64fe860edbef15293bd61e00a0256839c4', 20 20 'dev_requirement' => false, 21 21 ), … … 102 102 ), 103 103 'symfony/deprecation-contracts' => array( 104 'pretty_version' => 'v 3.2.0',105 'version' => ' 3.2.0.0',104 'pretty_version' => 'v2.5.2', 105 'version' => '2.5.2.0', 106 106 'type' => 'library', 107 107 'install_path' => __DIR__ . '/../symfony/deprecation-contracts', 108 108 'aliases' => array(), 109 'reference' => ' 1ee04c65529dea5d8744774d474e7cbd2f1206d3',109 'reference' => 'e8b495ea28c1d97b5e0c121748d6f9b53d075c66', 110 110 'dev_requirement' => false, 111 111 ), -
bitfinex-pay/trunk/vendor/composer/platform_check.php
r2866500 r2867137 5 5 $issues = array(); 6 6 7 if (!(PHP_VERSION_ID >= 80100)) {8 $issues[] = 'Your Composer dependencies require a PHP version ">= 8.1.0". You are running ' . PHP_VERSION . '.';7 if (!(PHP_VERSION_ID >= 70400)) { 8 $issues[] = 'Your Composer dependencies require a PHP version ">= 7.4.0". You are running ' . PHP_VERSION . '.'; 9 9 } 10 10
Note: See TracChangeset
for help on using the changeset viewer.