From b4a0c23212c81cc4114d1f15dd5ca6387fbab802 Mon Sep 17 00:00:00 2001 From: fzorb Date: Fri, 10 Jan 2025 21:40:40 +0200 Subject: [PATCH] asdf --- composer.lock | 2862 ------------------------------------------------- db.db | Bin 0 -> 61440 bytes 2 files changed, 2862 deletions(-) delete mode 100644 composer.lock create mode 100644 db.db diff --git a/composer.lock b/composer.lock deleted file mode 100644 index f24ee3c..0000000 --- a/composer.lock +++ /dev/null @@ -1,2862 +0,0 @@ -{ - "_readme": [ - "This file locks the dependencies of your project to a known state", - "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", - "This file is @generated automatically" - ], - "content-hash": "0a5e2ff0cc692a81bdafa7837cac3d52", - "packages": [ - { - "name": "carbonphp/carbon-doctrine-types", - "version": "3.2.0", - "source": { - "type": "git", - "url": "https://github.com/CarbonPHP/carbon-doctrine-types.git", - "reference": "18ba5ddfec8976260ead6e866180bd5d2f71aa1d" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/CarbonPHP/carbon-doctrine-types/zipball/18ba5ddfec8976260ead6e866180bd5d2f71aa1d", - "reference": "18ba5ddfec8976260ead6e866180bd5d2f71aa1d", - "shasum": "" - }, - "require": { - "php": "^8.1" - }, - "conflict": { - "doctrine/dbal": "<4.0.0 || >=5.0.0" - }, - "require-dev": { - "doctrine/dbal": "^4.0.0", - "nesbot/carbon": "^2.71.0 || ^3.0.0", - "phpunit/phpunit": "^10.3" - }, - "type": "library", - "autoload": { - "psr-4": { - "Carbon\\Doctrine\\": "src/Carbon/Doctrine/" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "KyleKatarn", - "email": "kylekatarnls@gmail.com" - } - ], - "description": "Types to use Carbon in Doctrine", - "keywords": [ - "carbon", - "date", - "datetime", - "doctrine", - "time" - ], - "support": { - "issues": "https://github.com/CarbonPHP/carbon-doctrine-types/issues", - "source": "https://github.com/CarbonPHP/carbon-doctrine-types/tree/3.2.0" - }, - "funding": [ - { - "url": "https://github.com/kylekatarnls", - "type": "github" - }, - { - "url": "https://opencollective.com/Carbon", - "type": "open_collective" - }, - { - "url": "https://tidelift.com/funding/github/packagist/nesbot/carbon", - "type": "tidelift" - } - ], - "time": "2024-02-09T16:56:22+00:00" - }, - { - "name": "dantsu/php-image-editor", - "version": "1.4.5", - "source": { - "type": "git", - "url": "https://github.com/DantSu/php-image-editor.git", - "reference": "59a3e922000767051d380a2c530c61344f1e79ec" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/DantSu/php-image-editor/zipball/59a3e922000767051d380a2c530c61344f1e79ec", - "reference": "59a3e922000767051d380a2c530c61344f1e79ec", - "shasum": "" - }, - "require": { - "ext-gd": "*", - "php": ">=7.0" - }, - "type": "library", - "autoload": { - "psr-4": { - "DantSu\\PHPImageEditor\\": "src/" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Franck ALARY", - "homepage": "https://github.com/DantSu", - "role": "Developer" - } - ], - "description": "PHP library to easily edit image with GD extension.", - "homepage": "https://github.com/DantSu/php-image-editor", - "keywords": [ - "GD2", - "edit", - "edition", - "editor", - "image", - "photo", - "php", - "picture" - ], - "support": { - "issues": "https://github.com/DantSu/php-image-editor/issues", - "source": "https://github.com/DantSu/php-image-editor/tree/1.4.5" - }, - "funding": [ - { - "url": "https://github.com/DantSu", - "type": "github" - } - ], - "time": "2023-08-23T07:36:11+00:00" - }, - { - "name": "dantsu/php-osm-static-api", - "version": "0.6.4", - "source": { - "type": "git", - "url": "https://github.com/DantSu/php-osm-static-api.git", - "reference": "cf89dccfa4f27f6e76de0ab065b313d2f19de728" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/DantSu/php-osm-static-api/zipball/cf89dccfa4f27f6e76de0ab065b313d2f19de728", - "reference": "cf89dccfa4f27f6e76de0ab065b313d2f19de728", - "shasum": "" - }, - "require": { - "dantsu/php-image-editor": "^1.3", - "php": ">=7.0" - }, - "type": "library", - "autoload": { - "psr-4": { - "DantSu\\OpenStreetMapStaticAPI\\": "src/" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Franck ALARY", - "homepage": "https://github.com/DantSu", - "role": "Developer" - } - ], - "description": "PHP library to easily get static image from OpenStreetMap (OSM), add markers and draw lines.", - "homepage": "https://github.com/DantSu/php-osm-static-api", - "keywords": [ - "OpenStreetMap", - "api", - "image", - "map", - "maps", - "osm", - "php", - "static" - ], - "support": { - "issues": "https://github.com/DantSu/php-osm-static-api/issues", - "source": "https://github.com/DantSu/php-osm-static-api/tree/0.6.4" - }, - "funding": [ - { - "url": "https://github.com/DantSu", - "type": "github" - } - ], - "time": "2023-08-06T07:17:27+00:00" - }, - { - "name": "discord-php/http", - "version": "v10.3.8", - "source": { - "type": "git", - "url": "https://github.com/discord-php/DiscordPHP-Http.git", - "reference": "0a9981dd5f8f96071f54d45e8d6fff2c6c295eb6" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/discord-php/DiscordPHP-Http/zipball/0a9981dd5f8f96071f54d45e8d6fff2c6c295eb6", - "reference": "0a9981dd5f8f96071f54d45e8d6fff2c6c295eb6", - "shasum": "" - }, - "require": { - "php": "^7.4|^8.0", - "psr/log": "^1.1 || ^2.0 || ^3.0", - "react/http": "^1.2", - "react/promise": "^2.2 || ^3.0.0" - }, - "require-dev": { - "friendsofphp/php-cs-fixer": "^2.17", - "guzzlehttp/guzzle": "^6.0|^7.0", - "mockery/mockery": "^1.5", - "monolog/monolog": "^2.2", - "phpunit/phpunit": "^9.5", - "psy/psysh": "^0.10.6", - "react/async": "^4 || ^3" - }, - "suggest": { - "guzzlehttp/guzzle": "For alternative to ReactPHP/Http Browser" - }, - "type": "library", - "autoload": { - "psr-4": { - "Discord\\Http\\": "src/Discord", - "Tests\\Discord\\Http\\": "tests/Discord" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "David Cole", - "email": "david.cole1340@gmail.com" - } - ], - "description": "Handles HTTP requests to Discord servers", - "support": { - "issues": "https://github.com/discord-php/DiscordPHP-Http/issues", - "source": "https://github.com/discord-php/DiscordPHP-Http/tree/v10.3.8" - }, - "time": "2024-11-21T18:54:39+00:00" - }, - { - "name": "discord/interactions", - "version": "2.2.0", - "source": { - "type": "git", - "url": "https://github.com/discord/discord-interactions-php.git", - "reference": "a6fc0c877b75cf5ff5811f2ea69c5cc4ad6ac457" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/discord/discord-interactions-php/zipball/a6fc0c877b75cf5ff5811f2ea69c5cc4ad6ac457", - "reference": "a6fc0c877b75cf5ff5811f2ea69c5cc4ad6ac457", - "shasum": "" - }, - "conflict": { - "simplito/elliptic-php": "<1.0,>=1.1" - }, - "require-dev": { - "simplito/elliptic-php": "^1.0" - }, - "suggest": { - "simplito/elliptic-php": "Required to validate interaction signatures." - }, - "type": "library", - "autoload": { - "psr-4": { - "Discord\\": "discord" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Ian Webster", - "email": "ianw_php@ianww.com" - } - ], - "description": "Utils for implementing the Discord Interactions API", - "keywords": [ - "discord" - ], - "support": { - "issues": "https://github.com/discord/discord-interactions-php/issues", - "source": "https://github.com/discord/discord-interactions-php/tree/2.2.0" - }, - "time": "2022-02-09T17:58:51+00:00" - }, - { - "name": "evenement/evenement", - "version": "v3.0.2", - "source": { - "type": "git", - "url": "https://github.com/igorw/evenement.git", - "reference": "0a16b0d71ab13284339abb99d9d2bd813640efbc" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/igorw/evenement/zipball/0a16b0d71ab13284339abb99d9d2bd813640efbc", - "reference": "0a16b0d71ab13284339abb99d9d2bd813640efbc", - "shasum": "" - }, - "require": { - "php": ">=7.0" - }, - "require-dev": { - "phpunit/phpunit": "^9 || ^6" - }, - "type": "library", - "autoload": { - "psr-4": { - "Evenement\\": "src/" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Igor Wiedler", - "email": "igor@wiedler.ch" - } - ], - "description": "Événement is a very simple event dispatching library for PHP", - "keywords": [ - "event-dispatcher", - "event-emitter" - ], - "support": { - "issues": "https://github.com/igorw/evenement/issues", - "source": "https://github.com/igorw/evenement/tree/v3.0.2" - }, - "time": "2023-08-08T05:53:35+00:00" - }, - { - "name": "fig/http-message-util", - "version": "1.1.5", - "source": { - "type": "git", - "url": "https://github.com/php-fig/http-message-util.git", - "reference": "9d94dc0154230ac39e5bf89398b324a86f63f765" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/php-fig/http-message-util/zipball/9d94dc0154230ac39e5bf89398b324a86f63f765", - "reference": "9d94dc0154230ac39e5bf89398b324a86f63f765", - "shasum": "" - }, - "require": { - "php": "^5.3 || ^7.0 || ^8.0" - }, - "suggest": { - "psr/http-message": "The package containing the PSR-7 interfaces" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "1.1.x-dev" - } - }, - "autoload": { - "psr-4": { - "Fig\\Http\\Message\\": "src/" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "PHP-FIG", - "homepage": "https://www.php-fig.org/" - } - ], - "description": "Utility classes and constants for use with PSR-7 (psr/http-message)", - "keywords": [ - "http", - "http-message", - "psr", - "psr-7", - "request", - "response" - ], - "support": { - "issues": "https://github.com/php-fig/http-message-util/issues", - "source": "https://github.com/php-fig/http-message-util/tree/1.1.5" - }, - "time": "2020-11-24T22:02:12+00:00" - }, - { - "name": "guzzlehttp/guzzle", - "version": "7.9.2", - "source": { - "type": "git", - "url": "https://github.com/guzzle/guzzle.git", - "reference": "d281ed313b989f213357e3be1a179f02196ac99b" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/guzzle/guzzle/zipball/d281ed313b989f213357e3be1a179f02196ac99b", - "reference": "d281ed313b989f213357e3be1a179f02196ac99b", - "shasum": "" - }, - "require": { - "ext-json": "*", - "guzzlehttp/promises": "^1.5.3 || ^2.0.3", - "guzzlehttp/psr7": "^2.7.0", - "php": "^7.2.5 || ^8.0", - "psr/http-client": "^1.0", - "symfony/deprecation-contracts": "^2.2 || ^3.0" - }, - "provide": { - "psr/http-client-implementation": "1.0" - }, - "require-dev": { - "bamarni/composer-bin-plugin": "^1.8.2", - "ext-curl": "*", - "guzzle/client-integration-tests": "3.0.2", - "php-http/message-factory": "^1.1", - "phpunit/phpunit": "^8.5.39 || ^9.6.20", - "psr/log": "^1.1 || ^2.0 || ^3.0" - }, - "suggest": { - "ext-curl": "Required for CURL handler support", - "ext-intl": "Required for Internationalized Domain Name (IDN) support", - "psr/log": "Required for using the Log middleware" - }, - "type": "library", - "extra": { - "bamarni-bin": { - "bin-links": true, - "forward-command": false - } - }, - "autoload": { - "files": [ - "src/functions_include.php" - ], - "psr-4": { - "GuzzleHttp\\": "src/" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Graham Campbell", - "email": "hello@gjcampbell.co.uk", - "homepage": "https://github.com/GrahamCampbell" - }, - { - "name": "Michael Dowling", - "email": "mtdowling@gmail.com", - "homepage": "https://github.com/mtdowling" - }, - { - "name": "Jeremy Lindblom", - "email": "jeremeamia@gmail.com", - "homepage": "https://github.com/jeremeamia" - }, - { - "name": "George Mponos", - "email": "gmponos@gmail.com", - "homepage": "https://github.com/gmponos" - }, - { - "name": "Tobias Nyholm", - "email": "tobias.nyholm@gmail.com", - "homepage": "https://github.com/Nyholm" - }, - { - "name": "Márk Sági-Kazár", - "email": "mark.sagikazar@gmail.com", - "homepage": "https://github.com/sagikazarmark" - }, - { - "name": "Tobias Schultze", - "email": "webmaster@tubo-world.de", - "homepage": "https://github.com/Tobion" - } - ], - "description": "Guzzle is a PHP HTTP client library", - "keywords": [ - "client", - "curl", - "framework", - "http", - "http client", - "psr-18", - "psr-7", - "rest", - "web service" - ], - "support": { - "issues": "https://github.com/guzzle/guzzle/issues", - "source": "https://github.com/guzzle/guzzle/tree/7.9.2" - }, - "funding": [ - { - "url": "https://github.com/GrahamCampbell", - "type": "github" - }, - { - "url": "https://github.com/Nyholm", - "type": "github" - }, - { - "url": "https://tidelift.com/funding/github/packagist/guzzlehttp/guzzle", - "type": "tidelift" - } - ], - "time": "2024-07-24T11:22:20+00:00" - }, - { - "name": "guzzlehttp/promises", - "version": "2.0.4", - "source": { - "type": "git", - "url": "https://github.com/guzzle/promises.git", - "reference": "f9c436286ab2892c7db7be8c8da4ef61ccf7b455" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/guzzle/promises/zipball/f9c436286ab2892c7db7be8c8da4ef61ccf7b455", - "reference": "f9c436286ab2892c7db7be8c8da4ef61ccf7b455", - "shasum": "" - }, - "require": { - "php": "^7.2.5 || ^8.0" - }, - "require-dev": { - "bamarni/composer-bin-plugin": "^1.8.2", - "phpunit/phpunit": "^8.5.39 || ^9.6.20" - }, - "type": "library", - "extra": { - "bamarni-bin": { - "bin-links": true, - "forward-command": false - } - }, - "autoload": { - "psr-4": { - "GuzzleHttp\\Promise\\": "src/" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Graham Campbell", - "email": "hello@gjcampbell.co.uk", - "homepage": "https://github.com/GrahamCampbell" - }, - { - "name": "Michael Dowling", - "email": "mtdowling@gmail.com", - "homepage": "https://github.com/mtdowling" - }, - { - "name": "Tobias Nyholm", - "email": "tobias.nyholm@gmail.com", - "homepage": "https://github.com/Nyholm" - }, - { - "name": "Tobias Schultze", - "email": "webmaster@tubo-world.de", - "homepage": "https://github.com/Tobion" - } - ], - "description": "Guzzle promises library", - "keywords": [ - "promise" - ], - "support": { - "issues": "https://github.com/guzzle/promises/issues", - "source": "https://github.com/guzzle/promises/tree/2.0.4" - }, - "funding": [ - { - "url": "https://github.com/GrahamCampbell", - "type": "github" - }, - { - "url": "https://github.com/Nyholm", - "type": "github" - }, - { - "url": "https://tidelift.com/funding/github/packagist/guzzlehttp/promises", - "type": "tidelift" - } - ], - "time": "2024-10-17T10:06:22+00:00" - }, - { - "name": "guzzlehttp/psr7", - "version": "2.7.0", - "source": { - "type": "git", - "url": "https://github.com/guzzle/psr7.git", - "reference": "a70f5c95fb43bc83f07c9c948baa0dc1829bf201" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/guzzle/psr7/zipball/a70f5c95fb43bc83f07c9c948baa0dc1829bf201", - "reference": "a70f5c95fb43bc83f07c9c948baa0dc1829bf201", - "shasum": "" - }, - "require": { - "php": "^7.2.5 || ^8.0", - "psr/http-factory": "^1.0", - "psr/http-message": "^1.1 || ^2.0", - "ralouphie/getallheaders": "^3.0" - }, - "provide": { - "psr/http-factory-implementation": "1.0", - "psr/http-message-implementation": "1.0" - }, - "require-dev": { - "bamarni/composer-bin-plugin": "^1.8.2", - "http-interop/http-factory-tests": "0.9.0", - "phpunit/phpunit": "^8.5.39 || ^9.6.20" - }, - "suggest": { - "laminas/laminas-httphandlerrunner": "Emit PSR-7 responses" - }, - "type": "library", - "extra": { - "bamarni-bin": { - "bin-links": true, - "forward-command": false - } - }, - "autoload": { - "psr-4": { - "GuzzleHttp\\Psr7\\": "src/" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Graham Campbell", - "email": "hello@gjcampbell.co.uk", - "homepage": "https://github.com/GrahamCampbell" - }, - { - "name": "Michael Dowling", - "email": "mtdowling@gmail.com", - "homepage": "https://github.com/mtdowling" - }, - { - "name": "George Mponos", - "email": "gmponos@gmail.com", - "homepage": "https://github.com/gmponos" - }, - { - "name": "Tobias Nyholm", - "email": "tobias.nyholm@gmail.com", - "homepage": "https://github.com/Nyholm" - }, - { - "name": "Márk Sági-Kazár", - "email": "mark.sagikazar@gmail.com", - "homepage": "https://github.com/sagikazarmark" - }, - { - "name": "Tobias Schultze", - "email": "webmaster@tubo-world.de", - "homepage": "https://github.com/Tobion" - }, - { - "name": "Márk Sági-Kazár", - "email": "mark.sagikazar@gmail.com", - "homepage": "https://sagikazarmark.hu" - } - ], - "description": "PSR-7 message implementation that also provides common utility methods", - "keywords": [ - "http", - "message", - "psr-7", - "request", - "response", - "stream", - "uri", - "url" - ], - "support": { - "issues": "https://github.com/guzzle/psr7/issues", - "source": "https://github.com/guzzle/psr7/tree/2.7.0" - }, - "funding": [ - { - "url": "https://github.com/GrahamCampbell", - "type": "github" - }, - { - "url": "https://github.com/Nyholm", - "type": "github" - }, - { - "url": "https://tidelift.com/funding/github/packagist/guzzlehttp/psr7", - "type": "tidelift" - } - ], - "time": "2024-07-18T11:15:46+00:00" - }, - { - "name": "monolog/monolog", - "version": "3.8.1", - "source": { - "type": "git", - "url": "https://github.com/Seldaek/monolog.git", - "reference": "aef6ee73a77a66e404dd6540934a9ef1b3c855b4" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/Seldaek/monolog/zipball/aef6ee73a77a66e404dd6540934a9ef1b3c855b4", - "reference": "aef6ee73a77a66e404dd6540934a9ef1b3c855b4", - "shasum": "" - }, - "require": { - "php": ">=8.1", - "psr/log": "^2.0 || ^3.0" - }, - "provide": { - "psr/log-implementation": "3.0.0" - }, - "require-dev": { - "aws/aws-sdk-php": "^3.0", - "doctrine/couchdb": "~1.0@dev", - "elasticsearch/elasticsearch": "^7 || ^8", - "ext-json": "*", - "graylog2/gelf-php": "^1.4.2 || ^2.0", - "guzzlehttp/guzzle": "^7.4.5", - "guzzlehttp/psr7": "^2.2", - "mongodb/mongodb": "^1.8", - "php-amqplib/php-amqplib": "~2.4 || ^3", - "php-console/php-console": "^3.1.8", - "phpstan/phpstan": "^2", - "phpstan/phpstan-deprecation-rules": "^2", - "phpstan/phpstan-strict-rules": "^2", - "phpunit/phpunit": "^10.5.17 || ^11.0.7", - "predis/predis": "^1.1 || ^2", - "rollbar/rollbar": "^4.0", - "ruflin/elastica": "^7 || ^8", - "symfony/mailer": "^5.4 || ^6", - "symfony/mime": "^5.4 || ^6" - }, - "suggest": { - "aws/aws-sdk-php": "Allow sending log messages to AWS services like DynamoDB", - "doctrine/couchdb": "Allow sending log messages to a CouchDB server", - "elasticsearch/elasticsearch": "Allow sending log messages to an Elasticsearch server via official client", - "ext-amqp": "Allow sending log messages to an AMQP server (1.0+ required)", - "ext-curl": "Required to send log messages using the IFTTTHandler, the LogglyHandler, the SendGridHandler, the SlackWebhookHandler or the TelegramBotHandler", - "ext-mbstring": "Allow to work properly with unicode symbols", - "ext-mongodb": "Allow sending log messages to a MongoDB server (via driver)", - "ext-openssl": "Required to send log messages using SSL", - "ext-sockets": "Allow sending log messages to a Syslog server (via UDP driver)", - "graylog2/gelf-php": "Allow sending log messages to a GrayLog2 server", - "mongodb/mongodb": "Allow sending log messages to a MongoDB server (via library)", - "php-amqplib/php-amqplib": "Allow sending log messages to an AMQP server using php-amqplib", - "rollbar/rollbar": "Allow sending log messages to Rollbar", - "ruflin/elastica": "Allow sending log messages to an Elastic Search server" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-main": "3.x-dev" - } - }, - "autoload": { - "psr-4": { - "Monolog\\": "src/Monolog" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Jordi Boggiano", - "email": "j.boggiano@seld.be", - "homepage": "https://seld.be" - } - ], - "description": "Sends your logs to files, sockets, inboxes, databases and various web services", - "homepage": "https://github.com/Seldaek/monolog", - "keywords": [ - "log", - "logging", - "psr-3" - ], - "support": { - "issues": "https://github.com/Seldaek/monolog/issues", - "source": "https://github.com/Seldaek/monolog/tree/3.8.1" - }, - "funding": [ - { - "url": "https://github.com/Seldaek", - "type": "github" - }, - { - "url": "https://tidelift.com/funding/github/packagist/monolog/monolog", - "type": "tidelift" - } - ], - "time": "2024-12-05T17:15:07+00:00" - }, - { - "name": "nesbot/carbon", - "version": "3.8.4", - "source": { - "type": "git", - "url": "https://github.com/CarbonPHP/carbon.git", - "reference": "129700ed449b1f02d70272d2ac802357c8c30c58" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/CarbonPHP/carbon/zipball/129700ed449b1f02d70272d2ac802357c8c30c58", - "reference": "129700ed449b1f02d70272d2ac802357c8c30c58", - "shasum": "" - }, - "require": { - "carbonphp/carbon-doctrine-types": "<100.0", - "ext-json": "*", - "php": "^8.1", - "psr/clock": "^1.0", - "symfony/clock": "^6.3 || ^7.0", - "symfony/polyfill-mbstring": "^1.0", - "symfony/translation": "^4.4.18 || ^5.2.1|| ^6.0 || ^7.0" - }, - "provide": { - "psr/clock-implementation": "1.0" - }, - "require-dev": { - "doctrine/dbal": "^3.6.3 || ^4.0", - "doctrine/orm": "^2.15.2 || ^3.0", - "friendsofphp/php-cs-fixer": "^3.57.2", - "kylekatarnls/multi-tester": "^2.5.3", - "ondrejmirtes/better-reflection": "^6.25.0.4", - "phpmd/phpmd": "^2.15.0", - "phpstan/extension-installer": "^1.3.1", - "phpstan/phpstan": "^1.11.2", - "phpunit/phpunit": "^10.5.20", - "squizlabs/php_codesniffer": "^3.9.0" - }, - "bin": [ - "bin/carbon" - ], - "type": "library", - "extra": { - "laravel": { - "providers": [ - "Carbon\\Laravel\\ServiceProvider" - ] - }, - "phpstan": { - "includes": [ - "extension.neon" - ] - }, - "branch-alias": { - "dev-2.x": "2.x-dev", - "dev-master": "3.x-dev" - } - }, - "autoload": { - "psr-4": { - "Carbon\\": "src/Carbon/" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Brian Nesbitt", - "email": "brian@nesbot.com", - "homepage": "https://markido.com" - }, - { - "name": "kylekatarnls", - "homepage": "https://github.com/kylekatarnls" - } - ], - "description": "An API extension for DateTime that supports 281 different languages.", - "homepage": "https://carbon.nesbot.com", - "keywords": [ - "date", - "datetime", - "time" - ], - "support": { - "docs": "https://carbon.nesbot.com/docs", - "issues": "https://github.com/briannesbitt/Carbon/issues", - "source": "https://github.com/briannesbitt/Carbon" - }, - "funding": [ - { - "url": "https://github.com/sponsors/kylekatarnls", - "type": "github" - }, - { - "url": "https://opencollective.com/Carbon#sponsor", - "type": "opencollective" - }, - { - "url": "https://tidelift.com/subscription/pkg/packagist-nesbot-carbon?utm_source=packagist-nesbot-carbon&utm_medium=referral&utm_campaign=readme", - "type": "tidelift" - } - ], - "time": "2024-12-27T09:25:35+00:00" - }, - { - "name": "psr/clock", - "version": "1.0.0", - "source": { - "type": "git", - "url": "https://github.com/php-fig/clock.git", - "reference": "e41a24703d4560fd0acb709162f73b8adfc3aa0d" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/php-fig/clock/zipball/e41a24703d4560fd0acb709162f73b8adfc3aa0d", - "reference": "e41a24703d4560fd0acb709162f73b8adfc3aa0d", - "shasum": "" - }, - "require": { - "php": "^7.0 || ^8.0" - }, - "type": "library", - "autoload": { - "psr-4": { - "Psr\\Clock\\": "src/" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "PHP-FIG", - "homepage": "https://www.php-fig.org/" - } - ], - "description": "Common interface for reading the clock.", - "homepage": "https://github.com/php-fig/clock", - "keywords": [ - "clock", - "now", - "psr", - "psr-20", - "time" - ], - "support": { - "issues": "https://github.com/php-fig/clock/issues", - "source": "https://github.com/php-fig/clock/tree/1.0.0" - }, - "time": "2022-11-25T14:36:26+00:00" - }, - { - "name": "psr/http-client", - "version": "1.0.3", - "source": { - "type": "git", - "url": "https://github.com/php-fig/http-client.git", - "reference": "bb5906edc1c324c9a05aa0873d40117941e5fa90" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/php-fig/http-client/zipball/bb5906edc1c324c9a05aa0873d40117941e5fa90", - "reference": "bb5906edc1c324c9a05aa0873d40117941e5fa90", - "shasum": "" - }, - "require": { - "php": "^7.0 || ^8.0", - "psr/http-message": "^1.0 || ^2.0" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "1.0.x-dev" - } - }, - "autoload": { - "psr-4": { - "Psr\\Http\\Client\\": "src/" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "PHP-FIG", - "homepage": "https://www.php-fig.org/" - } - ], - "description": "Common interface for HTTP clients", - "homepage": "https://github.com/php-fig/http-client", - "keywords": [ - "http", - "http-client", - "psr", - "psr-18" - ], - "support": { - "source": "https://github.com/php-fig/http-client" - }, - "time": "2023-09-23T14:17:50+00:00" - }, - { - "name": "psr/http-factory", - "version": "1.1.0", - "source": { - "type": "git", - "url": "https://github.com/php-fig/http-factory.git", - "reference": "2b4765fddfe3b508ac62f829e852b1501d3f6e8a" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/php-fig/http-factory/zipball/2b4765fddfe3b508ac62f829e852b1501d3f6e8a", - "reference": "2b4765fddfe3b508ac62f829e852b1501d3f6e8a", - "shasum": "" - }, - "require": { - "php": ">=7.1", - "psr/http-message": "^1.0 || ^2.0" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "1.0.x-dev" - } - }, - "autoload": { - "psr-4": { - "Psr\\Http\\Message\\": "src/" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "PHP-FIG", - "homepage": "https://www.php-fig.org/" - } - ], - "description": "PSR-17: Common interfaces for PSR-7 HTTP message factories", - "keywords": [ - "factory", - "http", - "message", - "psr", - "psr-17", - "psr-7", - "request", - "response" - ], - "support": { - "source": "https://github.com/php-fig/http-factory" - }, - "time": "2024-04-15T12:06:14+00:00" - }, - { - "name": "psr/http-message", - "version": "1.1", - "source": { - "type": "git", - "url": "https://github.com/php-fig/http-message.git", - "reference": "cb6ce4845ce34a8ad9e68117c10ee90a29919eba" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/php-fig/http-message/zipball/cb6ce4845ce34a8ad9e68117c10ee90a29919eba", - "reference": "cb6ce4845ce34a8ad9e68117c10ee90a29919eba", - "shasum": "" - }, - "require": { - "php": "^7.2 || ^8.0" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "1.1.x-dev" - } - }, - "autoload": { - "psr-4": { - "Psr\\Http\\Message\\": "src/" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "PHP-FIG", - "homepage": "http://www.php-fig.org/" - } - ], - "description": "Common interface for HTTP messages", - "homepage": "https://github.com/php-fig/http-message", - "keywords": [ - "http", - "http-message", - "psr", - "psr-7", - "request", - "response" - ], - "support": { - "source": "https://github.com/php-fig/http-message/tree/1.1" - }, - "time": "2023-04-04T09:50:52+00:00" - }, - { - "name": "psr/log", - "version": "3.0.2", - "source": { - "type": "git", - "url": "https://github.com/php-fig/log.git", - "reference": "f16e1d5863e37f8d8c2a01719f5b34baa2b714d3" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/php-fig/log/zipball/f16e1d5863e37f8d8c2a01719f5b34baa2b714d3", - "reference": "f16e1d5863e37f8d8c2a01719f5b34baa2b714d3", - "shasum": "" - }, - "require": { - "php": ">=8.0.0" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "3.x-dev" - } - }, - "autoload": { - "psr-4": { - "Psr\\Log\\": "src" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "PHP-FIG", - "homepage": "https://www.php-fig.org/" - } - ], - "description": "Common interface for logging libraries", - "homepage": "https://github.com/php-fig/log", - "keywords": [ - "log", - "psr", - "psr-3" - ], - "support": { - "source": "https://github.com/php-fig/log/tree/3.0.2" - }, - "time": "2024-09-11T13:17:53+00:00" - }, - { - "name": "psr/simple-cache", - "version": "3.0.0", - "source": { - "type": "git", - "url": "https://github.com/php-fig/simple-cache.git", - "reference": "764e0b3939f5ca87cb904f570ef9be2d78a07865" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/php-fig/simple-cache/zipball/764e0b3939f5ca87cb904f570ef9be2d78a07865", - "reference": "764e0b3939f5ca87cb904f570ef9be2d78a07865", - "shasum": "" - }, - "require": { - "php": ">=8.0.0" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "3.0.x-dev" - } - }, - "autoload": { - "psr-4": { - "Psr\\SimpleCache\\": "src/" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "PHP-FIG", - "homepage": "https://www.php-fig.org/" - } - ], - "description": "Common interfaces for simple caching", - "keywords": [ - "cache", - "caching", - "psr", - "psr-16", - "simple-cache" - ], - "support": { - "source": "https://github.com/php-fig/simple-cache/tree/3.0.0" - }, - "time": "2021-10-29T13:26:27+00:00" - }, - { - "name": "ralouphie/getallheaders", - "version": "3.0.3", - "source": { - "type": "git", - "url": "https://github.com/ralouphie/getallheaders.git", - "reference": "120b605dfeb996808c31b6477290a714d356e822" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/ralouphie/getallheaders/zipball/120b605dfeb996808c31b6477290a714d356e822", - "reference": "120b605dfeb996808c31b6477290a714d356e822", - "shasum": "" - }, - "require": { - "php": ">=5.6" - }, - "require-dev": { - "php-coveralls/php-coveralls": "^2.1", - "phpunit/phpunit": "^5 || ^6.5" - }, - "type": "library", - "autoload": { - "files": [ - "src/getallheaders.php" - ] - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Ralph Khattar", - "email": "ralph.khattar@gmail.com" - } - ], - "description": "A polyfill for getallheaders.", - "support": { - "issues": "https://github.com/ralouphie/getallheaders/issues", - "source": "https://github.com/ralouphie/getallheaders/tree/develop" - }, - "time": "2019-03-08T08:55:37+00:00" - }, - { - "name": "ratchet/pawl", - "version": "v0.4.1", - "source": { - "type": "git", - "url": "https://github.com/ratchetphp/Pawl.git", - "reference": "af70198bab77a582b31169d3cc3982bed25c161f" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/ratchetphp/Pawl/zipball/af70198bab77a582b31169d3cc3982bed25c161f", - "reference": "af70198bab77a582b31169d3cc3982bed25c161f", - "shasum": "" - }, - "require": { - "evenement/evenement": "^3.0 || ^2.0", - "guzzlehttp/psr7": "^2.0 || ^1.7", - "php": ">=5.4", - "ratchet/rfc6455": "^0.3.1", - "react/socket": "^1.9" - }, - "require-dev": { - "phpunit/phpunit": "^9.3 || ^5.7 || ^4.8" - }, - "suggest": { - "reactivex/rxphp": "~2.0" - }, - "type": "library", - "autoload": { - "files": [ - "src/functions_include.php" - ], - "psr-4": { - "Ratchet\\Client\\": "src" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "description": "Asynchronous WebSocket client", - "keywords": [ - "Ratchet", - "async", - "client", - "websocket", - "websocket client" - ], - "support": { - "issues": "https://github.com/ratchetphp/Pawl/issues", - "source": "https://github.com/ratchetphp/Pawl/tree/v0.4.1" - }, - "time": "2021-12-10T14:32:34+00:00" - }, - { - "name": "ratchet/rfc6455", - "version": "v0.3.1", - "source": { - "type": "git", - "url": "https://github.com/ratchetphp/RFC6455.git", - "reference": "7c964514e93456a52a99a20fcfa0de242a43ccdb" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/ratchetphp/RFC6455/zipball/7c964514e93456a52a99a20fcfa0de242a43ccdb", - "reference": "7c964514e93456a52a99a20fcfa0de242a43ccdb", - "shasum": "" - }, - "require": { - "guzzlehttp/psr7": "^2 || ^1.7", - "php": ">=5.4.2" - }, - "require-dev": { - "phpunit/phpunit": "^5.7", - "react/socket": "^1.3" - }, - "type": "library", - "autoload": { - "psr-4": { - "Ratchet\\RFC6455\\": "src" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Chris Boden", - "email": "cboden@gmail.com", - "role": "Developer" - }, - { - "name": "Matt Bonneau", - "role": "Developer" - } - ], - "description": "RFC6455 WebSocket protocol handler", - "homepage": "http://socketo.me", - "keywords": [ - "WebSockets", - "rfc6455", - "websocket" - ], - "support": { - "chat": "https://gitter.im/reactphp/reactphp", - "issues": "https://github.com/ratchetphp/RFC6455/issues", - "source": "https://github.com/ratchetphp/RFC6455/tree/v0.3.1" - }, - "time": "2021-12-09T23:20:49+00:00" - }, - { - "name": "react/async", - "version": "v4.3.0", - "source": { - "type": "git", - "url": "https://github.com/reactphp/async.git", - "reference": "635d50e30844a484495713e8cb8d9e079c0008a5" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/reactphp/async/zipball/635d50e30844a484495713e8cb8d9e079c0008a5", - "reference": "635d50e30844a484495713e8cb8d9e079c0008a5", - "shasum": "" - }, - "require": { - "php": ">=8.1", - "react/event-loop": "^1.2", - "react/promise": "^3.2 || ^2.8 || ^1.2.1" - }, - "require-dev": { - "phpstan/phpstan": "1.10.39", - "phpunit/phpunit": "^9.6" - }, - "type": "library", - "autoload": { - "files": [ - "src/functions_include.php" - ], - "psr-4": { - "React\\Async\\": "src/" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Christian Lück", - "email": "christian@clue.engineering", - "homepage": "https://clue.engineering/" - }, - { - "name": "Cees-Jan Kiewiet", - "email": "reactphp@ceesjankiewiet.nl", - "homepage": "https://wyrihaximus.net/" - }, - { - "name": "Jan Sorgalla", - "email": "jsorgalla@gmail.com", - "homepage": "https://sorgalla.com/" - }, - { - "name": "Chris Boden", - "email": "cboden@gmail.com", - "homepage": "https://cboden.dev/" - } - ], - "description": "Async utilities and fibers for ReactPHP", - "keywords": [ - "async", - "reactphp" - ], - "support": { - "issues": "https://github.com/reactphp/async/issues", - "source": "https://github.com/reactphp/async/tree/v4.3.0" - }, - "funding": [ - { - "url": "https://opencollective.com/reactphp", - "type": "open_collective" - } - ], - "time": "2024-06-04T14:40:02+00:00" - }, - { - "name": "react/cache", - "version": "v1.2.0", - "source": { - "type": "git", - "url": "https://github.com/reactphp/cache.git", - "reference": "d47c472b64aa5608225f47965a484b75c7817d5b" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/reactphp/cache/zipball/d47c472b64aa5608225f47965a484b75c7817d5b", - "reference": "d47c472b64aa5608225f47965a484b75c7817d5b", - "shasum": "" - }, - "require": { - "php": ">=5.3.0", - "react/promise": "^3.0 || ^2.0 || ^1.1" - }, - "require-dev": { - "phpunit/phpunit": "^9.5 || ^5.7 || ^4.8.35" - }, - "type": "library", - "autoload": { - "psr-4": { - "React\\Cache\\": "src/" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Christian Lück", - "email": "christian@clue.engineering", - "homepage": "https://clue.engineering/" - }, - { - "name": "Cees-Jan Kiewiet", - "email": "reactphp@ceesjankiewiet.nl", - "homepage": "https://wyrihaximus.net/" - }, - { - "name": "Jan Sorgalla", - "email": "jsorgalla@gmail.com", - "homepage": "https://sorgalla.com/" - }, - { - "name": "Chris Boden", - "email": "cboden@gmail.com", - "homepage": "https://cboden.dev/" - } - ], - "description": "Async, Promise-based cache interface for ReactPHP", - "keywords": [ - "cache", - "caching", - "promise", - "reactphp" - ], - "support": { - "issues": "https://github.com/reactphp/cache/issues", - "source": "https://github.com/reactphp/cache/tree/v1.2.0" - }, - "funding": [ - { - "url": "https://opencollective.com/reactphp", - "type": "open_collective" - } - ], - "time": "2022-11-30T15:59:55+00:00" - }, - { - "name": "react/child-process", - "version": "v0.6.6", - "source": { - "type": "git", - "url": "https://github.com/reactphp/child-process.git", - "reference": "1721e2b93d89b745664353b9cfc8f155ba8a6159" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/reactphp/child-process/zipball/1721e2b93d89b745664353b9cfc8f155ba8a6159", - "reference": "1721e2b93d89b745664353b9cfc8f155ba8a6159", - "shasum": "" - }, - "require": { - "evenement/evenement": "^3.0 || ^2.0 || ^1.0", - "php": ">=5.3.0", - "react/event-loop": "^1.2", - "react/stream": "^1.4" - }, - "require-dev": { - "phpunit/phpunit": "^9.6 || ^5.7 || ^4.8.36", - "react/socket": "^1.16", - "sebastian/environment": "^5.0 || ^3.0 || ^2.0 || ^1.0" - }, - "type": "library", - "autoload": { - "psr-4": { - "React\\ChildProcess\\": "src/" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Christian Lück", - "email": "christian@clue.engineering", - "homepage": "https://clue.engineering/" - }, - { - "name": "Cees-Jan Kiewiet", - "email": "reactphp@ceesjankiewiet.nl", - "homepage": "https://wyrihaximus.net/" - }, - { - "name": "Jan Sorgalla", - "email": "jsorgalla@gmail.com", - "homepage": "https://sorgalla.com/" - }, - { - "name": "Chris Boden", - "email": "cboden@gmail.com", - "homepage": "https://cboden.dev/" - } - ], - "description": "Event-driven library for executing child processes with ReactPHP.", - "keywords": [ - "event-driven", - "process", - "reactphp" - ], - "support": { - "issues": "https://github.com/reactphp/child-process/issues", - "source": "https://github.com/reactphp/child-process/tree/v0.6.6" - }, - "funding": [ - { - "url": "https://opencollective.com/reactphp", - "type": "open_collective" - } - ], - "time": "2025-01-01T16:37:48+00:00" - }, - { - "name": "react/datagram", - "version": "v1.10.0", - "source": { - "type": "git", - "url": "https://github.com/reactphp/datagram.git", - "reference": "9236e1f5a67a6029be17d551e9858c487836c301" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/reactphp/datagram/zipball/9236e1f5a67a6029be17d551e9858c487836c301", - "reference": "9236e1f5a67a6029be17d551e9858c487836c301", - "shasum": "" - }, - "require": { - "evenement/evenement": "^3.0 || ^2.0 || ^1.0", - "php": ">=5.3", - "react/dns": "^1.13", - "react/event-loop": "^1.2", - "react/promise": "^3.2 || ^2.1 || ^1.2" - }, - "require-dev": { - "phpunit/phpunit": "^9.6 || ^5.7 || ^4.8.36", - "react/async": "^4.3 || ^3 || ^2" - }, - "type": "library", - "autoload": { - "psr-4": { - "React\\Datagram\\": "src/" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Christian Lück", - "email": "christian@clue.engineering", - "homepage": "https://clue.engineering/" - }, - { - "name": "Cees-Jan Kiewiet", - "email": "reactphp@ceesjankiewiet.nl", - "homepage": "https://wyrihaximus.net/" - }, - { - "name": "Jan Sorgalla", - "email": "jsorgalla@gmail.com", - "homepage": "https://sorgalla.com/" - }, - { - "name": "Chris Boden", - "email": "cboden@gmail.com", - "homepage": "https://cboden.dev/" - } - ], - "description": "Event-driven UDP datagram socket client and server for ReactPHP", - "homepage": "https://github.com/reactphp/datagram", - "keywords": [ - "Socket", - "async", - "client", - "datagram", - "dgram", - "reactphp", - "server", - "udp" - ], - "support": { - "issues": "https://github.com/reactphp/datagram/issues", - "source": "https://github.com/reactphp/datagram/tree/v1.10.0" - }, - "funding": [ - { - "url": "https://opencollective.com/reactphp", - "type": "open_collective" - } - ], - "time": "2024-09-06T11:22:35+00:00" - }, - { - "name": "react/dns", - "version": "v1.13.0", - "source": { - "type": "git", - "url": "https://github.com/reactphp/dns.git", - "reference": "eb8ae001b5a455665c89c1df97f6fb682f8fb0f5" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/reactphp/dns/zipball/eb8ae001b5a455665c89c1df97f6fb682f8fb0f5", - "reference": "eb8ae001b5a455665c89c1df97f6fb682f8fb0f5", - "shasum": "" - }, - "require": { - "php": ">=5.3.0", - "react/cache": "^1.0 || ^0.6 || ^0.5", - "react/event-loop": "^1.2", - "react/promise": "^3.2 || ^2.7 || ^1.2.1" - }, - "require-dev": { - "phpunit/phpunit": "^9.6 || ^5.7 || ^4.8.36", - "react/async": "^4.3 || ^3 || ^2", - "react/promise-timer": "^1.11" - }, - "type": "library", - "autoload": { - "psr-4": { - "React\\Dns\\": "src/" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Christian Lück", - "email": "christian@clue.engineering", - "homepage": "https://clue.engineering/" - }, - { - "name": "Cees-Jan Kiewiet", - "email": "reactphp@ceesjankiewiet.nl", - "homepage": "https://wyrihaximus.net/" - }, - { - "name": "Jan Sorgalla", - "email": "jsorgalla@gmail.com", - "homepage": "https://sorgalla.com/" - }, - { - "name": "Chris Boden", - "email": "cboden@gmail.com", - "homepage": "https://cboden.dev/" - } - ], - "description": "Async DNS resolver for ReactPHP", - "keywords": [ - "async", - "dns", - "dns-resolver", - "reactphp" - ], - "support": { - "issues": "https://github.com/reactphp/dns/issues", - "source": "https://github.com/reactphp/dns/tree/v1.13.0" - }, - "funding": [ - { - "url": "https://opencollective.com/reactphp", - "type": "open_collective" - } - ], - "time": "2024-06-13T14:18:03+00:00" - }, - { - "name": "react/event-loop", - "version": "v1.5.0", - "source": { - "type": "git", - "url": "https://github.com/reactphp/event-loop.git", - "reference": "bbe0bd8c51ffc05ee43f1729087ed3bdf7d53354" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/reactphp/event-loop/zipball/bbe0bd8c51ffc05ee43f1729087ed3bdf7d53354", - "reference": "bbe0bd8c51ffc05ee43f1729087ed3bdf7d53354", - "shasum": "" - }, - "require": { - "php": ">=5.3.0" - }, - "require-dev": { - "phpunit/phpunit": "^9.6 || ^5.7 || ^4.8.36" - }, - "suggest": { - "ext-pcntl": "For signal handling support when using the StreamSelectLoop" - }, - "type": "library", - "autoload": { - "psr-4": { - "React\\EventLoop\\": "src/" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Christian Lück", - "email": "christian@clue.engineering", - "homepage": "https://clue.engineering/" - }, - { - "name": "Cees-Jan Kiewiet", - "email": "reactphp@ceesjankiewiet.nl", - "homepage": "https://wyrihaximus.net/" - }, - { - "name": "Jan Sorgalla", - "email": "jsorgalla@gmail.com", - "homepage": "https://sorgalla.com/" - }, - { - "name": "Chris Boden", - "email": "cboden@gmail.com", - "homepage": "https://cboden.dev/" - } - ], - "description": "ReactPHP's core reactor event loop that libraries can use for evented I/O.", - "keywords": [ - "asynchronous", - "event-loop" - ], - "support": { - "issues": "https://github.com/reactphp/event-loop/issues", - "source": "https://github.com/reactphp/event-loop/tree/v1.5.0" - }, - "funding": [ - { - "url": "https://opencollective.com/reactphp", - "type": "open_collective" - } - ], - "time": "2023-11-13T13:48:05+00:00" - }, - { - "name": "react/http", - "version": "v1.11.0", - "source": { - "type": "git", - "url": "https://github.com/reactphp/http.git", - "reference": "8db02de41dcca82037367f67a2d4be365b1c4db9" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/reactphp/http/zipball/8db02de41dcca82037367f67a2d4be365b1c4db9", - "reference": "8db02de41dcca82037367f67a2d4be365b1c4db9", - "shasum": "" - }, - "require": { - "evenement/evenement": "^3.0 || ^2.0 || ^1.0", - "fig/http-message-util": "^1.1", - "php": ">=5.3.0", - "psr/http-message": "^1.0", - "react/event-loop": "^1.2", - "react/promise": "^3.2 || ^2.3 || ^1.2.1", - "react/socket": "^1.16", - "react/stream": "^1.4" - }, - "require-dev": { - "clue/http-proxy-react": "^1.8", - "clue/reactphp-ssh-proxy": "^1.4", - "clue/socks-react": "^1.4", - "phpunit/phpunit": "^9.6 || ^5.7 || ^4.8.36", - "react/async": "^4.2 || ^3 || ^2", - "react/promise-stream": "^1.4", - "react/promise-timer": "^1.11" - }, - "type": "library", - "autoload": { - "psr-4": { - "React\\Http\\": "src/" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Christian Lück", - "email": "christian@clue.engineering", - "homepage": "https://clue.engineering/" - }, - { - "name": "Cees-Jan Kiewiet", - "email": "reactphp@ceesjankiewiet.nl", - "homepage": "https://wyrihaximus.net/" - }, - { - "name": "Jan Sorgalla", - "email": "jsorgalla@gmail.com", - "homepage": "https://sorgalla.com/" - }, - { - "name": "Chris Boden", - "email": "cboden@gmail.com", - "homepage": "https://cboden.dev/" - } - ], - "description": "Event-driven, streaming HTTP client and server implementation for ReactPHP", - "keywords": [ - "async", - "client", - "event-driven", - "http", - "http client", - "http server", - "https", - "psr-7", - "reactphp", - "server", - "streaming" - ], - "support": { - "issues": "https://github.com/reactphp/http/issues", - "source": "https://github.com/reactphp/http/tree/v1.11.0" - }, - "funding": [ - { - "url": "https://opencollective.com/reactphp", - "type": "open_collective" - } - ], - "time": "2024-11-20T15:24:08+00:00" - }, - { - "name": "react/promise", - "version": "v3.2.0", - "source": { - "type": "git", - "url": "https://github.com/reactphp/promise.git", - "reference": "8a164643313c71354582dc850b42b33fa12a4b63" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/reactphp/promise/zipball/8a164643313c71354582dc850b42b33fa12a4b63", - "reference": "8a164643313c71354582dc850b42b33fa12a4b63", - "shasum": "" - }, - "require": { - "php": ">=7.1.0" - }, - "require-dev": { - "phpstan/phpstan": "1.10.39 || 1.4.10", - "phpunit/phpunit": "^9.6 || ^7.5" - }, - "type": "library", - "autoload": { - "files": [ - "src/functions_include.php" - ], - "psr-4": { - "React\\Promise\\": "src/" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Jan Sorgalla", - "email": "jsorgalla@gmail.com", - "homepage": "https://sorgalla.com/" - }, - { - "name": "Christian Lück", - "email": "christian@clue.engineering", - "homepage": "https://clue.engineering/" - }, - { - "name": "Cees-Jan Kiewiet", - "email": "reactphp@ceesjankiewiet.nl", - "homepage": "https://wyrihaximus.net/" - }, - { - "name": "Chris Boden", - "email": "cboden@gmail.com", - "homepage": "https://cboden.dev/" - } - ], - "description": "A lightweight implementation of CommonJS Promises/A for PHP", - "keywords": [ - "promise", - "promises" - ], - "support": { - "issues": "https://github.com/reactphp/promise/issues", - "source": "https://github.com/reactphp/promise/tree/v3.2.0" - }, - "funding": [ - { - "url": "https://opencollective.com/reactphp", - "type": "open_collective" - } - ], - "time": "2024-05-24T10:39:05+00:00" - }, - { - "name": "react/socket", - "version": "v1.16.0", - "source": { - "type": "git", - "url": "https://github.com/reactphp/socket.git", - "reference": "23e4ff33ea3e160d2d1f59a0e6050e4b0fb0eac1" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/reactphp/socket/zipball/23e4ff33ea3e160d2d1f59a0e6050e4b0fb0eac1", - "reference": "23e4ff33ea3e160d2d1f59a0e6050e4b0fb0eac1", - "shasum": "" - }, - "require": { - "evenement/evenement": "^3.0 || ^2.0 || ^1.0", - "php": ">=5.3.0", - "react/dns": "^1.13", - "react/event-loop": "^1.2", - "react/promise": "^3.2 || ^2.6 || ^1.2.1", - "react/stream": "^1.4" - }, - "require-dev": { - "phpunit/phpunit": "^9.6 || ^5.7 || ^4.8.36", - "react/async": "^4.3 || ^3.3 || ^2", - "react/promise-stream": "^1.4", - "react/promise-timer": "^1.11" - }, - "type": "library", - "autoload": { - "psr-4": { - "React\\Socket\\": "src/" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Christian Lück", - "email": "christian@clue.engineering", - "homepage": "https://clue.engineering/" - }, - { - "name": "Cees-Jan Kiewiet", - "email": "reactphp@ceesjankiewiet.nl", - "homepage": "https://wyrihaximus.net/" - }, - { - "name": "Jan Sorgalla", - "email": "jsorgalla@gmail.com", - "homepage": "https://sorgalla.com/" - }, - { - "name": "Chris Boden", - "email": "cboden@gmail.com", - "homepage": "https://cboden.dev/" - } - ], - "description": "Async, streaming plaintext TCP/IP and secure TLS socket server and client connections for ReactPHP", - "keywords": [ - "Connection", - "Socket", - "async", - "reactphp", - "stream" - ], - "support": { - "issues": "https://github.com/reactphp/socket/issues", - "source": "https://github.com/reactphp/socket/tree/v1.16.0" - }, - "funding": [ - { - "url": "https://opencollective.com/reactphp", - "type": "open_collective" - } - ], - "time": "2024-07-26T10:38:09+00:00" - }, - { - "name": "react/stream", - "version": "v1.4.0", - "source": { - "type": "git", - "url": "https://github.com/reactphp/stream.git", - "reference": "1e5b0acb8fe55143b5b426817155190eb6f5b18d" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/reactphp/stream/zipball/1e5b0acb8fe55143b5b426817155190eb6f5b18d", - "reference": "1e5b0acb8fe55143b5b426817155190eb6f5b18d", - "shasum": "" - }, - "require": { - "evenement/evenement": "^3.0 || ^2.0 || ^1.0", - "php": ">=5.3.8", - "react/event-loop": "^1.2" - }, - "require-dev": { - "clue/stream-filter": "~1.2", - "phpunit/phpunit": "^9.6 || ^5.7 || ^4.8.36" - }, - "type": "library", - "autoload": { - "psr-4": { - "React\\Stream\\": "src/" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Christian Lück", - "email": "christian@clue.engineering", - "homepage": "https://clue.engineering/" - }, - { - "name": "Cees-Jan Kiewiet", - "email": "reactphp@ceesjankiewiet.nl", - "homepage": "https://wyrihaximus.net/" - }, - { - "name": "Jan Sorgalla", - "email": "jsorgalla@gmail.com", - "homepage": "https://sorgalla.com/" - }, - { - "name": "Chris Boden", - "email": "cboden@gmail.com", - "homepage": "https://cboden.dev/" - } - ], - "description": "Event-driven readable and writable streams for non-blocking I/O in ReactPHP", - "keywords": [ - "event-driven", - "io", - "non-blocking", - "pipe", - "reactphp", - "readable", - "stream", - "writable" - ], - "support": { - "issues": "https://github.com/reactphp/stream/issues", - "source": "https://github.com/reactphp/stream/tree/v1.4.0" - }, - "funding": [ - { - "url": "https://opencollective.com/reactphp", - "type": "open_collective" - } - ], - "time": "2024-06-11T12:45:25+00:00" - }, - { - "name": "symfony/clock", - "version": "v7.2.0", - "source": { - "type": "git", - "url": "https://github.com/symfony/clock.git", - "reference": "b81435fbd6648ea425d1ee96a2d8e68f4ceacd24" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/symfony/clock/zipball/b81435fbd6648ea425d1ee96a2d8e68f4ceacd24", - "reference": "b81435fbd6648ea425d1ee96a2d8e68f4ceacd24", - "shasum": "" - }, - "require": { - "php": ">=8.2", - "psr/clock": "^1.0", - "symfony/polyfill-php83": "^1.28" - }, - "provide": { - "psr/clock-implementation": "1.0" - }, - "type": "library", - "autoload": { - "files": [ - "Resources/now.php" - ], - "psr-4": { - "Symfony\\Component\\Clock\\": "" - }, - "exclude-from-classmap": [ - "/Tests/" - ] - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Nicolas Grekas", - "email": "p@tchwork.com" - }, - { - "name": "Symfony Community", - "homepage": "https://symfony.com/contributors" - } - ], - "description": "Decouples applications from the system clock", - "homepage": "https://symfony.com", - "keywords": [ - "clock", - "psr20", - "time" - ], - "support": { - "source": "https://github.com/symfony/clock/tree/v7.2.0" - }, - "funding": [ - { - "url": "https://symfony.com/sponsor", - "type": "custom" - }, - { - "url": "https://github.com/fabpot", - "type": "github" - }, - { - "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", - "type": "tidelift" - } - ], - "time": "2024-09-25T14:21:43+00:00" - }, - { - "name": "symfony/deprecation-contracts", - "version": "v3.5.1", - "source": { - "type": "git", - "url": "https://github.com/symfony/deprecation-contracts.git", - "reference": "74c71c939a79f7d5bf3c1ce9f5ea37ba0114c6f6" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/symfony/deprecation-contracts/zipball/74c71c939a79f7d5bf3c1ce9f5ea37ba0114c6f6", - "reference": "74c71c939a79f7d5bf3c1ce9f5ea37ba0114c6f6", - "shasum": "" - }, - "require": { - "php": ">=8.1" - }, - "type": "library", - "extra": { - "thanks": { - "url": "https://github.com/symfony/contracts", - "name": "symfony/contracts" - }, - "branch-alias": { - "dev-main": "3.5-dev" - } - }, - "autoload": { - "files": [ - "function.php" - ] - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Nicolas Grekas", - "email": "p@tchwork.com" - }, - { - "name": "Symfony Community", - "homepage": "https://symfony.com/contributors" - } - ], - "description": "A generic function and convention to trigger deprecation notices", - "homepage": "https://symfony.com", - "support": { - "source": "https://github.com/symfony/deprecation-contracts/tree/v3.5.1" - }, - "funding": [ - { - "url": "https://symfony.com/sponsor", - "type": "custom" - }, - { - "url": "https://github.com/fabpot", - "type": "github" - }, - { - "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", - "type": "tidelift" - } - ], - "time": "2024-09-25T14:20:29+00:00" - }, - { - "name": "symfony/options-resolver", - "version": "v7.2.0", - "source": { - "type": "git", - "url": "https://github.com/symfony/options-resolver.git", - "reference": "7da8fbac9dcfef75ffc212235d76b2754ce0cf50" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/symfony/options-resolver/zipball/7da8fbac9dcfef75ffc212235d76b2754ce0cf50", - "reference": "7da8fbac9dcfef75ffc212235d76b2754ce0cf50", - "shasum": "" - }, - "require": { - "php": ">=8.2", - "symfony/deprecation-contracts": "^2.5|^3" - }, - "type": "library", - "autoload": { - "psr-4": { - "Symfony\\Component\\OptionsResolver\\": "" - }, - "exclude-from-classmap": [ - "/Tests/" - ] - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Fabien Potencier", - "email": "fabien@symfony.com" - }, - { - "name": "Symfony Community", - "homepage": "https://symfony.com/contributors" - } - ], - "description": "Provides an improved replacement for the array_replace PHP function", - "homepage": "https://symfony.com", - "keywords": [ - "config", - "configuration", - "options" - ], - "support": { - "source": "https://github.com/symfony/options-resolver/tree/v7.2.0" - }, - "funding": [ - { - "url": "https://symfony.com/sponsor", - "type": "custom" - }, - { - "url": "https://github.com/fabpot", - "type": "github" - }, - { - "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", - "type": "tidelift" - } - ], - "time": "2024-11-20T11:17:29+00:00" - }, - { - "name": "symfony/polyfill-mbstring", - "version": "v1.31.0", - "source": { - "type": "git", - "url": "https://github.com/symfony/polyfill-mbstring.git", - "reference": "85181ba99b2345b0ef10ce42ecac37612d9fd341" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/85181ba99b2345b0ef10ce42ecac37612d9fd341", - "reference": "85181ba99b2345b0ef10ce42ecac37612d9fd341", - "shasum": "" - }, - "require": { - "php": ">=7.2" - }, - "provide": { - "ext-mbstring": "*" - }, - "suggest": { - "ext-mbstring": "For best performance" - }, - "type": "library", - "extra": { - "thanks": { - "url": "https://github.com/symfony/polyfill", - "name": "symfony/polyfill" - } - }, - "autoload": { - "files": [ - "bootstrap.php" - ], - "psr-4": { - "Symfony\\Polyfill\\Mbstring\\": "" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Nicolas Grekas", - "email": "p@tchwork.com" - }, - { - "name": "Symfony Community", - "homepage": "https://symfony.com/contributors" - } - ], - "description": "Symfony polyfill for the Mbstring extension", - "homepage": "https://symfony.com", - "keywords": [ - "compatibility", - "mbstring", - "polyfill", - "portable", - "shim" - ], - "support": { - "source": "https://github.com/symfony/polyfill-mbstring/tree/v1.31.0" - }, - "funding": [ - { - "url": "https://symfony.com/sponsor", - "type": "custom" - }, - { - "url": "https://github.com/fabpot", - "type": "github" - }, - { - "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", - "type": "tidelift" - } - ], - "time": "2024-09-09T11:45:10+00:00" - }, - { - "name": "symfony/polyfill-php83", - "version": "v1.31.0", - "source": { - "type": "git", - "url": "https://github.com/symfony/polyfill-php83.git", - "reference": "2fb86d65e2d424369ad2905e83b236a8805ba491" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/symfony/polyfill-php83/zipball/2fb86d65e2d424369ad2905e83b236a8805ba491", - "reference": "2fb86d65e2d424369ad2905e83b236a8805ba491", - "shasum": "" - }, - "require": { - "php": ">=7.2" - }, - "type": "library", - "extra": { - "thanks": { - "url": "https://github.com/symfony/polyfill", - "name": "symfony/polyfill" - } - }, - "autoload": { - "files": [ - "bootstrap.php" - ], - "psr-4": { - "Symfony\\Polyfill\\Php83\\": "" - }, - "classmap": [ - "Resources/stubs" - ] - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Nicolas Grekas", - "email": "p@tchwork.com" - }, - { - "name": "Symfony Community", - "homepage": "https://symfony.com/contributors" - } - ], - "description": "Symfony polyfill backporting some PHP 8.3+ features to lower PHP versions", - "homepage": "https://symfony.com", - "keywords": [ - "compatibility", - "polyfill", - "portable", - "shim" - ], - "support": { - "source": "https://github.com/symfony/polyfill-php83/tree/v1.31.0" - }, - "funding": [ - { - "url": "https://symfony.com/sponsor", - "type": "custom" - }, - { - "url": "https://github.com/fabpot", - "type": "github" - }, - { - "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", - "type": "tidelift" - } - ], - "time": "2024-09-09T11:45:10+00:00" - }, - { - "name": "symfony/translation", - "version": "v7.2.2", - "source": { - "type": "git", - "url": "https://github.com/symfony/translation.git", - "reference": "e2674a30132b7cc4d74540d6c2573aa363f05923" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/symfony/translation/zipball/e2674a30132b7cc4d74540d6c2573aa363f05923", - "reference": "e2674a30132b7cc4d74540d6c2573aa363f05923", - "shasum": "" - }, - "require": { - "php": ">=8.2", - "symfony/deprecation-contracts": "^2.5|^3", - "symfony/polyfill-mbstring": "~1.0", - "symfony/translation-contracts": "^2.5|^3.0" - }, - "conflict": { - "symfony/config": "<6.4", - "symfony/console": "<6.4", - "symfony/dependency-injection": "<6.4", - "symfony/http-client-contracts": "<2.5", - "symfony/http-kernel": "<6.4", - "symfony/service-contracts": "<2.5", - "symfony/twig-bundle": "<6.4", - "symfony/yaml": "<6.4" - }, - "provide": { - "symfony/translation-implementation": "2.3|3.0" - }, - "require-dev": { - "nikic/php-parser": "^4.18|^5.0", - "psr/log": "^1|^2|^3", - "symfony/config": "^6.4|^7.0", - "symfony/console": "^6.4|^7.0", - "symfony/dependency-injection": "^6.4|^7.0", - "symfony/finder": "^6.4|^7.0", - "symfony/http-client-contracts": "^2.5|^3.0", - "symfony/http-kernel": "^6.4|^7.0", - "symfony/intl": "^6.4|^7.0", - "symfony/polyfill-intl-icu": "^1.21", - "symfony/routing": "^6.4|^7.0", - "symfony/service-contracts": "^2.5|^3", - "symfony/yaml": "^6.4|^7.0" - }, - "type": "library", - "autoload": { - "files": [ - "Resources/functions.php" - ], - "psr-4": { - "Symfony\\Component\\Translation\\": "" - }, - "exclude-from-classmap": [ - "/Tests/" - ] - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Fabien Potencier", - "email": "fabien@symfony.com" - }, - { - "name": "Symfony Community", - "homepage": "https://symfony.com/contributors" - } - ], - "description": "Provides tools to internationalize your application", - "homepage": "https://symfony.com", - "support": { - "source": "https://github.com/symfony/translation/tree/v7.2.2" - }, - "funding": [ - { - "url": "https://symfony.com/sponsor", - "type": "custom" - }, - { - "url": "https://github.com/fabpot", - "type": "github" - }, - { - "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", - "type": "tidelift" - } - ], - "time": "2024-12-07T08:18:10+00:00" - }, - { - "name": "symfony/translation-contracts", - "version": "v3.5.1", - "source": { - "type": "git", - "url": "https://github.com/symfony/translation-contracts.git", - "reference": "4667ff3bd513750603a09c8dedbea942487fb07c" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/symfony/translation-contracts/zipball/4667ff3bd513750603a09c8dedbea942487fb07c", - "reference": "4667ff3bd513750603a09c8dedbea942487fb07c", - "shasum": "" - }, - "require": { - "php": ">=8.1" - }, - "type": "library", - "extra": { - "thanks": { - "url": "https://github.com/symfony/contracts", - "name": "symfony/contracts" - }, - "branch-alias": { - "dev-main": "3.5-dev" - } - }, - "autoload": { - "psr-4": { - "Symfony\\Contracts\\Translation\\": "" - }, - "exclude-from-classmap": [ - "/Test/" - ] - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Nicolas Grekas", - "email": "p@tchwork.com" - }, - { - "name": "Symfony Community", - "homepage": "https://symfony.com/contributors" - } - ], - "description": "Generic abstractions related to translation", - "homepage": "https://symfony.com", - "keywords": [ - "abstractions", - "contracts", - "decoupling", - "interfaces", - "interoperability", - "standards" - ], - "support": { - "source": "https://github.com/symfony/translation-contracts/tree/v3.5.1" - }, - "funding": [ - { - "url": "https://symfony.com/sponsor", - "type": "custom" - }, - { - "url": "https://github.com/fabpot", - "type": "github" - }, - { - "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", - "type": "tidelift" - } - ], - "time": "2024-09-25T14:20:29+00:00" - }, - { - "name": "team-reflex/discord-php", - "version": "v10.1.5", - "source": { - "type": "git", - "url": "https://github.com/discord-php/DiscordPHP.git", - "reference": "23d1347025a7aa57e2a6918080bf2e1eaf1f0181" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/discord-php/DiscordPHP/zipball/23d1347025a7aa57e2a6918080bf2e1eaf1f0181", - "reference": "23d1347025a7aa57e2a6918080bf2e1eaf1f0181", - "shasum": "" - }, - "require": { - "discord-php/http": "^10.1.7", - "discord/interactions": "^2.2", - "ext-json": "*", - "ext-zlib": "*", - "monolog/monolog": "^2.1.1 || ^3.0", - "nesbot/carbon": "^2.38 || ^3.0", - "php": "^8.0", - "psr/simple-cache": "^1.0 || ^2.0 || ^3.0", - "ratchet/pawl": "^0.4.1", - "react/async": "^4.0 || ^3.0", - "react/cache": "^0.5 || ^0.6 || ^1.0", - "react/child-process": "^0.6.3", - "react/datagram": "^1.8", - "react/event-loop": "^1.2", - "react/promise": "^3.0.0", - "symfony/options-resolver": "^5.1.11 || ^6.0 || ^7.0", - "trafficcophp/bytebuffer": "^0.3" - }, - "require-dev": { - "davidcole1340/reactsh": "dev-master", - "friendsofphp/php-cs-fixer": "^3", - "phpunit/phpunit": "^9.4.4", - "symfony/cache": "^5.4", - "symfony/var-dumper": "*", - "wyrihaximus/react-cache-redis": "^4.5" - }, - "suggest": { - "ext-ev": "For a faster, and more performant loop.", - "ext-event": "For a faster, and more performant loop.", - "ext-fileinfo": "For function mime_content_type().", - "ext-gmp": "For 64 bit calculations on x86 (32 bit) PHP.", - "ext-mbstring": "For accurate calculations of string length when handling non-english characters.", - "ext-uv": "For a faster, and more performant loop. Preferred." - }, - "type": "library", - "autoload": { - "files": [ - "src/Discord/functions.php" - ], - "psr-4": { - "Discord\\": "src/Discord" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "David Cole", - "email": "david.cole1340@gmail.com" - } - ], - "description": "An unofficial API to interact with the voice and text service Discord.", - "support": { - "chat": "https://discord.gg/dphp", - "docs": "https://discord-php.github.io/DiscordPHP/", - "issues": "https://github.com/discord-php/DiscordPHP/issues", - "source": "https://github.com/discord-php/DiscordPHP/tree/v10.1.5", - "wiki": "https://github.com/discord-php/DiscordPHP/wiki" - }, - "funding": [ - { - "url": "https://github.com/Log1x", - "type": "github" - }, - { - "url": "https://github.com/valzargaming", - "type": "github" - }, - { - "url": "https://www.patreon.com/DiscordPHP", - "type": "patreon" - } - ], - "time": "2025-01-09T07:53:01+00:00" - }, - { - "name": "trafficcophp/bytebuffer", - "version": "v0.3", - "source": { - "type": "git", - "url": "https://github.com/nesQuick/ByteBuffer.git", - "reference": "e94e5c87c41bc79c0f738b0fa89bad11d27ae0b4" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/nesQuick/ByteBuffer/zipball/e94e5c87c41bc79c0f738b0fa89bad11d27ae0b4", - "reference": "e94e5c87c41bc79c0f738b0fa89bad11d27ae0b4", - "shasum": "" - }, - "type": "library", - "autoload": { - "psr-0": { - "TrafficCophp": "src/" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Ole 'nesQuick' Michaelis", - "email": "ole.michaelis@googlemail.com", - "homepage": "http://www.codestars.eu" - } - ], - "description": "Node.js inspired byte stream buffer for PHP.", - "keywords": [ - "Buffer", - "Bytehandling", - "Socket", - "binary data", - "library", - "pack", - "stream", - "wrapper" - ], - "support": { - "issues": "https://github.com/nesQuick/ByteBuffer/issues", - "source": "https://github.com/nesQuick/ByteBuffer/tree/master" - }, - "time": "2016-01-13T22:50:58+00:00" - } - ], - "packages-dev": [], - "aliases": [], - "minimum-stability": "stable", - "stability-flags": {}, - "prefer-stable": false, - "prefer-lowest": false, - "platform": {}, - "platform-dev": {}, - "plugin-api-version": "2.6.0" -} diff --git a/db.db b/db.db new file mode 100644 index 0000000000000000000000000000000000000000..80b6d5bae76935796131142e0a5705bd11c99144 GIT binary patch literal 61440 zcmeFa33wdUxh>k&^Hf#ct#0U6sb~XcMxfbhW?Pme+p;ZW$rGai0|tY^3}FUagKbH+ z(AP>VdKS^MsL}8_7$7fZ`t_YfpE`I@BHE3Im7c8 z4D`-9;J@2vK!qW^6EnYT%XziS(y=&(j%8MOlrw@yv)wAyXYtV=eGvYgnx2n;CntyS@5GMF z@$dL{AODVxcjMpD(Lww>vh@r*k_)4j?)&t2vAx*hI; zZo##j*PQ2^$DJ=a_c-r%CY`ID^PSbsBB#@t>ohoF`}g+q_7nDl_PzG4_LO~%z0qD{ z_t{TvpTaV z)0vr@X~=}rzfV7(ej@!~`rh=d>8bQJ>5b_%>ArMV`k-_%9ZCHm^|REIsfSV@P2HB7 zPF`oq%+$R}J{4w$K z#FL2!6Za%;N$f~mnK&mglsGAIRH7-7j{hb8Qv7@IFURkT-yWZiUlTt+zAC;j-WHz| zcVd5!y%PIj?CY^l#oim6jolF26k8YTk9Ec7#tN}e^mox8M<0#eAN^qT?a^(~OQNSo z2cpMB4~^~fQhv7%U_lG|mzB#-jd{y}T@S1Rc zxI27kxExMef3bdP{m?>}{IC3jVX*a#XejJCzgf`S+S%IHWp6!Q_}9WM-S*bggkLdu zp1t){;a?HAbavWXPZ9p5!8m@M@XNyOt@hTn!Y>)zW^Y|1{0oEI?X9bYUo^PG-nvTo z1%q+^5#gU3jPnl*|IA>-vr_nZgAwnL@N)*&?5!sY|5Ui6#ojt7{1bx_-wNR$8;tmt z3;)Pq#J5cNS%VSZfbcU0cV<_GHig2r_Y5}9u5YZXZ=77;=&x^_Sl{TXZ#368=GHg7 z`bMF?kfzemZMEjXWeeP`Cy4nWnQp@zFXjhi<{9QVF;A1}GR(1JzE7sp zFvp1b9+?iq)WkeRrrj{zV!lhJ%`o%Ce1}Y{VYpnc|u`3#xh>QynHCKFtJKQW&o6I|UF^GPy6 z`!tF91eu_HJTV^!(;Yf|#>n-b*HkIV0vyGC|B~F?Wy&Vor&951An5q?p^u1TiPXOo8bP%EZO&1k(}J zA|_@BnV=R?G26)mwTOtBAQRLgEM}ZcPzy`U7@43Jcxw;YW|WMn#f>7ikua6GLBv)P zCcf)M+(g1u;W`mFf@nAKUMu1T5+>YhL|jk8M0>S}>qwYjuM%+$2@}~{L|je61a_r} zt4Nr@t`PAS5+<%8}6WAppwvaG^Z5DAU3Dbxd zi@1b@iS!~77n3l7Z4z-22@}|bA~umQfn6ZtLJ+N{#Wsq#fP@L`d=VQ-n83~xaXtwX z*tsIkBVhvDAmUsSCa`lvY#?Ep@N5z1kT8*+CE_d+Cb0D))`Msmsr9?+Arc^5+>3<5f70tkuDPPAPEy`uZS;_Fp(}4@dXfp zCiaMU0F7KTfh`a*1ESMhcD{&75~gw|iMSR-yD4Gp%VrRPr7-U0Y!Ie_Ft=C}w#$#< zzk|Vl`-A_U6#Tb4_-{+_-$R4{&I$fo4*r`9{+r}~UD=5;`nw%zbLH>?S8k$={%%Ls zBq1|VhCH+*6cX|hWoSV=x`u?TL>W@hj; zk(NowK$J16x{#Jh$Ul_Py=_RCBxE1T=-zfDOcHVrWhikwZU_=G4`mF*He_-V@(yJT z#CBwI60#0u48(S1auRY5Wemi2WO5QR4rN$?Hr$6K58gfbFUJG7pJ3_=-+svS~KLjItPMAZ(ZCn0-Kh6Qbhev*(o zDBsFij}EaT&7p6F{gC^b`#hfbKkVM;-r>%=H@TO%XS###Np6cf$IZDRtN=XkJn1~_ z+~?fk%sMwYmpErSgU(4#i!;Z`IU)NstN}b}KWyJ;-(k<%H`$liXWE1INp_1p$IjWI z>}%QQu?p~T_P*>L+1cz(*-Nr#W(Tt;Wm~dyvbk&sD+14Fp3FR)xi51^W;SzE=90{r znZe9SnU>6)OfC~jU!6WLJ(BK8x2CJ92Ql}*J+(V^L+awx>8a(Z6H-T|_Dea*e78R z6^RoQM<=QYH~z2qtMTXJPsAUJe=Po<_)Pr9_~!T-@fGnC<44D?^$L>`KKEb^YnY{ZY);eUjG8~#c7vG5ne_l9o^?+RZZz9@WJcv<-P zaC6wVUi&}y4{|a77ayg%+18!t_qp{APE^HkqN)u}RINMhQL2__VWeZYbamOI6fMuf zKyPjB>h82hsac+dao*b6(a~X#QnEaY!@RYvRn!-m1o^T3}a=FQms7eUBWFmo?_)$Hyhkyk5a2V3lqiGmaZD&p;UPmris8^ zI6sxjvoJ|)ZE0!6`6*PMg()I&yFGfmFeZq^ZT9GK!k8Ws*%PZ9@pAH z@nLLmZ9p4b8_)*V2DHJo0c~(?KpR{e(8k>Q2Af``i!R|*Mtqehe}ulOu*M|U?`h)U%Zk==283u;86 z@=9gk?k@Hab;>L4tK+duG)kHBO8ansM+;h%D&>_*2IG1ZDX&x{Mmn@dsZn03fycLC znP`*}<&_G=NbL3~70N5+&Hj1zCBuXM^W;MZxDC1;C$31ulOf}QC~`uS9}e)tA=H`Q7V#GeAQqaPeJmE zzcU#1p&og~-x`eepd5L{-vFci&>mDHulQ?&v7ch(6<=ZbR`wsY$SeMexTOQ}P>Q_b zFAYZgR3fkVvcZUtLgW=+1n#W0;dtthSNxg5h?g?t6`wa4@ll1m;*W`2yRn}l`@AkSA1Hy6W0$3f1kKx-aLETjl$nE zxXa#lgYZ)ZciP*o7lur>v}38v-gccZG_a+;3mIhFwZf1<;&yu*r=?yIrV8!Z2FzKh zSA?emuAw|9rCt&Kh#2SRoYX7A9`Sy|^*JT=ieD10wbGO|Ea=1HyHIhMff@5RtVHK&N{u~PYuTTIqCF@ zKQS2B=bY0keis<+hw_|qdc`Mz0f9N=^op2p5TiUNoL&+04Pvw}=bK&;o{as2_TzNZ zD?SL^+5rLDHYEH-gAw1!!e0<(d{kqv2!qDqhV!ow#?*rt@h%s}%ma8H>c33*GsKwS z*xLq#Kdt>;we(boauj(P8!@gInoB@NE>tO8q&4O2oy2mk>ENIsMgN*E|izxIuIygl$YQ-5GY_g2iYdUbs$i{ zZ8%);Lrh5&Dq;5xWNfm?tjxDM{n*3PyXMyLeW!5s?B5h%fRAaKMO;SyX20teiI z^Gk3Y+`+_X9|^95I~bVpOK=_B!NiDHg6kmT;kgtH%r*(G1Azo)LY3e;5J+IQuLReD zKoX;UCAba*5}5Uq;JWjGyVO1sT(?WO1LY;SZX0nM1ZJBA*KHMMd=gx@g}8Mdumso5 z0e5yWgGq2*7!u^)8qO!dbz#7W5uXItMTQ0LMExbWE;1}J+E0S(BEtehkhe*2T^Jf- zoKJ%5!oUGD!%A>nWME<(FTr(@fr$~11lNUvV0^GYB)BdzGBM64!F7)V?&@U5k>I-B z#1d2qu6s0b>pWafg6ke7+=Ay~5?r_0U_3XI;JQt~omk(uw@Pqb&tN>qli<3I!t-#v z1lO$?jN>J^Zdte!$4hYCeTCccTu*}Q?jsBXwpD`bmV|MCY?a`;MdB`uhpiG^w?Via z&jBU4Zb2CBvz3DDxp{-}98iku9t+&n*@^Q>aouBt+Yz4>*R2tEKtZ=kaor<{Tjt^X zQe5{4gRx(V>mDx5c%-=QVZfa=)?bS29x9CcVXG9^J;Y$dC&hIS7RD50s}$Eg$Y2~V z#dYTzjQFIu?t#SJ7;jspxb6W4qkd9ccYk5zgRN3rcaAXoQ;O?W4aWJTxbA)i<9I2q z>l5P{kL^Acdck@oY>@C^J>^0d7vg@)-vd3f(&wANR=5Lu_XMUV{3~vM6o4GBsD|3D3qReTT zWtrnM&6)i&F6REfPyamq-Sn5!pGdzq{nqqo`ttOK^eVg&(49Uk-I&g#{+{|x>c^>X zr@oN7Cv_{{3AiqG5!MA(q)tk;rVdCo;H`i^C0|NDo&0+8GszDo-0aqo?PpnDwC%O}dCd!E<-VOL={D<*J;`hft z9KSifBYqX$4pi|zj(suqQLGHi#TjjfNJ9Gf3&jqM-H z$E@h@qd$v&C;Fx6$D?;f--@>cwnWd0u8j6X+oK0Y8={fO>yZ~CPer~G`DEn%k$2!t zfwx4?kF1R>j?^NDMJkb0_^;t#g`Ww3GyJ*mUEz0ycZRPHZw#*uFAmqjhlMNQl=WBZ zSJpHC*FPb9yqhQ*BM`US<88ti*u*H`DvW{L(u#-A_IQgh1}^uv*y9pf3paX88y+{>;}Tj6H#%{* zJuacOkcfdHOyd$-3yG5F!|@VYi`KNQi|3QjS`gM2cPl2{8Vt_2PNEg^{w-7DPPogIh7THY1|aXBfhwSl;m zmy^O;%Y-=)q_7q;GQw|1<)N^a2Z2HK9XMP9Ye4{TH3-1C1U3YN0LmC1%N~=!hNg+3(Ds-FHZ)=OcV@>Ru$Fh7+1;KUgT7kc zxrCi9ZP_u%tL2>yh=BnJb+!214Y0MA9fP=9-bx)?!>ORHmS-E-k{yGz1`v;Nvtv+J z%YzYNJK$6hR?Fk1yZ&Vm#)u$E2&F$5kBF9FwkwK5g(kdrZ0-dZ&&@dKfdh z`ULlPV^EG6UHznRJI-%(Rn6Glj`BuV?=kyP-stLg%<-M}n9)^TzZ>aj%;@S@%>EX8 z%;@Tuh2gWujIKUxaJM~Xbd@tJ3~HR;=&Ek-Zuqh>qpSCu{iv_e)z2D?^BZ0Lj4+1X zn92;ZvX;bO-Y3%{MX3*t7`FFdC5 zjIU4lCWA5d7qR)SCG4ur%Z~LDUTt7kc5ETxRR-cV>LI+;K=i}{!bB!W3^%ISYr1R#NF+{ z#|Ym?+zH7Ys}WnL6XRK|J!T~SBw;M(jY;A|e^7a>W{gSVL*ErfrX7>ShaNQ;^@hY- zo`xh=Te4$Nc+2bI-mV&gg}_@L{XrWZ4QI!o@0QnXAPPg?Ew9r+6o$H6Ub7$@3F2;f zFr7HI0~dm}Tb^eiS_RT>d3ghIDk!_<8R5qaY0L=wk=)H0=a>=pZwj;4hpN@?5Qgy> zGr~S=Fvf}z_N~ONymcV#mUoST=zHk8<+Ym9h!nDJc}E+F!ccX~lS#pBHaiAUx4gL7 zi(v;%M+Y1V45dXV5Ov%JPiQ}r98?|qnV;LxWA+$i9assvjY$f+4vfhItA_JI*n#H& zV=jyRM%ni<`_bV>*_E@~*fd7jf3E#ZN=DiLO_<{g%5Hgsf~|-i!fts+xAAmi%;@?B z+>O_G>@lP3Ar;3`!kBbD^nPGOgO-A>TV7JTIr<>$2v%L*)rHDS*WIsje>YY_#-!`6 z6r!6sN4oBQO8c2}pz9djAJzFd+9mAnN6dbNCt-Ja&tu^M;Yrv-&jaJBGR|j&{RACP zY=m9I2u{Erldy-L)qY;j2>Z8*J7ECFjIiHM+)+c%L)a~EfUv8EK?z;AyoEZt6*>%A zw>%9(ypWY0gQ{CzMSGF`M<@s0u zvJU(UVR)iZ=sNH>%<(PRQ3?A++6}E9m9UouVL?VA>}W|{trKf3qfmBWW>aV#9uh#> zfj>vw2Fo!jZMWKhVHgpewB2IQ!cd|%(spYt%X7_YRN8K}7>whk?H1<5+>eI>(ss)? z7>oSUc1xD60|RMP+8+9&_CxDOrR{Z${nGZ(>)OwU5YqP0?}0J!P(NvV=w)Dd5uE>g zwazmt549PUwuhcH$G2xkq3xE}E{MBmRMKt*&4utK?ZUWgQGFxrI=mZ8IHN||jX1%< zjT&ixkmu{}!0|@fzi2S_OWNJLg!v3i((ZnUxQ*wNw7Z%)bn+RUq}}Cxg@KLchP0!5 z-e=0AI?#6D_nQ5 z@q*#{r*?7u6OVWk2Zp|HJr&aP|L?e8azF0g>F#m2x?9|{+#z?te_aLmqw}KkJ?CrA zr=1Tt?{LPQE1YwkRrn1+mvgYQj}y1wuwSyDw!dzF#{OWi3UD5N1+dsY#y;F`wA25? zRe)2n1KH!VM`f#c1Hj7sA@gG9>C7XU`!gTT+??5wxhAtIb2{DuSdeMY9F!?#;^{Zi zFQuPOKazeReNX!K^i2Au^rh+b>66p*({1Sk@!Nn{>W$RPsb^B(!b-rsctc<&bz|z% z)Y+-w)WTF}>Y&syC0w?}qG zu8Uk4S%+DEcjS=BK9N}XkKq@>-wl5$d|&uI;oW!_U{m;%@Dj}N4-M}dj$41SUbLS2 zkNycc+o?K!0m%k$^$w4WINK>Ze&J!h1=c*!-|uXv?)U}FLApDd`-l3R?Gzrr0B3^N zW0$W(2`Z0YI6%bw-bK!KN{?T-0*ACW5BK4u)E>WZxz4eA)hcH@#0SKdfLP{ihx~xJ z1Vmf&x`7qWb_$SRK-Ls7QNwN}2KtR|mvuXM#HA7p@8jgifLI3vUSsL`tRd3s)MVACXe3 z{K91*P`MEtLap)(ml|Rf4xw22g^NL86fPTbCa6|^0phArxZIhbT=|7fhFHGHnV??z zg$qHja!Z{F3YK4hbJ96*6)KirI6o+XHl<|wh4X@QtZ^o&S$^SM5d(uOoe7GTU)T^3 zXdtK-h;s}vghQxXe&Ot(1VX29`GvDY^kBeDP`UiV`hY-ZQ@Z@ZnTA-m%9)^c`30;b zA<~{TBhCcH%P*WB5QEMH)yprO77%^T1m(*woN9=*IE4D;7fuOEpgkyHeqmiu0*6q+ z`~nOEuCj0ux{?y+7gm`PBOs_@eqlH`2O60o<`;0!;nn_u1*jZV%rD@cBe4(-L>co7 zxaUaB$2mqs3cb*d1m{@dOso{qXYT#^AcjOVgXnG^SdC$MvIzJ%5jg3f2zVJ1 z>o9^=hzNt|Y#v&Nak`vD{+}XN&R>`KzTWz=mSBTVA+^D$klNr=NNw;bq&D~zQX5iX z9yPblNQKErg}EUWUb6qh0$j7lS~9%(^7WgV&%UDh%JrKzp0ob)&Fi;pXg=qP^_w;v zbLhl;lsWl-Qf6?)%I5W(&RT!j=DQgY#9aCFb>p>_km4T8G_)p`QgWKTOO6 z^g`c4&TPe7&-O%@FxMG@yRs9VD*l1`(H(-f)sJpxX$wOern9ppJJH77)}ngpR+WCG zUb=;)Locc{mck~E*6s)EyN}{-3-=l=REs^)EX;(DIby3laik9aD=~f@lbtw1hyS{M z_~F|9A@1(P%xK~;?Y^_V`%vxPj@?)SY|Bm@LO+W1!PSQL%*4Tfm35|YX5t_szkcXk z9%?}o&?fDO`#_yJc>OCoaR8x}F{QH;`)ltTbvQ@xQ}r`fdFJ(Xv>(yNdQp0UiZxP) zbOaTvy$;z3fCG?T{*=PYOq4(Ay4L~Kd+rZ2O?30+pWsJ2H6u9 zFKHoha}t3ONnQ7>R$)v+#wqJw=qKi?Scaymd!g?U<2iL^9HMSjZVb*n4n?;r7uONw z+^U>lP<9+zZh37wQ7e|)spJ)FpuU$nUa=O`AyvF$HPsm1w&$AFEIt^ZYJ2WCwIAyb;}mVreZ*iqD4=G0?l%lZi&C;Z_v;2D9xAry ze$8M!7@%N#p+5m*{Q>8vUVEY6a(`D>TXr0BZFvU?&ch=dh_&U-W$CsyJOqJMTORx~ z4o3DGhfrHylPQeY*YjK!gq(H9wW-pc1tUz1Yg42>s|Ofufrk>*XwQPK0b~7OoD%I> zRfDmg3hi0@8H~21Kzmk97%$$AQ=dI6Vldi<^6Xg$$i-h1m<;Z7>=Kx@>tj5b~|lajLRs!RE8N z2%n4>vrJr$XvKM-f4#!)m6QpDH@GW1zL>=qt2nRTuiXa{<99Rmc%N{E7(d;##}^TYG?4HE$Lx474~Jdk zZd`4lcE5wT6Yuzq_vrBRh&vb!wcWGe1c}iW&~eLi1o6h>_(|G5pSTN)G2@hM&ocWt zj872Gsyvpp#*Y`q3;?IYa_IPR#G&sCx1lYL<>|G^$M-|Vso0(c56MM8j2ud~XTi&{ zZMykw{vTMM`~T+m|F>nQv)AJ3|JrPSc3$@2Y$+Sfyq@`a<~w-r|6`fk@$CP)%!QeC znZ=pz%psY5GO_d@(=Xu3|CiGDrQeg@oxVQ3DSb+MNxGIkG`(*+p88Yj#ne-&FQ-19 zx&w3l8}QWs)YQ_{F{#5+G;>;pNhXP{?_=`_$Bxq!1DO< z@gw72JdLOQzl{9=Ujz7b?ESH~#kS#D|C#s|zzMPDSW_$$eKY#2=ntdch<+ye0elZ& zG`c0aK01is02~$dquI#cBCkZAi98bdY~+J@&Oa8pEOJ)llfOMvt7N+*};VC7mf~y5oZT8u3z4RzVB)tS%4Buxqf-p5c5|%JD79*GKCK%dX_so zm~{Q}?%&JJc>zq~6Ta0t_`U!DxkvC7%Oyz4iNVn$kPUI;_IgNfH~z-&^)QfCJ< zuit>lW39V+?ZP$A4yIne;aWq?U*POu?)4imS44?5>()6tn0);PObvNR&k|<`vM&fM zKZrma$iE=q7fJNuD#*YfFrUEedhPI9X9sdH2+Su)4B;xw!hXXsBKlS%Ql??Q!3M$k zH`cV8~7Y;?gbT#)a9Cmgv8~cTWMa=I-q)f+t0b-)%7zD=*VohxFnqOvrxuYPEX* z8l03F*)LyV2&|m!U`qDO10dR(7qJ_dll}5i5q(P*IXjS)QQMnPTeKKvPdk{F{RX6I z5x5HTvfpr>A$riaOw4`*E~{2w?CfA>_8X9T)#|7%Q?uWII7lqSWs#dfVB*JC9|6Ja z>^H!BlNdzkOwWG93PTJbFyv4v4a8p3y?A$g1%+G_6zSc#7fi!2^$3N zN|soOyMZa&FC34~#+^NgLzuJu0=%Fmv52Ev#Ni^Ajo?O}Cjt_N0W-f3UD+jKjv;!{ z$ekn_ZbTEJUlyPnIz%i|tM?6|Z`(y+SmL7stCtKpJK97X5)e3~RRo45N-XV1XSaxG z0MXXGbP+ClvgTQ^fE9TI^5}J4}fM=*mMxOqdd@F_I4!F>Z(vM0${jvEYy%XUAL- zNLxsK!|QO!fg+H$m<#74(gQ@G30VT`syp@t0Vh!4K zKM@NJF@&r5B6dtN%GpQ65r$ZbLrNkrq;v@SwkYDTfEaXkG>AZ!Vu{7*sDcRe9EZaqG+|x@ zMj?s*`Oc1{_CaZ*P_As}#4TSNu~Q!s{hmPFxiA{Ov&$cT6|ATTV` zBK~TKrKns=#5XkP7E(QuBEF(QH?SD@Z9>GC4Y360h>Q4APy!<;CgLGOtiT~r5f283 zfQX3LFBqrjhOh_>eyk*|T7gI{5lCBFTEc({iAV(m)^~3d5eWz^P2V8G3J9!3Ur!?c z_kh5{^K~T3w_wn5c^fOh*NWHzq7#d8Sj@jh#HEHnkAuFlZ|1==qEQQlxm4C18nALTO) zfw8{b_z(GVth?h7<3HA!63ej=Z~VtvLk#08#(%6b#7aDNkpE~vV$-0*GX(jMhH60I zvc`Y-hQJ!}cH=*q4AF=7kpC$B3q))4f?>3n{72#2=v&GOB9;FrAj5E3c{NJNe-xI3 z;Nm0#lm93T1O(bt{-dxoAW#?ij{FllS%z4Ka~S`z-VjUBrpAAqX^7?MDC0j) zH^d4wknta<8DbEG{73l|5O@rOW%ljzA7##h5&96uhx|vG^F$CUP+R$rGS>|FKt@<+Ob{!qoEN55?e1Ge#w6{R1Cp$$bU4HgA%BV{71vS0fEcPe>AutnCWoO z$$vE9-siBy1A*=G9}OWx45EbbAO8$Wpl^-;_=h0|@bJs{k0&tbFp_(5dl>)m^?<;T zGXCR>Aows4S26zM3ju-38UOJ)5xpyrrHuc$-w<$Y+l~L227%jS73yOA$5cR|gz+Df z0Ws)om;We0qV-4#9VP!!z~Cn_h#@8aQGi5?z;KZNC_th`;H2^&g_{Cmp|f57qp%DF zA1WYp`H#X9L(E6zjQ?1S^ogf~^D*d*|7ZchCj_{P@gL|0Wo^{O_>Uyc!3Rb?&i2DO zJ__gtrExT}{6_=s26(AuOF+nfG>m}gY+gEo-k1Mq@IX-bP(uErp=gL+gf9P4_!O=} z!-`1dKMFU1z(XfIQ`v6(2ilZ&gU@7*|2P5Xz$3?{C?WsRfSZtUEJdWof7C$Gf8e2{ z@gMUHu?le*|IuZL!Cub)9}AzocmDtX+xb7{`~Sf|=tBH2KFM@ymq)NYTi@7T-?*W^ z!JpWv41Z#$4gSPV8+^E>4L;n`1|M!|gAcc~!G~Mg;KMC#%&l+mp^+Fq+|mXg8kI+! zNu{we?ha;gOn@hq#>#NToSH&!CY8p@Ct_4$WG@4uG}ZvEsLg9$3v)54G}Zv?Kw@pb zGpRJz043lpw{n>?sWjGb90-p6mCmF|W8cILMN!8&Od5M6Ao`q1lg2iK;0p?f)TA+p zhu$Sv10wjdySoJo_$PBH|1z@$lIM}c5I!AVUT>kNn$&ZJ3WkOofop%s%RjX?=G z<5{}InN%9f!_g|i3_6oaV-0W{sLR@s`Oc(CW4jP3{m6hbsWeu8E1D245Hp@hrLhKh zJmn;mFlp>L9D=t%R-uGRV?Q?4$GZfRN@ImPKyc#O>r5(*72wVh*z&c*&ZN><`5nPk z&>l)-<+qDi1^Y3nG}dsLE<3OWp(~9wz>O*nw7Sw*1Kg+xR9|VV0j*AA0Ov4i430%5 z&~qk@!Lg87iZ(TA41QGvTHT~E_*D_hok?FBzA-olMo^Q8^8;e7GwF$d>(L<#oXJKJ zFt8++p!X{xU|>a{fyyG_i*yJ|>?;C}MWYbyv5yECSP^K#l8Cj2Sc7gTih!q42{cfH z2zVM2Yt}fE1re~gDuI!l7r{Kw2_Fv0i8$5}D{zP_qT3L7_h!-&kpe+4G2~3zBnp2Q zu>cNkGArUQAX=IiaY$uE{Miu02t6(0jetOHQzHIk2rO<)CPn-)AQn242@$UwVkJ5| zF5(YC2~=h!O4~R9+&dWvoG&o0(v-2_$ zKLLTXwP4WMxkbc}41tBsotKJuHYfq&5)scB0u!8_n??LEC^78pyja8!3;{>G^CA&X z2gH15=Oz)~56*%1xKPCRf)cBpofn9BDj-%kJ2#5>t|1m9^z%i0)euY3FXxH)00?Fn zbi=tK-e-uR5ohNH5qAb97CJl65plaA@ZQYMvqjt%lt5r-iMTa52d=VS#Jht-&|+tb zxFt9QwLL?`yMhv^%jqH(fuM0j&z&Y>K2jgwBEw}*6>*G+z9BU7DI##saa9h6ZRa`> z^8y0nW332yE0$P^L)M7s06}d)H>?)X77!R8t3>!9CdQ$KK7sb& zI`@#XbD4;btHlPfhOl!$#K#P=1fee#;RTVR#1au@L-e4;ViEg@SPrq+*)O7KN-V-5 zeIl@asOqB|7Lh3598?ZttXIS}AiA3S*ML|k0)}4mJJhy^M8lP;?b;rkV*!amQ*c=f zZTXKv4g}X_(5A+J{F|<_x(9I>|8aeAl~vA8`H%8-hG71X|0rJ@l)zQwKgw4H1bR;X zqx=>_tVRj>k1_&d=p(p_{6`sDNn#aRUH+rI0t9-l7k7jFM;W@Wu0-F;f0QwwVQt}I zcFKR0`wRgQ-zoo5#z6k_0-?))G=xPg7)Arhe-s`t19zy`*(v`~c)!MJ zKjx}CaDX0s^B@{-clx2=u=E zM@owxQg)~ zj|BvVrSTu%G6WvJ?KJ-5QA6NO=bgrXASp@3(CWs2Ab)@u=*KFy@gMNXDuHEw<3HXW z5Lm@F{^M-{f%RqMKi(P;c>H4g$8130$$;@6yFt+NV}059j~?_sUwy`7592>DZKB|; z!78@#A8?M+C@eS||8bllR%0dH_>W@^F+5_29|}Egy&7^KaPP*K|0msR+zZ@w?h^MH z_i(q-O*?NouQ<;-k2()HcRRPhXI|r6;H-0&ILA1LJB?1-e$#%%e%5}}e!#xlzQvxz z*Z(iD*V#+{-S__Mzy5E`rZaD5UdcS0c{KAt=I+cb_*($iWG=uP0828*WDd_XX42_5 z)32nTO+Siv{_jrTlAcUoi+2D{OD{{GkUly+C!J4+Q?I99NPRE$wbW-)A4=Vv+L^j0 zbs^pZScb0x9-W$#%BRBkn*c8+zmH%4e>VBy;GO?Xco$%K^2B6Ia{pu@8NuHLcro$4 z#Mcs^PJAHoj>LH4io}M*NMccOIKQ%rO zKMrpMG{x=MKVrX){WSJ??8sPSEE#cwb0A{9r*#D`)swRDTQ7Z9v>K=Lz$)$dRh2nyvBsjWlU2DJsTzm`|%Ri zGv0KF_`2fQBkQ~$gyY&+v?jh&!(a~to)2A40i!Q~5WaQQ+T zT)xl-moK!zR!e z#t)J)pAwy>TvZ!ss`2eR-hMlJ{hpHH2pXjL2ELnerss#R^IKMy|jI!)QCHr_@ih?%-oZM>CC5Hp3V z+6dFiPbe!wDp$4f7JeZ%h?&w=ZKO#LzSKKS?W#61@dlsjou+tI8<~0GesvzISGDn- z{9J3$&XlieqmpqDGxe+5$ZU)iC>=!st2Qbf2QgE@s*TLY@J%X139B~l0fVo$i=l>9 z8%Z80&AYN@SwtNUn(OKsZVQkyoo)TRwCwP}M(ZQ9^i)dt6^HaJ$b!Lh0hj#X`N ztZHL!eS>3F49BWAI97}J>njuyuZWg!Y3ZI<%T7^4D#gQtS1_ljAYSp~*xicPOzkNO zh*!iw25y~~ouYnJiuL!Jr>GuY5xvHh%i2eICYWmkiiId6L6)t zB6#0)iZj+qad{nbzFH~v)!|0Lg>`toVDM6`J#`+SSA;I2DtL=->RjzU#+0_FHfVPj zcH=v2t@hM8!uzl|-q*}dovq@fdhxTg8xtK=1h2AAtryOi;=pGLr-|F}e&f^`!bz3K z`;Swn3&TyKA@RkIsndjECRu)-J$0%ud@=X8Wv5O7t~C6se))CW-2fxW;y8S*@E?e~ zI=iz|YgoJ(yf>bmS}pjAddsX5{8$~12;N30{`rF)7Ckx(Q-#aK6 zyk(u8S|RwZ`rhS&Z?D5;g7ue)rv?PyTHnjrXQddtC!U?++_O^LQQx~*aC;s03r^Hw zpWt{ME)pEA!(PFY>u{mqvO4S$tiLTiwLq}`ql77{Yo&N%y)ebKQarv6sjZdb5p_su ztrQQcLn>>fct9OeSS!W)i`P@s)k-l`-%DAoH2k#=sj8KR`WyOF6xB+@@6BF&N}5`P zfblLz_fu0V#rhlgQ!)rP+*5~bg0pqlDmY!gQVXD0Y|+5$MEW^e zyL0u@M+t`Ou$izS_%(w)b)*i4z2)7HLCy)JSH!#(qZlv7PI3O|6^}Ex)1IO(dqvC_ zc*}O#Q&eTIh=~nGIlhE8MNRgKM;natRAjGsq$!WPf_m%~%f$RH%@ozxD^3BUnUKw> z#alDXOnm#FUBG1E%(R#a3c|$YzSl>lF_pZe#tZyI%1=U?g)~kE-hx z;V*c7#7E8biqK_V5A~tqdPQg_uZR8ATdz1NjL!;9QEk2Asl*-l65SNF)+;*1_=_m^ z6qVL%pcTV@#6z9+8h%IIhS#R2sIp!W?t$0C@zhwa2xaE=fT^%vaYmT+p}u;>t-?%_ zR9CNfr7+&_pW+13D_&vtqkTC)^oo}Y<0bH^l<;}Po%qGXR8sg{gK>O9cmr|QJX|j> ze75%E`vFri;j@T4*q>41^`<<=OGNlggRws>e1^fOk0p#nG^!o09}+&z;1+xGM&VOT z`8Ip<2H~{^x7w4}3$G;R?;$3y6V4L1;ai`R((;CX3gc(wlhksr;dLF4x7sHq<_)hA zFup!AY1I5WgK>SM=GPkBZBH6Czl4}y0-Q8z zegQGRbU10${Cr}3F2bHPYVH#A_Z*W(&2J>;OZ}5Z&94{6FIpyznqOlu>PI#AidP$q z^Ha{f;#CIYeAIKV_!fgv9}2oxyp)(9_?o1md&SKLqdrE`FE$wGr=)wuiwws3jizrh z80R;dzL6N8UbH8v>0WUSaR=_NNh9j34MzVMQC}sD-&jl@`@o-O*M$}WpUHE3iBt_jTCR83%t4X8ke+S05f3e@F`ro)8e|reCyZ?=c zvv%~M&^N8;%+Or}Gw?S6=G$%df%r>+vFsb!m$N_2eiL5;+&}AP z{(}L!JGf{@LT_ejFo;h{gd>!(w|FzDE$t6@$b^~8JP1Q zi|_sIi(mP_j=uo-MCyyFkEGs}+Mc=szwkdfbz-VH<)u=|KjW?cr;=a7-~YQUIhDLR zd0uiP*^_KdR+Dz(Z;4+eet=p2ClhxjW)jyYE=;UV^d&kI2PX3P_Wy6=KZ<`d{@M5k z;%~zn|C{5d#h1ow@k8RJcm%)re=hb|?DMg^V*eH!k6ngu`>lu_A3Ngz(Rco5A~!}h zN6v_>h@6PG{HqZ+{IBq<;pf6ngdh5M=KRlD|6Bk3*O|WAuy;%3O1?h-h);LymdKTw z4DPUZOXNzP!R_{LiCn4C;5K`=M6OgZxYgb*kt@Nn<8z|0=({CyB_vg1?3c)ukVJuT zQ|y+=l};vZ;q@hQr9okQ)o-^%uCzj!Xdym)xN5gVt_0Cy`{DW$xe`Q+ z8095$C5RL;+Djr=f+(?lalAyX1W_VJdr0I;5G7)?heWOfQRnrrUm{n6C=p}7M6QG> z7cs6ckt;!@h;e<1TnR~#81C9TkTyExe}5faf`i6B3Htc4H#3pT@twxk|J@p zy-Oljg6I*?vv*14N|@3SciFona;1J@wAU_)TxpTPxSm9=R0Hm;;X_mH`c!n&C^k5` z)&?in+Ti3`8=PEggOh7*FjZ=UlWT3vt#5F0Erye8ZE$kkH0ti6AXS@2u^@oyKmTmw zE=p3h36`yfM{Qy#O4TNqni`(9iJ>f2n=nbP1%Kji7lo;wFzUq)*Zx5sj4<%l-KY)P-Q4q)h3v+TD|U+t7;QQKK^otDMP`k zHeu}7>hVyrs!dzS1XrhMRhuB%H9UFMnb(Mc&8T&ozc;mOwHOF_4a?Xnvq}u^q8gs0 ziWw0DF|W-FVjdO)Imh26FlAPX!E!?lPgr!+kQi8)TJR_ScAYE+qK}XHnlgi8U~6jg zf|yr`!980G{>0y|6Qq*f?Gc@&Z1iZ^|4e2AKgL(l^YpVvrkZSa4H+9U}(Wp}T&k)WkqfaQB-s-D039 zwT>X>d19a`wT>X>E-_G*T1OCbrx@r;ts{uJLkyG!f9l1Yxm^sjrPdL|+$IL(@Q3Z`A9Jf$pkSUA*P2+ z5cA<;7LW;IK1|GfGC|CTiaCi)(9Va5Igv~d^TA?HAQQw)-%xEj9t;+})faRQ)u!Xf z1ToV)RGW?^6U0pSP;EMfOb|2uL$wL{y4DuNOb1bI>LwG!Ob=0QnnxyxnJ%K*)I}zU znLeW0)X9+$97QKlZR%i|AZB`rYEwHHEP5+ux`}F28<`+x`iW{&E6)>Li;kk&)WR}B z%=8r1rlZLOG1FC4n~owAT%Eq6+SE)YI1imgwdqJQLCo|P)utnOt$?Ass5TwWGC|Dr z7uBZ2SSIKTI*e-5p(ukzZ`FbxquO)`nV_BNGOA4nlL=y`&!{#XL?(!tPNUj1mrM{d zy+*a^Kr%thbQ{&C1IPps(r;9o_9qj>L&s5Vn!^YcGn^&Yy6p|v;99pfxYn%=u61jJ za;y!?u{J2j+Mpb3gL145%CR;m$J&@%-=G|ep&V<2a%^wNPSXlh>kD<$TLh1+7rs=mzHT>tiQr-Ny_*G#b$GF$TZb13 z#_MpCpjC%-6qW2h>X3G#lKpKR(o0nAGwP5=qGAUhyvR<|MO5sy^}VzZ6?>=-=^rX~ zeervm=AmLATi;9PP_cv6?d&vdL&ZL{zL%b%V((LjGz=9xSliA{(=Al&M13!%p_2VueJ@QyCHq<((jio`FV!LKK_&Z(I;1zK*!8v5X&Qryov!btE2w0DQ-`z! zmF%zUkba<&4L%2xou(P6WPexROD9mVPpd=PfQr4k4(S0Z_WU}e0jOky)zj=W)xVPc zmDy`gQ~Es{l8pzNm|#p(_&pnfP26rzQ}#U@LI;dh!)c1XXG7+Qv7eIf*$_EC(Co6O zDfpfZK_f|7Fa2*#UxIo6^7QfPBhy|wo%(C)m#H75zMlGY z>iwy=rMBVQerMt<|0iJP-;~NE-%S20`9pl!?=#5{B;TGKO>Rl9PY&W4|4~UlnZ?}y zmBcfNM-rb+d=O9g#}bz%&Ptq|I0=9GZ@+{c|9kw`c)tHleBb{=@ps0@ z$6N4s{~SEs{|&zG|7h%Uu@7VZKM}hkc1~<%YyrOQKPTo!{~7&l^vBU}MIVUX6}>sS zJ$hwy1D^NyMBAeKM|1d_f4__TB=YUZ=OcGV-WAz_@A{t`8Hp^6v_}qzMXc>x<;+k% z{M?^)j@}ix3I)W^y&e#_3MItP{UJC6m7|FGxu--dT)f1Yp^W&s&w}V`?!mi&GZYd( zcO?k)+(HnP5=WK>TexdaExle%TXzp2u7Nhw1 zxqC${T#S=ae*D~BBKq)S{22<6pL?Gvflo2aP=fp%rt<8$MW_o!$j@CYVg#@2&rpW^ z+=Yf1Mqm^oKL;UDZTp=WDv_UqAr{f+%utH_9K5cGUT20{q$7{sR`XO0%}ji3ZZ;ZY*KW(fT1YNlDlmxDvll}C!W zKR5(kd4z~}gJ^GF#(V#85pNF&H1c60CJcek!p`(h=76Az{MdY5oeeZ!)TA9h#n9K9Ups{X%NBG$Dxhk zP!Pe&;mugQ7Cw_Fk^85J5&WWVCMV)eL##voa7Dao&Ve^UXB-i~HpChP%L|3ju+1WJLTdI0T`mMLZu6sBKEb(;}8qO^yF}!knWI)&RYY>P0M{aFE;1Kzb99FGV zVyUxR{v)?k!~ov%-7Wu-TLPk^c`3dEyIcMvhs6vYg0J)LmjB4rK+rn%Wfy7jIr9KE zINQ|*XS>?qY*!nc?P`OwU2Sl-s}0U}wK2E8!P%}D&UUrI*)BGA(;rka4+N8x-E;?) z%;$nx$!>ZBFN1rVuMS|@p4Pz2d<7V*KEQMaUIwksKii9Cei{QW^RU6#Pha3=9x@oq z{ImsL=0St;n1ims%X|?Se|#L}X$ri|=MCnwN7lP^1vXf3ZLr?jV7;}$dTWFA*2diW z2J0<`_0|UKUAn^FO%3--SMUKq8y|pB!oAWKVLkw%f_tUYh+Fxz5|+n^ z5g#?%E5Qc=cjA1MY_D`3Fxmt0QL(+!wFV=83bt3e#$d!tz4l7TrF;N|{gi931ZPf+ z{ZwnOwAoO2~J_ zxE^)dD?#gtaXrekSAuO}`(r;<+ADPeXP_hf91@=tZP3|sx(LpfDS|7UJ*SCS9uNzhJ*SG` z^cWLHe1T;TldGTW4~SLH9%ffRPwnMYzt7pj^y=qvdqEXP)~*odyf!XjLW>`PhX9!GO_b|o!IiyTnc3>d_V~+K67}F5amG~{t9wu2ohe0f2owJ8o z*3UH=V&x)d57VrlYYd2fXAkqNpUVdX0%M}}b7?~iFLm}X)B5?hf?!>iJA0UF{rvWT zSm^9wuJ!ZC&9YHADU+?Ar{vRD;j+xOex8#oR)5&p!*uKCImse{NSSZ_e9;`zk2Yn( z_47FpT%`cPjO*tUrbOS6vqux89Gs}Gg1|IE%6-QW_%6~OO^|Yrh**ekwCvFYDF;2r zAw6rCID0ff%B=#y&PM2(Amv6x4D=2-dzg6r++suE`|5j`dHo!eP2I5C*~8T9=U9FA z3o6Il>*tV*Nx(DjVe<8JNWQ!ZK0C07+1Jk@+lg50>|y%#b4XX}IYi3*>*tW4MBpk+ zzg#fh=Y09&;7*^_=^R5n27xxgcX-vyB6bvnb^-Y7-Ajj!c^?%zX>zX zl`!-^bFrWQx`;*i#O59*V?Y1ZfWT#$jr}})5}&dz#NcN-_VcIcva1&25awe)PbUg9 z&u(Bs_VaY2oS2}t%*cLzbwFUiXo8eyS8_=TwbcYEKO7J^hbBn*m4?6v@b+kel;>T^ ztDvJaLCUWP2sE-LNO}5QPAYJ}RCQU74<3T{*iQuSTM|epz6e+;9fAgG5&^FRqIVG0 z_e8+#h(K){ML?;C-N@5UAxQ_^qF;;(>v!^5i zk}3iXR1^UX)j1G)g9wg7UKRtUAc6^n=Rh2J5gbw+AE=hzz z7O`p&3)Yv5czbXN*0?VdaVa9@;_3=#c8iF0AUG@+JF}OHU_wFf<8yzrmx#!S=wFD+ zZ6=X>07QH9nm&Ynv4~F_0-v^=y-36df)Y4nlL&;4Lq=BNq!)^~Jvd~wGkbxEcbO6+ zsO?4(?*!3-556I=^F>S=qOaeXJx|0k5D;i*bnjM}8KOa%FIhGb{g*-yvcIpDvu0|Hw}SCD0zme~bkL;xPVW)Et6O zY|hGm_nAYm`aCQDk-H}-fkWg! zavuSK5!8>%%75fO9FzcI{KtpPIq>n^S>r!&S8AN1O^yF}e^3IoHU0y4r3QbWGi&_E zZH8Ecx)}d~yONiMhnY40;~gq7g0CIS8vj8#!N5gMo|XT|{~iN|;)$!sf8<{^1is5K zEB}%IO;7^8FaME$S;WAS9%okmBmZJR^g6ThANdyo0&Ob)k^dP8F43X3@*nx<4S}yd z&&q$~e;SlPUF1LVKMBr(L*zg5KMDwB82OLr#@l{^HW>YFwG z;}0Mh2MFUoejN~Kb>lyNYzTY|WY+kP@8}%sR-yXFe>@BV4fJ2yJNIC{s`8A7L(cu2 z?^_?2$lADB5JCu%giF4h6Yk`Gav?e7a&i(vfDl@)0YgA;BBCNHVzR%z6|A+^Qc7FE zODRQ5(MD1YSK*yA{ejM}vf#Zn{c#IA z9akoiG1DK{8(56Tn*P`Wz;#Ce(;rtU#TZVZ+-LgZGyuNpc*RVAj0%h`M~#{OSO7rZ zfXABtIMe|$X8NPg0qRuxBmC3>qLlPU!0fZ`fo>`N5&lVF4I4`OBfJQ}oTAf7e}u0H zEWrtq`=md@)B4F$O!DrN{s?ac;2@4STlyp1;9%Ww_g&K-Ie2pF{J;PD{J-w*A9R1K zdvEv7?s1&&|G)UU|KQN|YS(vgw*NC-k9R%LRdn6awYzIO{xhX?G9KjY?e#6{h&`lXc>5gCvtkN*>rVLVd1Y2N57f0JkN~DDRR8UR#DxD zK{-W;%Tut?P=rxAMZ~EQKOdpPu$wS{{9>y z%SUmG)&X4HUtjQqQ4wwh)djbL>VjKAb-}Hmy5QoNE?72Quxz?u*>u6O>4Ig`1oF6e+YjY2l6 zg?>YTgFFkfQRp@pU6()y6lSBA8Q6$>n2lN@Ft%w)qc9t_7=TlKs~d&csB;}`Y!qgr z76Nd(aI#UDjXFv9Sh8_Tqqs;po$p|xQS2ZHKh{siw`^_{7YckqVA*OEZo2@K6TQfC z-1GtgzBzmfezHwq7XXKSl?*p z0mOHJ71%yeY$9ke=+SsCZ4?^?zHZI13^lev-~|ARVARL?0$*}~dyEUf0->R{O(0|I z1s)cd7zbD<0Q*8ohXcKf^8_BS6zc%i3f%8MS=A`k2<%5rX*|)Cs|9WpSd2C1VwC`8 z5W52kCmYqe7=YRekClyT;XPK{;vTY5t#twu%h6$EqgpEru(YyKtwjJ-fw+fkREu@W z$sRmbHmY^Jz!;8#Eo7rwM_7vW0A{0pu6u0Wx}i~UOwYqN1lFv>V>zVf;cEipnC34y zqUYg@4$%4>(DMLe!PbXNE;yd&0m@qL4c&pmc^=>a1kj~8n&)Akz-AmgUvMzb!+RZU zY7`vH^YAW#)i{a1;8322+XTkg3ptYKfl`~D4qclAc^+;SIFIif$MHN|?>|9lIgIDw zN`Xo28!R}A=iyRI0S8!c5YGeKWdRgEs*q!N9uUjX3nwwDP;dy(17B0lQKK0+g6CnW z1Ek;po(H~_Oo0x=@jDM^IY8TT_|600N^Uk=)+ji7=ivIrmQ#9_?r6|zy`uaN?q?=T@y zn2mZ-U3(i2S})8-{iS}g7U%949JBM*W1a%F&LKN*VW{OBg>wiCj@WtY69N-B&b{D( zowx4AQ@BS3P08^(ZzW}H40F^4hwD7N;wkVHj@EgA=0L{Q;14wv9IW#I$-$6=Bk~H4 z)p>v}Pzn^ELvO8=!vb5OuQ*fNl!+ii~?A7QW9H#T| z0SCxBN9jE9&1MSZgM)M)?s0(r!7(}y?{t7*z#%#hZ+C#M%@H~eZ*zcraDdLkO%70F z9G~;B*8pa+iUEP^9N;JY0@ng?5)Lm=pTIQ^kdI!0s|{>GaO@Gd+*6=}x&?N63OshY zz$Fgwl!FD<3v8G~cjyv0+wXyvJ4oO-f#p~RDy9iQV5=8mb%Dcv9zF)Z2}Mlwa`ex` zMRpGyoV}lee;zmzvMiWizKx*uZR=w=EO!5`0#u3&^q6qIMSwz)083go3w%v|Y}*9Z zA8r!(8%wboYZz}5_==^#(e(Ro6hL2BbI^hZDy>U}{9>5qUa)cb-el>P{RWht}TmN4Q&Hk}HeSA7PKBST)A= z{|BdUnufFMp6vde?)$L2{TI63=69Q4Z9dz4qWNI6Y~Io5;!@uVyHbdb0`eHI`|!&5%|pD64uw|_pq7Z~XKQQtq~?*ks_`*`1n`|jzxrSI~-iN0lhr}iD) z*XaEjz7}|~_w&7vVRyj3-rIYx?%mcqhSLCN^&ZkYt>?QvU+sAo-wHg~Q}*16zYVwp zCjp+`GpA=p&-Cu^cfb6L&-(js&IWw?poh>r`mb3rCZ+5Q9Ng$9u~iI8DLb9SoKMB5 zl(N%E%=uIdODP*AF@I7qE~RV%h@YTVF)*d}xg;Rjya-KoGP&0+j1S`a%4h#qvCnJ`(R^YejlV{H9SJ95Ra{p_H^2;6eZ_9&-7U- zKF>6sXBw>({{p0LFFLIhzf9tJrqxQ3QmJk)daV?p9!BaoMzfXTpOJVy(`}^)L4mV3 zEI;b2@rxv0&nGF(vm~D9`66GyiJK5vs>69A&oGUX6Gi?MksrrSE6p23s8w)OhR9rz zKOymYK0)MZ67L&xL_SC2c|Km`0Ey>$w#Xloc%F|Fp*5}h&nyv2{JJL`E5a#(y4`1r z+(6>_IY#7q5`X&9A~XVZ3nr0kNxTJVz*5{z;pbJa!3KGu`ZCHwzlXz{=ho$(-BwiadVkttLwtZH&q!UY7o1?k61+7?$ z|B4pGaR_Q1da)E=A@MuYjHUQl+!>#FDCNBSq;PvRw&{)zXIcn+n1qRgKY>7V#kr19D6 zQu-&}LE`z5{)xAe_?@MH;w>b8AL*ZXGl{pm>7O@&)UieSCp(Gt?DvuW$uQ=Q`rFiz z{>kR?99(;PNBSo_k;HmJNBSqjxQsuZuG;8G|75dCtTsB*KiMo2%V9_QCp(tJa@djn z$>3W?TwQdef3jmh>UnVKpA5Za#Pvo;`X@^yo*(I-4DM#6o*9?^$&Mtkl6ItjvW&#@ zBmI*_63>tHPc{I8<4@Si9qFHJ8i@CVj_IGDqc*%JbWH!e$~0bf(?9=C;!ijI^D`2E zy6K;vlK9h2|NMk^w!Ydi{qtj_!QmpxkLjP!piS#KH2w1wiT}#<4`h-*Fk<&@M=1u>cM&dPZ`ezY| z*SzT;xTJR7$4vi>ka%rK|HOqPo*(I-h$z~w`RNdII#TG!7&2{Fu`?1f-tjF{jZYF|}Qq(+Jqn<~tBe za~e&i@%)(6XpksBh>P616boE%>yj?Gbx9Z8x}=L)^#!*siE!(ZF1U3m7R}Ne%P{Y3 z<*LkA6mUNEI*R#<{Uny3%6!E>604uee8u}n{66L@?j^DMspKo-dr7PXEBT6e4~f-S zC0`NW1L8fZlCOyGCNURL$yda8kyss8@)hxJ5^K}y967Ofl6aoa7P*VW^L&=bJ4igw zXNtUy#B+Ft$ekpf!_!6H0^)wDI!)vYcMdU0JFU83sSaoZ=bFOS&74tsrx=n3fmGeIJ z8k^0l!mZ)_dG+wh=2Z^`@j0f-=2bC=()QWLYA&CZ!QYPh9A$Na2;A&woo0>*-0Y~& zNLI&-%!M=b`Ppi=$Q%+c`*9@k6R3G#tE*;-JVN3vc&y07BwiacMShpWOL2_IZ-dlr zakR)oB;FQD?H9V&JekT#B+GK$i*aHV~2@cMB;ZoRAf7e=jRZSjUYaER<%Ti z7?HeOfh0SZIrMUAUNt+1ZEAB>mF875^utk)b(Q8-GxWnzk9C#iRWr