ifhub-telegram/composer.lock

3593 lines
126 KiB
Text
Raw Normal View History

2017-05-16 06:42:20 +00:00
{
"_readme": [
"This file locks the dependencies of your project to a known state",
2020-08-14 07:49:48 +00:00
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
2017-05-16 06:42:20 +00:00
"This file is @generated automatically"
],
2024-09-30 01:55:14 +00:00
"content-hash": "de9331ea775439043c27c93a63f5a8c3",
2017-05-16 06:42:20 +00:00
"packages": [
2017-06-16 19:03:07 +00:00
{
2024-09-16 04:01:46 +00:00
"name": "carbonphp/carbon-doctrine-types",
"version": "3.2.0",
2017-06-16 19:03:07 +00:00
"source": {
"type": "git",
2024-09-16 04:01:46 +00:00
"url": "https://github.com/CarbonPHP/carbon-doctrine-types.git",
"reference": "18ba5ddfec8976260ead6e866180bd5d2f71aa1d"
2017-06-16 19:03:07 +00:00
},
"dist": {
"type": "zip",
2024-09-16 04:01:46 +00:00
"url": "https://api.github.com/repos/CarbonPHP/carbon-doctrine-types/zipball/18ba5ddfec8976260ead6e866180bd5d2f71aa1d",
"reference": "18ba5ddfec8976260ead6e866180bd5d2f71aa1d",
2017-06-16 19:03:07 +00:00
"shasum": ""
},
"require": {
2024-09-16 04:01:46 +00:00
"php": "^8.1"
},
"conflict": {
"doctrine/dbal": "<4.0.0 || >=5.0.0"
2017-06-16 19:03:07 +00:00
},
"require-dev": {
2024-09-16 04:01:46 +00:00
"doctrine/dbal": "^4.0.0",
"nesbot/carbon": "^2.71.0 || ^3.0.0",
"phpunit/phpunit": "^10.3"
2017-06-16 19:03:07 +00:00
},
"type": "library",
2024-09-16 04:01:46 +00:00
"autoload": {
"psr-4": {
"Carbon\\Doctrine\\": "src/Carbon/Doctrine/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "KyleKatarn",
"email": "kylekatarnls@gmail.com"
}
],
"description": "Types to use Carbon in Doctrine",
"keywords": [
"carbon",
"date",
"datetime",
"doctrine",
"time"
],
"support": {
"issues": "https://github.com/CarbonPHP/carbon-doctrine-types/issues",
"source": "https://github.com/CarbonPHP/carbon-doctrine-types/tree/3.2.0"
},
"funding": [
{
"url": "https://github.com/kylekatarnls",
"type": "github"
},
{
"url": "https://opencollective.com/Carbon",
"type": "open_collective"
},
{
"url": "https://tidelift.com/funding/github/packagist/nesbot/carbon",
"type": "tidelift"
2017-06-16 19:03:07 +00:00
}
2024-09-16 04:01:46 +00:00
],
"time": "2024-02-09T16:56:22+00:00"
},
{
"name": "doctrine/inflector",
"version": "2.0.10",
"source": {
"type": "git",
"url": "https://github.com/doctrine/inflector.git",
"reference": "5817d0659c5b50c9b950feb9af7b9668e2c436bc"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/doctrine/inflector/zipball/5817d0659c5b50c9b950feb9af7b9668e2c436bc",
"reference": "5817d0659c5b50c9b950feb9af7b9668e2c436bc",
"shasum": ""
},
"require": {
"php": "^7.2 || ^8.0"
},
"require-dev": {
"doctrine/coding-standard": "^11.0",
"phpstan/phpstan": "^1.8",
"phpstan/phpstan-phpunit": "^1.1",
"phpstan/phpstan-strict-rules": "^1.3",
"phpunit/phpunit": "^8.5 || ^9.5",
"vimeo/psalm": "^4.25 || ^5.4"
2017-06-16 19:03:07 +00:00
},
2024-09-16 04:01:46 +00:00
"type": "library",
2017-06-16 19:03:07 +00:00
"autoload": {
"psr-4": {
2024-09-16 04:01:46 +00:00
"Doctrine\\Inflector\\": "lib/Doctrine/Inflector"
2017-06-16 19:03:07 +00:00
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
2020-08-14 07:49:48 +00:00
{
"name": "Guilherme Blanco",
"email": "guilhermeblanco@gmail.com"
},
2017-06-16 19:03:07 +00: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 07:49:48 +00: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 19:03:07 +00:00
"keywords": [
"inflection",
2020-08-14 07:49:48 +00:00
"inflector",
"lowercase",
"manipulation",
"php",
"plural",
"singular",
"strings",
"uppercase",
"words"
],
2023-10-18 07:03:55 +00:00
"support": {
"issues": "https://github.com/doctrine/inflector/issues",
2024-09-16 04:01:46 +00:00
"source": "https://github.com/doctrine/inflector/tree/2.0.10"
2023-10-18 07:03:55 +00:00
},
2020-08-14 07:49:48 +00: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 19:03:07 +00:00
],
2024-09-16 04:01:46 +00:00
"time": "2024-02-18T20:23:39+00:00"
},
{
"name": "fruitcake/php-cors",
"version": "v1.3.0",
"source": {
"type": "git",
"url": "https://github.com/fruitcake/php-cors.git",
"reference": "3d158f36e7875e2f040f37bc0573956240a5a38b"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/fruitcake/php-cors/zipball/3d158f36e7875e2f040f37bc0573956240a5a38b",
"reference": "3d158f36e7875e2f040f37bc0573956240a5a38b",
"shasum": ""
},
"require": {
"php": "^7.4|^8.0",
"symfony/http-foundation": "^4.4|^5.4|^6|^7"
},
"require-dev": {
"phpstan/phpstan": "^1.4",
"phpunit/phpunit": "^9",
"squizlabs/php_codesniffer": "^3.5"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.2-dev"
}
},
"autoload": {
"psr-4": {
"Fruitcake\\Cors\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Fruitcake",
"homepage": "https://fruitcake.nl"
},
{
"name": "Barryvdh",
"email": "barryvdh@gmail.com"
}
],
"description": "Cross-origin resource sharing library for the Symfony HttpFoundation",
"homepage": "https://github.com/fruitcake/php-cors",
"keywords": [
"cors",
"laravel",
"symfony"
],
"support": {
"issues": "https://github.com/fruitcake/php-cors/issues",
"source": "https://github.com/fruitcake/php-cors/tree/v1.3.0"
},
"funding": [
{
"url": "https://fruitcake.nl",
"type": "custom"
},
{
"url": "https://github.com/barryvdh",
"type": "github"
}
],
"time": "2023-10-12T05:21:21+00:00"
2017-06-16 19:03:07 +00:00
},
2017-05-16 06:42:20 +00:00
{
"name": "guzzlehttp/guzzle",
2024-09-16 04:01:46 +00:00
"version": "7.9.2",
2017-05-16 06:42:20 +00:00
"source": {
"type": "git",
"url": "https://github.com/guzzle/guzzle.git",
2024-09-16 04:01:46 +00:00
"reference": "d281ed313b989f213357e3be1a179f02196ac99b"
2017-05-16 06:42:20 +00:00
},
"dist": {
"type": "zip",
2024-09-16 04:01:46 +00:00
"url": "https://api.github.com/repos/guzzle/guzzle/zipball/d281ed313b989f213357e3be1a179f02196ac99b",
"reference": "d281ed313b989f213357e3be1a179f02196ac99b",
2017-05-16 06:42:20 +00:00
"shasum": ""
},
"require": {
2020-08-14 07:49:48 +00:00
"ext-json": "*",
2024-09-16 04:01:46 +00:00
"guzzlehttp/promises": "^1.5.3 || ^2.0.3",
"guzzlehttp/psr7": "^2.7.0",
"php": "^7.2.5 || ^8.0",
"psr/http-client": "^1.0",
"symfony/deprecation-contracts": "^2.2 || ^3.0"
},
"provide": {
"psr/http-client-implementation": "1.0"
2017-05-16 06:42:20 +00:00
},
"require-dev": {
2024-09-16 04:01:46 +00:00
"bamarni/composer-bin-plugin": "^1.8.2",
2017-05-16 06:42:20 +00:00
"ext-curl": "*",
2024-09-16 04:01:46 +00:00
"guzzle/client-integration-tests": "3.0.2",
"php-http/message-factory": "^1.1",
"phpunit/phpunit": "^8.5.39 || ^9.6.20",
"psr/log": "^1.1 || ^2.0 || ^3.0"
2017-05-16 06:42:20 +00:00
},
"suggest": {
2024-09-16 04:01:46 +00:00
"ext-curl": "Required for CURL handler support",
"ext-intl": "Required for Internationalized Domain Name (IDN) support",
"psr/log": "Required for using the Log middleware"
},
2017-05-16 06:42:20 +00:00
"type": "library",
"extra": {
2024-09-16 04:01:46 +00:00
"bamarni-bin": {
"bin-links": true,
"forward-command": false
2017-05-16 06:42:20 +00:00
}
},
"autoload": {
2020-08-14 07:49:48 +00:00
"files": [
"src/functions_include.php"
2023-10-18 07:03:55 +00:00
],
"psr-4": {
"GuzzleHttp\\": "src/"
}
2017-05-16 06:42:20 +00:00
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
2023-10-18 07:03:55 +00:00
{
"name": "Graham Campbell",
"email": "hello@gjcampbell.co.uk",
"homepage": "https://github.com/GrahamCampbell"
},
2017-05-16 06:42:20 +00:00
{
"name": "Michael Dowling",
"email": "mtdowling@gmail.com",
"homepage": "https://github.com/mtdowling"
2023-10-18 07:03:55 +00: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 06:42:20 +00:00
}
],
"description": "Guzzle is a PHP HTTP client library",
"keywords": [
"client",
"curl",
"framework",
"http",
"http client",
2024-09-16 04:01:46 +00:00
"psr-18",
"psr-7",
2017-05-16 06:42:20 +00:00
"rest",
"web service"
],
2023-10-18 07:03:55 +00:00
"support": {
"issues": "https://github.com/guzzle/guzzle/issues",
2024-09-16 04:01:46 +00:00
"source": "https://github.com/guzzle/guzzle/tree/7.9.2"
2023-10-18 07:03:55 +00:00
},
"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"
}
],
2024-09-16 04:01:46 +00:00
"time": "2024-07-24T11:22:20+00:00"
2017-05-16 06:42:20 +00:00
},
{
"name": "guzzlehttp/promises",
2024-09-16 04:01:46 +00:00
"version": "2.0.3",
2017-05-16 06:42:20 +00:00
"source": {
"type": "git",
"url": "https://github.com/guzzle/promises.git",
2024-09-16 04:01:46 +00:00
"reference": "6ea8dd08867a2a42619d65c3deb2c0fcbf81c8f8"
2017-05-16 06:42:20 +00:00
},
"dist": {
"type": "zip",
2024-09-16 04:01:46 +00:00
"url": "https://api.github.com/repos/guzzle/promises/zipball/6ea8dd08867a2a42619d65c3deb2c0fcbf81c8f8",
"reference": "6ea8dd08867a2a42619d65c3deb2c0fcbf81c8f8",
2017-05-16 06:42:20 +00:00
"shasum": ""
},
"require": {
2024-09-16 04:01:46 +00:00
"php": "^7.2.5 || ^8.0"
2017-05-16 06:42:20 +00:00
},
"require-dev": {
2024-09-16 04:01:46 +00:00
"bamarni/composer-bin-plugin": "^1.8.2",
"phpunit/phpunit": "^8.5.39 || ^9.6.20"
2017-05-16 06:42:20 +00:00
},
"type": "library",
2024-09-16 04:01:46 +00:00
"extra": {
"bamarni-bin": {
"bin-links": true,
"forward-command": false
}
},
2017-05-16 06:42:20 +00:00
"autoload": {
2023-10-18 07:03:55 +00:00
"psr-4": {
"GuzzleHttp\\Promise\\": "src/"
}
2017-05-16 06:42:20 +00:00
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
2023-10-18 07:03:55 +00:00
{
"name": "Graham Campbell",
"email": "hello@gjcampbell.co.uk",
"homepage": "https://github.com/GrahamCampbell"
},
2017-05-16 06:42:20 +00:00
{
"name": "Michael Dowling",
"email": "mtdowling@gmail.com",
"homepage": "https://github.com/mtdowling"
2023-10-18 07:03:55 +00: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 06:42:20 +00:00
}
],
"description": "Guzzle promises library",
"keywords": [
"promise"
],
2023-10-18 07:03:55 +00:00
"support": {
"issues": "https://github.com/guzzle/promises/issues",
2024-09-16 04:01:46 +00:00
"source": "https://github.com/guzzle/promises/tree/2.0.3"
2023-10-18 07:03:55 +00:00
},
"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"
}
],
2024-09-16 04:01:46 +00:00
"time": "2024-07-18T10:29:17+00:00"
2017-05-16 06:42:20 +00:00
},
{
"name": "guzzlehttp/psr7",
2024-09-16 04:01:46 +00:00
"version": "2.7.0",
2017-05-16 06:42:20 +00:00
"source": {
"type": "git",
"url": "https://github.com/guzzle/psr7.git",
2024-09-16 04:01:46 +00:00
"reference": "a70f5c95fb43bc83f07c9c948baa0dc1829bf201"
2017-05-16 06:42:20 +00:00
},
"dist": {
"type": "zip",
2024-09-16 04:01:46 +00:00
"url": "https://api.github.com/repos/guzzle/psr7/zipball/a70f5c95fb43bc83f07c9c948baa0dc1829bf201",
"reference": "a70f5c95fb43bc83f07c9c948baa0dc1829bf201",
2017-05-16 06:42:20 +00:00
"shasum": ""
},
"require": {
2024-09-16 04:01:46 +00:00
"php": "^7.2.5 || ^8.0",
"psr/http-factory": "^1.0",
"psr/http-message": "^1.1 || ^2.0",
"ralouphie/getallheaders": "^3.0"
2017-05-16 06:42:20 +00:00
},
"provide": {
2024-09-16 04:01:46 +00:00
"psr/http-factory-implementation": "1.0",
2017-05-16 06:42:20 +00:00
"psr/http-message-implementation": "1.0"
},
"require-dev": {
2024-09-16 04:01:46 +00:00
"bamarni/composer-bin-plugin": "^1.8.2",
"http-interop/http-factory-tests": "0.9.0",
"phpunit/phpunit": "^8.5.39 || ^9.6.20"
2020-08-14 07:49:48 +00:00
},
"suggest": {
"laminas/laminas-httphandlerrunner": "Emit PSR-7 responses"
2017-05-16 06:42:20 +00:00
},
"type": "library",
2024-09-16 04:01:46 +00:00
"extra": {
"bamarni-bin": {
"bin-links": true,
"forward-command": false
}
},
2017-05-16 06:42:20 +00:00
"autoload": {
2023-10-18 07:03:55 +00:00
"psr-4": {
"GuzzleHttp\\Psr7\\": "src/"
}
2017-05-16 06:42:20 +00:00
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
2023-10-18 07:03:55 +00:00
{
"name": "Graham Campbell",
"email": "hello@gjcampbell.co.uk",
"homepage": "https://github.com/GrahamCampbell"
},
2017-05-16 06:42:20 +00:00
{
"name": "Michael Dowling",
"email": "mtdowling@gmail.com",
"homepage": "https://github.com/mtdowling"
},
2023-10-18 07:03:55 +00: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 06:42:20 +00:00
{
"name": "Tobias Schultze",
2023-10-18 07:03:55 +00:00
"email": "webmaster@tubo-world.de",
2017-05-16 06:42:20 +00:00
"homepage": "https://github.com/Tobion"
2024-09-16 04:01:46 +00:00
},
{
"name": "Márk Sági-Kazár",
"email": "mark.sagikazar@gmail.com",
"homepage": "https://sagikazarmark.hu"
2017-05-16 06:42:20 +00:00
}
],
"description": "PSR-7 message implementation that also provides common utility methods",
"keywords": [
"http",
"message",
2020-08-14 07:49:48 +00:00
"psr-7",
2017-05-16 06:42:20 +00:00
"request",
"response",
"stream",
"uri",
"url"
],
2023-10-18 07:03:55 +00:00
"support": {
"issues": "https://github.com/guzzle/psr7/issues",
2024-09-16 04:01:46 +00:00
"source": "https://github.com/guzzle/psr7/tree/2.7.0"
2023-10-18 07:03:55 +00:00
},
"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"
}
],
2024-09-16 04:01:46 +00:00
"time": "2024-07-18T11:15:46+00:00"
2017-05-16 06:42:20 +00:00
},
2017-06-16 19:03:07 +00:00
{
2024-09-16 04:01:46 +00:00
"name": "guzzlehttp/uri-template",
"version": "v1.0.3",
2017-06-16 19:03:07 +00:00
"source": {
"type": "git",
2024-09-16 04:01:46 +00:00
"url": "https://github.com/guzzle/uri-template.git",
"reference": "ecea8feef63bd4fef1f037ecb288386999ecc11c"
2017-06-16 19:03:07 +00:00
},
"dist": {
"type": "zip",
2024-09-16 04:01:46 +00:00
"url": "https://api.github.com/repos/guzzle/uri-template/zipball/ecea8feef63bd4fef1f037ecb288386999ecc11c",
"reference": "ecea8feef63bd4fef1f037ecb288386999ecc11c",
2017-06-16 19:03:07 +00:00
"shasum": ""
},
"require": {
2024-09-16 04:01:46 +00:00
"php": "^7.2.5 || ^8.0",
"symfony/polyfill-php80": "^1.24"
},
"require-dev": {
"bamarni/composer-bin-plugin": "^1.8.2",
"phpunit/phpunit": "^8.5.36 || ^9.6.15",
"uri-template/tests": "1.0.0"
2017-06-16 19:03:07 +00:00
},
"type": "library",
"extra": {
2024-09-16 04:01:46 +00:00
"bamarni-bin": {
"bin-links": true,
"forward-command": false
2017-06-16 19:03:07 +00:00
}
},
"autoload": {
"psr-4": {
2024-09-16 04:01:46 +00:00
"GuzzleHttp\\UriTemplate\\": "src"
2017-06-16 19:03:07 +00:00
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
2024-09-16 04:01:46 +00:00
"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"
2017-06-16 19:03:07 +00:00
}
],
2024-09-16 04:01:46 +00:00
"description": "A polyfill class for uri_template of PHP",
"keywords": [
"guzzlehttp",
"uri-template"
],
2023-10-18 07:03:55 +00:00
"support": {
2024-09-16 04:01:46 +00:00
"issues": "https://github.com/guzzle/uri-template/issues",
"source": "https://github.com/guzzle/uri-template/tree/v1.0.3"
2023-10-18 07:03:55 +00:00
},
2024-09-16 04:01:46 +00:00
"funding": [
{
"url": "https://github.com/GrahamCampbell",
"type": "github"
},
{
"url": "https://github.com/Nyholm",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/guzzlehttp/uri-template",
"type": "tidelift"
}
],
"time": "2023-12-03T19:50:20+00:00"
2017-06-16 19:03:07 +00:00
},
{
2024-09-16 04:01:46 +00:00
"name": "illuminate/collections",
2024-09-30 01:55:14 +00:00
"version": "v11.25.0",
2017-06-16 19:03:07 +00:00
"source": {
"type": "git",
2024-09-16 04:01:46 +00:00
"url": "https://github.com/illuminate/collections.git",
2024-09-30 01:55:14 +00:00
"reference": "465044f988f9a07c901388beeb15201d711387aa"
2017-06-16 19:03:07 +00:00
},
"dist": {
"type": "zip",
2024-09-30 01:55:14 +00:00
"url": "https://api.github.com/repos/illuminate/collections/zipball/465044f988f9a07c901388beeb15201d711387aa",
"reference": "465044f988f9a07c901388beeb15201d711387aa",
2017-06-16 19:03:07 +00:00
"shasum": ""
},
"require": {
2024-09-16 04:01:46 +00:00
"illuminate/conditionable": "^11.0",
"illuminate/contracts": "^11.0",
"illuminate/macroable": "^11.0",
"php": "^8.2"
2017-06-16 19:03:07 +00:00
},
"suggest": {
2024-09-16 04:01:46 +00:00
"symfony/var-dumper": "Required to use the dump method (^7.0)."
2017-06-16 19:03:07 +00:00
},
"type": "library",
"extra": {
"branch-alias": {
2024-09-16 04:01:46 +00:00
"dev-master": "11.x-dev"
2017-06-16 19:03:07 +00:00
}
},
"autoload": {
"files": [
"helpers.php"
2023-10-18 07:03:55 +00:00
],
"psr-4": {
"Illuminate\\Support\\": ""
}
2017-06-16 19:03:07 +00:00
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Taylor Otwell",
"email": "taylor@laravel.com"
}
],
2024-09-16 04:01:46 +00:00
"description": "The Illuminate Collections package.",
2017-06-16 19:03:07 +00:00
"homepage": "https://laravel.com",
2023-10-18 07:03:55 +00:00
"support": {
"issues": "https://github.com/laravel/framework/issues",
"source": "https://github.com/laravel/framework"
},
2024-09-30 01:55:14 +00:00
"time": "2024-09-25T15:08:32+00:00"
2023-10-18 07:03:55 +00:00
},
{
2024-09-16 04:01:46 +00:00
"name": "illuminate/conditionable",
2024-09-30 01:55:14 +00:00
"version": "v11.25.0",
2023-10-18 07:03:55 +00:00
"source": {
"type": "git",
2024-09-16 04:01:46 +00:00
"url": "https://github.com/illuminate/conditionable.git",
"reference": "362dd761b9920367bca1427a902158225e9e3a23"
2023-10-18 07:03:55 +00:00
},
"dist": {
"type": "zip",
2024-09-16 04:01:46 +00:00
"url": "https://api.github.com/repos/illuminate/conditionable/zipball/362dd761b9920367bca1427a902158225e9e3a23",
"reference": "362dd761b9920367bca1427a902158225e9e3a23",
2023-10-18 07:03:55 +00:00
"shasum": ""
},
"require": {
2024-09-16 04:01:46 +00:00
"php": "^8.0.2"
2023-10-18 07:03:55 +00:00
},
2024-09-16 04:01:46 +00:00
"type": "library",
2023-10-18 07:03:55 +00:00
"extra": {
2024-09-16 04:01:46 +00:00
"branch-alias": {
"dev-master": "11.x-dev"
}
2023-10-18 07:03:55 +00:00
},
"autoload": {
2024-09-16 04:01:46 +00:00
"psr-4": {
"Illuminate\\Support\\": ""
2023-10-18 07:03:55 +00:00
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
2024-09-16 04:01:46 +00:00
"name": "Taylor Otwell",
"email": "taylor@laravel.com"
2023-10-18 07:03:55 +00:00
}
],
2024-09-16 04:01:46 +00:00
"description": "The Illuminate Conditionable package.",
"homepage": "https://laravel.com",
2023-10-18 07:03:55 +00:00
"support": {
2024-09-16 04:01:46 +00:00
"issues": "https://github.com/laravel/framework/issues",
"source": "https://github.com/laravel/framework"
2023-10-18 07:03:55 +00:00
},
2024-09-16 04:01:46 +00:00
"time": "2024-06-28T20:10:30+00:00"
2017-06-16 19:03:07 +00:00
},
2017-05-16 06:42:20 +00:00
{
2024-09-16 04:01:46 +00:00
"name": "illuminate/contracts",
2024-09-30 01:55:14 +00:00
"version": "v11.25.0",
2017-05-16 06:42:20 +00:00
"source": {
"type": "git",
2024-09-16 04:01:46 +00:00
"url": "https://github.com/illuminate/contracts.git",
2024-09-30 01:55:14 +00:00
"reference": "56312862af937bd6da8e6dc8bbd88188dfb478f8"
2017-05-16 06:42:20 +00:00
},
"dist": {
"type": "zip",
2024-09-30 01:55:14 +00:00
"url": "https://api.github.com/repos/illuminate/contracts/zipball/56312862af937bd6da8e6dc8bbd88188dfb478f8",
"reference": "56312862af937bd6da8e6dc8bbd88188dfb478f8",
2017-05-16 06:42:20 +00:00
"shasum": ""
},
"require": {
2024-09-16 04:01:46 +00:00
"php": "^8.2",
"psr/container": "^1.1.1|^2.0.1",
"psr/simple-cache": "^1.0|^2.0|^3.0"
2017-05-16 06:42:20 +00:00
},
"type": "library",
2023-10-18 07:03:55 +00:00
"extra": {
"branch-alias": {
2024-09-16 04:01:46 +00:00
"dev-master": "11.x-dev"
2023-10-18 07:03:55 +00:00
}
},
2017-05-16 06:42:20 +00:00
"autoload": {
"psr-4": {
2024-09-16 04:01:46 +00:00
"Illuminate\\Contracts\\": ""
2017-05-16 06:42:20 +00:00
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
2024-09-16 04:01:46 +00:00
"name": "Taylor Otwell",
"email": "taylor@laravel.com"
2017-05-16 06:42:20 +00:00
}
],
2024-09-16 04:01:46 +00:00
"description": "The Illuminate Contracts package.",
"homepage": "https://laravel.com",
2023-10-18 07:03:55 +00:00
"support": {
2024-09-16 04:01:46 +00:00
"issues": "https://github.com/laravel/framework/issues",
"source": "https://github.com/laravel/framework"
2023-10-18 07:03:55 +00:00
},
2024-09-30 01:55:14 +00:00
"time": "2024-09-22T15:08:08+00:00"
2017-05-16 06:42:20 +00:00
},
2017-06-16 09:33:01 +00:00
{
2024-09-16 04:01:46 +00:00
"name": "illuminate/filesystem",
2024-09-30 01:55:14 +00:00
"version": "v11.25.0",
2017-06-16 09:33:01 +00:00
"source": {
"type": "git",
2024-09-16 04:01:46 +00:00
"url": "https://github.com/illuminate/filesystem.git",
2024-09-30 01:55:14 +00:00
"reference": "ce7013a350fb06bc65e8a2cf15fd2015f49e476d"
2017-06-16 09:33:01 +00:00
},
"dist": {
"type": "zip",
2024-09-30 01:55:14 +00:00
"url": "https://api.github.com/repos/illuminate/filesystem/zipball/ce7013a350fb06bc65e8a2cf15fd2015f49e476d",
"reference": "ce7013a350fb06bc65e8a2cf15fd2015f49e476d",
2017-06-16 09:33:01 +00:00
"shasum": ""
},
"require": {
2024-09-16 04:01:46 +00:00
"illuminate/collections": "^11.0",
"illuminate/contracts": "^11.0",
"illuminate/macroable": "^11.0",
"illuminate/support": "^11.0",
"php": "^8.2",
"symfony/finder": "^7.0"
2017-06-16 09:33:01 +00:00
},
2024-09-16 04:01:46 +00:00
"suggest": {
"ext-fileinfo": "Required to use the Filesystem class.",
"ext-ftp": "Required to use the Flysystem FTP driver.",
"ext-hash": "Required to use the Filesystem class.",
"illuminate/http": "Required for handling uploaded files (^7.0).",
"league/flysystem": "Required to use the Flysystem local driver (^3.0.16).",
"league/flysystem-aws-s3-v3": "Required to use the Flysystem S3 driver (^3.0).",
"league/flysystem-ftp": "Required to use the Flysystem FTP driver (^3.0).",
"league/flysystem-sftp-v3": "Required to use the Flysystem SFTP driver (^3.0).",
"psr/http-message": "Required to allow Storage::put to accept a StreamInterface (^1.0).",
"symfony/filesystem": "Required to enable support for relative symbolic links (^7.0).",
"symfony/mime": "Required to enable support for guessing extensions (^7.0)."
2017-06-16 09:33:01 +00:00
},
"type": "library",
2020-08-14 07:49:48 +00:00
"extra": {
"branch-alias": {
2024-09-16 04:01:46 +00:00
"dev-master": "11.x-dev"
2020-08-14 07:49:48 +00:00
}
},
2017-06-16 09:33:01 +00:00
"autoload": {
2024-09-16 04:01:46 +00:00
"files": [
"functions.php"
],
2017-06-16 09:33:01 +00:00
"psr-4": {
2024-09-16 04:01:46 +00:00
"Illuminate\\Filesystem\\": ""
2017-06-16 09:33:01 +00:00
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
2024-09-16 04:01:46 +00:00
"name": "Taylor Otwell",
"email": "taylor@laravel.com"
2017-06-16 09:33:01 +00:00
}
],
2024-09-16 04:01:46 +00:00
"description": "The Illuminate Filesystem package.",
"homepage": "https://laravel.com",
2023-10-18 07:03:55 +00:00
"support": {
2024-09-16 04:01:46 +00:00
"issues": "https://github.com/laravel/framework/issues",
"source": "https://github.com/laravel/framework"
2023-10-18 07:03:55 +00:00
},
2024-09-30 01:55:14 +00:00
"time": "2024-09-22T15:10:50+00:00"
2017-06-16 09:33:01 +00:00
},
2017-06-16 19:03:07 +00:00
{
2024-09-16 04:01:46 +00:00
"name": "illuminate/http",
2024-09-30 01:55:14 +00:00
"version": "v11.25.0",
2017-06-16 19:03:07 +00:00
"source": {
"type": "git",
2024-09-16 04:01:46 +00:00
"url": "https://github.com/illuminate/http.git",
2024-09-30 01:55:14 +00:00
"reference": "913d9187d21fa3e6a051d9c958bbb7a46b84391b"
2017-06-16 19:03:07 +00:00
},
"dist": {
"type": "zip",
2024-09-30 01:55:14 +00:00
"url": "https://api.github.com/repos/illuminate/http/zipball/913d9187d21fa3e6a051d9c958bbb7a46b84391b",
"reference": "913d9187d21fa3e6a051d9c958bbb7a46b84391b",
2017-06-16 19:03:07 +00:00
"shasum": ""
},
"require": {
2024-09-16 04:01:46 +00:00
"ext-filter": "*",
"fruitcake/php-cors": "^1.3",
"guzzlehttp/guzzle": "^7.8",
"guzzlehttp/uri-template": "^1.0",
"illuminate/collections": "^11.0",
"illuminate/macroable": "^11.0",
"illuminate/session": "^11.0",
"illuminate/support": "^11.0",
"php": "^8.2",
"symfony/http-foundation": "^7.0",
"symfony/http-kernel": "^7.0",
"symfony/mime": "^7.0",
"symfony/polyfill-php83": "^1.28"
2017-06-16 19:03:07 +00:00
},
2024-09-16 04:01:46 +00:00
"suggest": {
"ext-gd": "Required to use Illuminate\\Http\\Testing\\FileFactory::image()."
2020-08-14 07:49:48 +00:00
},
"type": "library",
2020-08-14 07:49:48 +00:00
"extra": {
2024-09-16 04:01:46 +00:00
"branch-alias": {
"dev-master": "11.x-dev"
2020-08-14 07:49:48 +00:00
}
},
"autoload": {
"psr-4": {
2024-09-16 04:01:46 +00:00
"Illuminate\\Http\\": ""
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
2024-09-16 04:01:46 +00:00
"name": "Taylor Otwell",
"email": "taylor@laravel.com"
}
],
2024-09-16 04:01:46 +00:00
"description": "The Illuminate Http package.",
"homepage": "https://laravel.com",
2023-10-18 07:03:55 +00:00
"support": {
2024-09-16 04:01:46 +00:00
"issues": "https://github.com/laravel/framework/issues",
"source": "https://github.com/laravel/framework"
2020-08-14 07:49:48 +00:00
},
2024-09-30 01:55:14 +00:00
"time": "2024-09-25T15:14:42+00:00"
},
{
2024-09-16 04:01:46 +00:00
"name": "illuminate/macroable",
2024-09-30 01:55:14 +00:00
"version": "v11.25.0",
"source": {
"type": "git",
2024-09-16 04:01:46 +00:00
"url": "https://github.com/illuminate/macroable.git",
"reference": "e1cb9e51b9ed5d3c9bc1ab431d0a52fe42a990ed"
},
"dist": {
"type": "zip",
2024-09-16 04:01:46 +00:00
"url": "https://api.github.com/repos/illuminate/macroable/zipball/e1cb9e51b9ed5d3c9bc1ab431d0a52fe42a990ed",
"reference": "e1cb9e51b9ed5d3c9bc1ab431d0a52fe42a990ed",
"shasum": ""
},
"require": {
2024-09-16 04:01:46 +00:00
"php": "^8.2"
2017-06-16 19:03:07 +00:00
},
"type": "library",
2024-09-16 04:01:46 +00:00
"extra": {
"branch-alias": {
"dev-master": "11.x-dev"
}
},
2017-06-16 19:03:07 +00:00
"autoload": {
"psr-4": {
2024-09-16 04:01:46 +00:00
"Illuminate\\Support\\": ""
}
2017-06-16 19:03:07 +00:00
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
2024-09-16 04:01:46 +00:00
"name": "Taylor Otwell",
"email": "taylor@laravel.com"
2017-06-16 19:03:07 +00:00
}
],
2024-09-16 04:01:46 +00:00
"description": "The Illuminate Macroable package.",
"homepage": "https://laravel.com",
2023-10-18 07:03:55 +00:00
"support": {
2024-09-16 04:01:46 +00:00
"issues": "https://github.com/laravel/framework/issues",
"source": "https://github.com/laravel/framework"
2023-10-18 07:03:55 +00:00
},
2024-09-16 04:01:46 +00:00
"time": "2024-06-28T20:10:30+00:00"
2017-06-16 19:03:07 +00:00
},
2017-05-16 06:42:20 +00:00
{
2024-09-16 04:01:46 +00:00
"name": "illuminate/session",
2024-09-30 01:55:14 +00:00
"version": "v11.25.0",
2017-05-16 06:42:20 +00:00
"source": {
"type": "git",
2024-09-16 04:01:46 +00:00
"url": "https://github.com/illuminate/session.git",
"reference": "cc4be7c46678328858ef2aa692013536717f32ec"
2017-05-16 06:42:20 +00:00
},
"dist": {
"type": "zip",
2024-09-16 04:01:46 +00:00
"url": "https://api.github.com/repos/illuminate/session/zipball/cc4be7c46678328858ef2aa692013536717f32ec",
"reference": "cc4be7c46678328858ef2aa692013536717f32ec",
2017-05-16 06:42:20 +00:00
"shasum": ""
},
"require": {
2024-09-16 04:01:46 +00:00
"ext-ctype": "*",
"ext-session": "*",
"illuminate/collections": "^11.0",
"illuminate/contracts": "^11.0",
"illuminate/filesystem": "^11.0",
"illuminate/support": "^11.0",
"php": "^8.2",
"symfony/finder": "^7.0",
"symfony/http-foundation": "^7.0"
},
"suggest": {
"illuminate/console": "Required to use the session:table command (^11.0)."
2017-05-16 06:42:20 +00:00
},
"type": "library",
"extra": {
"branch-alias": {
2024-09-16 04:01:46 +00:00
"dev-master": "11.x-dev"
2017-05-16 06:42:20 +00:00
}
},
"autoload": {
"psr-4": {
2024-09-16 04:01:46 +00:00
"Illuminate\\Session\\": ""
2017-05-16 06:42:20 +00:00
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
2024-09-16 04:01:46 +00:00
"name": "Taylor Otwell",
"email": "taylor@laravel.com"
2017-05-16 06:42:20 +00:00
}
],
2024-09-16 04:01:46 +00:00
"description": "The Illuminate Session package.",
"homepage": "https://laravel.com",
2023-10-18 07:03:55 +00:00
"support": {
2024-09-16 04:01:46 +00:00
"issues": "https://github.com/laravel/framework/issues",
"source": "https://github.com/laravel/framework"
2023-10-18 07:03:55 +00:00
},
2024-09-16 04:01:46 +00:00
"time": "2024-08-08T13:30:23+00:00"
2017-05-16 06:42:20 +00:00
},
{
2024-09-16 04:01:46 +00:00
"name": "illuminate/support",
2024-09-30 01:55:14 +00:00
"version": "v11.25.0",
2017-05-16 06:42:20 +00:00
"source": {
"type": "git",
2024-09-16 04:01:46 +00:00
"url": "https://github.com/illuminate/support.git",
2024-09-30 01:55:14 +00:00
"reference": "ead1796b74be915705e66a695fce8d3cd4bb9034"
2017-05-16 06:42:20 +00:00
},
"dist": {
"type": "zip",
2024-09-30 01:55:14 +00:00
"url": "https://api.github.com/repos/illuminate/support/zipball/ead1796b74be915705e66a695fce8d3cd4bb9034",
"reference": "ead1796b74be915705e66a695fce8d3cd4bb9034",
2017-05-16 06:42:20 +00:00
"shasum": ""
},
"require": {
2024-09-16 04:01:46 +00:00
"doctrine/inflector": "^2.0",
"ext-ctype": "*",
"ext-filter": "*",
"ext-mbstring": "*",
"illuminate/collections": "^11.0",
"illuminate/conditionable": "^11.0",
"illuminate/contracts": "^11.0",
"illuminate/macroable": "^11.0",
"nesbot/carbon": "^2.72.2|^3.0",
"php": "^8.2",
"voku/portable-ascii": "^2.0"
},
"conflict": {
"tightenco/collect": "<5.5.33"
},
"replace": {
"spatie/once": "*"
},
"suggest": {
"illuminate/filesystem": "Required to use the composer class (^11.0).",
"laravel/serializable-closure": "Required to use the once function (^1.3).",
"league/commonmark": "Required to use Str::markdown() and Stringable::markdown() (^2.0.2).",
"ramsey/uuid": "Required to use Str::uuid() (^4.7).",
"symfony/process": "Required to use the composer class (^7.0).",
"symfony/uid": "Required to use Str::ulid() (^7.0).",
"symfony/var-dumper": "Required to use the dd function (^7.0).",
"vlucas/phpdotenv": "Required to use the Env class and env helper (^5.4.1)."
2017-05-16 06:42:20 +00:00
},
"type": "library",
"extra": {
"branch-alias": {
2024-09-16 04:01:46 +00:00
"dev-master": "11.x-dev"
2017-05-16 06:42:20 +00:00
}
},
"autoload": {
2024-09-16 04:01:46 +00:00
"files": [
2024-09-30 01:55:14 +00:00
"functions.php",
2024-09-16 04:01:46 +00:00
"helpers.php"
],
2017-05-16 06:42:20 +00:00
"psr-4": {
2024-09-16 04:01:46 +00:00
"Illuminate\\Support\\": ""
2017-05-16 06:42:20 +00:00
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
2024-09-16 04:01:46 +00:00
"name": "Taylor Otwell",
"email": "taylor@laravel.com"
2017-05-16 06:42:20 +00:00
}
],
2024-09-16 04:01:46 +00:00
"description": "The Illuminate Support package.",
"homepage": "https://laravel.com",
2023-10-18 07:03:55 +00:00
"support": {
2024-09-16 04:01:46 +00:00
"issues": "https://github.com/laravel/framework/issues",
"source": "https://github.com/laravel/framework"
2023-10-18 07:03:55 +00:00
},
2024-09-30 01:55:14 +00:00
"time": "2024-09-25T07:16:58+00:00"
2017-05-16 06:42:20 +00:00
},
2017-06-16 09:33:01 +00:00
{
2024-09-16 04:01:46 +00:00
"name": "longman/telegram-bot",
"version": "0.83.1",
2017-06-16 09:33:01 +00:00
"source": {
"type": "git",
2024-09-16 04:01:46 +00:00
"url": "https://github.com/php-telegram-bot/core.git",
"reference": "ca9eeb1c9e51c39a33070efeba01aac105ed9aa7"
2017-06-16 09:33:01 +00:00
},
"dist": {
"type": "zip",
2024-09-16 04:01:46 +00:00
"url": "https://api.github.com/repos/php-telegram-bot/core/zipball/ca9eeb1c9e51c39a33070efeba01aac105ed9aa7",
"reference": "ca9eeb1c9e51c39a33070efeba01aac105ed9aa7",
2017-06-16 09:33:01 +00:00
"shasum": ""
},
"require": {
2024-09-16 04:01:46 +00:00
"ext-curl": "*",
"ext-json": "*",
"ext-mbstring": "*",
"ext-pdo": "*",
"guzzlehttp/guzzle": "^6.0|^7.0",
"php": "^8.1",
"psr/log": "^1.1|^2.0|^3.0"
},
"require-dev": {
"dms/phpunit-arraysubset-asserts": "^0.2",
"monolog/monolog": "^2.1",
"phpunit/phpunit": "^9.5",
"squizlabs/php_codesniffer": "^3.6"
2017-06-16 09:33:01 +00:00
},
"type": "library",
"extra": {
"branch-alias": {
2024-09-16 04:01:46 +00:00
"dev-develop": "0.83.x-dev"
2017-06-16 09:33:01 +00:00
}
},
"autoload": {
"psr-4": {
2024-09-16 04:01:46 +00:00
"Longman\\TelegramBot\\": "src"
2017-06-16 09:33:01 +00:00
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
2017-06-16 09:33:01 +00:00
],
"authors": [
{
2024-09-16 04:01:46 +00:00
"name": "Avtandil Kikabidze aka LONGMAN",
"email": "akalongman@gmail.com",
"homepage": "http://longman.me",
"role": "Developer"
},
{
"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-06-16 09:33:01 +00:00
}
],
2024-09-16 04:01:46 +00:00
"description": "PHP Telegram bot",
"homepage": "https://github.com/php-telegram-bot/core",
2017-06-16 09:33:01 +00:00
"keywords": [
2024-09-16 04:01:46 +00:00
"api",
"bot",
"telegram"
2017-06-16 09:33:01 +00:00
],
2023-10-18 07:03:55 +00:00
"support": {
2024-09-16 04:01:46 +00:00
"issues": "https://github.com/php-telegram-bot/core/issues",
"source": "https://github.com/php-telegram-bot/core"
2023-10-18 07:03:55 +00:00
},
2024-09-16 04:01:46 +00:00
"funding": [
{
"url": "https://github.com/php-telegram-bot/core#donate",
"type": "custom"
},
{
"url": "https://github.com/noplanman",
"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",
"type": "tidelift"
}
],
"time": "2024-05-30T21:05:25+00:00"
2017-06-16 09:33:01 +00:00
},
2017-06-16 19:03:07 +00:00
{
2024-09-16 04:01:46 +00:00
"name": "nesbot/carbon",
"version": "3.8.0",
2017-06-16 19:03:07 +00:00
"source": {
"type": "git",
2024-09-16 04:01:46 +00:00
"url": "https://github.com/briannesbitt/Carbon.git",
"reference": "bbd3eef89af8ba66a3aa7952b5439168fbcc529f"
2017-06-16 19:03:07 +00:00
},
"dist": {
"type": "zip",
2024-09-16 04:01:46 +00:00
"url": "https://api.github.com/repos/briannesbitt/Carbon/zipball/bbd3eef89af8ba66a3aa7952b5439168fbcc529f",
"reference": "bbd3eef89af8ba66a3aa7952b5439168fbcc529f",
2017-06-16 19:03:07 +00:00
"shasum": ""
},
"require": {
2024-09-16 04:01:46 +00:00
"carbonphp/carbon-doctrine-types": "*",
2020-08-14 07:49:48 +00:00
"ext-json": "*",
2024-09-16 04:01:46 +00:00
"php": "^8.1",
"psr/clock": "^1.0",
"symfony/clock": "^6.3 || ^7.0",
"symfony/polyfill-mbstring": "^1.0",
"symfony/translation": "^4.4.18 || ^5.2.1|| ^6.0 || ^7.0"
},
"provide": {
"psr/clock-implementation": "1.0"
2017-06-16 19:03:07 +00:00
},
"require-dev": {
2024-09-16 04:01:46 +00:00
"doctrine/dbal": "^3.6.3 || ^4.0",
"doctrine/orm": "^2.15.2 || ^3.0",
"friendsofphp/php-cs-fixer": "^3.57.2",
"kylekatarnls/multi-tester": "^2.5.3",
"ondrejmirtes/better-reflection": "^6.25.0.4",
"phpmd/phpmd": "^2.15.0",
"phpstan/extension-installer": "^1.3.1",
"phpstan/phpstan": "^1.11.2",
"phpunit/phpunit": "^10.5.20",
"squizlabs/php_codesniffer": "^3.9.0"
2017-06-16 19:03:07 +00:00
},
2024-09-16 04:01:46 +00:00
"bin": [
"bin/carbon"
],
2017-06-16 19:03:07 +00:00
"type": "library",
"extra": {
2024-09-16 04:01:46 +00:00
"branch-alias": {
"dev-master": "3.x-dev",
"dev-2.x": "2.x-dev"
},
"laravel": {
"providers": [
2024-09-16 04:01:46 +00:00
"Carbon\\Laravel\\ServiceProvider"
]
},
"phpstan": {
"includes": [
"extension.neon"
]
}
},
2017-06-16 19:03:07 +00:00
"autoload": {
"psr-4": {
2024-09-16 04:01:46 +00:00
"Carbon\\": "src/Carbon/"
2017-06-16 19:03:07 +00:00
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
2024-09-16 04:01:46 +00:00
"name": "Brian Nesbitt",
"email": "brian@nesbot.com",
"homepage": "https://markido.com"
},
{
"name": "kylekatarnls",
"homepage": "https://github.com/kylekatarnls"
2017-06-16 19:03:07 +00:00
}
],
2024-09-16 04:01:46 +00:00
"description": "An API extension for DateTime that supports 281 different languages.",
"homepage": "https://carbon.nesbot.com",
2017-06-16 19:03:07 +00:00
"keywords": [
2024-09-16 04:01:46 +00:00
"date",
"datetime",
"time"
2017-06-16 19:03:07 +00:00
],
2023-10-18 07:03:55 +00:00
"support": {
2024-09-16 04:01:46 +00:00
"docs": "https://carbon.nesbot.com/docs",
"issues": "https://github.com/briannesbitt/Carbon/issues",
"source": "https://github.com/briannesbitt/Carbon"
2023-10-18 07:03:55 +00:00
},
2024-09-16 04:01:46 +00:00
"funding": [
{
"url": "https://github.com/sponsors/kylekatarnls",
"type": "github"
},
{
"url": "https://opencollective.com/Carbon#sponsor",
"type": "opencollective"
},
{
"url": "https://tidelift.com/subscription/pkg/packagist-nesbot-carbon?utm_source=packagist-nesbot-carbon&utm_medium=referral&utm_campaign=readme",
"type": "tidelift"
}
],
"time": "2024-08-19T06:22:39+00:00"
2017-06-16 19:03:07 +00:00
},
2017-05-16 06:42:20 +00:00
{
2024-09-16 04:01:46 +00:00
"name": "psr/clock",
"version": "1.0.0",
2017-05-16 06:42:20 +00:00
"source": {
"type": "git",
2024-09-16 04:01:46 +00:00
"url": "https://github.com/php-fig/clock.git",
"reference": "e41a24703d4560fd0acb709162f73b8adfc3aa0d"
2017-05-16 06:42:20 +00:00
},
"dist": {
"type": "zip",
2024-09-16 04:01:46 +00:00
"url": "https://api.github.com/repos/php-fig/clock/zipball/e41a24703d4560fd0acb709162f73b8adfc3aa0d",
"reference": "e41a24703d4560fd0acb709162f73b8adfc3aa0d",
2017-05-16 06:42:20 +00:00
"shasum": ""
},
2024-09-16 04:01:46 +00:00
"require": {
"php": "^7.0 || ^8.0"
},
2017-05-16 06:42:20 +00:00
"type": "library",
"autoload": {
2024-09-16 04:01:46 +00:00
"psr-4": {
"Psr\\Clock\\": "src/"
2017-05-16 06:42:20 +00:00
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
2024-09-16 04:01:46 +00:00
"authors": [
{
"name": "PHP-FIG",
"homepage": "https://www.php-fig.org/"
}
],
"description": "Common interface for reading the clock.",
"homepage": "https://github.com/php-fig/clock",
"keywords": [
"clock",
"now",
"psr",
"psr-20",
"time"
],
2023-10-18 07:03:55 +00:00
"support": {
2024-09-16 04:01:46 +00:00
"issues": "https://github.com/php-fig/clock/issues",
"source": "https://github.com/php-fig/clock/tree/1.0.0"
2023-10-18 07:03:55 +00:00
},
2024-09-16 04:01:46 +00:00
"time": "2022-11-25T14:36:26+00:00"
2017-05-16 06:42:20 +00:00
},
{
2024-09-16 04:01:46 +00:00
"name": "psr/container",
"version": "2.0.2",
2017-05-16 06:42:20 +00:00
"source": {
"type": "git",
2024-09-16 04:01:46 +00:00
"url": "https://github.com/php-fig/container.git",
"reference": "c71ecc56dfe541dbd90c5360474fbc405f8d5963"
2017-05-16 06:42:20 +00:00
},
"dist": {
"type": "zip",
2024-09-16 04:01:46 +00:00
"url": "https://api.github.com/repos/php-fig/container/zipball/c71ecc56dfe541dbd90c5360474fbc405f8d5963",
"reference": "c71ecc56dfe541dbd90c5360474fbc405f8d5963",
2017-05-16 06:42:20 +00:00
"shasum": ""
},
"require": {
2024-09-16 04:01:46 +00:00
"php": ">=7.4.0"
2017-05-16 06:42:20 +00:00
},
"type": "library",
2024-09-16 04:01:46 +00:00
"extra": {
"branch-alias": {
"dev-master": "2.0.x-dev"
}
},
2017-05-16 06:42:20 +00:00
"autoload": {
"psr-4": {
2024-09-16 04:01:46 +00:00
"Psr\\Container\\": "src/"
2017-05-16 06:42:20 +00:00
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
2024-09-16 04:01:46 +00:00
"MIT"
2017-05-16 06:42:20 +00:00
],
"authors": [
{
2024-09-16 04:01:46 +00:00
"name": "PHP-FIG",
"homepage": "https://www.php-fig.org/"
2017-05-16 06:42:20 +00:00
}
],
2024-09-16 04:01:46 +00:00
"description": "Common Container Interface (PHP FIG PSR-11)",
"homepage": "https://github.com/php-fig/container",
2017-05-16 06:42:20 +00:00
"keywords": [
2024-09-16 04:01:46 +00:00
"PSR-11",
"container",
"container-interface",
"container-interop",
"psr"
2017-05-16 06:42:20 +00:00
],
2023-10-18 07:03:55 +00:00
"support": {
2024-09-16 04:01:46 +00:00
"issues": "https://github.com/php-fig/container/issues",
"source": "https://github.com/php-fig/container/tree/2.0.2"
2023-10-18 07:03:55 +00:00
},
2024-09-16 04:01:46 +00:00
"time": "2021-11-05T16:47:00+00:00"
2017-05-16 06:42:20 +00:00
},
{
2024-09-16 04:01:46 +00:00
"name": "psr/event-dispatcher",
"version": "1.0.0",
2017-05-16 06:42:20 +00:00
"source": {
"type": "git",
2024-09-16 04:01:46 +00:00
"url": "https://github.com/php-fig/event-dispatcher.git",
"reference": "dbefd12671e8a14ec7f180cab83036ed26714bb0"
2017-05-16 06:42:20 +00:00
},
"dist": {
"type": "zip",
2024-09-16 04:01:46 +00:00
"url": "https://api.github.com/repos/php-fig/event-dispatcher/zipball/dbefd12671e8a14ec7f180cab83036ed26714bb0",
"reference": "dbefd12671e8a14ec7f180cab83036ed26714bb0",
2017-05-16 06:42:20 +00:00
"shasum": ""
},
"require": {
2024-09-16 04:01:46 +00:00
"php": ">=7.2.0"
2017-05-16 06:42:20 +00:00
},
"type": "library",
2024-09-16 04:01:46 +00:00
"extra": {
"branch-alias": {
"dev-master": "1.0.x-dev"
}
},
2017-05-16 06:42:20 +00:00
"autoload": {
2023-10-18 07:03:55 +00:00
"psr-4": {
2024-09-16 04:01:46 +00:00
"Psr\\EventDispatcher\\": "src/"
2023-10-18 07:03:55 +00:00
}
2017-05-16 06:42:20 +00:00
},
"notification-url": "https://packagist.org/downloads/",
"license": [
2024-09-16 04:01:46 +00:00
"MIT"
2017-05-16 06:42:20 +00:00
],
"authors": [
{
2024-09-16 04:01:46 +00:00
"name": "PHP-FIG",
"homepage": "http://www.php-fig.org/"
2017-05-16 06:42:20 +00:00
}
],
2024-09-16 04:01:46 +00:00
"description": "Standard interfaces for event handling.",
2017-05-16 06:42:20 +00:00
"keywords": [
2024-09-16 04:01:46 +00:00
"events",
"psr",
"psr-14"
2017-05-16 06:42:20 +00:00
],
2023-10-18 07:03:55 +00:00
"support": {
2024-09-16 04:01:46 +00:00
"issues": "https://github.com/php-fig/event-dispatcher/issues",
"source": "https://github.com/php-fig/event-dispatcher/tree/1.0.0"
2023-10-18 07:03:55 +00:00
},
2024-09-16 04:01:46 +00:00
"time": "2019-01-08T18:20:26+00:00"
2017-05-16 06:42:20 +00:00
},
2017-06-16 09:33:01 +00:00
{
2024-09-16 04:01:46 +00:00
"name": "psr/http-client",
"version": "1.0.3",
2017-06-16 09:33:01 +00:00
"source": {
"type": "git",
2024-09-16 04:01:46 +00:00
"url": "https://github.com/php-fig/http-client.git",
"reference": "bb5906edc1c324c9a05aa0873d40117941e5fa90"
2017-06-16 09:33:01 +00:00
},
"dist": {
"type": "zip",
2024-09-16 04:01:46 +00:00
"url": "https://api.github.com/repos/php-fig/http-client/zipball/bb5906edc1c324c9a05aa0873d40117941e5fa90",
"reference": "bb5906edc1c324c9a05aa0873d40117941e5fa90",
2017-06-16 09:33:01 +00:00
"shasum": ""
},
"require": {
2024-09-16 04:01:46 +00:00
"php": "^7.0 || ^8.0",
"psr/http-message": "^1.0 || ^2.0"
2017-06-16 09:33:01 +00:00
},
2024-09-16 04:01:46 +00:00
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.0.x-dev"
}
2020-08-14 07:49:48 +00:00
},
2024-09-16 04:01:46 +00:00
"autoload": {
"psr-4": {
"Psr\\Http\\Client\\": "src/"
}
2017-06-16 09:33:01 +00:00
},
2024-09-16 04:01:46 +00:00
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "PHP-FIG",
"homepage": "https://www.php-fig.org/"
}
],
"description": "Common interface for HTTP clients",
"homepage": "https://github.com/php-fig/http-client",
"keywords": [
"http",
"http-client",
"psr",
"psr-18"
],
"support": {
"source": "https://github.com/php-fig/http-client"
},
"time": "2023-09-23T14:17:50+00:00"
},
{
"name": "psr/http-factory",
"version": "1.1.0",
"source": {
"type": "git",
"url": "https://github.com/php-fig/http-factory.git",
"reference": "2b4765fddfe3b508ac62f829e852b1501d3f6e8a"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/php-fig/http-factory/zipball/2b4765fddfe3b508ac62f829e852b1501d3f6e8a",
"reference": "2b4765fddfe3b508ac62f829e852b1501d3f6e8a",
"shasum": ""
},
"require": {
"php": ">=7.1",
"psr/http-message": "^1.0 || ^2.0"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.0.x-dev"
}
},
"autoload": {
"psr-4": {
"Psr\\Http\\Message\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "PHP-FIG",
"homepage": "https://www.php-fig.org/"
}
],
"description": "PSR-17: Common interfaces for PSR-7 HTTP message factories",
"keywords": [
"factory",
"http",
"message",
"psr",
"psr-17",
"psr-7",
"request",
"response"
],
"support": {
"source": "https://github.com/php-fig/http-factory"
},
"time": "2024-04-15T12:06:14+00:00"
},
{
"name": "psr/http-message",
"version": "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": "psr/log",
"version": "3.0.2",
"source": {
"type": "git",
"url": "https://github.com/php-fig/log.git",
"reference": "f16e1d5863e37f8d8c2a01719f5b34baa2b714d3"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/php-fig/log/zipball/f16e1d5863e37f8d8c2a01719f5b34baa2b714d3",
"reference": "f16e1d5863e37f8d8c2a01719f5b34baa2b714d3",
"shasum": ""
},
"require": {
"php": ">=8.0.0"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "3.x-dev"
}
},
"autoload": {
"psr-4": {
"Psr\\Log\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "PHP-FIG",
"homepage": "https://www.php-fig.org/"
}
],
"description": "Common interface for logging libraries",
"homepage": "https://github.com/php-fig/log",
"keywords": [
"log",
"psr",
"psr-3"
],
"support": {
"source": "https://github.com/php-fig/log/tree/3.0.2"
},
"time": "2024-09-11T13:17:53+00:00"
},
{
"name": "psr/simple-cache",
"version": "3.0.0",
"source": {
"type": "git",
"url": "https://github.com/php-fig/simple-cache.git",
"reference": "764e0b3939f5ca87cb904f570ef9be2d78a07865"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/php-fig/simple-cache/zipball/764e0b3939f5ca87cb904f570ef9be2d78a07865",
"reference": "764e0b3939f5ca87cb904f570ef9be2d78a07865",
"shasum": ""
},
"require": {
"php": ">=8.0.0"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "3.0.x-dev"
}
},
"autoload": {
"psr-4": {
"Psr\\SimpleCache\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "PHP-FIG",
"homepage": "https://www.php-fig.org/"
}
],
"description": "Common interfaces for simple caching",
"keywords": [
"cache",
"caching",
"psr",
"psr-16",
"simple-cache"
],
"support": {
"source": "https://github.com/php-fig/simple-cache/tree/3.0.0"
},
"time": "2021-10-29T13:26:27+00:00"
},
{
"name": "ralouphie/getallheaders",
"version": "3.0.3",
"source": {
"type": "git",
"url": "https://github.com/ralouphie/getallheaders.git",
"reference": "120b605dfeb996808c31b6477290a714d356e822"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/ralouphie/getallheaders/zipball/120b605dfeb996808c31b6477290a714d356e822",
"reference": "120b605dfeb996808c31b6477290a714d356e822",
"shasum": ""
},
"require": {
"php": ">=5.6"
},
"require-dev": {
"php-coveralls/php-coveralls": "^2.1",
"phpunit/phpunit": "^5 || ^6.5"
},
"type": "library",
"autoload": {
"files": [
"src/getallheaders.php"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Ralph Khattar",
"email": "ralph.khattar@gmail.com"
}
],
"description": "A polyfill for getallheaders.",
"support": {
"issues": "https://github.com/ralouphie/getallheaders/issues",
"source": "https://github.com/ralouphie/getallheaders/tree/develop"
},
"time": "2019-03-08T08:55:37+00:00"
},
{
"name": "revolution/laravel-mastodon-api",
"version": "3.1.4",
"source": {
"type": "git",
"url": "https://github.com/kawax/laravel-mastodon-api.git",
"reference": "6686c43cf77663b5a851752b152a93e95ba32d25"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/kawax/laravel-mastodon-api/zipball/6686c43cf77663b5a851752b152a93e95ba32d25",
"reference": "6686c43cf77663b5a851752b152a93e95ba32d25",
"shasum": ""
},
"require": {
"ext-json": "*",
"illuminate/http": "^10.0||^11.0",
"php": "^8.1"
},
"require-dev": {
"orchestra/testbench": "^8.0||^9.0"
},
"type": "library",
"extra": {
"laravel": {
"providers": [
"Revolution\\Mastodon\\Providers\\MastodonServiceProvider"
],
"aliases": {
"Mastodon": "Revolution\\Mastodon\\Facades\\Mastodon"
}
}
},
"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"
],
"support": {
"source": "https://github.com/kawax/laravel-mastodon-api/tree/3.1.4"
},
"time": "2024-08-25T02:30:06+00: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"
],
"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"
},
{
"name": "sabre/uri",
"version": "3.0.2",
"source": {
"type": "git",
"url": "https://github.com/sabre-io/uri.git",
"reference": "38eeab6ed9eec435a2188db489d4649c56272c51"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/sabre-io/uri/zipball/38eeab6ed9eec435a2188db489d4649c56272c51",
"reference": "38eeab6ed9eec435a2188db489d4649c56272c51",
"shasum": ""
},
"require": {
"php": "^7.4 || ^8.0"
},
"require-dev": {
"friendsofphp/php-cs-fixer": "^3.64",
"phpstan/extension-installer": "^1.4",
"phpstan/phpstan": "^1.12",
"phpstan/phpstan-phpunit": "^1.4",
"phpstan/phpstan-strict-rules": "^1.6",
"phpunit/phpunit": "^9.6"
},
"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"
],
"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": "2024-09-04T15:30:08+00:00"
},
{
"name": "sabre/xml",
"version": "4.0.6",
"source": {
"type": "git",
"url": "https://github.com/sabre-io/xml.git",
"reference": "a89257fd188ce30e456b841b6915f27905dfdbe3"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/sabre-io/xml/zipball/a89257fd188ce30e456b841b6915f27905dfdbe3",
"reference": "a89257fd188ce30e456b841b6915f27905dfdbe3",
"shasum": ""
},
"require": {
"ext-dom": "*",
"ext-xmlreader": "*",
"ext-xmlwriter": "*",
"lib-libxml": ">=2.6.20",
"php": "^7.4 || ^8.0",
"sabre/uri": ">=2.0,<4.0.0"
},
"require-dev": {
"friendsofphp/php-cs-fixer": "^3.64",
"phpstan/phpstan": "^1.12",
"phpunit/phpunit": "^9.6"
},
"type": "library",
"autoload": {
"files": [
"lib/Deserializer/functions.php",
"lib/Serializer/functions.php"
],
"psr-4": {
"Sabre\\Xml\\": "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"
},
{
"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"
],
"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": "2024-09-06T08:00:55+00:00"
},
{
"name": "symfony/clock",
"version": "v7.1.1",
"source": {
"type": "git",
"url": "https://github.com/symfony/clock.git",
"reference": "3dfc8b084853586de51dd1441c6242c76a28cbe7"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/clock/zipball/3dfc8b084853586de51dd1441c6242c76a28cbe7",
"reference": "3dfc8b084853586de51dd1441c6242c76a28cbe7",
"shasum": ""
},
"require": {
"php": ">=8.2",
"psr/clock": "^1.0",
"symfony/polyfill-php83": "^1.28"
},
"provide": {
"psr/clock-implementation": "1.0"
},
"type": "library",
"autoload": {
"files": [
"Resources/now.php"
],
"psr-4": {
"Symfony\\Component\\Clock\\": ""
},
"exclude-from-classmap": [
"/Tests/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Nicolas Grekas",
"email": "p@tchwork.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
"description": "Decouples applications from the system clock",
"homepage": "https://symfony.com",
"keywords": [
"clock",
"psr20",
"time"
],
"support": {
"source": "https://github.com/symfony/clock/tree/v7.1.1"
},
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
"time": "2024-05-31T14:57:53+00:00"
},
{
"name": "symfony/deprecation-contracts",
"version": "v3.5.0",
"source": {
"type": "git",
"url": "https://github.com/symfony/deprecation-contracts.git",
"reference": "0e0d29ce1f20deffb4ab1b016a7257c4f1e789a1"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/deprecation-contracts/zipball/0e0d29ce1f20deffb4ab1b016a7257c4f1e789a1",
"reference": "0e0d29ce1f20deffb4ab1b016a7257c4f1e789a1",
"shasum": ""
},
"require": {
"php": ">=8.1"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-main": "3.5-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.5.0"
},
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
"time": "2024-04-18T09:32:20+00:00"
},
{
"name": "symfony/error-handler",
"version": "v7.1.3",
"source": {
"type": "git",
"url": "https://github.com/symfony/error-handler.git",
"reference": "432bb369952795c61ca1def65e078c4a80dad13c"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/error-handler/zipball/432bb369952795c61ca1def65e078c4a80dad13c",
"reference": "432bb369952795c61ca1def65e078c4a80dad13c",
"shasum": ""
},
"require": {
"php": ">=8.2",
"psr/log": "^1|^2|^3",
"symfony/var-dumper": "^6.4|^7.0"
},
"conflict": {
"symfony/deprecation-contracts": "<2.5",
"symfony/http-kernel": "<6.4"
},
"require-dev": {
"symfony/deprecation-contracts": "^2.5|^3",
"symfony/http-kernel": "^6.4|^7.0",
"symfony/serializer": "^6.4|^7.0"
},
"bin": [
"Resources/bin/patch-type-declarations"
],
"type": "library",
"autoload": {
"psr-4": {
"Symfony\\Component\\ErrorHandler\\": ""
},
"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 manage errors and ease debugging PHP code",
"homepage": "https://symfony.com",
"support": {
"source": "https://github.com/symfony/error-handler/tree/v7.1.3"
},
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
"time": "2024-07-26T13:02:51+00:00"
},
{
"name": "symfony/event-dispatcher",
"version": "v7.1.1",
"source": {
"type": "git",
"url": "https://github.com/symfony/event-dispatcher.git",
"reference": "9fa7f7a21beb22a39a8f3f28618b29e50d7a55a7"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/9fa7f7a21beb22a39a8f3f28618b29e50d7a55a7",
"reference": "9fa7f7a21beb22a39a8f3f28618b29e50d7a55a7",
"shasum": ""
},
"require": {
"php": ">=8.2",
"symfony/event-dispatcher-contracts": "^2.5|^3"
},
"conflict": {
"symfony/dependency-injection": "<6.4",
"symfony/service-contracts": "<2.5"
},
"provide": {
"psr/event-dispatcher-implementation": "1.0",
"symfony/event-dispatcher-implementation": "2.0|3.0"
},
"require-dev": {
"psr/log": "^1|^2|^3",
"symfony/config": "^6.4|^7.0",
"symfony/dependency-injection": "^6.4|^7.0",
"symfony/error-handler": "^6.4|^7.0",
"symfony/expression-language": "^6.4|^7.0",
"symfony/http-foundation": "^6.4|^7.0",
"symfony/service-contracts": "^2.5|^3",
"symfony/stopwatch": "^6.4|^7.0"
},
"type": "library",
"autoload": {
"psr-4": {
"Symfony\\Component\\EventDispatcher\\": ""
},
"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 that allow your application components to communicate with each other by dispatching events and listening to them",
"homepage": "https://symfony.com",
"support": {
"source": "https://github.com/symfony/event-dispatcher/tree/v7.1.1"
},
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
"time": "2024-05-31T14:57:53+00:00"
},
{
"name": "symfony/event-dispatcher-contracts",
"version": "v3.5.0",
"source": {
"type": "git",
"url": "https://github.com/symfony/event-dispatcher-contracts.git",
"reference": "8f93aec25d41b72493c6ddff14e916177c9efc50"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/event-dispatcher-contracts/zipball/8f93aec25d41b72493c6ddff14e916177c9efc50",
"reference": "8f93aec25d41b72493c6ddff14e916177c9efc50",
"shasum": ""
},
"require": {
"php": ">=8.1",
"psr/event-dispatcher": "^1"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-main": "3.5-dev"
},
"thanks": {
"name": "symfony/contracts",
"url": "https://github.com/symfony/contracts"
}
},
"autoload": {
"psr-4": {
"Symfony\\Contracts\\EventDispatcher\\": ""
}
},
"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 dispatching event",
"homepage": "https://symfony.com",
"keywords": [
"abstractions",
"contracts",
"decoupling",
"interfaces",
"interoperability",
"standards"
],
"support": {
"source": "https://github.com/symfony/event-dispatcher-contracts/tree/v3.5.0"
},
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
"time": "2024-04-18T09:32:20+00:00"
},
{
"name": "symfony/finder",
"version": "v7.1.4",
"source": {
"type": "git",
"url": "https://github.com/symfony/finder.git",
"reference": "d95bbf319f7d052082fb7af147e0f835a695e823"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/finder/zipball/d95bbf319f7d052082fb7af147e0f835a695e823",
"reference": "d95bbf319f7d052082fb7af147e0f835a695e823",
"shasum": ""
},
"require": {
"php": ">=8.2"
},
"require-dev": {
"symfony/filesystem": "^6.4|^7.0"
},
"type": "library",
"autoload": {
"psr-4": {
"Symfony\\Component\\Finder\\": ""
},
"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": "Finds files and directories via an intuitive fluent interface",
"homepage": "https://symfony.com",
"support": {
"source": "https://github.com/symfony/finder/tree/v7.1.4"
},
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
"time": "2024-08-13T14:28:19+00:00"
},
{
"name": "symfony/http-foundation",
2024-09-30 01:55:14 +00:00
"version": "v7.1.5",
2024-09-16 04:01:46 +00:00
"source": {
"type": "git",
"url": "https://github.com/symfony/http-foundation.git",
2024-09-30 01:55:14 +00:00
"reference": "e30ef73b1e44eea7eb37ba69600a354e553f694b"
2024-09-16 04:01:46 +00:00
},
"dist": {
"type": "zip",
2024-09-30 01:55:14 +00:00
"url": "https://api.github.com/repos/symfony/http-foundation/zipball/e30ef73b1e44eea7eb37ba69600a354e553f694b",
"reference": "e30ef73b1e44eea7eb37ba69600a354e553f694b",
2024-09-16 04:01:46 +00:00
"shasum": ""
},
"require": {
"php": ">=8.2",
"symfony/polyfill-mbstring": "~1.1",
"symfony/polyfill-php83": "^1.27"
},
"conflict": {
"doctrine/dbal": "<3.6",
"symfony/cache": "<6.4"
},
"require-dev": {
"doctrine/dbal": "^3.6|^4",
"predis/predis": "^1.1|^2.0",
"symfony/cache": "^6.4|^7.0",
"symfony/dependency-injection": "^6.4|^7.0",
"symfony/expression-language": "^6.4|^7.0",
"symfony/http-kernel": "^6.4|^7.0",
"symfony/mime": "^6.4|^7.0",
"symfony/rate-limiter": "^6.4|^7.0"
},
"type": "library",
"autoload": {
"psr-4": {
"Symfony\\Component\\HttpFoundation\\": ""
},
"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": "Defines an object-oriented layer for the HTTP specification",
"homepage": "https://symfony.com",
"support": {
2024-09-30 01:55:14 +00:00
"source": "https://github.com/symfony/http-foundation/tree/v7.1.5"
2024-09-16 04:01:46 +00: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-09-30 01:55:14 +00:00
"time": "2024-09-20T08:28:38+00:00"
2024-09-16 04:01:46 +00:00
},
{
"name": "symfony/http-kernel",
2024-09-30 01:55:14 +00:00
"version": "v7.1.5",
2024-09-16 04:01:46 +00:00
"source": {
"type": "git",
"url": "https://github.com/symfony/http-kernel.git",
2024-09-30 01:55:14 +00:00
"reference": "44204d96150a9df1fc57601ec933d23fefc2d65b"
2024-09-16 04:01:46 +00:00
},
"dist": {
"type": "zip",
2024-09-30 01:55:14 +00:00
"url": "https://api.github.com/repos/symfony/http-kernel/zipball/44204d96150a9df1fc57601ec933d23fefc2d65b",
"reference": "44204d96150a9df1fc57601ec933d23fefc2d65b",
2024-09-16 04:01:46 +00:00
"shasum": ""
},
"require": {
"php": ">=8.2",
"psr/log": "^1|^2|^3",
"symfony/deprecation-contracts": "^2.5|^3",
"symfony/error-handler": "^6.4|^7.0",
"symfony/event-dispatcher": "^6.4|^7.0",
"symfony/http-foundation": "^6.4|^7.0",
"symfony/polyfill-ctype": "^1.8"
},
"conflict": {
"symfony/browser-kit": "<6.4",
"symfony/cache": "<6.4",
"symfony/config": "<6.4",
"symfony/console": "<6.4",
"symfony/dependency-injection": "<6.4",
"symfony/doctrine-bridge": "<6.4",
"symfony/form": "<6.4",
"symfony/http-client": "<6.4",
"symfony/http-client-contracts": "<2.5",
"symfony/mailer": "<6.4",
"symfony/messenger": "<6.4",
"symfony/translation": "<6.4",
"symfony/translation-contracts": "<2.5",
"symfony/twig-bridge": "<6.4",
"symfony/validator": "<6.4",
"symfony/var-dumper": "<6.4",
"twig/twig": "<3.0.4"
},
"provide": {
"psr/log-implementation": "1.0|2.0|3.0"
},
"require-dev": {
"psr/cache": "^1.0|^2.0|^3.0",
"symfony/browser-kit": "^6.4|^7.0",
"symfony/clock": "^6.4|^7.0",
"symfony/config": "^6.4|^7.0",
"symfony/console": "^6.4|^7.0",
"symfony/css-selector": "^6.4|^7.0",
"symfony/dependency-injection": "^6.4|^7.0",
"symfony/dom-crawler": "^6.4|^7.0",
"symfony/expression-language": "^6.4|^7.0",
"symfony/finder": "^6.4|^7.0",
"symfony/http-client-contracts": "^2.5|^3",
"symfony/process": "^6.4|^7.0",
"symfony/property-access": "^7.1",
"symfony/routing": "^6.4|^7.0",
"symfony/serializer": "^7.1",
"symfony/stopwatch": "^6.4|^7.0",
"symfony/translation": "^6.4|^7.0",
"symfony/translation-contracts": "^2.5|^3",
"symfony/uid": "^6.4|^7.0",
"symfony/validator": "^6.4|^7.0",
"symfony/var-dumper": "^6.4|^7.0",
"symfony/var-exporter": "^6.4|^7.0",
"twig/twig": "^3.0.4"
2017-06-16 09:33:01 +00:00
},
"type": "library",
"autoload": {
"psr-4": {
2024-09-16 04:01:46 +00:00
"Symfony\\Component\\HttpKernel\\": ""
2017-06-16 09:33:01 +00:00
},
"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"
}
],
2024-09-16 04:01:46 +00:00
"description": "Provides a structured process for converting a Request into a Response",
2017-06-16 09:33:01 +00:00
"homepage": "https://symfony.com",
2023-10-18 07:03:55 +00:00
"support": {
2024-09-30 01:55:14 +00:00
"source": "https://github.com/symfony/http-kernel/tree/v7.1.5"
2023-10-18 07:03:55 +00:00
},
2020-08-14 07:49:48 +00: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-09-30 01:55:14 +00:00
"time": "2024-09-21T06:09:21+00:00"
},
{
2024-09-16 04:01:46 +00:00
"name": "symfony/mime",
2024-09-30 01:55:14 +00:00
"version": "v7.1.5",
"source": {
"type": "git",
2024-09-16 04:01:46 +00:00
"url": "https://github.com/symfony/mime.git",
2024-09-30 01:55:14 +00:00
"reference": "711d2e167e8ce65b05aea6b258c449671cdd38ff"
},
"dist": {
"type": "zip",
2024-09-30 01:55:14 +00:00
"url": "https://api.github.com/repos/symfony/mime/zipball/711d2e167e8ce65b05aea6b258c449671cdd38ff",
"reference": "711d2e167e8ce65b05aea6b258c449671cdd38ff",
"shasum": ""
},
"require": {
2024-09-16 04:01:46 +00:00
"php": ">=8.2",
"symfony/polyfill-intl-idn": "^1.10",
"symfony/polyfill-mbstring": "^1.0"
2020-08-14 07:49:48 +00:00
},
2024-09-16 04:01:46 +00:00
"conflict": {
"egulias/email-validator": "~3.0.0",
"phpdocumentor/reflection-docblock": "<3.2.2",
"phpdocumentor/type-resolver": "<1.4.0",
"symfony/mailer": "<6.4",
"symfony/serializer": "<6.4.3|>7.0,<7.0.3"
},
"require-dev": {
"egulias/email-validator": "^2.1.10|^3.1|^4",
"league/html-to-markdown": "^5.0",
"phpdocumentor/reflection-docblock": "^3.0|^4.0|^5.0",
"symfony/dependency-injection": "^6.4|^7.0",
"symfony/process": "^6.4|^7.0",
"symfony/property-access": "^6.4|^7.0",
"symfony/property-info": "^6.4|^7.0",
"symfony/serializer": "^6.4.3|^7.0.3"
},
2024-09-16 04:01:46 +00:00
"type": "library",
"autoload": {
2024-09-16 04:01:46 +00:00
"psr-4": {
"Symfony\\Component\\Mime\\": ""
},
"exclude-from-classmap": [
"/Tests/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
2024-09-16 04:01:46 +00:00
"name": "Fabien Potencier",
"email": "fabien@symfony.com"
},
{
2020-08-14 07:49:48 +00:00
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
2024-09-16 04:01:46 +00:00
"description": "Allows manipulating MIME messages",
"homepage": "https://symfony.com",
2024-09-16 04:01:46 +00:00
"keywords": [
"mime",
"mime-type"
],
2023-10-18 07:03:55 +00:00
"support": {
2024-09-30 01:55:14 +00:00
"source": "https://github.com/symfony/mime/tree/v7.1.5"
2023-10-18 07:03:55 +00:00
},
2020-08-14 07:49:48 +00: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-09-30 01:55:14 +00:00
"time": "2024-09-20T08:28:38+00:00"
2017-06-16 09:33:01 +00:00
},
{
2023-10-18 07:03:55 +00:00
"name": "symfony/polyfill-ctype",
2024-09-16 03:59:59 +00:00
"version": "v1.31.0",
2017-06-16 09:33:01 +00:00
"source": {
"type": "git",
2023-10-18 07:03:55 +00:00
"url": "https://github.com/symfony/polyfill-ctype.git",
2024-09-16 03:59:59 +00:00
"reference": "a3cc8b044a6ea513310cbd48ef7333b384945638"
2017-06-16 09:33:01 +00:00
},
"dist": {
"type": "zip",
2024-09-16 03:59:59 +00:00
"url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/a3cc8b044a6ea513310cbd48ef7333b384945638",
"reference": "a3cc8b044a6ea513310cbd48ef7333b384945638",
2017-06-16 09:33:01 +00:00
"shasum": ""
},
"require": {
2024-09-16 03:59:59 +00:00
"php": ">=7.2"
2023-10-18 07:03:55 +00:00
},
"provide": {
"ext-ctype": "*"
2017-06-16 09:33:01 +00:00
},
"suggest": {
2023-10-18 07:03:55 +00:00
"ext-ctype": "For best performance"
2017-06-16 09:33:01 +00:00
},
"type": "library",
"extra": {
2020-08-14 07:49:48 +00:00
"thanks": {
"name": "symfony/polyfill",
"url": "https://github.com/symfony/polyfill"
2017-06-16 09:33:01 +00:00
}
},
"autoload": {
"files": [
"bootstrap.php"
2023-10-18 07:03:55 +00:00
],
"psr-4": {
"Symfony\\Polyfill\\Ctype\\": ""
}
2017-06-16 09:33:01 +00:00
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
2023-10-18 07:03:55 +00:00
"name": "Gert de Pagter",
"email": "BackEndTea@gmail.com"
2017-06-16 09:33:01 +00:00
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
2023-10-18 07:03:55 +00:00
"description": "Symfony polyfill for ctype functions",
2017-06-16 09:33:01 +00:00
"homepage": "https://symfony.com",
"keywords": [
"compatibility",
2023-10-18 07:03:55 +00:00
"ctype",
2017-06-16 09:33:01 +00:00
"polyfill",
2023-10-18 07:03:55 +00:00
"portable"
2017-06-16 09:33:01 +00:00
],
2023-10-18 07:03:55 +00:00
"support": {
2024-09-16 03:59:59 +00:00
"source": "https://github.com/symfony/polyfill-ctype/tree/v1.31.0"
2023-10-18 07:03:55 +00:00
},
2020-08-14 07:49:48 +00: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-09-16 03:59:59 +00:00
"time": "2024-09-09T11:45:10+00:00"
2017-06-16 09:33:01 +00:00
},
{
2023-10-18 07:03:55 +00:00
"name": "symfony/polyfill-intl-idn",
2024-09-16 03:59:59 +00:00
"version": "v1.31.0",
2017-06-16 09:33:01 +00:00
"source": {
"type": "git",
2023-10-18 07:03:55 +00:00
"url": "https://github.com/symfony/polyfill-intl-idn.git",
2024-09-16 03:59:59 +00:00
"reference": "c36586dcf89a12315939e00ec9b4474adcb1d773"
2017-06-16 09:33:01 +00:00
},
"dist": {
"type": "zip",
2024-09-16 03:59:59 +00:00
"url": "https://api.github.com/repos/symfony/polyfill-intl-idn/zipball/c36586dcf89a12315939e00ec9b4474adcb1d773",
"reference": "c36586dcf89a12315939e00ec9b4474adcb1d773",
2017-06-16 09:33:01 +00:00
"shasum": ""
},
"require": {
2024-09-16 03:59:59 +00:00
"php": ">=7.2",
"symfony/polyfill-intl-normalizer": "^1.10"
2017-06-16 09:33:01 +00:00
},
"suggest": {
2023-10-18 07:03:55 +00:00
"ext-intl": "For best performance"
2017-06-16 09:33:01 +00:00
},
"type": "library",
"extra": {
2020-08-14 07:49:48 +00:00
"thanks": {
"name": "symfony/polyfill",
"url": "https://github.com/symfony/polyfill"
}
},
"autoload": {
"files": [
"bootstrap.php"
2023-10-18 07:03:55 +00:00
],
"psr-4": {
"Symfony\\Polyfill\\Intl\\Idn\\": ""
}
2020-08-14 07:49:48 +00:00
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
2023-10-18 07:03:55 +00:00
"name": "Laurent Bassin",
"email": "laurent@bassin.info"
},
{
"name": "Trevor Rowbotham",
"email": "trevor.rowbotham@pm.me"
2020-08-14 07:49:48 +00:00
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
2023-10-18 07:03:55 +00:00
"description": "Symfony polyfill for intl's idn_to_ascii and idn_to_utf8 functions",
2020-08-14 07:49:48 +00:00
"homepage": "https://symfony.com",
"keywords": [
"compatibility",
2023-10-18 07:03:55 +00:00
"idn",
"intl",
2020-08-14 07:49:48 +00:00
"polyfill",
"portable",
"shim"
],
2023-10-18 07:03:55 +00:00
"support": {
2024-09-16 03:59:59 +00:00
"source": "https://github.com/symfony/polyfill-intl-idn/tree/v1.31.0"
2023-10-18 07:03:55 +00:00
},
2020-08-14 07:49:48 +00: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-09-16 03:59:59 +00:00
"time": "2024-09-09T11:45:10+00:00"
2020-08-14 07:49:48 +00:00
},
{
2023-10-18 07:03:55 +00:00
"name": "symfony/polyfill-intl-normalizer",
2024-09-16 03:59:59 +00:00
"version": "v1.31.0",
2020-08-14 07:49:48 +00:00
"source": {
"type": "git",
2023-10-18 07:03:55 +00:00
"url": "https://github.com/symfony/polyfill-intl-normalizer.git",
2024-09-16 03:59:59 +00:00
"reference": "3833d7255cc303546435cb650316bff708a1c75c"
2020-08-14 07:49:48 +00:00
},
"dist": {
"type": "zip",
2024-09-16 03:59:59 +00:00
"url": "https://api.github.com/repos/symfony/polyfill-intl-normalizer/zipball/3833d7255cc303546435cb650316bff708a1c75c",
"reference": "3833d7255cc303546435cb650316bff708a1c75c",
2020-08-14 07:49:48 +00:00
"shasum": ""
},
"require": {
2024-09-16 03:59:59 +00:00
"php": ">=7.2"
2023-10-18 07:03:55 +00:00
},
"suggest": {
"ext-intl": "For best performance"
2020-08-14 07:49:48 +00:00
},
"type": "library",
"extra": {
"thanks": {
"name": "symfony/polyfill",
"url": "https://github.com/symfony/polyfill"
}
},
"autoload": {
"files": [
"bootstrap.php"
],
2023-10-18 07:03:55 +00:00
"psr-4": {
"Symfony\\Polyfill\\Intl\\Normalizer\\": ""
},
2020-08-14 07:49:48 +00: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 07:03:55 +00:00
"description": "Symfony polyfill for intl's Normalizer class and related functions",
2020-08-14 07:49:48 +00:00
"homepage": "https://symfony.com",
"keywords": [
"compatibility",
2023-10-18 07:03:55 +00:00
"intl",
"normalizer",
2020-08-14 07:49:48 +00:00
"polyfill",
"portable",
"shim"
],
2023-10-18 07:03:55 +00:00
"support": {
2024-09-16 03:59:59 +00:00
"source": "https://github.com/symfony/polyfill-intl-normalizer/tree/v1.31.0"
2023-10-18 07:03:55 +00:00
},
2020-08-14 07:49:48 +00: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-09-16 03:59:59 +00:00
"time": "2024-09-09T11:45:10+00:00"
2020-08-14 07:49:48 +00:00
},
{
2023-10-18 07:03:55 +00:00
"name": "symfony/polyfill-mbstring",
2024-09-16 03:59:59 +00:00
"version": "v1.31.0",
2020-08-14 07:49:48 +00:00
"source": {
"type": "git",
2023-10-18 07:03:55 +00:00
"url": "https://github.com/symfony/polyfill-mbstring.git",
2024-09-16 03:59:59 +00:00
"reference": "85181ba99b2345b0ef10ce42ecac37612d9fd341"
2020-08-14 07:49:48 +00:00
},
"dist": {
"type": "zip",
2024-09-16 03:59:59 +00:00
"url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/85181ba99b2345b0ef10ce42ecac37612d9fd341",
"reference": "85181ba99b2345b0ef10ce42ecac37612d9fd341",
2020-08-14 07:49:48 +00:00
"shasum": ""
},
"require": {
2024-09-16 03:59:59 +00:00
"php": ">=7.2"
2023-10-18 07:03:55 +00:00
},
"provide": {
"ext-mbstring": "*"
},
"suggest": {
"ext-mbstring": "For best performance"
2020-08-14 07:49:48 +00:00
},
"type": "library",
"extra": {
"thanks": {
"name": "symfony/polyfill",
"url": "https://github.com/symfony/polyfill"
}
},
"autoload": {
"files": [
"bootstrap.php"
2023-10-18 07:03:55 +00:00
],
"psr-4": {
"Symfony\\Polyfill\\Mbstring\\": ""
}
2020-08-14 07:49:48 +00: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 07:03:55 +00:00
"description": "Symfony polyfill for the Mbstring extension",
2020-08-14 07:49:48 +00:00
"homepage": "https://symfony.com",
"keywords": [
"compatibility",
2023-10-18 07:03:55 +00:00
"mbstring",
2020-08-14 07:49:48 +00:00
"polyfill",
"portable",
"shim"
],
2023-10-18 07:03:55 +00:00
"support": {
2024-09-16 03:59:59 +00:00
"source": "https://github.com/symfony/polyfill-mbstring/tree/v1.31.0"
2023-10-18 07:03:55 +00:00
},
2020-08-14 07:49:48 +00: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-09-16 03:59:59 +00:00
"time": "2024-09-09T11:45:10+00:00"
2020-08-14 07:49:48 +00:00
},
{
"name": "symfony/polyfill-php80",
2024-09-16 03:59:59 +00:00
"version": "v1.31.0",
2020-08-14 07:49:48 +00:00
"source": {
"type": "git",
"url": "https://github.com/symfony/polyfill-php80.git",
2024-09-16 03:59:59 +00:00
"reference": "60328e362d4c2c802a54fcbf04f9d3fb892b4cf8"
2020-08-14 07:49:48 +00:00
},
"dist": {
"type": "zip",
2024-09-16 03:59:59 +00:00
"url": "https://api.github.com/repos/symfony/polyfill-php80/zipball/60328e362d4c2c802a54fcbf04f9d3fb892b4cf8",
"reference": "60328e362d4c2c802a54fcbf04f9d3fb892b4cf8",
2020-08-14 07:49:48 +00:00
"shasum": ""
},
"require": {
2024-09-16 03:59:59 +00:00
"php": ">=7.2"
2020-08-14 07:49:48 +00:00
},
"type": "library",
"extra": {
"thanks": {
"name": "symfony/polyfill",
"url": "https://github.com/symfony/polyfill"
}
},
"autoload": {
"files": [
"bootstrap.php"
],
2023-10-18 07:03:55 +00:00
"psr-4": {
"Symfony\\Polyfill\\Php80\\": ""
},
2020-08-14 07:49:48 +00: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 07:03:55 +00:00
"support": {
2024-09-16 03:59:59 +00:00
"source": "https://github.com/symfony/polyfill-php80/tree/v1.31.0"
2023-10-18 07:03:55 +00:00
},
2020-08-14 07:49:48 +00: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-09-16 03:59:59 +00:00
"time": "2024-09-09T11:45:10+00:00"
2020-08-14 07:49:48 +00:00
},
2024-09-16 04:01:46 +00:00
{
"name": "symfony/polyfill-php83",
"version": "v1.31.0",
"source": {
"type": "git",
"url": "https://github.com/symfony/polyfill-php83.git",
"reference": "2fb86d65e2d424369ad2905e83b236a8805ba491"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/polyfill-php83/zipball/2fb86d65e2d424369ad2905e83b236a8805ba491",
"reference": "2fb86d65e2d424369ad2905e83b236a8805ba491",
"shasum": ""
},
"require": {
"php": ">=7.2"
},
"type": "library",
"extra": {
"thanks": {
"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.31.0"
},
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
"time": "2024-09-09T11:45:10+00:00"
},
2020-08-14 07:49:48 +00:00
{
"name": "symfony/translation",
2024-09-30 01:55:14 +00:00
"version": "v7.1.5",
2020-08-14 07:49:48 +00:00
"source": {
"type": "git",
"url": "https://github.com/symfony/translation.git",
2024-09-30 01:55:14 +00:00
"reference": "235535e3f84f3dfbdbde0208ede6ca75c3a489ea"
2020-08-14 07:49:48 +00:00
},
"dist": {
"type": "zip",
2024-09-30 01:55:14 +00:00
"url": "https://api.github.com/repos/symfony/translation/zipball/235535e3f84f3dfbdbde0208ede6ca75c3a489ea",
"reference": "235535e3f84f3dfbdbde0208ede6ca75c3a489ea",
2020-08-14 07:49:48 +00:00
"shasum": ""
},
"require": {
2024-09-16 04:01:46 +00:00
"php": ">=8.2",
2020-08-14 07:49:48 +00:00
"symfony/polyfill-mbstring": "~1.0",
2024-09-16 04:01:46 +00:00
"symfony/translation-contracts": "^2.5|^3.0"
2020-08-14 07:49:48 +00:00
},
"conflict": {
2024-09-16 04:01:46 +00:00
"symfony/config": "<6.4",
"symfony/console": "<6.4",
"symfony/dependency-injection": "<6.4",
"symfony/http-client-contracts": "<2.5",
"symfony/http-kernel": "<6.4",
"symfony/service-contracts": "<2.5",
"symfony/twig-bundle": "<6.4",
"symfony/yaml": "<6.4"
2020-08-14 07:49:48 +00:00
},
"provide": {
2024-09-16 04:01:46 +00:00
"symfony/translation-implementation": "2.3|3.0"
2020-08-14 07:49:48 +00:00
},
"require-dev": {
2024-09-16 04:01:46 +00:00
"nikic/php-parser": "^4.18|^5.0",
2023-10-18 07:03:55 +00:00
"psr/log": "^1|^2|^3",
2024-09-16 04:01:46 +00:00
"symfony/config": "^6.4|^7.0",
"symfony/console": "^6.4|^7.0",
"symfony/dependency-injection": "^6.4|^7.0",
"symfony/finder": "^6.4|^7.0",
"symfony/http-client-contracts": "^2.5|^3.0",
"symfony/http-kernel": "^6.4|^7.0",
"symfony/intl": "^6.4|^7.0",
"symfony/polyfill-intl-icu": "^1.21",
"symfony/routing": "^6.4|^7.0",
"symfony/service-contracts": "^2.5|^3",
"symfony/yaml": "^6.4|^7.0"
2020-08-14 07:49:48 +00:00
},
"type": "library",
"autoload": {
2024-09-16 04:01:46 +00:00
"files": [
"Resources/functions.php"
],
2020-08-14 07:49:48 +00:00
"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 07:03:55 +00:00
"description": "Provides tools to internationalize your application",
2020-08-14 07:49:48 +00:00
"homepage": "https://symfony.com",
2023-10-18 07:03:55 +00:00
"support": {
2024-09-30 01:55:14 +00:00
"source": "https://github.com/symfony/translation/tree/v7.1.5"
2023-10-18 07:03:55 +00:00
},
2020-08-14 07:49:48 +00: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-09-30 01:55:14 +00:00
"time": "2024-09-16T06:30:38+00:00"
2020-08-14 07:49:48 +00:00
},
{
"name": "symfony/translation-contracts",
2024-09-16 04:01:46 +00:00
"version": "v3.5.0",
2020-08-14 07:49:48 +00:00
"source": {
"type": "git",
"url": "https://github.com/symfony/translation-contracts.git",
2024-09-16 04:01:46 +00:00
"reference": "b9d2189887bb6b2e0367a9fc7136c5239ab9b05a"
2020-08-14 07:49:48 +00:00
},
"dist": {
"type": "zip",
2024-09-16 04:01:46 +00:00
"url": "https://api.github.com/repos/symfony/translation-contracts/zipball/b9d2189887bb6b2e0367a9fc7136c5239ab9b05a",
"reference": "b9d2189887bb6b2e0367a9fc7136c5239ab9b05a",
2020-08-14 07:49:48 +00:00
"shasum": ""
},
"require": {
2024-09-16 04:01:46 +00:00
"php": ">=8.1"
2020-08-14 07:49:48 +00:00
},
"type": "library",
"extra": {
"branch-alias": {
2024-09-16 04:01:46 +00:00
"dev-main": "3.5-dev"
2020-08-14 07:49:48 +00:00
},
"thanks": {
"name": "symfony/contracts",
"url": "https://github.com/symfony/contracts"
}
},
"autoload": {
"psr-4": {
"Symfony\\Contracts\\Translation\\": ""
2024-09-16 04:01:46 +00:00
},
"exclude-from-classmap": [
"/Test/"
]
2020-08-14 07:49:48 +00: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 translation",
"homepage": "https://symfony.com",
"keywords": [
"abstractions",
"contracts",
"decoupling",
"interfaces",
"interoperability",
"standards"
],
2023-10-18 07:03:55 +00:00
"support": {
2024-09-16 04:01:46 +00:00
"source": "https://github.com/symfony/translation-contracts/tree/v3.5.0"
},
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
"time": "2024-04-18T09:32:20+00:00"
},
{
"name": "symfony/var-dumper",
2024-09-30 01:55:14 +00:00
"version": "v7.1.5",
2024-09-16 04:01:46 +00:00
"source": {
"type": "git",
"url": "https://github.com/symfony/var-dumper.git",
2024-09-30 01:55:14 +00:00
"reference": "e20e03889539fd4e4211e14d2179226c513c010d"
2024-09-16 04:01:46 +00:00
},
"dist": {
"type": "zip",
2024-09-30 01:55:14 +00:00
"url": "https://api.github.com/repos/symfony/var-dumper/zipball/e20e03889539fd4e4211e14d2179226c513c010d",
"reference": "e20e03889539fd4e4211e14d2179226c513c010d",
2024-09-16 04:01:46 +00:00
"shasum": ""
},
"require": {
"php": ">=8.2",
"symfony/polyfill-mbstring": "~1.0"
},
"conflict": {
"symfony/console": "<6.4"
},
"require-dev": {
"ext-iconv": "*",
"symfony/console": "^6.4|^7.0",
"symfony/http-kernel": "^6.4|^7.0",
"symfony/process": "^6.4|^7.0",
"symfony/uid": "^6.4|^7.0",
"twig/twig": "^3.0.4"
},
"bin": [
"Resources/bin/var-dump-server"
],
"type": "library",
"autoload": {
"files": [
"Resources/functions/dump.php"
],
"psr-4": {
"Symfony\\Component\\VarDumper\\": ""
},
"exclude-from-classmap": [
"/Tests/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Nicolas Grekas",
"email": "p@tchwork.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
"description": "Provides mechanisms for walking through any arbitrary PHP variable",
"homepage": "https://symfony.com",
"keywords": [
"debug",
"dump"
],
"support": {
2024-09-30 01:55:14 +00:00
"source": "https://github.com/symfony/var-dumper/tree/v7.1.5"
2023-10-18 07:03:55 +00:00
},
2020-08-14 07:49:48 +00: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-09-30 01:55:14 +00:00
"time": "2024-09-16T10:07:02+00:00"
2020-08-14 07:49:48 +00:00
},
{
"name": "symfony/yaml",
2024-09-30 01:55:14 +00:00
"version": "v7.1.5",
2020-08-14 07:49:48 +00:00
"source": {
"type": "git",
"url": "https://github.com/symfony/yaml.git",
2024-09-30 01:55:14 +00:00
"reference": "4e561c316e135e053bd758bf3b3eb291d9919de4"
2020-08-14 07:49:48 +00:00
},
"dist": {
"type": "zip",
2024-09-30 01:55:14 +00:00
"url": "https://api.github.com/repos/symfony/yaml/zipball/4e561c316e135e053bd758bf3b3eb291d9919de4",
"reference": "4e561c316e135e053bd758bf3b3eb291d9919de4",
2020-08-14 07:49:48 +00:00
"shasum": ""
},
"require": {
2024-09-16 04:01:46 +00:00
"php": ">=8.2",
"symfony/polyfill-ctype": "^1.8"
2020-08-14 07:49:48 +00:00
},
"conflict": {
2024-09-16 04:01:46 +00:00
"symfony/console": "<6.4"
2020-08-14 07:49:48 +00:00
},
"require-dev": {
2024-09-16 04:01:46 +00:00
"symfony/console": "^6.4|^7.0"
2020-08-14 07:49:48 +00:00
},
2024-09-16 04:01:46 +00:00
"bin": [
"Resources/bin/yaml-lint"
],
2020-08-14 07:49:48 +00:00
"type": "library",
2017-06-16 09:33:01 +00:00
"autoload": {
"psr-4": {
"Symfony\\Component\\Yaml\\": ""
},
"exclude-from-classmap": [
"/Tests/"
]
2017-06-16 09:33:01 +00:00
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
2017-06-16 09:33:01 +00:00
],
"authors": [
{
"name": "Fabien Potencier",
"email": "fabien@symfony.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
2017-06-16 09:33:01 +00:00
}
],
2024-09-16 04:01:46 +00:00
"description": "Loads and dumps YAML files",
"homepage": "https://symfony.com",
2023-10-18 07:03:55 +00:00
"support": {
2024-09-30 01:55:14 +00:00
"source": "https://github.com/symfony/yaml/tree/v7.1.5"
2023-10-18 07:03:55 +00:00
},
2020-08-14 07:49:48 +00: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-09-30 01:55:14 +00:00
"time": "2024-09-17T12:49:58+00:00"
2024-09-16 04:01:46 +00:00
},
{
"name": "voku/portable-ascii",
"version": "2.0.1",
"source": {
"type": "git",
"url": "https://github.com/voku/portable-ascii.git",
"reference": "b56450eed252f6801410d810c8e1727224ae0743"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/voku/portable-ascii/zipball/b56450eed252f6801410d810c8e1727224ae0743",
"reference": "b56450eed252f6801410d810c8e1727224ae0743",
"shasum": ""
},
"require": {
"php": ">=7.0.0"
},
"require-dev": {
"phpunit/phpunit": "~6.0 || ~7.0 || ~9.0"
},
"suggest": {
"ext-intl": "Use Intl for transliterator_transliterate() support"
},
"type": "library",
"autoload": {
"psr-4": {
"voku\\": "src/voku/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Lars Moelleken",
"homepage": "http://www.moelleken.org/"
}
],
"description": "Portable ASCII library - performance optimized (ascii) string functions for php.",
"homepage": "https://github.com/voku/portable-ascii",
"keywords": [
"ascii",
"clean",
"php"
],
"support": {
"issues": "https://github.com/voku/portable-ascii/issues",
"source": "https://github.com/voku/portable-ascii/tree/2.0.1"
},
"funding": [
{
"url": "https://www.paypal.me/moelleken",
"type": "custom"
},
{
"url": "https://github.com/voku",
"type": "github"
},
{
"url": "https://opencollective.com/portable-ascii",
"type": "open_collective"
},
{
"url": "https://www.patreon.com/voku",
"type": "patreon"
},
{
"url": "https://tidelift.com/funding/github/packagist/voku/portable-ascii",
"type": "tidelift"
}
],
"time": "2022-03-08T17:03:00+00:00"
2017-05-16 06:42:20 +00:00
}
],
"packages-dev": [],
"aliases": [],
"minimum-stability": "stable",
"stability-flags": [],
"prefer-stable": false,
"prefer-lowest": false,
"platform": [],
2020-08-14 07:49:48 +00:00
"platform-dev": [],
2023-10-18 07:03:55 +00:00
"plugin-api-version": "2.6.0"
2017-05-16 06:42:20 +00:00
}