@ -226,30 +226,30 @@
},
{
"name": "doctrine/annotations",
"version": "1.14.2 ",
"version": "2.0.1 ",
"source": {
"type": "git",
"url": "https://github.com/doctrine/annotations.git",
"reference": "ad785217c1e9555a7d6c6c8c9f406395a5e2882b "
"reference": "e157ef3f3124bbf6fe7ce0ffd109e8a8ef284e7f "
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/doctrine/annotations/zipball/ad785217c1e9555a7d6c6c8c9f406395a5e2882b ",
"reference": "ad785217c1e9555a7d6c6c8c9f406395a5e2882b ",
"url": "https://api.github.com/repos/doctrine/annotations/zipball/e157ef3f3124bbf6fe7ce0ffd109e8a8ef284e7f ",
"reference": "e157ef3f3124bbf6fe7ce0ffd109e8a8ef284e7f ",
"shasum": ""
},
"require": {
"doctrine/lexer": "^1 || ^2 ",
"doctrine/lexer": "^2 || ^3 ",
"ext-tokenizer": "*",
"php": "^7.1 || ^8.0",
"php": "^7.2 || ^8.0",
"psr/cache": "^1 || ^2 || ^3"
},
"require-dev": {
"doctrine/cache": "^1.11 || ^ 2.0",
"doctrine/coding-standard": "^9 || ^ 10",
"phpstan/phpstan": "~1.4.10 || ^1.8.0",
"doctrine/cache": "^2.0",
"doctrine/coding-standard": "^10",
"phpstan/phpstan": "^1.8.0",
"phpunit/phpunit": "^7.5 || ^8.5 || ^9.5",
"symfony/cache": "^4.4 || ^ 5.4 || ^6",
"symfony/cache": "^5.4 || ^6",
"vimeo/psalm": "^4.10"
},
"suggest": {
@ -296,77 +296,33 @@
],
"support": {
"issues": "https://github.com/doctrine/annotations/issues",
"source": "https://github.com/doctrine/annotations/tree/1.14.2 "
"source": "https://github.com/doctrine/annotations/tree/2.0.1 "
},
"time": "2022-12-15T06:48:22+00:00"
},
{
"name": "doctrine/deprecations",
"version": "v1.0.0",
"source": {
"type": "git",
"url": "https://github.com/doctrine/deprecations.git",
"reference": "0e2a4f1f8cdfc7a92ec3b01c9334898c806b30de"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/doctrine/deprecations/zipball/0e2a4f1f8cdfc7a92ec3b01c9334898c806b30de",
"reference": "0e2a4f1f8cdfc7a92ec3b01c9334898c806b30de",
"shasum": ""
},
"require": {
"php": "^7.1|^8.0"
},
"require-dev": {
"doctrine/coding-standard": "^9",
"phpunit/phpunit": "^7.5|^8.5|^9.5",
"psr/log": "^1|^2|^3"
},
"suggest": {
"psr/log": "Allows logging deprecations via PSR-3 logger implementation"
},
"type": "library",
"autoload": {
"psr-4": {
"Doctrine\\Deprecations\\": "lib/Doctrine/Deprecations"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"description": "A small layer on top of trigger_error(E_USER_DEPRECATED) or PSR-3 logging with options to disable all deprecations or selectively for packages.",
"homepage": "https://www.doctrine-project.org/",
"support": {
"issues": "https://github.com/doctrine/deprecations/issues",
"source": "https://github.com/doctrine/deprecations/tree/v1.0.0"
},
"time": "2022-05-02T15:47:09+00:00"
"time": "2023-02-02T22:02:53+00:00"
},
{
"name": "doctrine/lexer",
"version": "2.1 .0",
"version": "3.0.0",
"source": {
"type": "git",
"url": "https://github.com/doctrine/lexer.git",
"reference": "39ab8fcf5a51ce4b85ca97c7a7d033eb12831124 "
"reference": "84a527db05647743d50373e0ec53a152f2cde568"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/doctrine/lexer/zipball/39ab8fcf5a51ce4b85ca97c7a7d033eb12831124 ",
"reference": "39ab8fcf5a51ce4b85ca97c7a7d033eb12831124 ",
"url": "https://api.github.com/repos/doctrine/lexer/zipball/84a527db05647743d50373e0ec53a152f2cde568",
"reference": "84a527db05647743d50373e0ec53a152f2cde568",
"shasum": ""
},
"require": {
"doctrine/deprecations": "^1.0",
"php": "^7.1 || ^8.0"
"php": "^8.1"
},
"require-dev": {
"doctrine/coding-standard": "^9 || ^ 10",
"phpstan/phpstan": "^1.3 ",
"phpunit/phpunit": "^7.5 || ^8.5 || ^ 9.5",
"doctrine/coding-standard": "^10",
"phpstan/phpstan": "^1.9",
"phpunit/phpunit": "^9.5",
"psalm/plugin-phpunit": "^0.18.3",
"vimeo/psalm": "^4.11 || ^ 5.0"
"vimeo/psalm": "^5.0"
},
"type": "library",
"autoload": {
@ -403,7 +359,7 @@
],
"support": {
"issues": "https://github.com/doctrine/lexer/issues",
"source": "https://github.com/doctrine/lexer/tree/2.1 .0"
"source": "https://github.com/doctrine/lexer/tree/3.0 .0"
},
"funding": [
{
@ -419,55 +375,56 @@
"type": "tidelift"
}
],
"time": "2022-12-14T08:49:07 +00:00"
"time": "2022-12-15T16:57:16 +00:00"
},
{
"name": "friendsofphp/php-cs-fixer",
"version": "v3.13.2 ",
"version": "v3.14.4 ",
"source": {
"type": "git",
"url": "https://github.com/PHP-CS-Fixer/PHP-CS-Fixer.git",
"reference": "3952f08a81bd3b1b15e11c3de0b6bf037faa8496 "
"reference": "1b3d9dba63d93b8a202c31e824748218781eae6b "
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/PHP-CS-Fixer/PHP-CS-Fixer/zipball/3952f08a81bd3b1b15e11c3de0b6bf037faa8496 ",
"reference": "3952f08a81bd3b1b15e11c3de0b6bf037faa8496 ",
"url": "https://api.github.com/repos/PHP-CS-Fixer/PHP-CS-Fixer/zipball/1b3d9dba63d93b8a202c31e824748218781eae6b ",
"reference": "1b3d9dba63d93b8a202c31e824748218781eae6b ",
"shasum": ""
},
"require": {
"composer/semver": "^3.2 ",
"composer/semver": "^3.3 ",
"composer/xdebug-handler": "^3.0.3",
"doctrine/annotations": "^1.13",
"doctrine/annotations": "^2",
"doctrine/lexer": "^2 || ^3",
"ext-json": "*",
"ext-tokenizer": "*",
"php": "^7.4 || ^8.0",
"sebastian/diff": "^4.0",
"sebastian/diff": "^4.0 || ^5.0 ",
"symfony/console": "^5.4 || ^6.0",
"symfony/event-dispatcher": "^5.4 || ^6.0",
"symfony/filesystem": "^5.4 || ^6.0",
"symfony/finder": "^5.4 || ^6.0",
"symfony/options-resolver": "^5.4 || ^6.0",
"symfony/polyfill-mbstring": "^1.23 ",
"symfony/polyfill-php80": "^1.25 ",
"symfony/polyfill-php81": "^1.25 ",
"symfony/polyfill-mbstring": "^1.27 ",
"symfony/polyfill-php80": "^1.27 ",
"symfony/polyfill-php81": "^1.27 ",
"symfony/process": "^5.4 || ^6.0",
"symfony/stopwatch": "^5.4 || ^6.0"
},
"require-dev": {
"justinrainbow/json-schema": "^5.2",
"keradus/cli-executor": "^2.0",
"mikey179/vfsstream": "^1.6.10 ",
"php-coveralls/php-coveralls": "^2.5.2 ",
"mikey179/vfsstream": "^1.6.11 ",
"php-coveralls/php-coveralls": "^2.5.3 ",
"php-cs-fixer/accessible-object": "^1.1",
"php-cs-fixer/phpunit-constraint-isidenticalstring": "^1.2",
"php-cs-fixer/phpunit-constraint-xmlmatchesxsd": "^1.2.1",
"phpspec/prophecy": "^1.15 ",
"phpspec/prophecy": "^1.16 ",
"phpspec/prophecy-phpunit": "^2.0",
"phpunit/phpunit": "^9.5",
"phpunitgoodpractices/polyfill": "^1.6",
"phpunitgoodpractices/traits": "^1.9.2",
"symfony/phpunit-bridge": "^6.0 ",
"symfony/phpunit-bridge": "^6.2.3 ",
"symfony/yaml": "^5.4 || ^6.0"
},
"suggest": {
@ -500,7 +457,7 @@
"description": "A tool to automatically fix PHP code style",
"support": {
"issues": "https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues",
"source": "https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/tree/v3.13.2 "
"source": "https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/tree/v3.14.4 "
},
"funding": [
{
@ -508,7 +465,7 @@
"type": "github"
}
],
"time": "2023-01-02T23:53:50 +00:00"
"time": "2023-02-09T21:49:13 +00:00"
},
{
"name": "psr/cache",
@ -714,29 +671,29 @@
},
{
"name": "sebastian/diff",
"version": "4.0.4 ",
"version": "5.0.0 ",
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/diff.git",
"reference": "3461e3fccc7cfdfc2720be910d3bd73c69be590d "
"reference": "70dd1b20bc198da394ad542e988381b44e64e39f "
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/3461e3fccc7cfdfc2720be910d3bd73c69be590d ",
"reference": "3461e3fccc7cfdfc2720be910d3bd73c69be590d ",
"url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/70dd1b20bc198da394ad542e988381b44e64e39f ",
"reference": "70dd1b20bc198da394ad542e988381b44e64e39f ",
"shasum": ""
},
"require": {
"php": ">=7.3 "
"php": ">=8.1 "
},
"require-dev": {
"phpunit/phpunit": "^9.3 ",
"phpunit/phpunit": "^10.0 ",
"symfony/process": "^4.2 || ^5"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "4 .0-dev"
"dev-main": "5 .0-dev"
}
},
"autoload": {
@ -768,7 +725,7 @@
],
"support": {
"issues": "https://github.com/sebastianbergmann/diff/issues",
"source": "https://github.com/sebastianbergmann/diff/tree/4.0.4 "
"source": "https://github.com/sebastianbergmann/diff/tree/5.0.0 "
},
"funding": [
{
@ -776,20 +733,20 @@
"type": "github"
}
],
"time": "2020-10-26T13:10:38 +00:00"
"time": "2023-02-03T07:00:31 +00:00"
},
{
"name": "symfony/console",
"version": "v6.2.5 ",
"version": "v6.2.7 ",
"source": {
"type": "git",
"url": "https://github.com/symfony/console.git",
"reference": "3e294254f2191762c1d137aed4b94e966965e98 5"
"reference": "cbad09eb8925b6ad4fb721c7a179344dc4a19d4 5"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/console/zipball/3e294254f2191762c1d137aed4b94e966965e98 5",
"reference": "3e294254f2191762c1d137aed4b94e966965e98 5",
"url": "https://api.github.com/repos/symfony/console/zipball/cbad09eb8925b6ad4fb721c7a179344dc4a19d4 5",
"reference": "cbad09eb8925b6ad4fb721c7a179344dc4a19d4 5",
"shasum": ""
},
"require": {
@ -856,7 +813,7 @@
"terminal"
],
"support": {
"source": "https://github.com/symfony/console/tree/v6.2.5 "
"source": "https://github.com/symfony/console/tree/v6.2.7 "
},
"funding": [
{
@ -872,20 +829,20 @@
"type": "tidelift"
}
],
"time": "2023-01-01T08:38:09 +00:00"
"time": "2023-02-25T17:00:03 +00:00"
},
{
"name": "symfony/deprecation-contracts",
"version": "v3.2.0 ",
"version": "v3.2.1 ",
"source": {
"type": "git",
"url": "https://github.com/symfony/deprecation-contracts.git",
"reference": "1ee04c65529dea5d8744774d474e7cbd2f1206d3 "
"reference": "e2d1534420bd723d0ef5aec58a22c5fe60ce6f5e "
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/deprecation-contracts/zipball/1ee04c65529dea5d8744774d474e7cbd2f1206d3 ",
"reference": "1ee04c65529dea5d8744774d474e7cbd2f1206d3 ",
"url": "https://api.github.com/repos/symfony/deprecation-contracts/zipball/e2d1534420bd723d0ef5aec58a22c5fe60ce6f5e ",
"reference": "e2d1534420bd723d0ef5aec58a22c5fe60ce6f5e ",
"shasum": ""
},
"require": {
@ -923,7 +880,7 @@
"description": "A generic function and convention to trigger deprecation notices",
"homepage": "https://symfony.com",
"support": {
"source": "https://github.com/symfony/deprecation-contracts/tree/v3.2.0 "
"source": "https://github.com/symfony/deprecation-contracts/tree/v3.2.1 "
},
"funding": [
{
@ -939,20 +896,20 @@
"type": "tidelift"
}
],
"time": "2022-11-25T10:21:52 +00:00"
"time": "2023-03-01T10:25:55 +00:00"
},
{
"name": "symfony/event-dispatcher",
"version": "v6.2.5 ",
"version": "v6.2.7 ",
"source": {
"type": "git",
"url": "https://github.com/symfony/event-dispatcher.git",
"reference": "f02d108b5e9fd4a6245aa73a9d2df2ec060c3e68 "
"reference": "404b307de426c1c488e5afad64403e5f145e82a5 "
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/f02d108b5e9fd4a6245aa73a9d2df2ec060c3e68 ",
"reference": "f02d108b5e9fd4a6245aa73a9d2df2ec060c3e68 ",
"url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/404b307de426c1c488e5afad64403e5f145e82a5 ",
"reference": "404b307de426c1c488e5afad64403e5f145e82a5 ",
"shasum": ""
},
"require": {
@ -1006,7 +963,7 @@
"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/v6.2.5 "
"source": "https://github.com/symfony/event-dispatcher/tree/v6.2.7 "
},
"funding": [
{
@ -1022,20 +979,20 @@
"type": "tidelift"
}
],
"time": "2023-01-01T08:38:09 +00:00"
"time": "2023-02-14T08:44:56 +00:00"
},
{
"name": "symfony/event-dispatcher-contracts",
"version": "v3.2.0 ",
"version": "v3.2.1 ",
"source": {
"type": "git",
"url": "https://github.com/symfony/event-dispatcher-contracts.git",
"reference": "0782b0b52a737a05b4383d0df35a474303cabdae "
"reference": "0ad3b6f1e4e2da5690fefe075cd53a238646d8dd "
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/event-dispatcher-contracts/zipball/0782b0b52a737a05b4383d0df35a474303cabdae ",
"reference": "0782b0b52a737a05b4383d0df35a474303cabdae ",
"url": "https://api.github.com/repos/symfony/event-dispatcher-contracts/zipball/0ad3b6f1e4e2da5690fefe075cd53a238646d8dd ",
"reference": "0ad3b6f1e4e2da5690fefe075cd53a238646d8dd ",
"shasum": ""
},
"require": {
@ -1085,7 +1042,7 @@
"standards"
],
"support": {
"source": "https://github.com/symfony/event-dispatcher-contracts/tree/v3.2.0 "
"source": "https://github.com/symfony/event-dispatcher-contracts/tree/v3.2.1 "
},
"funding": [
{
@ -1101,20 +1058,20 @@
"type": "tidelift"
}
],
"time": "2022-11-25T10:21:52 +00:00"
"time": "2023-03-01T10:32:47 +00:00"
},
{
"name": "symfony/filesystem",
"version": "v6.2.5 ",
"version": "v6.2.7 ",
"source": {
"type": "git",
"url": "https://github.com/symfony/filesystem.git",
"reference": "e59e8a4006afd7f5654786a83b4fcb8da98f459 3"
"reference": "82b6c62b959f642d000456f08c6d219d749215b 3"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/filesystem/zipball/e59e8a4006afd7f5654786a83b4fcb8da98f459 3",
"reference": "e59e8a4006afd7f5654786a83b4fcb8da98f459 3",
"url": "https://api.github.com/repos/symfony/filesystem/zipball/82b6c62b959f642d000456f08c6d219d749215b 3",
"reference": "82b6c62b959f642d000456f08c6d219d749215b 3",
"shasum": ""
},
"require": {
@ -1148,7 +1105,7 @@
"description": "Provides basic utilities for the filesystem",
"homepage": "https://symfony.com",
"support": {
"source": "https://github.com/symfony/filesystem/tree/v6.2.5 "
"source": "https://github.com/symfony/filesystem/tree/v6.2.7 "
},
"funding": [
{
@ -1164,20 +1121,20 @@
"type": "tidelift"
}
],
"time": "2023-01-20T17:45:48 +00:00"
"time": "2023-02-14T08:44:56 +00:00"
},
{
"name": "symfony/finder",
"version": "v6.2.5 ",
"version": "v6.2.7 ",
"source": {
"type": "git",
"url": "https://github.com/symfony/finder.git",
"reference": "c90dc446976a612e3312a97a6ec0069ab0c2099c "
"reference": "20808dc6631aecafbe67c186af5dcb370be3a0eb "
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/finder/zipball/c90dc446976a612e3312a97a6ec0069ab0c2099c ",
"reference": "c90dc446976a612e3312a97a6ec0069ab0c2099c ",
"url": "https://api.github.com/repos/symfony/finder/zipball/20808dc6631aecafbe67c186af5dcb370be3a0eb ",
"reference": "20808dc6631aecafbe67c186af5dcb370be3a0eb ",
"shasum": ""
},
"require": {
@ -1212,7 +1169,7 @@
"description": "Finds files and directories via an intuitive fluent interface",
"homepage": "https://symfony.com",
"support": {
"source": "https://github.com/symfony/finder/tree/v6.2.5 "
"source": "https://github.com/symfony/finder/tree/v6.2.7 "
},
"funding": [
{
@ -1228,20 +1185,20 @@
"type": "tidelift"
}
],
"time": "2023-01-20T17:45:48 +00:00"
"time": "2023-02-16T09:57:23 +00:00"
},
{
"name": "symfony/options-resolver",
"version": "v6.2.5 ",
"version": "v6.2.7 ",
"source": {
"type": "git",
"url": "https://github.com/symfony/options-resolver.git",
"reference": "e8324d44f5af99ec2ccec849934a242f64458f86 "
"reference": "aa0e85b53bbb2b4951960efd61d295907eacd629 "
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/options-resolver/zipball/e8324d44f5af99ec2ccec849934a242f64458f86 ",
"reference": "e8324d44f5af99ec2ccec849934a242f64458f86 ",
"url": "https://api.github.com/repos/symfony/options-resolver/zipball/aa0e85b53bbb2b4951960efd61d295907eacd629 ",
"reference": "aa0e85b53bbb2b4951960efd61d295907eacd629 ",
"shasum": ""
},
"require": {
@ -1279,7 +1236,7 @@
"options"
],
"support": {
"source": "https://github.com/symfony/options-resolver/tree/v6.2.5 "
"source": "https://github.com/symfony/options-resolver/tree/v6.2.7 "
},
"funding": [
{
@ -1295,7 +1252,7 @@
"type": "tidelift"
}
],
"time": "2023-01-01T08:38:09 +00:00"
"time": "2023-02-14T08:44:56 +00:00"
},
{
"name": "symfony/polyfill-ctype",
@ -1791,16 +1748,16 @@
},
{
"name": "symfony/process",
"version": "v6.2.5 ",
"version": "v6.2.7 ",
"source": {
"type": "git",
"url": "https://github.com/symfony/process.git",
"reference": "9ead139f63dfa38c4e4a9049cc64a8b2748c83b7 "
"reference": "680e8a2ea6b3f87aecc07a6a65a203ae573d1902 "
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/process/zipball/9ead139f63dfa38c4e4a9049cc64a8b2748c83b7 ",
"reference": "9ead139f63dfa38c4e4a9049cc64a8b2748c83b7 ",
"url": "https://api.github.com/repos/symfony/process/zipball/680e8a2ea6b3f87aecc07a6a65a203ae573d1902 ",
"reference": "680e8a2ea6b3f87aecc07a6a65a203ae573d1902 ",
"shasum": ""
},
"require": {
@ -1832,7 +1789,7 @@
"description": "Executes commands in sub-processes",
"homepage": "https://symfony.com",
"support": {
"source": "https://github.com/symfony/process/tree/v6.2.5 "
"source": "https://github.com/symfony/process/tree/v6.2.7 "
},
"funding": [
{
@ -1848,20 +1805,20 @@
"type": "tidelift"
}
],
"time": "2023-01-01T08:38:09 +00:00"
"time": "2023-02-24T10:42:00 +00:00"
},
{
"name": "symfony/service-contracts",
"version": "v3.2.0 ",
"version": "v3.2.1 ",
"source": {
"type": "git",
"url": "https://github.com/symfony/service-contracts.git",
"reference": "aac98028c69df04ee77eb69b96b86ee51fbf4b75 "
"reference": "a8c9cedf55f314f3a186041d19537303766df09a "
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/service-contracts/zipball/aac98028c69df04ee77eb69b96b86ee51fbf4b75 ",
"reference": "aac98028c69df04ee77eb69b96b86ee51fbf4b75 ",
"url": "https://api.github.com/repos/symfony/service-contracts/zipball/a8c9cedf55f314f3a186041d19537303766df09a ",
"reference": "a8c9cedf55f314f3a186041d19537303766df09a ",
"shasum": ""
},
"require": {
@ -1917,7 +1874,7 @@
"standards"
],
"support": {
"source": "https://github.com/symfony/service-contracts/tree/v3.2.0 "
"source": "https://github.com/symfony/service-contracts/tree/v3.2.1 "
},
"funding": [
{
@ -1933,20 +1890,20 @@
"type": "tidelift"
}
],
"time": "2022-11-25T10:21:52 +00:00"
"time": "2023-03-01T10:32:47 +00:00"
},
{
"name": "symfony/stopwatch",
"version": "v6.2.5 ",
"version": "v6.2.7 ",
"source": {
"type": "git",
"url": "https://github.com/symfony/stopwatch.git",
"reference": "00b6ac156aacffc53487c930e0ab14587a6607f6 "
"reference": "f3adc98c1061875dd2edcd45e5b04e63d0e29f8f "
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/stopwatch/zipball/00b6ac156aacffc53487c930e0ab14587a6607f6 ",
"reference": "00b6ac156aacffc53487c930e0ab14587a6607f6 ",
"url": "https://api.github.com/repos/symfony/stopwatch/zipball/f3adc98c1061875dd2edcd45e5b04e63d0e29f8f ",
"reference": "f3adc98c1061875dd2edcd45e5b04e63d0e29f8f ",
"shasum": ""
},
"require": {
@ -1979,7 +1936,7 @@
"description": "Provides a way to profile code",
"homepage": "https://symfony.com",
"support": {
"source": "https://github.com/symfony/stopwatch/tree/v6.2.5 "
"source": "https://github.com/symfony/stopwatch/tree/v6.2.7 "
},
"funding": [
{
@ -1995,20 +1952,20 @@
"type": "tidelift"
}
],
"time": "2023-01-01T08:36:55 +00:00"
"time": "2023-02-14T08:44:56 +00:00"
},
{
"name": "symfony/string",
"version": "v6.2.5 ",
"version": "v6.2.7 ",
"source": {
"type": "git",
"url": "https://github.com/symfony/string.git",
"reference": "b2dac0fa27b1ac0f9c0c0b23b43977f12308d0b0 "
"reference": "67b8c1eec78296b85dc1c7d9743830160218993d "
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/string/zipball/b2dac0fa27b1ac0f9c0c0b23b43977f12308d0b0 ",
"reference": "b2dac0fa27b1ac0f9c0c0b23b43977f12308d0b0 ",
"url": "https://api.github.com/repos/symfony/string/zipball/67b8c1eec78296b85dc1c7d9743830160218993d ",
"reference": "67b8c1eec78296b85dc1c7d9743830160218993d ",
"shasum": ""
},
"require": {
@ -2065,7 +2022,7 @@
"utf8"
],
"support": {
"source": "https://github.com/symfony/string/tree/v6.2.5 "
"source": "https://github.com/symfony/string/tree/v6.2.7 "
},
"funding": [
{
@ -2081,7 +2038,7 @@
"type": "tidelift"
}
],
"time": "2023-01-01T08:38:09 +00:00"
"time": "2023-02-24T10:42:00 +00:00"
}
],
"packages-dev": [],