diff --git a/composer.lock b/composer.lock index d4b2cefe..93bfa3dc 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "e87ce449cd224a0075b03d36ae40534e", + "content-hash": "01aea546361addcaf6dffc9b129cb549", "packages": [ { "name": "nikic/php-parser", @@ -959,12 +959,12 @@ "source": { "type": "git", "url": "https://github.com/ghostwriter/coding-standard.git", - "reference": "d867ddb55e2da36a42c14237dacb9243d0c64f6c" + "reference": "fc43a91f6d8a3191588c66267dafb2386de9893b" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/ghostwriter/coding-standard/zipball/d867ddb55e2da36a42c14237dacb9243d0c64f6c", - "reference": "d867ddb55e2da36a42c14237dacb9243d0c64f6c", + "url": "https://api.github.com/repos/ghostwriter/coding-standard/zipball/fc43a91f6d8a3191588c66267dafb2386de9893b", + "reference": "fc43a91f6d8a3191588c66267dafb2386de9893b", "shasum": "" }, "require": { @@ -973,12 +973,14 @@ "composer/composer": "^2.8.4", "mockery/mockery": "^1.6.12", "php": "^8.2", - "phpunit/phpunit": "^11.5.1" + "phpunit/phpunit": "11.5.2", + "symfony/var-dumper": "^7.2.0" }, "conflict": { "vimeo/psalm": "<5.26" }, "require-dev": { + "ghostwriter/container": "^4.0.3", "ghostwriter/filesystem": "^0.1.1", "ghostwriter/shell": "^0.1.0" }, @@ -1033,7 +1035,7 @@ "type": "github" } ], - "time": "2024-12-13T16:46:59+00:00" + "time": "2025-01-08T00:02:28+00:00" }, { "name": "ghostwriter/collection", @@ -2920,16 +2922,16 @@ }, { "name": "sebastian/comparator", - "version": "6.2.1", + "version": "6.3.0", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/comparator.git", - "reference": "43d129d6a0f81c78bee378b46688293eb7ea3739" + "reference": "d4e47a769525c4dd38cea90e5dcd435ddbbc7115" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/43d129d6a0f81c78bee378b46688293eb7ea3739", - "reference": "43d129d6a0f81c78bee378b46688293eb7ea3739", + "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/d4e47a769525c4dd38cea90e5dcd435ddbbc7115", + "reference": "d4e47a769525c4dd38cea90e5dcd435ddbbc7115", "shasum": "" }, "require": { @@ -2942,6 +2944,9 @@ "require-dev": { "phpunit/phpunit": "^11.4" }, + "suggest": { + "ext-bcmath": "For comparing BcMath\\Number objects" + }, "type": "library", "extra": { "branch-alias": { @@ -2985,7 +2990,7 @@ "support": { "issues": "https://github.com/sebastianbergmann/comparator/issues", "security": "https://github.com/sebastianbergmann/comparator/security/policy", - "source": "https://github.com/sebastianbergmann/comparator/tree/6.2.1" + "source": "https://github.com/sebastianbergmann/comparator/tree/6.3.0" }, "funding": [ { @@ -2993,7 +2998,7 @@ "type": "github" } ], - "time": "2024-10-31T05:30:08+00:00" + "time": "2025-01-06T10:28:19+00:00" }, { "name": "sebastian/complexity", @@ -4124,16 +4129,16 @@ }, { "name": "symfony/finder", - "version": "v7.2.0", + "version": "v7.2.2", "source": { "type": "git", "url": "https://github.com/symfony/finder.git", - "reference": "6de263e5868b9a137602dd1e33e4d48bfae99c49" + "reference": "87a71856f2f56e4100373e92529eed3171695cfb" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/finder/zipball/6de263e5868b9a137602dd1e33e4d48bfae99c49", - "reference": "6de263e5868b9a137602dd1e33e4d48bfae99c49", + "url": "https://api.github.com/repos/symfony/finder/zipball/87a71856f2f56e4100373e92529eed3171695cfb", + "reference": "87a71856f2f56e4100373e92529eed3171695cfb", "shasum": "" }, "require": { @@ -4168,7 +4173,7 @@ "description": "Finds files and directories via an intuitive fluent interface", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/finder/tree/v7.2.0" + "source": "https://github.com/symfony/finder/tree/v7.2.2" }, "funding": [ { @@ -4184,7 +4189,7 @@ "type": "tidelift" } ], - "time": "2024-10-23T06:56:12+00:00" + "time": "2024-12-30T19:00:17+00:00" }, { "name": "symfony/polyfill-ctype",