ifhub-telegram/composer.lock

2425 lines
84 KiB
Plaintext
Raw Permalink Normal View History

2017-05-16 09:42:20 +03:00
{
"_readme": [
"This file locks the dependencies of your project to a known state",
2020-08-14 10:49:48 +03:00
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
2017-05-16 09:42:20 +03:00
"This file is @generated automatically"
],
2023-10-18 10:03:55 +03:00
"content-hash": "d0229785843388828925a69a9c458de0",
2017-05-16 09:42:20 +03:00
"packages": [
2017-06-16 22:03:07 +03:00
{
"name": "doctrine/inflector",
2023-10-18 10:03:55 +03:00
"version": "1.4.4",
2017-06-16 22:03:07 +03:00
"source": {
"type": "git",
"url": "https://github.com/doctrine/inflector.git",
2023-10-18 10:03:55 +03:00
"reference": "4bd5c1cdfcd00e9e2d8c484f79150f67e5d355d9"
2017-06-16 22:03:07 +03:00
},
"dist": {
"type": "zip",
2023-10-18 10:03:55 +03:00
"url": "https://api.github.com/repos/doctrine/inflector/zipball/4bd5c1cdfcd00e9e2d8c484f79150f67e5d355d9",
"reference": "4bd5c1cdfcd00e9e2d8c484f79150f67e5d355d9",
2017-06-16 22:03:07 +03:00
"shasum": ""
},
"require": {
2023-10-18 10:03:55 +03:00
"php": "^7.1 || ^8.0"
2017-06-16 22:03:07 +03:00
},
"require-dev": {
2023-10-18 10:03:55 +03:00
"doctrine/coding-standard": "^8.0",
"phpstan/phpstan": "^0.12",
"phpstan/phpstan-phpunit": "^0.12",
"phpstan/phpstan-strict-rules": "^0.12",
2020-08-14 10:49:48 +03:00
"phpunit/phpunit": "^7.0 || ^8.0 || ^9.0"
2017-06-16 22:03:07 +03:00
},
"type": "library",
"extra": {
"branch-alias": {
2020-08-14 10:49:48 +03:00
"dev-master": "2.0.x-dev"
2017-06-16 22:03:07 +03:00
}
},
"autoload": {
"psr-4": {
2023-10-18 10:03:55 +03:00
"Doctrine\\Inflector\\": "lib/Doctrine/Inflector",
"Doctrine\\Common\\Inflector\\": "lib/Doctrine/Common/Inflector"
2017-06-16 22:03:07 +03:00
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
2020-08-14 10:49:48 +03:00
{
"name": "Guilherme Blanco",
"email": "guilhermeblanco@gmail.com"
},
2017-06-16 22:03:07 +03:00
{
"name": "Roman Borschel",
"email": "roman@code-factory.org"
},
{
"name": "Benjamin Eberlei",
"email": "kontakt@beberlei.de"
},
{
"name": "Jonathan Wage",
"email": "jonwage@gmail.com"
},
{
"name": "Johannes Schmitt",
"email": "schmittjoh@gmail.com"
}
],
2020-08-14 10:49:48 +03:00
"description": "PHP Doctrine Inflector is a small library that can perform string manipulations with regard to upper/lowercase and singular/plural forms of words.",
"homepage": "https://www.doctrine-project.org/projects/inflector.html",
2017-06-16 22:03:07 +03:00
"keywords": [
"inflection",
2020-08-14 10:49:48 +03:00
"inflector",
"lowercase",
"manipulation",
"php",
"plural",
"singular",
"strings",
"uppercase",
"words"
],
2023-10-18 10:03:55 +03:00
"support": {
"issues": "https://github.com/doctrine/inflector/issues",
"source": "https://github.com/doctrine/inflector/tree/1.4.4"
},
2020-08-14 10:49:48 +03:00
"funding": [
{
"url": "https://www.doctrine-project.org/sponsorship.html",
"type": "custom"
},
{
"url": "https://www.patreon.com/phpdoctrine",
"type": "patreon"
},
{
"url": "https://tidelift.com/funding/github/packagist/doctrine%2Finflector",
"type": "tidelift"
}
2017-06-16 22:03:07 +03:00
],
2023-10-18 10:03:55 +03:00
"time": "2021-04-16T17:34:40+00:00"
2017-06-16 22:03:07 +03:00
},
2017-05-16 09:42:20 +03:00
{
"name": "guzzlehttp/guzzle",
2023-10-18 10:03:55 +03:00
"version": "6.5.8",
2017-05-16 09:42:20 +03:00
"source": {
"type": "git",
"url": "https://github.com/guzzle/guzzle.git",
2023-10-18 10:03:55 +03:00
"reference": "a52f0440530b54fa079ce76e8c5d196a42cad981"
2017-05-16 09:42:20 +03:00
},
"dist": {
"type": "zip",
2023-10-18 10:03:55 +03:00
"url": "https://api.github.com/repos/guzzle/guzzle/zipball/a52f0440530b54fa079ce76e8c5d196a42cad981",
"reference": "a52f0440530b54fa079ce76e8c5d196a42cad981",
2017-05-16 09:42:20 +03:00
"shasum": ""
},
"require": {
2020-08-14 10:49:48 +03:00
"ext-json": "*",
2017-05-16 09:42:20 +03:00
"guzzlehttp/promises": "^1.0",
2023-10-18 10:03:55 +03:00
"guzzlehttp/psr7": "^1.9",
2020-08-14 10:49:48 +03:00
"php": ">=5.5",
2023-10-18 10:03:55 +03:00
"symfony/polyfill-intl-idn": "^1.17"
2017-05-16 09:42:20 +03:00
},
"require-dev": {
"ext-curl": "*",
"phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.4 || ^7.0",
2020-08-14 10:49:48 +03:00
"psr/log": "^1.1"
2017-05-16 09:42:20 +03:00
},
"suggest": {
"psr/log": "Required for using the Log middleware"
},
2017-05-16 09:42:20 +03:00
"type": "library",
"extra": {
"branch-alias": {
2020-08-14 10:49:48 +03:00
"dev-master": "6.5-dev"
2017-05-16 09:42:20 +03:00
}
},
"autoload": {
2020-08-14 10:49:48 +03:00
"files": [
"src/functions_include.php"
2023-10-18 10:03:55 +03:00
],
"psr-4": {
"GuzzleHttp\\": "src/"
}
2017-05-16 09:42:20 +03:00
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
2023-10-18 10:03:55 +03:00
{
"name": "Graham Campbell",
"email": "hello@gjcampbell.co.uk",
"homepage": "https://github.com/GrahamCampbell"
},
2017-05-16 09:42:20 +03:00
{
"name": "Michael Dowling",
"email": "mtdowling@gmail.com",
"homepage": "https://github.com/mtdowling"
2023-10-18 10:03:55 +03:00
},
{
"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"
2017-05-16 09:42:20 +03:00
}
],
"description": "Guzzle is a PHP HTTP client library",
"homepage": "http://guzzlephp.org/",
"keywords": [
"client",
"curl",
"framework",
"http",
"http client",
"rest",
"web service"
],
2023-10-18 10:03:55 +03:00
"support": {
"issues": "https://github.com/guzzle/guzzle/issues",
"source": "https://github.com/guzzle/guzzle/tree/6.5.8"
},
"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": "2022-06-20T22:16:07+00:00"
2017-05-16 09:42:20 +03:00
},
{
"name": "guzzlehttp/promises",
2023-10-18 10:03:55 +03:00
"version": "1.5.3",
2017-05-16 09:42:20 +03:00
"source": {
"type": "git",
"url": "https://github.com/guzzle/promises.git",
2023-10-18 10:03:55 +03:00
"reference": "67ab6e18aaa14d753cc148911d273f6e6cb6721e"
2017-05-16 09:42:20 +03:00
},
"dist": {
"type": "zip",
2023-10-18 10:03:55 +03:00
"url": "https://api.github.com/repos/guzzle/promises/zipball/67ab6e18aaa14d753cc148911d273f6e6cb6721e",
"reference": "67ab6e18aaa14d753cc148911d273f6e6cb6721e",
2017-05-16 09:42:20 +03:00
"shasum": ""
},
"require": {
"php": ">=5.5"
2017-05-16 09:42:20 +03:00
},
"require-dev": {
"symfony/phpunit-bridge": "^4.4 || ^5.1"
2017-05-16 09:42:20 +03:00
},
"type": "library",
"autoload": {
"files": [
"src/functions_include.php"
2023-10-18 10:03:55 +03:00
],
"psr-4": {
"GuzzleHttp\\Promise\\": "src/"
}
2017-05-16 09:42:20 +03:00
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
2023-10-18 10:03:55 +03:00
{
"name": "Graham Campbell",
"email": "hello@gjcampbell.co.uk",
"homepage": "https://github.com/GrahamCampbell"
},
2017-05-16 09:42:20 +03:00
{
"name": "Michael Dowling",
"email": "mtdowling@gmail.com",
"homepage": "https://github.com/mtdowling"
2023-10-18 10:03:55 +03:00
},
{
"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"
2017-05-16 09:42:20 +03:00
}
],
"description": "Guzzle promises library",
"keywords": [
"promise"
],
2023-10-18 10:03:55 +03:00
"support": {
"issues": "https://github.com/guzzle/promises/issues",
"source": "https://github.com/guzzle/promises/tree/1.5.3"
},
"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-05-21T12:31:43+00:00"
2017-05-16 09:42:20 +03:00
},
{
"name": "guzzlehttp/psr7",
2023-10-18 10:03:55 +03:00
"version": "1.9.1",
2017-05-16 09:42:20 +03:00
"source": {
"type": "git",
"url": "https://github.com/guzzle/psr7.git",
2023-10-18 10:03:55 +03:00
"reference": "e4490cabc77465aaee90b20cfc9a770f8c04be6b"
2017-05-16 09:42:20 +03:00
},
"dist": {
"type": "zip",
2023-10-18 10:03:55 +03:00
"url": "https://api.github.com/repos/guzzle/psr7/zipball/e4490cabc77465aaee90b20cfc9a770f8c04be6b",
"reference": "e4490cabc77465aaee90b20cfc9a770f8c04be6b",
2017-05-16 09:42:20 +03:00
"shasum": ""
},
"require": {
"php": ">=5.4.0",
2020-08-14 10:49:48 +03:00
"psr/http-message": "~1.0",
"ralouphie/getallheaders": "^2.0.5 || ^3.0.0"
2017-05-16 09:42:20 +03:00
},
"provide": {
"psr/http-message-implementation": "1.0"
},
"require-dev": {
2020-08-14 10:49:48 +03:00
"ext-zlib": "*",
"phpunit/phpunit": "~4.8.36 || ^5.7.27 || ^6.5.14 || ^7.5.20 || ^8.5.8 || ^9.3.10"
2020-08-14 10:49:48 +03:00
},
"suggest": {
"laminas/laminas-httphandlerrunner": "Emit PSR-7 responses"
2017-05-16 09:42:20 +03:00
},
"type": "library",
"autoload": {
"files": [
"src/functions_include.php"
2023-10-18 10:03:55 +03:00
],
"psr-4": {
"GuzzleHttp\\Psr7\\": "src/"
}
2017-05-16 09:42:20 +03:00
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
2023-10-18 10:03:55 +03:00
{
"name": "Graham Campbell",
"email": "hello@gjcampbell.co.uk",
"homepage": "https://github.com/GrahamCampbell"
},
2017-05-16 09:42:20 +03:00
{
"name": "Michael Dowling",
"email": "mtdowling@gmail.com",
"homepage": "https://github.com/mtdowling"
},
2023-10-18 10:03:55 +03:00
{
"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"
},
2017-05-16 09:42:20 +03:00
{
"name": "Tobias Schultze",
2023-10-18 10:03:55 +03:00
"email": "webmaster@tubo-world.de",
2017-05-16 09:42:20 +03:00
"homepage": "https://github.com/Tobion"
}
],
"description": "PSR-7 message implementation that also provides common utility methods",
"keywords": [
"http",
"message",
2020-08-14 10:49:48 +03:00
"psr-7",
2017-05-16 09:42:20 +03:00
"request",
"response",
"stream",
"uri",
"url"
],
2023-10-18 10:03:55 +03:00
"support": {
"issues": "https://github.com/guzzle/psr7/issues",
"source": "https://github.com/guzzle/psr7/tree/1.9.1"
},
"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-04-17T16:00:37+00:00"
2017-05-16 09:42:20 +03:00
},
2017-06-16 22:03:07 +03:00
{
"name": "illuminate/contracts",
2023-10-18 10:03:55 +03:00
"version": "v5.5.44",
2017-06-16 22:03:07 +03:00
"source": {
"type": "git",
"url": "https://github.com/illuminate/contracts.git",
2023-10-18 10:03:55 +03:00
"reference": "b2a62b4a85485fca9cf5fa61a933ad64006ff528"
2017-06-16 22:03:07 +03:00
},
"dist": {
"type": "zip",
2023-10-18 10:03:55 +03:00
"url": "https://api.github.com/repos/illuminate/contracts/zipball/b2a62b4a85485fca9cf5fa61a933ad64006ff528",
"reference": "b2a62b4a85485fca9cf5fa61a933ad64006ff528",
2017-06-16 22:03:07 +03:00
"shasum": ""
},
"require": {
2023-10-18 10:03:55 +03:00
"php": ">=7.0",
"psr/container": "~1.0",
"psr/simple-cache": "~1.0"
2017-06-16 22:03:07 +03:00
},
"type": "library",
"extra": {
"branch-alias": {
2023-10-18 10:03:55 +03:00
"dev-master": "5.5-dev"
2017-06-16 22:03:07 +03:00
}
},
"autoload": {
"psr-4": {
"Illuminate\\Contracts\\": ""
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Taylor Otwell",
"email": "taylor@laravel.com"
}
],
"description": "The Illuminate Contracts package.",
"homepage": "https://laravel.com",
2023-10-18 10:03:55 +03:00
"support": {
"issues": "https://github.com/laravel/framework/issues",
"source": "https://github.com/laravel/framework"
},
"time": "2018-03-20T15:34:35+00:00"
2017-06-16 22:03:07 +03:00
},
{
"name": "illuminate/support",
2023-10-18 10:03:55 +03:00
"version": "v5.5.44",
2017-06-16 22:03:07 +03:00
"source": {
"type": "git",
"url": "https://github.com/illuminate/support.git",
2023-10-18 10:03:55 +03:00
"reference": "5c405512d75dcaf5d37791badce02d86ed8e4bc4"
2017-06-16 22:03:07 +03:00
},
"dist": {
"type": "zip",
2023-10-18 10:03:55 +03:00
"url": "https://api.github.com/repos/illuminate/support/zipball/5c405512d75dcaf5d37791badce02d86ed8e4bc4",
"reference": "5c405512d75dcaf5d37791badce02d86ed8e4bc4",
2017-06-16 22:03:07 +03:00
"shasum": ""
},
"require": {
2023-10-18 10:03:55 +03:00
"doctrine/inflector": "~1.1",
2017-06-16 22:03:07 +03:00
"ext-mbstring": "*",
2023-10-18 10:03:55 +03:00
"illuminate/contracts": "5.5.*",
"nesbot/carbon": "^1.24.1",
"php": ">=7.0"
2017-06-16 22:03:07 +03:00
},
2023-10-18 10:03:55 +03:00
"replace": {
"tightenco/collect": "<5.5.33"
2017-06-16 22:03:07 +03:00
},
"suggest": {
2023-10-18 10:03:55 +03:00
"illuminate/filesystem": "Required to use the composer class (5.5.*).",
"symfony/process": "Required to use the composer class (~3.3).",
"symfony/var-dumper": "Required to use the dd function (~3.3)."
2017-06-16 22:03:07 +03:00
},
"type": "library",
"extra": {
"branch-alias": {
2023-10-18 10:03:55 +03:00
"dev-master": "5.5-dev"
2017-06-16 22:03:07 +03:00
}
},
"autoload": {
"files": [
"helpers.php"
2023-10-18 10:03:55 +03:00
],
"psr-4": {
"Illuminate\\Support\\": ""
}
2017-06-16 22:03:07 +03:00
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Taylor Otwell",
"email": "taylor@laravel.com"
}
],
"description": "The Illuminate Support package.",
"homepage": "https://laravel.com",
2023-10-18 10:03:55 +03:00
"support": {
"issues": "https://github.com/laravel/framework/issues",
"source": "https://github.com/laravel/framework"
},
"time": "2018-08-10T19:40:01+00:00"
},
{
"name": "kylekatarnls/update-helper",
"version": "1.2.1",
"source": {
"type": "git",
"url": "https://github.com/kylekatarnls/update-helper.git",
"reference": "429be50660ed8a196e0798e5939760f168ec8ce9"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/kylekatarnls/update-helper/zipball/429be50660ed8a196e0798e5939760f168ec8ce9",
"reference": "429be50660ed8a196e0798e5939760f168ec8ce9",
"shasum": ""
},
"require": {
"composer-plugin-api": "^1.1.0 || ^2.0.0",
"php": ">=5.3.0"
},
"require-dev": {
"codeclimate/php-test-reporter": "dev-master",
"composer/composer": "2.0.x-dev || ^2.0.0-dev",
"phpunit/phpunit": ">=4.8.35 <6.0"
},
"type": "composer-plugin",
"extra": {
"class": "UpdateHelper\\ComposerPlugin"
},
"autoload": {
"psr-0": {
"UpdateHelper\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Kyle",
"email": "kylekatarnls@gmail.com"
}
],
"description": "Update helper",
"support": {
"issues": "https://github.com/kylekatarnls/update-helper/issues",
"source": "https://github.com/kylekatarnls/update-helper/tree/1.2.1"
},
"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": "2020-04-07T20:44:10+00:00"
2017-06-16 22:03:07 +03:00
},
2017-05-16 09:42:20 +03:00
{
"name": "longman/telegram-bot",
2023-10-18 10:03:55 +03:00
"version": "0.81.0",
2017-05-16 09:42:20 +03:00
"source": {
"type": "git",
"url": "https://github.com/php-telegram-bot/core.git",
2023-10-18 10:03:55 +03:00
"reference": "d9484af72a39e10913a60d2c6c9ceffb61d624d1"
2017-05-16 09:42:20 +03:00
},
"dist": {
"type": "zip",
2023-10-18 10:03:55 +03:00
"url": "https://api.github.com/repos/php-telegram-bot/core/zipball/d9484af72a39e10913a60d2c6c9ceffb61d624d1",
"reference": "d9484af72a39e10913a60d2c6c9ceffb61d624d1",
2017-05-16 09:42:20 +03:00
"shasum": ""
},
"require": {
"ext-curl": "*",
"ext-json": "*",
2017-05-16 09:42:20 +03:00
"ext-mbstring": "*",
"ext-pdo": "*",
2023-10-18 10:03:55 +03:00
"guzzlehttp/guzzle": "^6.0|^7.0",
"php": "^7.3|^8.0",
"psr/log": "^1.1|^2.0|^3.0"
2017-05-16 09:42:20 +03:00
},
"require-dev": {
2023-10-18 10:03:55 +03:00
"dms/phpunit-arraysubset-asserts": "^0.2",
"monolog/monolog": "^2.1",
"phpunit/phpunit": "^9.5",
"squizlabs/php_codesniffer": "^3.6"
2017-05-16 09:42:20 +03:00
},
"type": "library",
2023-10-18 10:03:55 +03:00
"extra": {
"branch-alias": {
"dev-develop": "0.81.x-dev"
}
},
2017-05-16 09:42:20 +03:00
"autoload": {
"psr-4": {
2023-10-18 10:03:55 +03:00
"Longman\\TelegramBot\\": "src"
2017-05-16 09:42:20 +03:00
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Avtandil Kikabidze aka LONGMAN",
"email": "akalongman@gmail.com",
"homepage": "http://longman.me",
"role": "Developer"
},
2023-10-18 10:03:55 +03:00
{
"name": "Armando Lüscher",
"email": "armando@noplanman.ch",
"homepage": "https://noplanman.ch",
"role": "Developer"
},
{
"name": "PHP Telegram Bot Team",
"homepage": "https://github.com/php-telegram-bot/core/graphs/contributors",
"role": "Developer"
2017-05-16 09:42:20 +03:00
}
],
"description": "PHP Telegram bot",
2017-05-16 09:42:20 +03:00
"homepage": "https://github.com/php-telegram-bot/core",
"keywords": [
"api",
"bot",
"telegram"
],
2023-10-18 10:03:55 +03:00
"support": {
"issues": "https://github.com/php-telegram-bot/core/issues",
"source": "https://github.com/php-telegram-bot/core"
},
2020-08-14 10:49:48 +03:00
"funding": [
{
2023-10-18 10:03:55 +03:00
"url": "https://github.com/php-telegram-bot/core#donate",
"type": "custom"
},
{
"url": "https://github.com/noplanman",
2020-08-14 10:49:48 +03:00
"type": "github"
},
{
"url": "https://ko-fi.com/phptelegrambot",
"type": "ko_fi"
},
{
"url": "https://liberapay.com/PHP-Telegram-Bot",
"type": "liberapay"
},
{
"url": "https://opencollective.com/php-telegram-bot",
"type": "open_collective"
},
{
"url": "https://www.patreon.com/phptelegrambot",
"type": "patreon"
},
{
"url": "https://tidelift.com/funding/github/packagist/longman/telegram-bot",
2020-08-14 10:49:48 +03:00
"type": "tidelift"
}
],
2023-10-18 10:03:55 +03:00
"time": "2023-05-27T15:36:06+00:00"
2017-05-16 09:42:20 +03:00
},
2017-06-16 12:33:01 +03:00
{
"name": "mremi/url-shortener",
2023-10-18 10:03:55 +03:00
"version": "v2.4.0",
2017-06-16 12:33:01 +03:00
"source": {
"type": "git",
"url": "https://github.com/mremi/UrlShortener.git",
2023-10-18 10:03:55 +03:00
"reference": "346dcc25f491f962cd380813631da9f2e939b092"
2017-06-16 12:33:01 +03:00
},
"dist": {
"type": "zip",
2023-10-18 10:03:55 +03:00
"url": "https://api.github.com/repos/mremi/UrlShortener/zipball/346dcc25f491f962cd380813631da9f2e939b092",
"reference": "346dcc25f491f962cd380813631da9f2e939b092",
2017-06-16 12:33:01 +03:00
"shasum": ""
},
"require": {
2023-10-18 10:03:55 +03:00
"guzzlehttp/guzzle": "^6.0 || ^7.0",
"php": "^5.6 || ^7.0 || ^8.0",
"symfony/console": "^3.1 || ^4.1 || ^5.0 || ^6.0"
2017-06-16 12:33:01 +03:00
},
"require-dev": {
2023-10-18 10:03:55 +03:00
"friendsofphp/php-cs-fixer": "^2.19",
"symfony/phpunit-bridge": "^5.0 || ^6.0"
2017-06-16 12:33:01 +03:00
},
"type": "library",
2020-08-14 10:49:48 +03:00
"extra": {
"branch-alias": {
2023-10-18 10:03:55 +03:00
"dev-master": "2.4-dev"
2020-08-14 10:49:48 +03:00
}
},
2017-06-16 12:33:01 +03:00
"autoload": {
"psr-4": {
"Mremi\\UrlShortener\\": "src/Mremi/UrlShortener"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Rémi Marseille",
"email": "marseille.remi@gmail.com"
}
],
2023-10-18 10:03:55 +03:00
"description": "A PHP5/PHP7/PHP8 library using API to shorten/expand URL",
2017-06-16 12:33:01 +03:00
"homepage": "https://github.com/mremi/UrlShortener",
"keywords": [
"api",
"shortener",
"url"
],
2023-10-18 10:03:55 +03:00
"support": {
"issues": "https://github.com/mremi/UrlShortener/issues",
"source": "https://github.com/mremi/UrlShortener/tree/v2.4.0"
},
"time": "2021-09-06T07:20:54+00:00"
2017-06-16 12:33:01 +03:00
},
2017-06-16 22:03:07 +03:00
{
"name": "nesbot/carbon",
2023-10-18 10:03:55 +03:00
"version": "1.39.1",
2017-06-16 22:03:07 +03:00
"source": {
"type": "git",
"url": "https://github.com/briannesbitt/Carbon.git",
2023-10-18 10:03:55 +03:00
"reference": "4be0c005164249208ce1b5ca633cd57bdd42ff33"
2017-06-16 22:03:07 +03:00
},
"dist": {
"type": "zip",
2023-10-18 10:03:55 +03:00
"url": "https://api.github.com/repos/briannesbitt/Carbon/zipball/4be0c005164249208ce1b5ca633cd57bdd42ff33",
"reference": "4be0c005164249208ce1b5ca633cd57bdd42ff33",
2017-06-16 22:03:07 +03:00
"shasum": ""
},
"require": {
2023-10-18 10:03:55 +03:00
"kylekatarnls/update-helper": "^1.1",
"php": ">=5.3.9",
"symfony/translation": "~2.6 || ~3.0 || ~4.0"
2017-06-16 22:03:07 +03:00
},
"require-dev": {
2023-10-18 10:03:55 +03:00
"composer/composer": "^1.2",
"friendsofphp/php-cs-fixer": "~2",
"phpunit/phpunit": "^4.8.35 || ^5.7"
2020-08-14 10:49:48 +03:00
},
"bin": [
2023-10-18 10:03:55 +03:00
"bin/upgrade-carbon"
2020-08-14 10:49:48 +03:00
],
"type": "library",
2020-08-14 10:49:48 +03:00
"extra": {
2023-10-18 10:03:55 +03:00
"update-helper": "Carbon\\Upgrade",
2020-08-14 10:49:48 +03:00
"laravel": {
"providers": [
"Carbon\\Laravel\\ServiceProvider"
]
}
},
"autoload": {
"psr-4": {
2023-10-18 10:03:55 +03:00
"": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Brian Nesbitt",
"email": "brian@nesbot.com",
"homepage": "http://nesbot.com"
}
],
2023-10-18 10:03:55 +03:00
"description": "A simple API extension for DateTime.",
"homepage": "http://carbon.nesbot.com",
"keywords": [
"date",
"datetime",
"time"
],
2023-10-18 10:03:55 +03:00
"support": {
"issues": "https://github.com/briannesbitt/Carbon/issues",
"source": "https://github.com/briannesbitt/Carbon"
2020-08-14 10:49:48 +03:00
},
2023-10-18 10:03:55 +03:00
"time": "2019-10-14T05:51:36+00:00"
},
{
"name": "psr/container",
2023-10-18 10:03:55 +03:00
"version": "1.1.2",
"source": {
"type": "git",
"url": "https://github.com/php-fig/container.git",
2023-10-18 10:03:55 +03:00
"reference": "513e0666f7216c7459170d56df27dfcefe1689ea"
},
"dist": {
"type": "zip",
2023-10-18 10:03:55 +03:00
"url": "https://api.github.com/repos/php-fig/container/zipball/513e0666f7216c7459170d56df27dfcefe1689ea",
"reference": "513e0666f7216c7459170d56df27dfcefe1689ea",
"shasum": ""
},
"require": {
2023-10-18 10:03:55 +03:00
"php": ">=7.4.0"
2017-06-16 22:03:07 +03:00
},
"type": "library",
"autoload": {
"psr-4": {
"Psr\\Container\\": "src/"
}
2017-06-16 22:03:07 +03:00
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "PHP-FIG",
2023-10-18 10:03:55 +03:00
"homepage": "https://www.php-fig.org/"
2017-06-16 22:03:07 +03:00
}
],
"description": "Common Container Interface (PHP FIG PSR-11)",
"homepage": "https://github.com/php-fig/container",
2017-06-16 22:03:07 +03:00
"keywords": [
"PSR-11",
"container",
"container-interface",
"container-interop",
"psr"
2017-06-16 22:03:07 +03:00
],
2023-10-18 10:03:55 +03:00
"support": {
"issues": "https://github.com/php-fig/container/issues",
"source": "https://github.com/php-fig/container/tree/1.1.2"
},
"time": "2021-11-05T16:50:12+00:00"
2017-06-16 22:03:07 +03:00
},
2017-05-16 09:42:20 +03:00
{
"name": "psr/http-message",
2023-10-18 10:03:55 +03:00
"version": "1.1",
2017-05-16 09:42:20 +03:00
"source": {
"type": "git",
"url": "https://github.com/php-fig/http-message.git",
2023-10-18 10:03:55 +03:00
"reference": "cb6ce4845ce34a8ad9e68117c10ee90a29919eba"
2017-05-16 09:42:20 +03:00
},
"dist": {
"type": "zip",
2023-10-18 10:03:55 +03:00
"url": "https://api.github.com/repos/php-fig/http-message/zipball/cb6ce4845ce34a8ad9e68117c10ee90a29919eba",
"reference": "cb6ce4845ce34a8ad9e68117c10ee90a29919eba",
2017-05-16 09:42:20 +03:00
"shasum": ""
},
"require": {
2023-10-18 10:03:55 +03:00
"php": "^7.2 || ^8.0"
2017-05-16 09:42:20 +03:00
},
"type": "library",
"extra": {
"branch-alias": {
2023-10-18 10:03:55 +03:00
"dev-master": "1.1.x-dev"
2017-05-16 09:42:20 +03:00
}
},
"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"
],
2023-10-18 10:03:55 +03:00
"support": {
"source": "https://github.com/php-fig/http-message/tree/1.1"
},
"time": "2023-04-04T09:50:52+00:00"
2017-05-16 09:42:20 +03:00
},
{
"name": "psr/log",
2023-10-18 10:03:55 +03:00
"version": "3.0.0",
2017-05-16 09:42:20 +03:00
"source": {
"type": "git",
"url": "https://github.com/php-fig/log.git",
2023-10-18 10:03:55 +03:00
"reference": "fe5ea303b0887d5caefd3d431c3e61ad47037001"
2017-05-16 09:42:20 +03:00
},
"dist": {
"type": "zip",
2023-10-18 10:03:55 +03:00
"url": "https://api.github.com/repos/php-fig/log/zipball/fe5ea303b0887d5caefd3d431c3e61ad47037001",
"reference": "fe5ea303b0887d5caefd3d431c3e61ad47037001",
2017-05-16 09:42:20 +03:00
"shasum": ""
},
"require": {
2023-10-18 10:03:55 +03:00
"php": ">=8.0.0"
2017-05-16 09:42:20 +03:00
},
"type": "library",
"extra": {
"branch-alias": {
2023-10-18 10:03:55 +03:00
"dev-master": "3.x-dev"
2017-05-16 09:42:20 +03:00
}
},
"autoload": {
"psr-4": {
2023-10-18 10:03:55 +03:00
"Psr\\Log\\": "src"
2017-05-16 09:42:20 +03:00
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "PHP-FIG",
2023-10-18 10:03:55 +03:00
"homepage": "https://www.php-fig.org/"
2017-05-16 09:42:20 +03:00
}
],
"description": "Common interface for logging libraries",
"homepage": "https://github.com/php-fig/log",
"keywords": [
"log",
"psr",
"psr-3"
],
2023-10-18 10:03:55 +03:00
"support": {
"source": "https://github.com/php-fig/log/tree/3.0.0"
},
"time": "2021-07-14T16:46:02+00:00"
2017-05-16 09:42:20 +03:00
},
2017-06-16 12:33:01 +03:00
{
"name": "psr/simple-cache",
"version": "1.0.1",
2017-06-16 12:33:01 +03:00
"source": {
"type": "git",
"url": "https://github.com/php-fig/simple-cache.git",
"reference": "408d5eafb83c57f6365a3ca330ff23aa4a5fa39b"
2017-06-16 12:33:01 +03:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/php-fig/simple-cache/zipball/408d5eafb83c57f6365a3ca330ff23aa4a5fa39b",
"reference": "408d5eafb83c57f6365a3ca330ff23aa4a5fa39b",
2017-06-16 12:33:01 +03:00
"shasum": ""
},
"require": {
"php": ">=5.3.0"
2017-06-16 12:33:01 +03:00
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.0.x-dev"
2017-06-16 12:33:01 +03:00
}
},
"autoload": {
"psr-4": {
"Psr\\SimpleCache\\": "src/"
2017-06-16 12:33:01 +03:00
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
2017-06-16 12:33:01 +03:00
],
"authors": [
{
"name": "PHP-FIG",
"homepage": "http://www.php-fig.org/"
2017-06-16 12:33:01 +03:00
}
],
"description": "Common interfaces for simple caching",
2017-06-16 12:33:01 +03:00
"keywords": [
"cache",
"caching",
"psr",
"psr-16",
"simple-cache"
2017-06-16 12:33:01 +03:00
],
2023-10-18 10:03:55 +03:00
"support": {
"source": "https://github.com/php-fig/simple-cache/tree/master"
},
"time": "2017-10-23T01:57:42+00:00"
2017-06-16 12:33:01 +03:00
},
2020-08-14 10:49:48 +03: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.",
2023-10-18 10:03:55 +03:00
"support": {
"issues": "https://github.com/ralouphie/getallheaders/issues",
"source": "https://github.com/ralouphie/getallheaders/tree/develop"
},
2020-08-14 10:49:48 +03:00
"time": "2019-03-08T08:55:37+00:00"
},
2017-06-16 22:03:07 +03:00
{
"name": "revolution/laravel-mastodon-api",
2020-08-14 10:49:48 +03:00
"version": "1.5.2",
2017-06-16 22:03:07 +03:00
"source": {
"type": "git",
"url": "https://github.com/kawax/laravel-mastodon-api.git",
2020-08-14 10:49:48 +03:00
"reference": "781e4138eb42573c9ac0b6eb393feeb8fada1cf6"
2017-06-16 22:03:07 +03:00
},
"dist": {
"type": "zip",
2020-08-14 10:49:48 +03:00
"url": "https://api.github.com/repos/kawax/laravel-mastodon-api/zipball/781e4138eb42573c9ac0b6eb393feeb8fada1cf6",
"reference": "781e4138eb42573c9ac0b6eb393feeb8fada1cf6",
2017-06-16 22:03:07 +03:00
"shasum": ""
},
"require": {
2020-08-14 10:49:48 +03:00
"ext-json": "*",
2017-06-16 22:03:07 +03:00
"guzzlehttp/guzzle": "^6.2",
"illuminate/support": "^5.5",
2017-06-16 22:03:07 +03:00
"php": ">=7.0.0"
},
"require-dev": {
"mockery/mockery": "^1.0",
"orchestra/testbench": "~3.5",
2017-06-16 22:03:07 +03:00
"phpunit/phpunit": "6.*"
},
"type": "library",
"extra": {
"laravel": {
"providers": [
"Revolution\\Mastodon\\Providers\\MastodonServiceProvider"
],
"aliases": {
"Mastodon": "Revolution\\Mastodon\\Facades\\Mastodon"
}
}
},
2017-06-16 22:03:07 +03:00
"autoload": {
"psr-4": {
"Revolution\\Mastodon\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "kawax",
"email": "kawaxbiz@gmail.com"
}
],
"description": "Mastodon API for Laravel",
"keywords": [
"laravel",
"mastodon"
],
2023-10-18 10:03:55 +03:00
"support": {
"issues": "https://github.com/kawax/laravel-mastodon-api/issues",
"source": "https://github.com/kawax/laravel-mastodon-api/tree/1.5.2"
},
2020-08-14 10:49:48 +03:00
"time": "2019-02-02T04:42:36+00:00"
2017-06-16 22:03:07 +03:00
},
2017-05-16 09:42:20 +03:00
{
"name": "ryakad/pandoc-php",
"version": "v1.0.0",
"source": {
"type": "git",
"url": "https://github.com/ryakad/pandoc-php.git",
"reference": "0cfdf959408e4c481db942b26785d94b9fe46672"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/ryakad/pandoc-php/zipball/0cfdf959408e4c481db942b26785d94b9fe46672",
"reference": "0cfdf959408e4c481db942b26785d94b9fe46672",
"shasum": ""
},
"type": "library",
"autoload": {
"psr-0": {
"Pandoc": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
2023-10-18 10:03:55 +03:00
"support": {
"issues": "https://github.com/ryakad/pandoc-php/issues",
"source": "https://github.com/ryakad/pandoc-php/tree/master"
},
"time": "2015-01-07T05:07:16+00:00"
2017-05-16 09:42:20 +03:00
},
{
"name": "sabre/uri",
2023-10-18 10:03:55 +03:00
"version": "2.3.3",
2017-05-16 09:42:20 +03:00
"source": {
"type": "git",
"url": "https://github.com/sabre-io/uri.git",
2023-10-18 10:03:55 +03:00
"reference": "7e0e7dfd0b7e14346a27eabd66e843a6e7f1812b"
2017-05-16 09:42:20 +03:00
},
"dist": {
"type": "zip",
2023-10-18 10:03:55 +03:00
"url": "https://api.github.com/repos/sabre-io/uri/zipball/7e0e7dfd0b7e14346a27eabd66e843a6e7f1812b",
"reference": "7e0e7dfd0b7e14346a27eabd66e843a6e7f1812b",
2017-05-16 09:42:20 +03:00
"shasum": ""
},
"require": {
2023-10-18 10:03:55 +03:00
"php": "^7.4 || ^8.0"
2017-05-16 09:42:20 +03:00
},
"require-dev": {
2023-10-18 10:03:55 +03:00
"friendsofphp/php-cs-fixer": "^3.17",
"phpstan/extension-installer": "^1.3",
"phpstan/phpstan": "^1.10",
"phpstan/phpstan-phpunit": "^1.3",
"phpstan/phpstan-strict-rules": "^1.5",
"phpunit/phpunit": "^9.6"
2017-05-16 09:42:20 +03:00
},
"type": "library",
"autoload": {
"files": [
"lib/functions.php"
],
"psr-4": {
"Sabre\\Uri\\": "lib/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Evert Pot",
"email": "me@evertpot.com",
"homepage": "http://evertpot.com/",
"role": "Developer"
}
],
"description": "Functions for making sense out of URIs.",
"homepage": "http://sabre.io/uri/",
"keywords": [
"rfc3986",
"uri",
"url"
],
2023-10-18 10:03:55 +03:00
"support": {
"forum": "https://groups.google.com/group/sabredav-discuss",
"issues": "https://github.com/sabre-io/uri/issues",
"source": "https://github.com/fruux/sabre-uri"
},
"time": "2023-06-09T06:54:04+00:00"
2017-05-16 09:42:20 +03:00
},
{
"name": "sabre/xml",
2023-10-18 10:03:55 +03:00
"version": "2.2.6",
2017-05-16 09:42:20 +03:00
"source": {
"type": "git",
"url": "https://github.com/sabre-io/xml.git",
2023-10-18 10:03:55 +03:00
"reference": "9cde7cdab1e50893cc83b037b40cd47bfde42a2b"
2017-05-16 09:42:20 +03:00
},
"dist": {
"type": "zip",
2023-10-18 10:03:55 +03:00
"url": "https://api.github.com/repos/sabre-io/xml/zipball/9cde7cdab1e50893cc83b037b40cd47bfde42a2b",
"reference": "9cde7cdab1e50893cc83b037b40cd47bfde42a2b",
2017-05-16 09:42:20 +03:00
"shasum": ""
},
"require": {
"ext-dom": "*",
"ext-xmlreader": "*",
"ext-xmlwriter": "*",
"lib-libxml": ">=2.6.20",
2023-10-18 10:03:55 +03:00
"php": "^7.1 || ^8.0",
2017-05-16 09:42:20 +03:00
"sabre/uri": ">=1.0,<3.0.0"
},
"require-dev": {
2023-10-18 10:03:55 +03:00
"friendsofphp/php-cs-fixer": "~2.17.1",
2020-08-14 10:49:48 +03:00
"phpstan/phpstan": "^0.12",
"phpunit/phpunit": "^7.5 || ^8.5 || ^9.0"
2017-05-16 09:42:20 +03:00
},
"type": "library",
"autoload": {
"files": [
"lib/Deserializer/functions.php",
"lib/Serializer/functions.php"
2023-10-18 10:03:55 +03:00
],
"psr-4": {
"Sabre\\Xml\\": "lib/"
}
2017-05-16 09:42:20 +03:00
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Evert Pot",
"email": "me@evertpot.com",
"homepage": "http://evertpot.com/",
"role": "Developer"
},
{
"name": "Markus Staab",
"email": "markus.staab@redaxo.de",
"role": "Developer"
}
],
"description": "sabre/xml is an XML library that you may not hate.",
"homepage": "https://sabre.io/xml/",
"keywords": [
"XMLReader",
"XMLWriter",
"dom",
"xml"
],
2023-10-18 10:03:55 +03:00
"support": {
"forum": "https://groups.google.com/group/sabredav-discuss",
"issues": "https://github.com/sabre-io/xml/issues",
"source": "https://github.com/fruux/sabre-xml"
},
"time": "2023-06-28T12:56:05+00:00"
2017-05-16 09:42:20 +03:00
},
2017-06-16 12:33:01 +03:00
{
"name": "symfony/console",
2024-01-22 08:54:03 +02:00
"version": "v6.4.2",
2017-06-16 12:33:01 +03:00
"source": {
"type": "git",
"url": "https://github.com/symfony/console.git",
2024-01-22 08:54:03 +02:00
"reference": "0254811a143e6bc6c8deea08b589a7e68a37f625"
2017-06-16 12:33:01 +03:00
},
"dist": {
"type": "zip",
2024-01-22 08:54:03 +02:00
"url": "https://api.github.com/repos/symfony/console/zipball/0254811a143e6bc6c8deea08b589a7e68a37f625",
"reference": "0254811a143e6bc6c8deea08b589a7e68a37f625",
2017-06-16 12:33:01 +03:00
"shasum": ""
},
"require": {
2023-10-18 10:03:55 +03:00
"php": ">=8.1",
"symfony/deprecation-contracts": "^2.5|^3",
2020-08-14 10:49:48 +03:00
"symfony/polyfill-mbstring": "~1.0",
2023-10-18 10:03:55 +03:00
"symfony/service-contracts": "^2.5|^3",
2024-01-22 08:54:03 +02:00
"symfony/string": "^5.4|^6.0|^7.0"
2017-06-16 12:33:01 +03:00
},
"conflict": {
2023-10-18 10:03:55 +03:00
"symfony/dependency-injection": "<5.4",
"symfony/dotenv": "<5.4",
"symfony/event-dispatcher": "<5.4",
"symfony/lock": "<5.4",
"symfony/process": "<5.4"
2020-08-14 10:49:48 +03:00
},
"provide": {
2023-10-18 10:03:55 +03:00
"psr/log-implementation": "1.0|2.0|3.0"
2017-06-16 12:33:01 +03:00
},
"require-dev": {
2023-10-18 10:03:55 +03:00
"psr/log": "^1|^2|^3",
2024-01-22 08:54:03 +02:00
"symfony/config": "^5.4|^6.0|^7.0",
"symfony/dependency-injection": "^5.4|^6.0|^7.0",
"symfony/event-dispatcher": "^5.4|^6.0|^7.0",
"symfony/http-foundation": "^6.4|^7.0",
"symfony/http-kernel": "^6.4|^7.0",
"symfony/lock": "^5.4|^6.0|^7.0",
"symfony/messenger": "^5.4|^6.0|^7.0",
"symfony/process": "^5.4|^6.0|^7.0",
"symfony/stopwatch": "^5.4|^6.0|^7.0",
"symfony/var-dumper": "^5.4|^6.0|^7.0"
2017-06-16 12:33:01 +03:00
},
"type": "library",
"autoload": {
"psr-4": {
"Symfony\\Component\\Console\\": ""
},
"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"
}
],
2023-10-18 10:03:55 +03:00
"description": "Eases the creation of beautiful and testable command line interfaces",
2017-06-16 12:33:01 +03:00
"homepage": "https://symfony.com",
2020-08-14 10:49:48 +03:00
"keywords": [
2023-10-18 10:03:55 +03:00
"cli",
"command-line",
"console",
"terminal"
2020-08-14 10:49:48 +03:00
],
2023-10-18 10:03:55 +03:00
"support": {
2024-01-22 08:54:03 +02:00
"source": "https://github.com/symfony/console/tree/v6.4.2"
2023-10-18 10:03:55 +03:00
},
2020-08-14 10:49:48 +03:00
"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"
}
],
2024-01-22 08:54:03 +02:00
"time": "2023-12-10T16:15:48+00:00"
},
{
2023-10-18 10:03:55 +03:00
"name": "symfony/deprecation-contracts",
2024-01-22 08:54:03 +02:00
"version": "v3.4.0",
"source": {
"type": "git",
2023-10-18 10:03:55 +03:00
"url": "https://github.com/symfony/deprecation-contracts.git",
"reference": "7c3aff79d10325257a001fcf92d991f24fc967cf"
},
"dist": {
"type": "zip",
2023-10-18 10:03:55 +03:00
"url": "https://api.github.com/repos/symfony/deprecation-contracts/zipball/7c3aff79d10325257a001fcf92d991f24fc967cf",
"reference": "7c3aff79d10325257a001fcf92d991f24fc967cf",
"shasum": ""
},
"require": {
2023-10-18 10:03:55 +03:00
"php": ">=8.1"
2020-08-14 10:49:48 +03:00
},
"type": "library",
"extra": {
"branch-alias": {
2023-10-18 10:03:55 +03:00
"dev-main": "3.4-dev"
2020-08-14 10:49:48 +03:00
},
"thanks": {
2023-10-18 10:03:55 +03:00
"name": "symfony/contracts",
"url": "https://github.com/symfony/contracts"
}
},
"autoload": {
"files": [
2023-10-18 10:03:55 +03:00
"function.php"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
2020-08-14 10:49:48 +03:00
"name": "Nicolas Grekas",
"email": "p@tchwork.com"
},
{
2020-08-14 10:49:48 +03:00
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
2023-10-18 10:03:55 +03:00
"description": "A generic function and convention to trigger deprecation notices",
"homepage": "https://symfony.com",
2023-10-18 10:03:55 +03:00
"support": {
2024-01-22 08:54:03 +02:00
"source": "https://github.com/symfony/deprecation-contracts/tree/v3.4.0"
2023-10-18 10:03:55 +03:00
},
2020-08-14 10:49:48 +03:00
"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"
}
],
2023-10-18 10:03:55 +03:00
"time": "2023-05-23T14:45:45+00:00"
2017-06-16 12:33:01 +03:00
},
{
2023-10-18 10:03:55 +03:00
"name": "symfony/polyfill-ctype",
"version": "v1.28.0",
2017-06-16 12:33:01 +03:00
"source": {
"type": "git",
2023-10-18 10:03:55 +03:00
"url": "https://github.com/symfony/polyfill-ctype.git",
"reference": "ea208ce43cbb04af6867b4fdddb1bdbf84cc28cb"
2017-06-16 12:33:01 +03:00
},
"dist": {
"type": "zip",
2023-10-18 10:03:55 +03:00
"url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/ea208ce43cbb04af6867b4fdddb1bdbf84cc28cb",
"reference": "ea208ce43cbb04af6867b4fdddb1bdbf84cc28cb",
2017-06-16 12:33:01 +03:00
"shasum": ""
},
"require": {
2023-10-18 10:03:55 +03:00
"php": ">=7.1"
},
"provide": {
"ext-ctype": "*"
2017-06-16 12:33:01 +03:00
},
"suggest": {
2023-10-18 10:03:55 +03:00
"ext-ctype": "For best performance"
2017-06-16 12:33:01 +03:00
},
"type": "library",
"extra": {
"branch-alias": {
2023-10-18 10:03:55 +03:00
"dev-main": "1.28-dev"
2020-08-14 10:49:48 +03:00
},
"thanks": {
"name": "symfony/polyfill",
"url": "https://github.com/symfony/polyfill"
2017-06-16 12:33:01 +03:00
}
},
"autoload": {
"files": [
"bootstrap.php"
2023-10-18 10:03:55 +03:00
],
"psr-4": {
"Symfony\\Polyfill\\Ctype\\": ""
}
2017-06-16 12:33:01 +03:00
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
2023-10-18 10:03:55 +03:00
"name": "Gert de Pagter",
"email": "BackEndTea@gmail.com"
2017-06-16 12:33:01 +03:00
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
2023-10-18 10:03:55 +03:00
"description": "Symfony polyfill for ctype functions",
2017-06-16 12:33:01 +03:00
"homepage": "https://symfony.com",
"keywords": [
"compatibility",
2023-10-18 10:03:55 +03:00
"ctype",
2017-06-16 12:33:01 +03:00
"polyfill",
2023-10-18 10:03:55 +03:00
"portable"
2017-06-16 12:33:01 +03:00
],
2023-10-18 10:03:55 +03:00
"support": {
"source": "https://github.com/symfony/polyfill-ctype/tree/v1.28.0"
},
2020-08-14 10:49:48 +03:00
"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"
}
],
2023-10-18 10:03:55 +03:00
"time": "2023-01-26T09:26:14+00:00"
2017-06-16 12:33:01 +03:00
},
2017-05-16 09:42:20 +03:00
{
2023-10-18 10:03:55 +03:00
"name": "symfony/polyfill-intl-grapheme",
"version": "v1.28.0",
2017-05-16 09:42:20 +03:00
"source": {
"type": "git",
2023-10-18 10:03:55 +03:00
"url": "https://github.com/symfony/polyfill-intl-grapheme.git",
"reference": "875e90aeea2777b6f135677f618529449334a612"
2017-05-16 09:42:20 +03:00
},
"dist": {
"type": "zip",
2023-10-18 10:03:55 +03:00
"url": "https://api.github.com/repos/symfony/polyfill-intl-grapheme/zipball/875e90aeea2777b6f135677f618529449334a612",
"reference": "875e90aeea2777b6f135677f618529449334a612",
2017-05-16 09:42:20 +03:00
"shasum": ""
},
"require": {
2023-10-18 10:03:55 +03:00
"php": ">=7.1"
2017-05-16 09:42:20 +03:00
},
"suggest": {
2020-08-14 10:49:48 +03:00
"ext-intl": "For best performance"
2017-05-16 09:42:20 +03:00
},
"type": "library",
"extra": {
"branch-alias": {
2023-10-18 10:03:55 +03:00
"dev-main": "1.28-dev"
2020-08-14 10:49:48 +03:00
},
"thanks": {
"name": "symfony/polyfill",
"url": "https://github.com/symfony/polyfill"
2017-05-16 09:42:20 +03:00
}
},
"autoload": {
2020-08-14 10:49:48 +03:00
"files": [
"bootstrap.php"
],
2023-10-18 10:03:55 +03:00
"psr-4": {
"Symfony\\Polyfill\\Intl\\Grapheme\\": ""
}
2017-05-16 09:42:20 +03:00
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
2020-08-14 10:49:48 +03:00
"name": "Nicolas Grekas",
"email": "p@tchwork.com"
2017-05-16 09:42:20 +03:00
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
2023-10-18 10:03:55 +03:00
"description": "Symfony polyfill for intl's grapheme_* functions",
2017-05-16 09:42:20 +03:00
"homepage": "https://symfony.com",
2020-08-14 10:49:48 +03:00
"keywords": [
"compatibility",
2023-10-18 10:03:55 +03:00
"grapheme",
2020-08-14 10:49:48 +03:00
"intl",
"polyfill",
"portable",
"shim"
],
2023-10-18 10:03:55 +03:00
"support": {
"source": "https://github.com/symfony/polyfill-intl-grapheme/tree/v1.28.0"
},
2020-08-14 10:49:48 +03:00
"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"
}
],
2023-10-18 10:03:55 +03:00
"time": "2023-01-26T09:26:14+00:00"
2017-06-16 12:33:01 +03:00
},
{
2023-10-18 10:03:55 +03:00
"name": "symfony/polyfill-intl-idn",
"version": "v1.28.0",
2017-06-16 12:33:01 +03:00
"source": {
"type": "git",
2023-10-18 10:03:55 +03:00
"url": "https://github.com/symfony/polyfill-intl-idn.git",
"reference": "ecaafce9f77234a6a449d29e49267ba10499116d"
2017-06-16 12:33:01 +03:00
},
"dist": {
"type": "zip",
2023-10-18 10:03:55 +03:00
"url": "https://api.github.com/repos/symfony/polyfill-intl-idn/zipball/ecaafce9f77234a6a449d29e49267ba10499116d",
"reference": "ecaafce9f77234a6a449d29e49267ba10499116d",
2017-06-16 12:33:01 +03:00
"shasum": ""
},
"require": {
2023-10-18 10:03:55 +03:00
"php": ">=7.1",
"symfony/polyfill-intl-normalizer": "^1.10",
"symfony/polyfill-php72": "^1.10"
2017-06-16 12:33:01 +03:00
},
"suggest": {
2023-10-18 10:03:55 +03:00
"ext-intl": "For best performance"
2017-06-16 12:33:01 +03:00
},
"type": "library",
"extra": {
"branch-alias": {
2023-10-18 10:03:55 +03:00
"dev-main": "1.28-dev"
2020-08-14 10:49:48 +03:00
},
"thanks": {
"name": "symfony/polyfill",
"url": "https://github.com/symfony/polyfill"
}
},
"autoload": {
"files": [
"bootstrap.php"
2023-10-18 10:03:55 +03:00
],
"psr-4": {
"Symfony\\Polyfill\\Intl\\Idn\\": ""
}
2020-08-14 10:49:48 +03:00
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
2023-10-18 10:03:55 +03:00
"name": "Laurent Bassin",
"email": "laurent@bassin.info"
},
{
"name": "Trevor Rowbotham",
"email": "trevor.rowbotham@pm.me"
2020-08-14 10:49:48 +03:00
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
2023-10-18 10:03:55 +03:00
"description": "Symfony polyfill for intl's idn_to_ascii and idn_to_utf8 functions",
2020-08-14 10:49:48 +03:00
"homepage": "https://symfony.com",
"keywords": [
"compatibility",
2023-10-18 10:03:55 +03:00
"idn",
"intl",
2020-08-14 10:49:48 +03:00
"polyfill",
"portable",
"shim"
],
2023-10-18 10:03:55 +03:00
"support": {
"source": "https://github.com/symfony/polyfill-intl-idn/tree/v1.28.0"
},
2020-08-14 10:49:48 +03:00
"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"
}
],
2023-10-18 10:03:55 +03:00
"time": "2023-01-26T09:30:37+00:00"
2020-08-14 10:49:48 +03:00
},
{
2023-10-18 10:03:55 +03:00
"name": "symfony/polyfill-intl-normalizer",
"version": "v1.28.0",
2020-08-14 10:49:48 +03:00
"source": {
"type": "git",
2023-10-18 10:03:55 +03:00
"url": "https://github.com/symfony/polyfill-intl-normalizer.git",
"reference": "8c4ad05dd0120b6a53c1ca374dca2ad0a1c4ed92"
2020-08-14 10:49:48 +03:00
},
"dist": {
"type": "zip",
2023-10-18 10:03:55 +03:00
"url": "https://api.github.com/repos/symfony/polyfill-intl-normalizer/zipball/8c4ad05dd0120b6a53c1ca374dca2ad0a1c4ed92",
"reference": "8c4ad05dd0120b6a53c1ca374dca2ad0a1c4ed92",
2020-08-14 10:49:48 +03:00
"shasum": ""
},
"require": {
2023-10-18 10:03:55 +03:00
"php": ">=7.1"
},
"suggest": {
"ext-intl": "For best performance"
2020-08-14 10:49:48 +03:00
},
"type": "library",
"extra": {
"branch-alias": {
2023-10-18 10:03:55 +03:00
"dev-main": "1.28-dev"
2020-08-14 10:49:48 +03:00
},
"thanks": {
"name": "symfony/polyfill",
"url": "https://github.com/symfony/polyfill"
}
},
"autoload": {
"files": [
"bootstrap.php"
],
2023-10-18 10:03:55 +03:00
"psr-4": {
"Symfony\\Polyfill\\Intl\\Normalizer\\": ""
},
2020-08-14 10:49:48 +03:00
"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"
}
],
2023-10-18 10:03:55 +03:00
"description": "Symfony polyfill for intl's Normalizer class and related functions",
2020-08-14 10:49:48 +03:00
"homepage": "https://symfony.com",
"keywords": [
"compatibility",
2023-10-18 10:03:55 +03:00
"intl",
"normalizer",
2020-08-14 10:49:48 +03:00
"polyfill",
"portable",
"shim"
],
2023-10-18 10:03:55 +03:00
"support": {
"source": "https://github.com/symfony/polyfill-intl-normalizer/tree/v1.28.0"
},
2020-08-14 10:49:48 +03:00
"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"
}
],
2023-10-18 10:03:55 +03:00
"time": "2023-01-26T09:26:14+00:00"
2020-08-14 10:49:48 +03:00
},
{
2023-10-18 10:03:55 +03:00
"name": "symfony/polyfill-mbstring",
"version": "v1.28.0",
2020-08-14 10:49:48 +03:00
"source": {
"type": "git",
2023-10-18 10:03:55 +03:00
"url": "https://github.com/symfony/polyfill-mbstring.git",
"reference": "42292d99c55abe617799667f454222c54c60e229"
2020-08-14 10:49:48 +03:00
},
"dist": {
"type": "zip",
2023-10-18 10:03:55 +03:00
"url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/42292d99c55abe617799667f454222c54c60e229",
"reference": "42292d99c55abe617799667f454222c54c60e229",
2020-08-14 10:49:48 +03:00
"shasum": ""
},
"require": {
2023-10-18 10:03:55 +03:00
"php": ">=7.1"
},
"provide": {
"ext-mbstring": "*"
},
"suggest": {
"ext-mbstring": "For best performance"
2020-08-14 10:49:48 +03:00
},
"type": "library",
"extra": {
"branch-alias": {
2023-10-18 10:03:55 +03:00
"dev-main": "1.28-dev"
2020-08-14 10:49:48 +03:00
},
"thanks": {
"name": "symfony/polyfill",
"url": "https://github.com/symfony/polyfill"
}
},
"autoload": {
"files": [
"bootstrap.php"
2023-10-18 10:03:55 +03:00
],
"psr-4": {
"Symfony\\Polyfill\\Mbstring\\": ""
}
2020-08-14 10:49:48 +03:00
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Nicolas Grekas",
"email": "p@tchwork.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
2023-10-18 10:03:55 +03:00
"description": "Symfony polyfill for the Mbstring extension",
2020-08-14 10:49:48 +03:00
"homepage": "https://symfony.com",
"keywords": [
"compatibility",
2023-10-18 10:03:55 +03:00
"mbstring",
2020-08-14 10:49:48 +03:00
"polyfill",
"portable",
"shim"
],
2023-10-18 10:03:55 +03:00
"support": {
"source": "https://github.com/symfony/polyfill-mbstring/tree/v1.28.0"
},
2020-08-14 10:49:48 +03:00
"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"
}
],
2023-10-18 10:03:55 +03:00
"time": "2023-07-28T09:04:16+00:00"
2020-08-14 10:49:48 +03:00
},
{
2023-10-18 10:03:55 +03:00
"name": "symfony/polyfill-php72",
"version": "v1.28.0",
2020-08-14 10:49:48 +03:00
"source": {
"type": "git",
2023-10-18 10:03:55 +03:00
"url": "https://github.com/symfony/polyfill-php72.git",
"reference": "70f4aebd92afca2f865444d30a4d2151c13c3179"
2020-08-14 10:49:48 +03:00
},
"dist": {
"type": "zip",
2023-10-18 10:03:55 +03:00
"url": "https://api.github.com/repos/symfony/polyfill-php72/zipball/70f4aebd92afca2f865444d30a4d2151c13c3179",
"reference": "70f4aebd92afca2f865444d30a4d2151c13c3179",
2020-08-14 10:49:48 +03:00
"shasum": ""
},
"require": {
2023-10-18 10:03:55 +03:00
"php": ">=7.1"
2020-08-14 10:49:48 +03:00
},
"type": "library",
"extra": {
"branch-alias": {
2023-10-18 10:03:55 +03:00
"dev-main": "1.28-dev"
2020-08-14 10:49:48 +03:00
},
"thanks": {
"name": "symfony/polyfill",
"url": "https://github.com/symfony/polyfill"
}
},
"autoload": {
"files": [
"bootstrap.php"
],
2023-10-18 10:03:55 +03:00
"psr-4": {
"Symfony\\Polyfill\\Php72\\": ""
}
2020-08-14 10:49:48 +03:00
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Nicolas Grekas",
"email": "p@tchwork.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
2023-10-18 10:03:55 +03:00
"description": "Symfony polyfill backporting some PHP 7.2+ features to lower PHP versions",
2020-08-14 10:49:48 +03:00
"homepage": "https://symfony.com",
"keywords": [
"compatibility",
"polyfill",
"portable",
"shim"
],
2023-10-18 10:03:55 +03:00
"support": {
"source": "https://github.com/symfony/polyfill-php72/tree/v1.28.0"
},
2020-08-14 10:49:48 +03:00
"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"
}
],
2023-10-18 10:03:55 +03:00
"time": "2023-01-26T09:26:14+00:00"
2020-08-14 10:49:48 +03:00
},
{
"name": "symfony/polyfill-php80",
2023-10-18 10:03:55 +03:00
"version": "v1.28.0",
2020-08-14 10:49:48 +03:00
"source": {
"type": "git",
"url": "https://github.com/symfony/polyfill-php80.git",
2023-10-18 10:03:55 +03:00
"reference": "6caa57379c4aec19c0a12a38b59b26487dcfe4b5"
2020-08-14 10:49:48 +03:00
},
"dist": {
"type": "zip",
2023-10-18 10:03:55 +03:00
"url": "https://api.github.com/repos/symfony/polyfill-php80/zipball/6caa57379c4aec19c0a12a38b59b26487dcfe4b5",
"reference": "6caa57379c4aec19c0a12a38b59b26487dcfe4b5",
2020-08-14 10:49:48 +03:00
"shasum": ""
},
"require": {
2023-10-18 10:03:55 +03:00
"php": ">=7.1"
2020-08-14 10:49:48 +03:00
},
"type": "library",
"extra": {
"branch-alias": {
2023-10-18 10:03:55 +03:00
"dev-main": "1.28-dev"
2020-08-14 10:49:48 +03:00
},
"thanks": {
"name": "symfony/polyfill",
"url": "https://github.com/symfony/polyfill"
}
},
"autoload": {
"files": [
"bootstrap.php"
],
2023-10-18 10:03:55 +03:00
"psr-4": {
"Symfony\\Polyfill\\Php80\\": ""
},
2020-08-14 10:49:48 +03:00
"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"
],
2023-10-18 10:03:55 +03:00
"support": {
"source": "https://github.com/symfony/polyfill-php80/tree/v1.28.0"
},
2020-08-14 10:49:48 +03:00
"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"
}
],
2023-10-18 10:03:55 +03:00
"time": "2023-01-26T09:26:14+00:00"
2020-08-14 10:49:48 +03:00
},
{
"name": "symfony/service-contracts",
2024-01-22 08:54:03 +02:00
"version": "v3.4.1",
2020-08-14 10:49:48 +03:00
"source": {
"type": "git",
"url": "https://github.com/symfony/service-contracts.git",
2024-01-22 08:54:03 +02:00
"reference": "fe07cbc8d837f60caf7018068e350cc5163681a0"
2020-08-14 10:49:48 +03:00
},
"dist": {
"type": "zip",
2024-01-22 08:54:03 +02:00
"url": "https://api.github.com/repos/symfony/service-contracts/zipball/fe07cbc8d837f60caf7018068e350cc5163681a0",
"reference": "fe07cbc8d837f60caf7018068e350cc5163681a0",
2020-08-14 10:49:48 +03:00
"shasum": ""
},
"require": {
2024-01-22 08:54:03 +02:00
"php": ">=8.1",
"psr/container": "^1.1|^2.0"
2023-10-18 10:03:55 +03:00
},
"conflict": {
"ext-psr": "<1.1|>=2"
2020-08-14 10:49:48 +03:00
},
"type": "library",
"extra": {
"branch-alias": {
2024-01-22 08:54:03 +02:00
"dev-main": "3.4-dev"
2020-08-14 10:49:48 +03:00
},
"thanks": {
"name": "symfony/contracts",
"url": "https://github.com/symfony/contracts"
}
},
"autoload": {
"psr-4": {
"Symfony\\Contracts\\Service\\": ""
2024-01-22 08:54:03 +02:00
},
"exclude-from-classmap": [
"/Test/"
]
2020-08-14 10:49:48 +03:00
},
"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 writing services",
"homepage": "https://symfony.com",
"keywords": [
"abstractions",
"contracts",
"decoupling",
"interfaces",
"interoperability",
"standards"
],
2023-10-18 10:03:55 +03:00
"support": {
2024-01-22 08:54:03 +02:00
"source": "https://github.com/symfony/service-contracts/tree/v3.4.1"
2023-10-18 10:03:55 +03:00
},
2020-08-14 10:49:48 +03:00
"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"
}
],
2024-01-22 08:54:03 +02:00
"time": "2023-12-26T14:02:43+00:00"
2020-08-14 10:49:48 +03:00
},
{
"name": "symfony/string",
2024-01-22 08:54:03 +02:00
"version": "v7.0.2",
2020-08-14 10:49:48 +03:00
"source": {
"type": "git",
"url": "https://github.com/symfony/string.git",
2024-01-22 08:54:03 +02:00
"reference": "cc78f14f91f5e53b42044d0620961c48028ff9f5"
2020-08-14 10:49:48 +03:00
},
"dist": {
"type": "zip",
2024-01-22 08:54:03 +02:00
"url": "https://api.github.com/repos/symfony/string/zipball/cc78f14f91f5e53b42044d0620961c48028ff9f5",
"reference": "cc78f14f91f5e53b42044d0620961c48028ff9f5",
2020-08-14 10:49:48 +03:00
"shasum": ""
},
"require": {
2024-01-22 08:54:03 +02:00
"php": ">=8.2",
2020-08-14 10:49:48 +03:00
"symfony/polyfill-ctype": "~1.8",
"symfony/polyfill-intl-grapheme": "~1.0",
"symfony/polyfill-intl-normalizer": "~1.0",
2023-10-18 10:03:55 +03:00
"symfony/polyfill-mbstring": "~1.0"
},
"conflict": {
"symfony/translation-contracts": "<2.5"
2020-08-14 10:49:48 +03:00
},
"require-dev": {
2024-01-22 08:54:03 +02:00
"symfony/error-handler": "^6.4|^7.0",
"symfony/http-client": "^6.4|^7.0",
"symfony/intl": "^6.4|^7.0",
2023-10-18 10:03:55 +03:00
"symfony/translation-contracts": "^2.5|^3.0",
2024-01-22 08:54:03 +02:00
"symfony/var-exporter": "^6.4|^7.0"
2020-08-14 10:49:48 +03:00
},
"type": "library",
"autoload": {
"files": [
"Resources/functions.php"
],
2023-10-18 10:03:55 +03:00
"psr-4": {
"Symfony\\Component\\String\\": ""
},
2020-08-14 10:49:48 +03:00
"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"
}
],
2023-10-18 10:03:55 +03:00
"description": "Provides an object-oriented API to strings and deals with bytes, UTF-8 code points and grapheme clusters in a unified way",
2020-08-14 10:49:48 +03:00
"homepage": "https://symfony.com",
"keywords": [
"grapheme",
"i18n",
"string",
"unicode",
"utf-8",
"utf8"
],
2023-10-18 10:03:55 +03:00
"support": {
2024-01-22 08:54:03 +02:00
"source": "https://github.com/symfony/string/tree/v7.0.2"
2023-10-18 10:03:55 +03:00
},
2020-08-14 10:49:48 +03:00
"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"
}
],
2024-01-22 08:54:03 +02:00
"time": "2023-12-10T16:54:46+00:00"
2020-08-14 10:49:48 +03:00
},
{
"name": "symfony/translation",
2023-10-18 10:03:55 +03:00
"version": "v4.4.47",
2020-08-14 10:49:48 +03:00
"source": {
"type": "git",
"url": "https://github.com/symfony/translation.git",
2023-10-18 10:03:55 +03:00
"reference": "45036b1d53accc48fe9bab71ccd86d57eba0dd94"
2020-08-14 10:49:48 +03:00
},
"dist": {
"type": "zip",
2023-10-18 10:03:55 +03:00
"url": "https://api.github.com/repos/symfony/translation/zipball/45036b1d53accc48fe9bab71ccd86d57eba0dd94",
"reference": "45036b1d53accc48fe9bab71ccd86d57eba0dd94",
2020-08-14 10:49:48 +03:00
"shasum": ""
},
"require": {
"php": ">=7.1.3",
"symfony/polyfill-mbstring": "~1.0",
2023-10-18 10:03:55 +03:00
"symfony/polyfill-php80": "^1.16",
2020-08-14 10:49:48 +03:00
"symfony/translation-contracts": "^1.1.6|^2"
},
"conflict": {
"symfony/config": "<3.4",
"symfony/dependency-injection": "<3.4",
"symfony/http-kernel": "<4.4",
"symfony/yaml": "<3.4"
},
"provide": {
2023-10-18 10:03:55 +03:00
"symfony/translation-implementation": "1.0|2.0"
2020-08-14 10:49:48 +03:00
},
"require-dev": {
2023-10-18 10:03:55 +03:00
"psr/log": "^1|^2|^3",
2020-08-14 10:49:48 +03:00
"symfony/config": "^3.4|^4.0|^5.0",
"symfony/console": "^3.4|^4.0|^5.0",
"symfony/dependency-injection": "^3.4|^4.0|^5.0",
"symfony/finder": "~2.8|~3.0|~4.0|^5.0",
"symfony/http-kernel": "^4.4",
"symfony/intl": "^3.4|^4.0|^5.0",
"symfony/service-contracts": "^1.1.2|^2",
"symfony/yaml": "^3.4|^4.0|^5.0"
},
"suggest": {
"psr/log-implementation": "To use logging capability in translator",
"symfony/config": "",
"symfony/yaml": ""
},
"type": "library",
"autoload": {
"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"
}
],
2023-10-18 10:03:55 +03:00
"description": "Provides tools to internationalize your application",
2020-08-14 10:49:48 +03:00
"homepage": "https://symfony.com",
2023-10-18 10:03:55 +03:00
"support": {
"source": "https://github.com/symfony/translation/tree/v4.4.47"
},
2020-08-14 10:49:48 +03:00
"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"
}
],
2023-10-18 10:03:55 +03:00
"time": "2022-10-03T15:15:11+00:00"
2020-08-14 10:49:48 +03:00
},
{
"name": "symfony/translation-contracts",
2023-10-18 10:03:55 +03:00
"version": "v2.5.2",
2020-08-14 10:49:48 +03:00
"source": {
"type": "git",
"url": "https://github.com/symfony/translation-contracts.git",
2023-10-18 10:03:55 +03:00
"reference": "136b19dd05cdf0709db6537d058bcab6dd6e2dbe"
2020-08-14 10:49:48 +03:00
},
"dist": {
"type": "zip",
2023-10-18 10:03:55 +03:00
"url": "https://api.github.com/repos/symfony/translation-contracts/zipball/136b19dd05cdf0709db6537d058bcab6dd6e2dbe",
"reference": "136b19dd05cdf0709db6537d058bcab6dd6e2dbe",
2020-08-14 10:49:48 +03:00
"shasum": ""
},
"require": {
"php": ">=7.2.5"
},
"suggest": {
"symfony/translation-implementation": ""
},
"type": "library",
"extra": {
"branch-alias": {
2023-10-18 10:03:55 +03:00
"dev-main": "2.5-dev"
2020-08-14 10:49:48 +03:00
},
"thanks": {
"name": "symfony/contracts",
"url": "https://github.com/symfony/contracts"
}
},
"autoload": {
"psr-4": {
"Symfony\\Contracts\\Translation\\": ""
}
},
"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"
],
2023-10-18 10:03:55 +03:00
"support": {
"source": "https://github.com/symfony/translation-contracts/tree/v2.5.2"
},
2020-08-14 10:49:48 +03:00
"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"
}
],
2023-10-18 10:03:55 +03:00
"time": "2022-06-27T16:58:25+00:00"
2020-08-14 10:49:48 +03:00
},
{
"name": "symfony/yaml",
2023-10-18 10:03:55 +03:00
"version": "v3.4.47",
2020-08-14 10:49:48 +03:00
"source": {
"type": "git",
"url": "https://github.com/symfony/yaml.git",
2023-10-18 10:03:55 +03:00
"reference": "88289caa3c166321883f67fe5130188ebbb47094"
2020-08-14 10:49:48 +03:00
},
"dist": {
"type": "zip",
2023-10-18 10:03:55 +03:00
"url": "https://api.github.com/repos/symfony/yaml/zipball/88289caa3c166321883f67fe5130188ebbb47094",
"reference": "88289caa3c166321883f67fe5130188ebbb47094",
2020-08-14 10:49:48 +03:00
"shasum": ""
},
"require": {
"php": "^5.5.9|>=7.0.8",
"symfony/polyfill-ctype": "~1.8"
},
"conflict": {
"symfony/console": "<3.4"
},
"require-dev": {
"symfony/console": "~3.4|~4.0"
},
"suggest": {
"symfony/console": "For validating YAML files using the lint command"
},
"type": "library",
2017-06-16 12:33:01 +03:00
"autoload": {
"psr-4": {
"Symfony\\Component\\Yaml\\": ""
},
"exclude-from-classmap": [
"/Tests/"
]
2017-06-16 12:33:01 +03:00
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
2017-06-16 12:33:01 +03:00
],
"authors": [
{
"name": "Fabien Potencier",
"email": "fabien@symfony.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
2017-06-16 12:33:01 +03:00
}
],
"description": "Symfony Yaml Component",
"homepage": "https://symfony.com",
2023-10-18 10:03:55 +03:00
"support": {
"source": "https://github.com/symfony/yaml/tree/v3.4.47"
},
2020-08-14 10:49:48 +03:00
"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"
}
],
2023-10-18 10:03:55 +03:00
"time": "2020-10-24T10:57:07+00:00"
2017-05-16 09:42:20 +03:00
}
],
"packages-dev": [],
"aliases": [],
"minimum-stability": "stable",
"stability-flags": [],
"prefer-stable": false,
"prefer-lowest": false,
"platform": [],
2020-08-14 10:49:48 +03:00
"platform-dev": [],
2023-10-18 10:03:55 +03:00
"plugin-api-version": "2.6.0"
2017-05-16 09:42:20 +03:00
}