960 lines
32 KiB
JSON
960 lines
32 KiB
JSON
{
|
|
"_readme": [
|
|
"This file locks the dependencies of your project to a known state",
|
|
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
|
|
"This file is @generated automatically"
|
|
],
|
|
"content-hash": "e23759a28239a2243df6aa2bbc5e80ab",
|
|
"packages": [
|
|
{
|
|
"name": "carbonphp/carbon-doctrine-types",
|
|
"version": "3.2.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/CarbonPHP/carbon-doctrine-types.git",
|
|
"reference": "18ba5ddfec8976260ead6e866180bd5d2f71aa1d"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/CarbonPHP/carbon-doctrine-types/zipball/18ba5ddfec8976260ead6e866180bd5d2f71aa1d",
|
|
"reference": "18ba5ddfec8976260ead6e866180bd5d2f71aa1d",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": "^8.1"
|
|
},
|
|
"conflict": {
|
|
"doctrine/dbal": "<4.0.0 || >=5.0.0"
|
|
},
|
|
"require-dev": {
|
|
"doctrine/dbal": "^4.0.0",
|
|
"nesbot/carbon": "^2.71.0 || ^3.0.0",
|
|
"phpunit/phpunit": "^10.3"
|
|
},
|
|
"type": "library",
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Carbon\\Doctrine\\": "src/Carbon/Doctrine/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "KyleKatarn",
|
|
"email": "kylekatarnls@gmail.com"
|
|
}
|
|
],
|
|
"description": "Types to use Carbon in Doctrine",
|
|
"keywords": [
|
|
"carbon",
|
|
"date",
|
|
"datetime",
|
|
"doctrine",
|
|
"time"
|
|
],
|
|
"support": {
|
|
"issues": "https://github.com/CarbonPHP/carbon-doctrine-types/issues",
|
|
"source": "https://github.com/CarbonPHP/carbon-doctrine-types/tree/3.2.0"
|
|
},
|
|
"funding": [
|
|
{
|
|
"url": "https://github.com/kylekatarnls",
|
|
"type": "github"
|
|
},
|
|
{
|
|
"url": "https://opencollective.com/Carbon",
|
|
"type": "open_collective"
|
|
},
|
|
{
|
|
"url": "https://tidelift.com/funding/github/packagist/nesbot/carbon",
|
|
"type": "tidelift"
|
|
}
|
|
],
|
|
"time": "2024-02-09T16:56:22+00:00"
|
|
},
|
|
{
|
|
"name": "nesbot/carbon",
|
|
"version": "3.8.2",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/briannesbitt/Carbon.git",
|
|
"reference": "e1268cdbc486d97ce23fef2c666dc3c6b6de9947"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/briannesbitt/Carbon/zipball/e1268cdbc486d97ce23fef2c666dc3c6b6de9947",
|
|
"reference": "e1268cdbc486d97ce23fef2c666dc3c6b6de9947",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"carbonphp/carbon-doctrine-types": "<100.0",
|
|
"ext-json": "*",
|
|
"php": "^8.1",
|
|
"psr/clock": "^1.0",
|
|
"symfony/clock": "^6.3 || ^7.0",
|
|
"symfony/polyfill-mbstring": "^1.0",
|
|
"symfony/translation": "^4.4.18 || ^5.2.1|| ^6.0 || ^7.0"
|
|
},
|
|
"provide": {
|
|
"psr/clock-implementation": "1.0"
|
|
},
|
|
"require-dev": {
|
|
"doctrine/dbal": "^3.6.3 || ^4.0",
|
|
"doctrine/orm": "^2.15.2 || ^3.0",
|
|
"friendsofphp/php-cs-fixer": "^3.57.2",
|
|
"kylekatarnls/multi-tester": "^2.5.3",
|
|
"ondrejmirtes/better-reflection": "^6.25.0.4",
|
|
"phpmd/phpmd": "^2.15.0",
|
|
"phpstan/extension-installer": "^1.3.1",
|
|
"phpstan/phpstan": "^1.11.2",
|
|
"phpunit/phpunit": "^10.5.20",
|
|
"squizlabs/php_codesniffer": "^3.9.0"
|
|
},
|
|
"bin": [
|
|
"bin/carbon"
|
|
],
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "3.x-dev",
|
|
"dev-2.x": "2.x-dev"
|
|
},
|
|
"laravel": {
|
|
"providers": [
|
|
"Carbon\\Laravel\\ServiceProvider"
|
|
]
|
|
},
|
|
"phpstan": {
|
|
"includes": [
|
|
"extension.neon"
|
|
]
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Carbon\\": "src/Carbon/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Brian Nesbitt",
|
|
"email": "brian@nesbot.com",
|
|
"homepage": "https://markido.com"
|
|
},
|
|
{
|
|
"name": "kylekatarnls",
|
|
"homepage": "https://github.com/kylekatarnls"
|
|
}
|
|
],
|
|
"description": "An API extension for DateTime that supports 281 different languages.",
|
|
"homepage": "https://carbon.nesbot.com",
|
|
"keywords": [
|
|
"date",
|
|
"datetime",
|
|
"time"
|
|
],
|
|
"support": {
|
|
"docs": "https://carbon.nesbot.com/docs",
|
|
"issues": "https://github.com/briannesbitt/Carbon/issues",
|
|
"source": "https://github.com/briannesbitt/Carbon"
|
|
},
|
|
"funding": [
|
|
{
|
|
"url": "https://github.com/sponsors/kylekatarnls",
|
|
"type": "github"
|
|
},
|
|
{
|
|
"url": "https://opencollective.com/Carbon#sponsor",
|
|
"type": "opencollective"
|
|
},
|
|
{
|
|
"url": "https://tidelift.com/subscription/pkg/packagist-nesbot-carbon?utm_source=packagist-nesbot-carbon&utm_medium=referral&utm_campaign=readme",
|
|
"type": "tidelift"
|
|
}
|
|
],
|
|
"time": "2024-11-07T17:46:48+00:00"
|
|
},
|
|
{
|
|
"name": "nest/cli",
|
|
"version": "dev-main",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://code.zeptotech.net/Nest/Cli",
|
|
"reference": "0361a0ef0dc03722caa8628bf7496864154e1b2a"
|
|
},
|
|
"require": {
|
|
"nest/core": "dev-main",
|
|
"php": "^8.3"
|
|
},
|
|
"default-branch": true,
|
|
"type": "library",
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Nest\\Cli\\": "src/"
|
|
}
|
|
},
|
|
"authors": [
|
|
{
|
|
"name": "Madeorsk",
|
|
"email": "madeorsk@protonmail.com"
|
|
}
|
|
],
|
|
"description": "Nest CLI service and engine.",
|
|
"time": "2024-11-08T14:56:14+00:00"
|
|
},
|
|
{
|
|
"name": "nest/core",
|
|
"version": "dev-main",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://code.zeptotech.net/Nest/Core",
|
|
"reference": "22296b8d7c8b528089189a8d9500395424cb6468"
|
|
},
|
|
"require": {
|
|
"php": "^8.3"
|
|
},
|
|
"default-branch": true,
|
|
"type": "library",
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Nest\\": "src/"
|
|
},
|
|
"files": [
|
|
"src/Utils/Array.php",
|
|
"src/Utils/Paths.php",
|
|
"src/Utils/Reflection.php",
|
|
"src/Utils/String.php"
|
|
]
|
|
},
|
|
"authors": [
|
|
{
|
|
"name": "Madeorsk",
|
|
"email": "madeorsk@protonmail.com"
|
|
}
|
|
],
|
|
"description": "Nest framework core.",
|
|
"time": "2024-11-08T11:12:38+00:00"
|
|
},
|
|
{
|
|
"name": "nest/events",
|
|
"version": "dev-main",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://code.zeptotech.net/Nest/Events",
|
|
"reference": "fcb3e114a7f9bdbcfd90f9283dd2c2588da09590"
|
|
},
|
|
"require": {
|
|
"nest/core": "dev-main",
|
|
"php": "^8.3"
|
|
},
|
|
"default-branch": true,
|
|
"type": "library",
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Nest\\Events\\": "src/"
|
|
}
|
|
},
|
|
"authors": [
|
|
{
|
|
"name": "Madeorsk",
|
|
"email": "madeorsk@protonmail.com"
|
|
}
|
|
],
|
|
"description": "Nest events implementation.",
|
|
"time": "2024-11-08T14:59:15+00:00"
|
|
},
|
|
{
|
|
"name": "nest/model",
|
|
"version": "dev-main",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://code.zeptotech.net/Nest/Model",
|
|
"reference": "4f1ac0c9b4184021ad29e80d0657576bdaa77d0a"
|
|
},
|
|
"require": {
|
|
"nest/core": "dev-main",
|
|
"nest/database": "dev-main",
|
|
"nest/events": "dev-main",
|
|
"nest/types": "dev-main",
|
|
"php": "^8.3"
|
|
},
|
|
"default-branch": true,
|
|
"type": "library",
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Nest\\Model\\": "src/"
|
|
}
|
|
},
|
|
"authors": [
|
|
{
|
|
"name": "Madeorsk",
|
|
"email": "madeorsk@protonmail.com"
|
|
}
|
|
],
|
|
"description": "Nest model service.",
|
|
"time": "2024-11-08T16:12:46+00:00"
|
|
},
|
|
{
|
|
"name": "nest/types",
|
|
"version": "dev-main",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://code.zeptotech.net/Nest/Types",
|
|
"reference": "9021b5647f66504442a32517e0f835dd72a1ffa4"
|
|
},
|
|
"require": {
|
|
"nest/core": "dev-main",
|
|
"php": "^8.3"
|
|
},
|
|
"require-dev": {
|
|
"nesbot/carbon": "^3.8"
|
|
},
|
|
"suggest": {
|
|
"nesbot/carbon": "^3.8"
|
|
},
|
|
"default-branch": true,
|
|
"type": "library",
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Nest\\Types\\": "src/"
|
|
}
|
|
},
|
|
"authors": [
|
|
{
|
|
"name": "Madeorsk",
|
|
"email": "madeorsk@protonmail.com"
|
|
}
|
|
],
|
|
"description": "Nest types implementation.",
|
|
"time": "2024-11-08T15:30:45+00:00"
|
|
},
|
|
{
|
|
"name": "psr/clock",
|
|
"version": "1.0.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/php-fig/clock.git",
|
|
"reference": "e41a24703d4560fd0acb709162f73b8adfc3aa0d"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/php-fig/clock/zipball/e41a24703d4560fd0acb709162f73b8adfc3aa0d",
|
|
"reference": "e41a24703d4560fd0acb709162f73b8adfc3aa0d",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": "^7.0 || ^8.0"
|
|
},
|
|
"type": "library",
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Psr\\Clock\\": "src/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "PHP-FIG",
|
|
"homepage": "https://www.php-fig.org/"
|
|
}
|
|
],
|
|
"description": "Common interface for reading the clock.",
|
|
"homepage": "https://github.com/php-fig/clock",
|
|
"keywords": [
|
|
"clock",
|
|
"now",
|
|
"psr",
|
|
"psr-20",
|
|
"time"
|
|
],
|
|
"support": {
|
|
"issues": "https://github.com/php-fig/clock/issues",
|
|
"source": "https://github.com/php-fig/clock/tree/1.0.0"
|
|
},
|
|
"time": "2022-11-25T14:36:26+00:00"
|
|
},
|
|
{
|
|
"name": "symfony/clock",
|
|
"version": "v7.1.6",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/symfony/clock.git",
|
|
"reference": "97bebc53548684c17ed696bc8af016880f0f098d"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/symfony/clock/zipball/97bebc53548684c17ed696bc8af016880f0f098d",
|
|
"reference": "97bebc53548684c17ed696bc8af016880f0f098d",
|
|
"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.6"
|
|
},
|
|
"funding": [
|
|
{
|
|
"url": "https://symfony.com/sponsor",
|
|
"type": "custom"
|
|
},
|
|
{
|
|
"url": "https://github.com/fabpot",
|
|
"type": "github"
|
|
},
|
|
{
|
|
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
|
|
"type": "tidelift"
|
|
}
|
|
],
|
|
"time": "2024-09-25T14:20:29+00:00"
|
|
},
|
|
{
|
|
"name": "symfony/polyfill-mbstring",
|
|
"version": "v1.31.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/symfony/polyfill-mbstring.git",
|
|
"reference": "85181ba99b2345b0ef10ce42ecac37612d9fd341"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/85181ba99b2345b0ef10ce42ecac37612d9fd341",
|
|
"reference": "85181ba99b2345b0ef10ce42ecac37612d9fd341",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=7.2"
|
|
},
|
|
"provide": {
|
|
"ext-mbstring": "*"
|
|
},
|
|
"suggest": {
|
|
"ext-mbstring": "For best performance"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"thanks": {
|
|
"name": "symfony/polyfill",
|
|
"url": "https://github.com/symfony/polyfill"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"files": [
|
|
"bootstrap.php"
|
|
],
|
|
"psr-4": {
|
|
"Symfony\\Polyfill\\Mbstring\\": ""
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Nicolas Grekas",
|
|
"email": "p@tchwork.com"
|
|
},
|
|
{
|
|
"name": "Symfony Community",
|
|
"homepage": "https://symfony.com/contributors"
|
|
}
|
|
],
|
|
"description": "Symfony polyfill for the Mbstring extension",
|
|
"homepage": "https://symfony.com",
|
|
"keywords": [
|
|
"compatibility",
|
|
"mbstring",
|
|
"polyfill",
|
|
"portable",
|
|
"shim"
|
|
],
|
|
"support": {
|
|
"source": "https://github.com/symfony/polyfill-mbstring/tree/v1.31.0"
|
|
},
|
|
"funding": [
|
|
{
|
|
"url": "https://symfony.com/sponsor",
|
|
"type": "custom"
|
|
},
|
|
{
|
|
"url": "https://github.com/fabpot",
|
|
"type": "github"
|
|
},
|
|
{
|
|
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
|
|
"type": "tidelift"
|
|
}
|
|
],
|
|
"time": "2024-09-09T11:45:10+00:00"
|
|
},
|
|
{
|
|
"name": "symfony/polyfill-php83",
|
|
"version": "v1.31.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/symfony/polyfill-php83.git",
|
|
"reference": "2fb86d65e2d424369ad2905e83b236a8805ba491"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/symfony/polyfill-php83/zipball/2fb86d65e2d424369ad2905e83b236a8805ba491",
|
|
"reference": "2fb86d65e2d424369ad2905e83b236a8805ba491",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=7.2"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"thanks": {
|
|
"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"
|
|
},
|
|
{
|
|
"name": "symfony/polyfill-uuid",
|
|
"version": "v1.31.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/symfony/polyfill-uuid.git",
|
|
"reference": "21533be36c24be3f4b1669c4725c7d1d2bab4ae2"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/symfony/polyfill-uuid/zipball/21533be36c24be3f4b1669c4725c7d1d2bab4ae2",
|
|
"reference": "21533be36c24be3f4b1669c4725c7d1d2bab4ae2",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=7.2"
|
|
},
|
|
"provide": {
|
|
"ext-uuid": "*"
|
|
},
|
|
"suggest": {
|
|
"ext-uuid": "For best performance"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"thanks": {
|
|
"name": "symfony/polyfill",
|
|
"url": "https://github.com/symfony/polyfill"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"files": [
|
|
"bootstrap.php"
|
|
],
|
|
"psr-4": {
|
|
"Symfony\\Polyfill\\Uuid\\": ""
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Grégoire Pineau",
|
|
"email": "lyrixx@lyrixx.info"
|
|
},
|
|
{
|
|
"name": "Symfony Community",
|
|
"homepage": "https://symfony.com/contributors"
|
|
}
|
|
],
|
|
"description": "Symfony polyfill for uuid functions",
|
|
"homepage": "https://symfony.com",
|
|
"keywords": [
|
|
"compatibility",
|
|
"polyfill",
|
|
"portable",
|
|
"uuid"
|
|
],
|
|
"support": {
|
|
"source": "https://github.com/symfony/polyfill-uuid/tree/v1.31.0"
|
|
},
|
|
"funding": [
|
|
{
|
|
"url": "https://symfony.com/sponsor",
|
|
"type": "custom"
|
|
},
|
|
{
|
|
"url": "https://github.com/fabpot",
|
|
"type": "github"
|
|
},
|
|
{
|
|
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
|
|
"type": "tidelift"
|
|
}
|
|
],
|
|
"time": "2024-09-09T11:45:10+00:00"
|
|
},
|
|
{
|
|
"name": "symfony/translation",
|
|
"version": "v7.1.6",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/symfony/translation.git",
|
|
"reference": "b9f72ab14efdb6b772f85041fa12f820dee8d55f"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/symfony/translation/zipball/b9f72ab14efdb6b772f85041fa12f820dee8d55f",
|
|
"reference": "b9f72ab14efdb6b772f85041fa12f820dee8d55f",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=8.2",
|
|
"symfony/polyfill-mbstring": "~1.0",
|
|
"symfony/translation-contracts": "^2.5|^3.0"
|
|
},
|
|
"conflict": {
|
|
"symfony/config": "<6.4",
|
|
"symfony/console": "<6.4",
|
|
"symfony/dependency-injection": "<6.4",
|
|
"symfony/http-client-contracts": "<2.5",
|
|
"symfony/http-kernel": "<6.4",
|
|
"symfony/service-contracts": "<2.5",
|
|
"symfony/twig-bundle": "<6.4",
|
|
"symfony/yaml": "<6.4"
|
|
},
|
|
"provide": {
|
|
"symfony/translation-implementation": "2.3|3.0"
|
|
},
|
|
"require-dev": {
|
|
"nikic/php-parser": "^4.18|^5.0",
|
|
"psr/log": "^1|^2|^3",
|
|
"symfony/config": "^6.4|^7.0",
|
|
"symfony/console": "^6.4|^7.0",
|
|
"symfony/dependency-injection": "^6.4|^7.0",
|
|
"symfony/finder": "^6.4|^7.0",
|
|
"symfony/http-client-contracts": "^2.5|^3.0",
|
|
"symfony/http-kernel": "^6.4|^7.0",
|
|
"symfony/intl": "^6.4|^7.0",
|
|
"symfony/polyfill-intl-icu": "^1.21",
|
|
"symfony/routing": "^6.4|^7.0",
|
|
"symfony/service-contracts": "^2.5|^3",
|
|
"symfony/yaml": "^6.4|^7.0"
|
|
},
|
|
"type": "library",
|
|
"autoload": {
|
|
"files": [
|
|
"Resources/functions.php"
|
|
],
|
|
"psr-4": {
|
|
"Symfony\\Component\\Translation\\": ""
|
|
},
|
|
"exclude-from-classmap": [
|
|
"/Tests/"
|
|
]
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Fabien Potencier",
|
|
"email": "fabien@symfony.com"
|
|
},
|
|
{
|
|
"name": "Symfony Community",
|
|
"homepage": "https://symfony.com/contributors"
|
|
}
|
|
],
|
|
"description": "Provides tools to internationalize your application",
|
|
"homepage": "https://symfony.com",
|
|
"support": {
|
|
"source": "https://github.com/symfony/translation/tree/v7.1.6"
|
|
},
|
|
"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-28T12:35:13+00:00"
|
|
},
|
|
{
|
|
"name": "symfony/translation-contracts",
|
|
"version": "v3.5.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/symfony/translation-contracts.git",
|
|
"reference": "b9d2189887bb6b2e0367a9fc7136c5239ab9b05a"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/symfony/translation-contracts/zipball/b9d2189887bb6b2e0367a9fc7136c5239ab9b05a",
|
|
"reference": "b9d2189887bb6b2e0367a9fc7136c5239ab9b05a",
|
|
"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": {
|
|
"psr-4": {
|
|
"Symfony\\Contracts\\Translation\\": ""
|
|
},
|
|
"exclude-from-classmap": [
|
|
"/Test/"
|
|
]
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Nicolas Grekas",
|
|
"email": "p@tchwork.com"
|
|
},
|
|
{
|
|
"name": "Symfony Community",
|
|
"homepage": "https://symfony.com/contributors"
|
|
}
|
|
],
|
|
"description": "Generic abstractions related to translation",
|
|
"homepage": "https://symfony.com",
|
|
"keywords": [
|
|
"abstractions",
|
|
"contracts",
|
|
"decoupling",
|
|
"interfaces",
|
|
"interoperability",
|
|
"standards"
|
|
],
|
|
"support": {
|
|
"source": "https://github.com/symfony/translation-contracts/tree/v3.5.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/uid",
|
|
"version": "v7.1.6",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/symfony/uid.git",
|
|
"reference": "65befb3bb2d503bbffbd08c815aa38b472999917"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/symfony/uid/zipball/65befb3bb2d503bbffbd08c815aa38b472999917",
|
|
"reference": "65befb3bb2d503bbffbd08c815aa38b472999917",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=8.2",
|
|
"symfony/polyfill-uuid": "^1.15"
|
|
},
|
|
"require-dev": {
|
|
"symfony/console": "^6.4|^7.0"
|
|
},
|
|
"type": "library",
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Symfony\\Component\\Uid\\": ""
|
|
},
|
|
"exclude-from-classmap": [
|
|
"/Tests/"
|
|
]
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Grégoire Pineau",
|
|
"email": "lyrixx@lyrixx.info"
|
|
},
|
|
{
|
|
"name": "Nicolas Grekas",
|
|
"email": "p@tchwork.com"
|
|
},
|
|
{
|
|
"name": "Symfony Community",
|
|
"homepage": "https://symfony.com/contributors"
|
|
}
|
|
],
|
|
"description": "Provides an object-oriented API to generate and represent UIDs",
|
|
"homepage": "https://symfony.com",
|
|
"keywords": [
|
|
"UID",
|
|
"ulid",
|
|
"uuid"
|
|
],
|
|
"support": {
|
|
"source": "https://github.com/symfony/uid/tree/v7.1.6"
|
|
},
|
|
"funding": [
|
|
{
|
|
"url": "https://symfony.com/sponsor",
|
|
"type": "custom"
|
|
},
|
|
{
|
|
"url": "https://github.com/fabpot",
|
|
"type": "github"
|
|
},
|
|
{
|
|
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
|
|
"type": "tidelift"
|
|
}
|
|
],
|
|
"time": "2024-09-25T14:20:29+00:00"
|
|
}
|
|
],
|
|
"packages-dev": [],
|
|
"aliases": [],
|
|
"minimum-stability": "stable",
|
|
"stability-flags": {
|
|
"nest/cli": 20,
|
|
"nest/core": 20,
|
|
"nest/events": 20,
|
|
"nest/model": 20,
|
|
"nest/types": 20
|
|
},
|
|
"prefer-stable": false,
|
|
"prefer-lowest": false,
|
|
"platform": {
|
|
"php": "^8.3",
|
|
"ext-pdo": "*"
|
|
},
|
|
"platform-dev": {},
|
|
"plugin-api-version": "2.6.0"
|
|
}
|