| { |
| "_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": "673cae3065e4f8b691bba505f4ef2aad", |
| "packages": [ |
| { |
| "name": "guzzlehttp/guzzle", |
| "version": "7.8.1", |
| "source": { |
| "type": "git", |
| "url": "https://github.com/guzzle/guzzle.git", |
| "reference": "41042bc7ab002487b876a0683fc8dce04ddce104" |
| }, |
| "dist": { |
| "type": "zip", |
| "url": "https://api.github.com/repos/guzzle/guzzle/zipball/41042bc7ab002487b876a0683fc8dce04ddce104", |
| "reference": "41042bc7ab002487b876a0683fc8dce04ddce104", |
| "shasum": "" |
| }, |
| "require": { |
| "ext-json": "*", |
| "guzzlehttp/promises": "^1.5.3 || ^2.0.1", |
| "guzzlehttp/psr7": "^1.9.1 || ^2.5.1", |
| "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": "*", |
| "php-http/client-integration-tests": "dev-master#2c025848417c1135031fdf9c728ee53d0a7ceaee as 3.0.999", |
| "php-http/message-factory": "^1.1", |
| "phpunit/phpunit": "^8.5.36 || ^9.6.15", |
| "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.8.1" |
| }, |
| "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": "2023-12-03T20:35:24+00:00" |
| }, |
| { |
| "name": "guzzlehttp/promises", |
| "version": "2.0.2", |
| "source": { |
| "type": "git", |
| "url": "https://github.com/guzzle/promises.git", |
| "reference": "bbff78d96034045e58e13dedd6ad91b5d1253223" |
| }, |
| "dist": { |
| "type": "zip", |
| "url": "https://api.github.com/repos/guzzle/promises/zipball/bbff78d96034045e58e13dedd6ad91b5d1253223", |
| "reference": "bbff78d96034045e58e13dedd6ad91b5d1253223", |
| "shasum": "" |
| }, |
| "require": { |
| "php": "^7.2.5 || ^8.0" |
| }, |
| "require-dev": { |
| "bamarni/composer-bin-plugin": "^1.8.2", |
| "phpunit/phpunit": "^8.5.36 || ^9.6.15" |
| }, |
| "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.2" |
| }, |
| "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": "2023-12-03T20:19:20+00:00" |
| }, |
| { |
| "name": "guzzlehttp/psr7", |
| "version": "2.6.2", |
| "source": { |
| "type": "git", |
| "url": "https://github.com/guzzle/psr7.git", |
| "reference": "45b30f99ac27b5ca93cb4831afe16285f57b8221" |
| }, |
| "dist": { |
| "type": "zip", |
| "url": "https://api.github.com/repos/guzzle/psr7/zipball/45b30f99ac27b5ca93cb4831afe16285f57b8221", |
| "reference": "45b30f99ac27b5ca93cb4831afe16285f57b8221", |
| "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", |
| "phpunit/phpunit": "^8.5.36 || ^9.6.15" |
| }, |
| "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.6.2" |
| }, |
| "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": "2023-12-03T20:05:35+00:00" |
| }, |
| { |
| "name": "mailjet/mailjet-apiv3-php", |
| "version": "v1.6.3", |
| "source": { |
| "type": "git", |
| "url": "https://github.com/mailjet/mailjet-apiv3-php.git", |
| "reference": "b10ac28c0c201bfd834e28a5a2c13f89d283aaa1" |
| }, |
| "dist": { |
| "type": "zip", |
| "url": "https://api.github.com/repos/mailjet/mailjet-apiv3-php/zipball/b10ac28c0c201bfd834e28a5a2c13f89d283aaa1", |
| "reference": "b10ac28c0c201bfd834e28a5a2c13f89d283aaa1", |
| "shasum": "" |
| }, |
| "require": { |
| "ext-json": "*", |
| "guzzlehttp/guzzle": "^7.4.4", |
| "php": "^8.1", |
| "psr/http-client": "^1.0", |
| "symfony/validator": "^6.3|^7.0" |
| }, |
| "require-dev": { |
| "mockery/mockery": "^1.4", |
| "php-coveralls/php-coveralls": "^2.0", |
| "phpcompatibility/php-compatibility": "*", |
| "phpstan/phpstan": "^1.10", |
| "phpunit/phpunit": "^8|^9", |
| "squizlabs/php_codesniffer": "*" |
| }, |
| "type": "library", |
| "autoload": { |
| "psr-0": { |
| "Mailjet": "src/" |
| } |
| }, |
| "notification-url": "https://packagist.org/downloads/", |
| "license": [ |
| "MIT" |
| ], |
| "authors": [ |
| { |
| "name": "Mailjet", |
| "email": "dev@mailjet.com", |
| "homepage": "https://dev.mailjet.com" |
| } |
| ], |
| "description": "PHP wrapper for the Mailjet API", |
| "homepage": "https://github.com/mailjet/mailjet-apiv3-php/", |
| "keywords": [ |
| "Mailjet", |
| "api", |
| "email", |
| "php", |
| "v3" |
| ], |
| "support": { |
| "issues": "https://github.com/mailjet/mailjet-apiv3-php/issues", |
| "source": "https://github.com/mailjet/mailjet-apiv3-php/tree/v1.6.3" |
| }, |
| "time": "2023-12-10T11:13: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.0.2", |
| "source": { |
| "type": "git", |
| "url": "https://github.com/php-fig/http-factory.git", |
| "reference": "e616d01114759c4c489f93b099585439f795fe35" |
| }, |
| "dist": { |
| "type": "zip", |
| "url": "https://api.github.com/repos/php-fig/http-factory/zipball/e616d01114759c4c489f93b099585439f795fe35", |
| "reference": "e616d01114759c4c489f93b099585439f795fe35", |
| "shasum": "" |
| }, |
| "require": { |
| "php": ">=7.0.0", |
| "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": "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/tree/1.0.2" |
| }, |
| "time": "2023-04-10T20:10:41+00:00" |
| }, |
| { |
| "name": "psr/http-message", |
| "version": "2.0", |
| "source": { |
| "type": "git", |
| "url": "https://github.com/php-fig/http-message.git", |
| "reference": "402d35bcb92c70c026d1a6a9883f06b2ead23d71" |
| }, |
| "dist": { |
| "type": "zip", |
| "url": "https://api.github.com/repos/php-fig/http-message/zipball/402d35bcb92c70c026d1a6a9883f06b2ead23d71", |
| "reference": "402d35bcb92c70c026d1a6a9883f06b2ead23d71", |
| "shasum": "" |
| }, |
| "require": { |
| "php": "^7.2 || ^8.0" |
| }, |
| "type": "library", |
| "extra": { |
| "branch-alias": { |
| "dev-master": "2.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": "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/2.0" |
| }, |
| "time": "2023-04-04T09:54:51+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": "symfony/deprecation-contracts", |
| "version": "v3.4.0", |
| "source": { |
| "type": "git", |
| "url": "https://github.com/symfony/deprecation-contracts.git", |
| "reference": "7c3aff79d10325257a001fcf92d991f24fc967cf" |
| }, |
| "dist": { |
| "type": "zip", |
| "url": "https://api.github.com/repos/symfony/deprecation-contracts/zipball/7c3aff79d10325257a001fcf92d991f24fc967cf", |
| "reference": "7c3aff79d10325257a001fcf92d991f24fc967cf", |
| "shasum": "" |
| }, |
| "require": { |
| "php": ">=8.1" |
| }, |
| "type": "library", |
| "extra": { |
| "branch-alias": { |
| "dev-main": "3.4-dev" |
| }, |
| "thanks": { |
| "name": "symfony/contracts", |
| "url": "https://github.com/symfony/contracts" |
| } |
| }, |
| "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.4.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": "2023-05-23T14:45:45+00:00" |
| }, |
| { |
| "name": "symfony/polyfill-ctype", |
| "version": "v1.28.0", |
| "source": { |
| "type": "git", |
| "url": "https://github.com/symfony/polyfill-ctype.git", |
| "reference": "ea208ce43cbb04af6867b4fdddb1bdbf84cc28cb" |
| }, |
| "dist": { |
| "type": "zip", |
| "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/ea208ce43cbb04af6867b4fdddb1bdbf84cc28cb", |
| "reference": "ea208ce43cbb04af6867b4fdddb1bdbf84cc28cb", |
| "shasum": "" |
| }, |
| "require": { |
| "php": ">=7.1" |
| }, |
| "provide": { |
| "ext-ctype": "*" |
| }, |
| "suggest": { |
| "ext-ctype": "For best performance" |
| }, |
| "type": "library", |
| "extra": { |
| "branch-alias": { |
| "dev-main": "1.28-dev" |
| }, |
| "thanks": { |
| "name": "symfony/polyfill", |
| "url": "https://github.com/symfony/polyfill" |
| } |
| }, |
| "autoload": { |
| "files": [ |
| "bootstrap.php" |
| ], |
| "psr-4": { |
| "Symfony\\Polyfill\\Ctype\\": "" |
| } |
| }, |
| "notification-url": "https://packagist.org/downloads/", |
| "license": [ |
| "MIT" |
| ], |
| "authors": [ |
| { |
| "name": "Gert de Pagter", |
| "email": "BackEndTea@gmail.com" |
| }, |
| { |
| "name": "Symfony Community", |
| "homepage": "https://symfony.com/contributors" |
| } |
| ], |
| "description": "Symfony polyfill for ctype functions", |
| "homepage": "https://symfony.com", |
| "keywords": [ |
| "compatibility", |
| "ctype", |
| "polyfill", |
| "portable" |
| ], |
| "support": { |
| "source": "https://github.com/symfony/polyfill-ctype/tree/v1.28.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": "2023-01-26T09:26:14+00:00" |
| }, |
| { |
| "name": "symfony/polyfill-mbstring", |
| "version": "v1.28.0", |
| "source": { |
| "type": "git", |
| "url": "https://github.com/symfony/polyfill-mbstring.git", |
| "reference": "42292d99c55abe617799667f454222c54c60e229" |
| }, |
| "dist": { |
| "type": "zip", |
| "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/42292d99c55abe617799667f454222c54c60e229", |
| "reference": "42292d99c55abe617799667f454222c54c60e229", |
| "shasum": "" |
| }, |
| "require": { |
| "php": ">=7.1" |
| }, |
| "provide": { |
| "ext-mbstring": "*" |
| }, |
| "suggest": { |
| "ext-mbstring": "For best performance" |
| }, |
| "type": "library", |
| "extra": { |
| "branch-alias": { |
| "dev-main": "1.28-dev" |
| }, |
| "thanks": { |
| "name": "symfony/polyfill", |
| "url": "https://github.com/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.28.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": "2023-07-28T09:04:16+00:00" |
| }, |
| { |
| "name": "symfony/polyfill-php80", |
| "version": "v1.28.0", |
| "source": { |
| "type": "git", |
| "url": "https://github.com/symfony/polyfill-php80.git", |
| "reference": "6caa57379c4aec19c0a12a38b59b26487dcfe4b5" |
| }, |
| "dist": { |
| "type": "zip", |
| "url": "https://api.github.com/repos/symfony/polyfill-php80/zipball/6caa57379c4aec19c0a12a38b59b26487dcfe4b5", |
| "reference": "6caa57379c4aec19c0a12a38b59b26487dcfe4b5", |
| "shasum": "" |
| }, |
| "require": { |
| "php": ">=7.1" |
| }, |
| "type": "library", |
| "extra": { |
| "branch-alias": { |
| "dev-main": "1.28-dev" |
| }, |
| "thanks": { |
| "name": "symfony/polyfill", |
| "url": "https://github.com/symfony/polyfill" |
| } |
| }, |
| "autoload": { |
| "files": [ |
| "bootstrap.php" |
| ], |
| "psr-4": { |
| "Symfony\\Polyfill\\Php80\\": "" |
| }, |
| "classmap": [ |
| "Resources/stubs" |
| ] |
| }, |
| "notification-url": "https://packagist.org/downloads/", |
| "license": [ |
| "MIT" |
| ], |
| "authors": [ |
| { |
| "name": "Ion Bazan", |
| "email": "ion.bazan@gmail.com" |
| }, |
| { |
| "name": "Nicolas Grekas", |
| "email": "p@tchwork.com" |
| }, |
| { |
| "name": "Symfony Community", |
| "homepage": "https://symfony.com/contributors" |
| } |
| ], |
| "description": "Symfony polyfill backporting some PHP 8.0+ features to lower PHP versions", |
| "homepage": "https://symfony.com", |
| "keywords": [ |
| "compatibility", |
| "polyfill", |
| "portable", |
| "shim" |
| ], |
| "support": { |
| "source": "https://github.com/symfony/polyfill-php80/tree/v1.28.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": "2023-01-26T09:26:14+00:00" |
| }, |
| { |
| "name": "symfony/polyfill-php83", |
| "version": "v1.28.0", |
| "source": { |
| "type": "git", |
| "url": "https://github.com/symfony/polyfill-php83.git", |
| "reference": "b0f46ebbeeeda3e9d2faebdfbf4b4eae9b59fa11" |
| }, |
| "dist": { |
| "type": "zip", |
| "url": "https://api.github.com/repos/symfony/polyfill-php83/zipball/b0f46ebbeeeda3e9d2faebdfbf4b4eae9b59fa11", |
| "reference": "b0f46ebbeeeda3e9d2faebdfbf4b4eae9b59fa11", |
| "shasum": "" |
| }, |
| "require": { |
| "php": ">=7.1", |
| "symfony/polyfill-php80": "^1.14" |
| }, |
| "type": "library", |
| "extra": { |
| "branch-alias": { |
| "dev-main": "1.28-dev" |
| }, |
| "thanks": { |
| "name": "symfony/polyfill", |
| "url": "https://github.com/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.28.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": "2023-08-16T06:22:46+00:00" |
| }, |
| { |
| "name": "symfony/translation-contracts", |
| "version": "v3.4.1", |
| "source": { |
| "type": "git", |
| "url": "https://github.com/symfony/translation-contracts.git", |
| "reference": "06450585bf65e978026bda220cdebca3f867fde7" |
| }, |
| "dist": { |
| "type": "zip", |
| "url": "https://api.github.com/repos/symfony/translation-contracts/zipball/06450585bf65e978026bda220cdebca3f867fde7", |
| "reference": "06450585bf65e978026bda220cdebca3f867fde7", |
| "shasum": "" |
| }, |
| "require": { |
| "php": ">=8.1" |
| }, |
| "type": "library", |
| "extra": { |
| "branch-alias": { |
| "dev-main": "3.4-dev" |
| }, |
| "thanks": { |
| "name": "symfony/contracts", |
| "url": "https://github.com/symfony/contracts" |
| } |
| }, |
| "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.4.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": "2023-12-26T14:02:43+00:00" |
| }, |
| { |
| "name": "symfony/validator", |
| "version": "v7.0.2", |
| "source": { |
| "type": "git", |
| "url": "https://github.com/symfony/validator.git", |
| "reference": "24911cba25f0ef2a8e23327c100664502e1b95cb" |
| }, |
| "dist": { |
| "type": "zip", |
| "url": "https://api.github.com/repos/symfony/validator/zipball/24911cba25f0ef2a8e23327c100664502e1b95cb", |
| "reference": "24911cba25f0ef2a8e23327c100664502e1b95cb", |
| "shasum": "" |
| }, |
| "require": { |
| "php": ">=8.2", |
| "symfony/polyfill-ctype": "~1.8", |
| "symfony/polyfill-mbstring": "~1.0", |
| "symfony/polyfill-php83": "^1.27", |
| "symfony/translation-contracts": "^2.5|^3" |
| }, |
| "conflict": { |
| "doctrine/lexer": "<1.1", |
| "symfony/dependency-injection": "<6.4", |
| "symfony/doctrine-bridge": "<7.0", |
| "symfony/expression-language": "<6.4", |
| "symfony/http-kernel": "<6.4", |
| "symfony/intl": "<6.4", |
| "symfony/property-info": "<6.4", |
| "symfony/translation": "<6.4", |
| "symfony/yaml": "<6.4" |
| }, |
| "require-dev": { |
| "egulias/email-validator": "^2.1.10|^3|^4", |
| "symfony/cache": "^6.4|^7.0", |
| "symfony/config": "^6.4|^7.0", |
| "symfony/console": "^6.4|^7.0", |
| "symfony/dependency-injection": "^6.4|^7.0", |
| "symfony/expression-language": "^6.4|^7.0", |
| "symfony/finder": "^6.4|^7.0", |
| "symfony/http-client": "^6.4|^7.0", |
| "symfony/http-foundation": "^6.4|^7.0", |
| "symfony/http-kernel": "^6.4|^7.0", |
| "symfony/intl": "^6.4|^7.0", |
| "symfony/mime": "^6.4|^7.0", |
| "symfony/property-access": "^6.4|^7.0", |
| "symfony/property-info": "^6.4|^7.0", |
| "symfony/translation": "^6.4|^7.0", |
| "symfony/yaml": "^6.4|^7.0" |
| }, |
| "type": "library", |
| "autoload": { |
| "psr-4": { |
| "Symfony\\Component\\Validator\\": "" |
| }, |
| "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 validate values", |
| "homepage": "https://symfony.com", |
| "support": { |
| "source": "https://github.com/symfony/validator/tree/v7.0.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": "2023-12-30T09:57:06+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" |
| } |