{"id":16823824,"url":"https://github.com/kubawerlos/composer-smaller-lock","last_synced_at":"2025-04-11T03:14:36.794Z","repository":{"id":39078873,"uuid":"360578931","full_name":"kubawerlos/composer-smaller-lock","owner":"kubawerlos","description":"Composer plugin to make composer.lock smaller and more readable","archived":false,"fork":false,"pushed_at":"2025-02-02T09:35:56.000Z","size":178,"stargazers_count":10,"open_issues_count":0,"forks_count":1,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-04-11T03:14:29.416Z","etag":null,"topics":["composer","composer-plugin","php"],"latest_commit_sha":null,"homepage":"","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/kubawerlos.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null}},"created_at":"2021-04-22T16:07:48.000Z","updated_at":"2025-02-15T21:14:58.000Z","dependencies_parsed_at":"2024-02-24T13:41:16.205Z","dependency_job_id":null,"html_url":"https://github.com/kubawerlos/composer-smaller-lock","commit_stats":{"total_commits":18,"total_committers":2,"mean_commits":9.0,"dds":"0.11111111111111116","last_synced_commit":"0e6bc5cbd994fbeaa0635f3f08e39d4b0f80304a"},"previous_names":[],"tags_count":7,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kubawerlos%2Fcomposer-smaller-lock","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kubawerlos%2Fcomposer-smaller-lock/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kubawerlos%2Fcomposer-smaller-lock/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kubawerlos%2Fcomposer-smaller-lock/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kubawerlos","download_url":"https://codeload.github.com/kubawerlos/composer-smaller-lock/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248333594,"owners_count":21086200,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["composer","composer-plugin","php"],"created_at":"2024-10-13T11:09:19.234Z","updated_at":"2025-04-11T03:14:36.769Z","avatar_url":"https://github.com/kubawerlos.png","language":"PHP","funding_links":["https://tidelift.com/funding/github/packagist/composer/composer","https://opencollective.com/reactphp","https://tidelift.com/funding/github/packagist/seld/jsonlint","https://tidelift.com/funding/github/packagist/symfony/symfony"],"categories":[],"sub_categories":[],"readme":"# composer-smaller-lock\n\nComposer plugin to keep composer.lock small and readable.\n\n[![Latest stable version](https://img.shields.io/packagist/v/kubawerlos/composer-smaller-lock.svg?label=current%20version)](https://packagist.org/packages/kubawerlos/composer-smaller-lock)\n[![PHP version](https://img.shields.io/packagist/php-v/kubawerlos/composer-smaller-lock.svg)](https://php.net)\n[![CI status](https://github.com/kubawerlos/composer-smaller-lock/actions/workflows/ci.yaml/badge.svg)](https://github.com/kubawerlos/composer-smaller-lock/actions/workflows/ci.yaml)\n\nRemoves unnecessary keys and makes reviewing changes much easier.\n\n[Composer](https://getcomposer.org) writes to the composer.lock a lot of information that it does not need, such as \"autoload-dev\", \"require-dev\" and \"repositories\".\nThis makes a process of reviewing changes in composer.lock much harder and increases the risk of overlooking important modifications like not wanted (for whatever reason) updates.\n\n## Installation\n```bash\ncomposer require --dev kubawerlos/composer-smaller-lock\n```\n\n## Usage\nNone - this is a Composer's plugin, it will subscribe to Composer's events itself.\n\n## Example\n\u003cdetails\u003e\n    \u003csummary\u003eComposer's \u003ca href='https://github.com/composer/composer/blob/2.8.5/composer.lock'\u003ecomposer.lock\u003c/a\u003e has 2396 lines, with the plugin the number is reduced to 1203.\u003c/summary\u003e\n\n```diff\n {\n     \"_readme\": [\n         \"This file locks the dependencies of your project to a known state\",\n         \"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies\",\n         \"This file is @generated automatically\"\n     ],\n     \"content-hash\": \"d6c1c91b79d7140594e249343184ce6f\",\n     \"packages\": [\n         {\n             \"name\": \"composer/ca-bundle\",\n             \"version\": \"1.5.5\",\n             \"source\": {\n                 \"type\": \"git\",\n                 \"url\": \"https://github.com/composer/ca-bundle.git\",\n                 \"reference\": \"08c50d5ec4c6ced7d0271d2862dec8c1033283e6\"\n             },\n             \"dist\": {\n                 \"type\": \"zip\",\n                 \"url\": \"https://api.github.com/repos/composer/ca-bundle/zipball/08c50d5ec4c6ced7d0271d2862dec8c1033283e6\",\n-                \"reference\": \"08c50d5ec4c6ced7d0271d2862dec8c1033283e6\",\n-                \"shasum\": \"\"\n+                \"reference\": \"08c50d5ec4c6ced7d0271d2862dec8c1033283e6\"\n             },\n             \"require\": {\n                 \"ext-openssl\": \"*\",\n                 \"ext-pcre\": \"*\",\n                 \"php\": \"^7.2 || ^8.0\"\n             },\n-            \"require-dev\": {\n-                \"phpstan/phpstan\": \"^1.10\",\n-                \"phpunit/phpunit\": \"^8 || ^9\",\n-                \"psr/log\": \"^1.0 || ^2.0 || ^3.0\",\n-                \"symfony/process\": \"^4.0 || ^5.0 || ^6.0 || ^7.0\"\n-            },\n             \"type\": \"library\",\n             \"extra\": {\n                 \"branch-alias\": {\n                     \"dev-main\": \"1.x-dev\"\n                 }\n             },\n             \"autoload\": {\n                 \"psr-4\": {\n                     \"Composer\\\\CaBundle\\\\\": \"src\"\n                 }\n             },\n-            \"notification-url\": \"https://packagist.org/downloads/\",\n             \"license\": [\n                 \"MIT\"\n             ],\n-            \"authors\": [\n-                {\n-                    \"name\": \"Jordi Boggiano\",\n-                    \"email\": \"j.boggiano@seld.be\",\n-                    \"homepage\": \"http://seld.be\"\n-                }\n-            ],\n-            \"description\": \"Lets you find a path to the system CA bundle, and includes a fallback to the Mozilla CA bundle.\",\n-            \"keywords\": [\n-                \"cabundle\",\n-                \"cacert\",\n-                \"certificate\",\n-                \"ssl\",\n-                \"tls\"\n-            ],\n-            \"support\": {\n-                \"irc\": \"irc://irc.freenode.org/composer\",\n-                \"issues\": \"https://github.com/composer/ca-bundle/issues\",\n-                \"source\": \"https://github.com/composer/ca-bundle/tree/1.5.5\"\n-            },\n-            \"funding\": [\n-                {\n-                    \"url\": \"https://packagist.com\",\n-                    \"type\": \"custom\"\n-                },\n-                {\n-                    \"url\": \"https://github.com/composer\",\n-                    \"type\": \"github\"\n-                },\n-                {\n-                    \"url\": \"https://tidelift.com/funding/github/packagist/composer/composer\",\n-                    \"type\": \"tidelift\"\n-                }\n-            ],\n-            \"time\": \"2025-01-08T16:17:16+00:00\"\n+            \"description\": \"Lets you find a path to the system CA bundle, and includes a fallback to the Mozilla CA bundle.\"\n         },\n         {\n             \"name\": \"composer/class-map-generator\",\n             \"version\": \"1.5.0\",\n             \"source\": {\n                 \"type\": \"git\",\n                 \"url\": \"https://github.com/composer/class-map-generator.git\",\n                 \"reference\": \"4b0a223cf5be7c9ee7e0ef1bc7db42b4a97c9915\"\n             },\n             \"dist\": {\n                 \"type\": \"zip\",\n                 \"url\": \"https://api.github.com/repos/composer/class-map-generator/zipball/4b0a223cf5be7c9ee7e0ef1bc7db42b4a97c9915\",\n-                \"reference\": \"4b0a223cf5be7c9ee7e0ef1bc7db42b4a97c9915\",\n-                \"shasum\": \"\"\n+                \"reference\": \"4b0a223cf5be7c9ee7e0ef1bc7db42b4a97c9915\"\n             },\n             \"require\": {\n                 \"composer/pcre\": \"^2.1 || ^3.1\",\n                 \"php\": \"^7.2 || ^8.0\",\n                 \"symfony/finder\": \"^4.4 || ^5.3 || ^6 || ^7\"\n             },\n-            \"require-dev\": {\n-                \"phpstan/phpstan\": \"^1.12 || ^2\",\n-                \"phpstan/phpstan-deprecation-rules\": \"^1 || ^2\",\n-                \"phpstan/phpstan-phpunit\": \"^1 || ^2\",\n-                \"phpstan/phpstan-strict-rules\": \"^1.1 || ^2\",\n-                \"phpunit/phpunit\": \"^8\",\n-                \"symfony/filesystem\": \"^5.4 || ^6\"\n-            },\n             \"type\": \"library\",\n             \"extra\": {\n                 \"branch-alias\": {\n                     \"dev-main\": \"1.x-dev\"\n                 }\n             },\n             \"autoload\": {\n                 \"psr-4\": {\n                     \"Composer\\\\ClassMapGenerator\\\\\": \"src\"\n                 }\n             },\n-            \"notification-url\": \"https://packagist.org/downloads/\",\n             \"license\": [\n                 \"MIT\"\n             ],\n-            \"authors\": [\n-                {\n-                    \"name\": \"Jordi Boggiano\",\n-                    \"email\": \"j.boggiano@seld.be\",\n-                    \"homepage\": \"https://seld.be\"\n-                }\n-            ],\n-            \"description\": \"Utilities to scan PHP code and generate class maps.\",\n-            \"keywords\": [\n-                \"classmap\"\n-            ],\n-            \"support\": {\n-                \"issues\": \"https://github.com/composer/class-map-generator/issues\",\n-                \"source\": \"https://github.com/composer/class-map-generator/tree/1.5.0\"\n-            },\n-            \"funding\": [\n-                {\n-                    \"url\": \"https://packagist.com\",\n-                    \"type\": \"custom\"\n-                },\n-                {\n-                    \"url\": \"https://github.com/composer\",\n-                    \"type\": \"github\"\n-                },\n-                {\n-                    \"url\": \"https://tidelift.com/funding/github/packagist/composer/composer\",\n-                    \"type\": \"tidelift\"\n-                }\n-            ],\n-            \"time\": \"2024-11-25T16:11:06+00:00\"\n+            \"description\": \"Utilities to scan PHP code and generate class maps.\"\n         },\n         {\n             \"name\": \"composer/metadata-minifier\",\n             \"version\": \"1.0.0\",\n             \"source\": {\n                 \"type\": \"git\",\n                 \"url\": \"https://github.com/composer/metadata-minifier.git\",\n                 \"reference\": \"c549d23829536f0d0e984aaabbf02af91f443207\"\n             },\n             \"dist\": {\n                 \"type\": \"zip\",\n                 \"url\": \"https://api.github.com/repos/composer/metadata-minifier/zipball/c549d23829536f0d0e984aaabbf02af91f443207\",\n-                \"reference\": \"c549d23829536f0d0e984aaabbf02af91f443207\",\n-                \"shasum\": \"\"\n+                \"reference\": \"c549d23829536f0d0e984aaabbf02af91f443207\"\n             },\n             \"require\": {\n                 \"php\": \"^5.3.2 || ^7.0 || ^8.0\"\n             },\n-            \"require-dev\": {\n-                \"composer/composer\": \"^2\",\n-                \"phpstan/phpstan\": \"^0.12.55\",\n-                \"symfony/phpunit-bridge\": \"^4.2 || ^5\"\n-            },\n             \"type\": \"library\",\n             \"extra\": {\n                 \"branch-alias\": {\n                     \"dev-main\": \"1.x-dev\"\n                 }\n             },\n             \"autoload\": {\n                 \"psr-4\": {\n                     \"Composer\\\\MetadataMinifier\\\\\": \"src\"\n                 }\n             },\n-            \"notification-url\": \"https://packagist.org/downloads/\",\n             \"license\": [\n                 \"MIT\"\n             ],\n-            \"authors\": [\n-                {\n-                    \"name\": \"Jordi Boggiano\",\n-                    \"email\": \"j.boggiano@seld.be\",\n-                    \"homepage\": \"http://seld.be\"\n-                }\n-            ],\n-            \"description\": \"Small utility library that handles metadata minification and expansion.\",\n-            \"keywords\": [\n-                \"composer\",\n-                \"compression\"\n-            ],\n-            \"support\": {\n-                \"issues\": \"https://github.com/composer/metadata-minifier/issues\",\n-                \"source\": \"https://github.com/composer/metadata-minifier/tree/1.0.0\"\n-            },\n-            \"funding\": [\n-                {\n-                    \"url\": \"https://packagist.com\",\n-                    \"type\": \"custom\"\n-                },\n-                {\n-                    \"url\": \"https://github.com/composer\",\n-                    \"type\": \"github\"\n-                },\n-                {\n-                    \"url\": \"https://tidelift.com/funding/github/packagist/composer/composer\",\n-                    \"type\": \"tidelift\"\n-                }\n-            ],\n-            \"time\": \"2021-04-07T13:37:33+00:00\"\n+            \"description\": \"Small utility library that handles metadata minification and expansion.\"\n         },\n         {\n             \"name\": \"composer/pcre\",\n             \"version\": \"2.3.2\",\n             \"source\": {\n                 \"type\": \"git\",\n                 \"url\": \"https://github.com/composer/pcre.git\",\n                 \"reference\": \"ebb81df8f52b40172d14062ae96a06939d80a069\"\n             },\n             \"dist\": {\n                 \"type\": \"zip\",\n                 \"url\": \"https://api.github.com/repos/composer/pcre/zipball/ebb81df8f52b40172d14062ae96a06939d80a069\",\n-                \"reference\": \"ebb81df8f52b40172d14062ae96a06939d80a069\",\n-                \"shasum\": \"\"\n+                \"reference\": \"ebb81df8f52b40172d14062ae96a06939d80a069\"\n             },\n             \"require\": {\n                 \"php\": \"^7.2 || ^8.0\"\n             },\n-            \"conflict\": {\n-                \"phpstan/phpstan\": \"\u003c1.11.10\"\n-            },\n-            \"require-dev\": {\n-                \"phpstan/phpstan\": \"^1.12 || ^2\",\n-                \"phpstan/phpstan-strict-rules\": \"^1 || ^2\",\n-                \"phpunit/phpunit\": \"^8 || ^9\"\n-            },\n             \"type\": \"library\",\n             \"extra\": {\n                 \"phpstan\": {\n                     \"includes\": [\n                         \"extension.neon\"\n                     ]\n                 },\n                 \"branch-alias\": {\n                     \"dev-main\": \"2.x-dev\"\n                 }\n             },\n             \"autoload\": {\n                 \"psr-4\": {\n                     \"Composer\\\\Pcre\\\\\": \"src\"\n                 }\n             },\n-            \"notification-url\": \"https://packagist.org/downloads/\",\n             \"license\": [\n                 \"MIT\"\n             ],\n-            \"authors\": [\n-                {\n-                    \"name\": \"Jordi Boggiano\",\n-                    \"email\": \"j.boggiano@seld.be\",\n-                    \"homepage\": \"http://seld.be\"\n-                }\n-            ],\n-            \"description\": \"PCRE wrapping library that offers type-safe preg_* replacements.\",\n-            \"keywords\": [\n-                \"PCRE\",\n-                \"preg\",\n-                \"regex\",\n-                \"regular expression\"\n-            ],\n-            \"support\": {\n-                \"issues\": \"https://github.com/composer/pcre/issues\",\n-                \"source\": \"https://github.com/composer/pcre/tree/2.3.2\"\n-            },\n-            \"funding\": [\n-                {\n-                    \"url\": \"https://packagist.com\",\n-                    \"type\": \"custom\"\n-                },\n-                {\n-                    \"url\": \"https://github.com/composer\",\n-                    \"type\": \"github\"\n-                },\n-                {\n-                    \"url\": \"https://tidelift.com/funding/github/packagist/composer/composer\",\n-                    \"type\": \"tidelift\"\n-                }\n-            ],\n-            \"time\": \"2024-11-12T16:24:47+00:00\"\n+            \"description\": \"PCRE wrapping library that offers type-safe preg_* replacements.\"\n         },\n         {\n             \"name\": \"composer/semver\",\n             \"version\": \"3.4.3\",\n             \"source\": {\n                 \"type\": \"git\",\n                 \"url\": \"https://github.com/composer/semver.git\",\n                 \"reference\": \"4313d26ada5e0c4edfbd1dc481a92ff7bff91f12\"\n             },\n             \"dist\": {\n                 \"type\": \"zip\",\n                 \"url\": \"https://api.github.com/repos/composer/semver/zipball/4313d26ada5e0c4edfbd1dc481a92ff7bff91f12\",\n-                \"reference\": \"4313d26ada5e0c4edfbd1dc481a92ff7bff91f12\",\n-                \"shasum\": \"\"\n+                \"reference\": \"4313d26ada5e0c4edfbd1dc481a92ff7bff91f12\"\n             },\n             \"require\": {\n                 \"php\": \"^5.3.2 || ^7.0 || ^8.0\"\n             },\n-            \"require-dev\": {\n-                \"phpstan/phpstan\": \"^1.11\",\n-                \"symfony/phpunit-bridge\": \"^3 || ^7\"\n-            },\n             \"type\": \"library\",\n             \"extra\": {\n                 \"branch-alias\": {\n                     \"dev-main\": \"3.x-dev\"\n                 }\n             },\n             \"autoload\": {\n                 \"psr-4\": {\n                     \"Composer\\\\Semver\\\\\": \"src\"\n                 }\n             },\n-            \"notification-url\": \"https://packagist.org/downloads/\",\n             \"license\": [\n                 \"MIT\"\n             ],\n-            \"authors\": [\n-                {\n-                    \"name\": \"Nils Adermann\",\n-                    \"email\": \"naderman@naderman.de\",\n-                    \"homepage\": \"http://www.naderman.de\"\n-                },\n-                {\n-                    \"name\": \"Jordi Boggiano\",\n-                    \"email\": \"j.boggiano@seld.be\",\n-                    \"homepage\": \"http://seld.be\"\n-                },\n-                {\n-                    \"name\": \"Rob Bast\",\n-                    \"email\": \"rob.bast@gmail.com\",\n-                    \"homepage\": \"http://robbast.nl\"\n-                }\n-            ],\n-            \"description\": \"Semver library that offers utilities, version constraint parsing and validation.\",\n-            \"keywords\": [\n-                \"semantic\",\n-                \"semver\",\n-                \"validation\",\n-                \"versioning\"\n-            ],\n-            \"support\": {\n-                \"irc\": \"ircs://irc.libera.chat:6697/composer\",\n-                \"issues\": \"https://github.com/composer/semver/issues\",\n-                \"source\": \"https://github.com/composer/semver/tree/3.4.3\"\n-            },\n-            \"funding\": [\n-                {\n-                    \"url\": \"https://packagist.com\",\n-                    \"type\": \"custom\"\n-                },\n-                {\n-                    \"url\": \"https://github.com/composer\",\n-                    \"type\": \"github\"\n-                },\n-                {\n-                    \"url\": \"https://tidelift.com/funding/github/packagist/composer/composer\",\n-                    \"type\": \"tidelift\"\n-                }\n-            ],\n-            \"time\": \"2024-09-19T14:15:21+00:00\"\n+            \"description\": \"Semver library that offers utilities, version constraint parsing and validation.\"\n         },\n         {\n             \"name\": \"composer/spdx-licenses\",\n             \"version\": \"1.5.8\",\n             \"source\": {\n                 \"type\": \"git\",\n                 \"url\": \"https://github.com/composer/spdx-licenses.git\",\n                 \"reference\": \"560bdcf8deb88ae5d611c80a2de8ea9d0358cc0a\"\n             },\n             \"dist\": {\n                 \"type\": \"zip\",\n                 \"url\": \"https://api.github.com/repos/composer/spdx-licenses/zipball/560bdcf8deb88ae5d611c80a2de8ea9d0358cc0a\",\n-                \"reference\": \"560bdcf8deb88ae5d611c80a2de8ea9d0358cc0a\",\n-                \"shasum\": \"\"\n+                \"reference\": \"560bdcf8deb88ae5d611c80a2de8ea9d0358cc0a\"\n             },\n             \"require\": {\n                 \"php\": \"^5.3.2 || ^7.0 || ^8.0\"\n             },\n-            \"require-dev\": {\n-                \"phpstan/phpstan\": \"^0.12.55\",\n-                \"symfony/phpunit-bridge\": \"^4.2 || ^5\"\n-            },\n             \"type\": \"library\",\n             \"extra\": {\n                 \"branch-alias\": {\n                     \"dev-main\": \"1.x-dev\"\n                 }\n             },\n             \"autoload\": {\n                 \"psr-4\": {\n                     \"Composer\\\\Spdx\\\\\": \"src\"\n                 }\n             },\n-            \"notification-url\": \"https://packagist.org/downloads/\",\n             \"license\": [\n                 \"MIT\"\n             ],\n-            \"authors\": [\n-                {\n-                    \"name\": \"Nils Adermann\",\n-                    \"email\": \"naderman@naderman.de\",\n-                    \"homepage\": \"http://www.naderman.de\"\n-                },\n-                {\n-                    \"name\": \"Jordi Boggiano\",\n-                    \"email\": \"j.boggiano@seld.be\",\n-                    \"homepage\": \"http://seld.be\"\n-                },\n-                {\n-                    \"name\": \"Rob Bast\",\n-                    \"email\": \"rob.bast@gmail.com\",\n-                    \"homepage\": \"http://robbast.nl\"\n-                }\n-            ],\n-            \"description\": \"SPDX licenses list and validation library.\",\n-            \"keywords\": [\n-                \"license\",\n-                \"spdx\",\n-                \"validator\"\n-            ],\n-            \"support\": {\n-                \"irc\": \"ircs://irc.libera.chat:6697/composer\",\n-                \"issues\": \"https://github.com/composer/spdx-licenses/issues\",\n-                \"source\": \"https://github.com/composer/spdx-licenses/tree/1.5.8\"\n-            },\n-            \"funding\": [\n-                {\n-                    \"url\": \"https://packagist.com\",\n-                    \"type\": \"custom\"\n-                },\n-                {\n-                    \"url\": \"https://github.com/composer\",\n-                    \"type\": \"github\"\n-                },\n-                {\n-                    \"url\": \"https://tidelift.com/funding/github/packagist/composer/composer\",\n-                    \"type\": \"tidelift\"\n-                }\n-            ],\n-            \"time\": \"2023-11-20T07:44:33+00:00\"\n+            \"description\": \"SPDX licenses list and validation library.\"\n         },\n         {\n             \"name\": \"composer/xdebug-handler\",\n             \"version\": \"3.0.5\",\n             \"source\": {\n                 \"type\": \"git\",\n                 \"url\": \"https://github.com/composer/xdebug-handler.git\",\n                 \"reference\": \"6c1925561632e83d60a44492e0b344cf48ab85ef\"\n             },\n             \"dist\": {\n                 \"type\": \"zip\",\n                 \"url\": \"https://api.github.com/repos/composer/xdebug-handler/zipball/6c1925561632e83d60a44492e0b344cf48ab85ef\",\n-                \"reference\": \"6c1925561632e83d60a44492e0b344cf48ab85ef\",\n-                \"shasum\": \"\"\n+                \"reference\": \"6c1925561632e83d60a44492e0b344cf48ab85ef\"\n             },\n             \"require\": {\n                 \"composer/pcre\": \"^1 || ^2 || ^3\",\n                 \"php\": \"^7.2.5 || ^8.0\",\n                 \"psr/log\": \"^1 || ^2 || ^3\"\n             },\n-            \"require-dev\": {\n-                \"phpstan/phpstan\": \"^1.0\",\n-                \"phpstan/phpstan-strict-rules\": \"^1.1\",\n-                \"phpunit/phpunit\": \"^8.5 || ^9.6 || ^10.5\"\n-            },\n             \"type\": \"library\",\n             \"autoload\": {\n                 \"psr-4\": {\n                     \"Composer\\\\XdebugHandler\\\\\": \"src\"\n                 }\n             },\n-            \"notification-url\": \"https://packagist.org/downloads/\",\n             \"license\": [\n                 \"MIT\"\n             ],\n-            \"authors\": [\n-                {\n-                    \"name\": \"John Stevenson\",\n-                    \"email\": \"john-stevenson@blueyonder.co.uk\"\n-                }\n-            ],\n-            \"description\": \"Restarts a process without Xdebug.\",\n-            \"keywords\": [\n-                \"Xdebug\",\n-                \"performance\"\n-            ],\n-            \"support\": {\n-                \"irc\": \"ircs://irc.libera.chat:6697/composer\",\n-                \"issues\": \"https://github.com/composer/xdebug-handler/issues\",\n-                \"source\": \"https://github.com/composer/xdebug-handler/tree/3.0.5\"\n-            },\n-            \"funding\": [\n-                {\n-                    \"url\": \"https://packagist.com\",\n-                    \"type\": \"custom\"\n-                },\n-                {\n-                    \"url\": \"https://github.com/composer\",\n-                    \"type\": \"github\"\n-                },\n-                {\n-                    \"url\": \"https://tidelift.com/funding/github/packagist/composer/composer\",\n-                    \"type\": \"tidelift\"\n-                }\n-            ],\n-            \"time\": \"2024-05-06T16:37:16+00:00\"\n+            \"description\": \"Restarts a process without Xdebug.\"\n         },\n         {\n             \"name\": \"justinrainbow/json-schema\",\n             \"version\": \"5.3.0\",\n             \"source\": {\n                 \"type\": \"git\",\n                 \"url\": \"https://github.com/jsonrainbow/json-schema.git\",\n                 \"reference\": \"feb2ca6dd1cebdaf1ed60a4c8de2e53ce11c4fd8\"\n             },\n             \"dist\": {\n                 \"type\": \"zip\",\n                 \"url\": \"https://api.github.com/repos/jsonrainbow/json-schema/zipball/feb2ca6dd1cebdaf1ed60a4c8de2e53ce11c4fd8\",\n-                \"reference\": \"feb2ca6dd1cebdaf1ed60a4c8de2e53ce11c4fd8\",\n-                \"shasum\": \"\"\n+                \"reference\": \"feb2ca6dd1cebdaf1ed60a4c8de2e53ce11c4fd8\"\n             },\n             \"require\": {\n                 \"php\": \"\u003e=7.1\"\n             },\n-            \"require-dev\": {\n-                \"friendsofphp/php-cs-fixer\": \"~2.2.20||~2.15.1\",\n-                \"json-schema/json-schema-test-suite\": \"1.2.0\",\n-                \"phpunit/phpunit\": \"^4.8.35\"\n-            },\n             \"bin\": [\n                 \"bin/validate-json\"\n             ],\n             \"type\": \"library\",\n             \"autoload\": {\n                 \"psr-4\": {\n                     \"JsonSchema\\\\\": \"src/JsonSchema/\"\n                 }\n             },\n-            \"notification-url\": \"https://packagist.org/downloads/\",\n             \"license\": [\n                 \"MIT\"\n             ],\n-            \"authors\": [\n-                {\n-                    \"name\": \"Bruno Prieto Reis\",\n-                    \"email\": \"bruno.p.reis@gmail.com\"\n-                },\n-                {\n-                    \"name\": \"Justin Rainbow\",\n-                    \"email\": \"justin.rainbow@gmail.com\"\n-                },\n-                {\n-                    \"name\": \"Igor Wiedler\",\n-                    \"email\": \"igor@wiedler.ch\"\n-                },\n-                {\n-                    \"name\": \"Robert Schönthal\",\n-                    \"email\": \"seroscho@googlemail.com\"\n-                }\n-            ],\n-            \"description\": \"A library to validate a json schema.\",\n-            \"homepage\": \"https://github.com/justinrainbow/json-schema\",\n-            \"keywords\": [\n-                \"json\",\n-                \"schema\"\n-            ],\n-            \"support\": {\n-                \"issues\": \"https://github.com/jsonrainbow/json-schema/issues\",\n-                \"source\": \"https://github.com/jsonrainbow/json-schema/tree/5.3.0\"\n-            },\n-            \"time\": \"2024-07-06T21:00:26+00:00\"\n+            \"description\": \"A library to validate a json schema.\"\n         },\n         {\n             \"name\": \"psr/container\",\n             \"version\": \"1.1.1\",\n             \"source\": {\n                 \"type\": \"git\",\n                 \"url\": \"https://github.com/php-fig/container.git\",\n                 \"reference\": \"8622567409010282b7aeebe4bb841fe98b58dcaf\"\n             },\n             \"dist\": {\n                 \"type\": \"zip\",\n                 \"url\": \"https://api.github.com/repos/php-fig/container/zipball/8622567409010282b7aeebe4bb841fe98b58dcaf\",\n-                \"reference\": \"8622567409010282b7aeebe4bb841fe98b58dcaf\",\n-                \"shasum\": \"\"\n+                \"reference\": \"8622567409010282b7aeebe4bb841fe98b58dcaf\"\n             },\n             \"require\": {\n                 \"php\": \"\u003e=7.2.0\"\n             },\n             \"type\": \"library\",\n             \"autoload\": {\n                 \"psr-4\": {\n                     \"Psr\\\\Container\\\\\": \"src/\"\n                 }\n             },\n-            \"notification-url\": \"https://packagist.org/downloads/\",\n             \"license\": [\n                 \"MIT\"\n             ],\n-            \"authors\": [\n-                {\n-                    \"name\": \"PHP-FIG\",\n-                    \"homepage\": \"https://www.php-fig.org/\"\n-                }\n-            ],\n-            \"description\": \"Common Container Interface (PHP FIG PSR-11)\",\n-            \"homepage\": \"https://github.com/php-fig/container\",\n-            \"keywords\": [\n-                \"PSR-11\",\n-                \"container\",\n-                \"container-interface\",\n-                \"container-interop\",\n-                \"psr\"\n-            ],\n-            \"support\": {\n-                \"issues\": \"https://github.com/php-fig/container/issues\",\n-                \"source\": \"https://github.com/php-fig/container/tree/1.1.1\"\n-            },\n-            \"time\": \"2021-03-05T17:36:06+00:00\"\n+            \"description\": \"Common Container Interface (PHP FIG PSR-11)\"\n         },\n         {\n             \"name\": \"psr/log\",\n             \"version\": \"1.1.4\",\n             \"source\": {\n                 \"type\": \"git\",\n                 \"url\": \"https://github.com/php-fig/log.git\",\n                 \"reference\": \"d49695b909c3b7628b6289db5479a1c204601f11\"\n             },\n             \"dist\": {\n                 \"type\": \"zip\",\n                 \"url\": \"https://api.github.com/repos/php-fig/log/zipball/d49695b909c3b7628b6289db5479a1c204601f11\",\n-                \"reference\": \"d49695b909c3b7628b6289db5479a1c204601f11\",\n-                \"shasum\": \"\"\n+                \"reference\": \"d49695b909c3b7628b6289db5479a1c204601f11\"\n             },\n             \"require\": {\n                 \"php\": \"\u003e=5.3.0\"\n             },\n             \"type\": \"library\",\n             \"extra\": {\n                 \"branch-alias\": {\n                     \"dev-master\": \"1.1.x-dev\"\n                 }\n             },\n             \"autoload\": {\n                 \"psr-4\": {\n                     \"Psr\\\\Log\\\\\": \"Psr/Log/\"\n                 }\n             },\n-            \"notification-url\": \"https://packagist.org/downloads/\",\n             \"license\": [\n                 \"MIT\"\n             ],\n-            \"authors\": [\n-                {\n-                    \"name\": \"PHP-FIG\",\n-                    \"homepage\": \"https://www.php-fig.org/\"\n-                }\n-            ],\n-            \"description\": \"Common interface for logging libraries\",\n-            \"homepage\": \"https://github.com/php-fig/log\",\n-            \"keywords\": [\n-                \"log\",\n-                \"psr\",\n-                \"psr-3\"\n-            ],\n-            \"support\": {\n-                \"source\": \"https://github.com/php-fig/log/tree/1.1.4\"\n-            },\n-            \"time\": \"2021-05-03T11:20:27+00:00\"\n+            \"description\": \"Common interface for logging libraries\"\n         },\n         {\n             \"name\": \"react/promise\",\n             \"version\": \"v3.2.0\",\n             \"source\": {\n                 \"type\": \"git\",\n                 \"url\": \"https://github.com/reactphp/promise.git\",\n                 \"reference\": \"8a164643313c71354582dc850b42b33fa12a4b63\"\n             },\n             \"dist\": {\n                 \"type\": \"zip\",\n                 \"url\": \"https://api.github.com/repos/reactphp/promise/zipball/8a164643313c71354582dc850b42b33fa12a4b63\",\n-                \"reference\": \"8a164643313c71354582dc850b42b33fa12a4b63\",\n-                \"shasum\": \"\"\n+                \"reference\": \"8a164643313c71354582dc850b42b33fa12a4b63\"\n             },\n             \"require\": {\n                 \"php\": \"\u003e=7.1.0\"\n             },\n-            \"require-dev\": {\n-                \"phpstan/phpstan\": \"1.10.39 || 1.4.10\",\n-                \"phpunit/phpunit\": \"^9.6 || ^7.5\"\n-            },\n             \"type\": \"library\",\n             \"autoload\": {\n                 \"files\": [\n                     \"src/functions_include.php\"\n                 ],\n                 \"psr-4\": {\n                     \"React\\\\Promise\\\\\": \"src/\"\n                 }\n             },\n-            \"notification-url\": \"https://packagist.org/downloads/\",\n             \"license\": [\n                 \"MIT\"\n             ],\n-            \"authors\": [\n-                {\n-                    \"name\": \"Jan Sorgalla\",\n-                    \"email\": \"jsorgalla@gmail.com\",\n-                    \"homepage\": \"https://sorgalla.com/\"\n-                },\n-                {\n-                    \"name\": \"Christian Lück\",\n-                    \"email\": \"christian@clue.engineering\",\n-                    \"homepage\": \"https://clue.engineering/\"\n-                },\n-                {\n-                    \"name\": \"Cees-Jan Kiewiet\",\n-                    \"email\": \"reactphp@ceesjankiewiet.nl\",\n-                    \"homepage\": \"https://wyrihaximus.net/\"\n-                },\n-                {\n-                    \"name\": \"Chris Boden\",\n-                    \"email\": \"cboden@gmail.com\",\n-                    \"homepage\": \"https://cboden.dev/\"\n-                }\n-            ],\n-            \"description\": \"A lightweight implementation of CommonJS Promises/A for PHP\",\n-            \"keywords\": [\n-                \"promise\",\n-                \"promises\"\n-            ],\n-            \"support\": {\n-                \"issues\": \"https://github.com/reactphp/promise/issues\",\n-                \"source\": \"https://github.com/reactphp/promise/tree/v3.2.0\"\n-            },\n-            \"funding\": [\n-                {\n-                    \"url\": \"https://opencollective.com/reactphp\",\n-                    \"type\": \"open_collective\"\n-                }\n-            ],\n-            \"time\": \"2024-05-24T10:39:05+00:00\"\n+            \"description\": \"A lightweight implementation of CommonJS Promises/A for PHP\"\n         },\n         {\n             \"name\": \"seld/jsonlint\",\n             \"version\": \"1.11.0\",\n             \"source\": {\n                 \"type\": \"git\",\n                 \"url\": \"https://github.com/Seldaek/jsonlint.git\",\n                 \"reference\": \"1748aaf847fc731cfad7725aec413ee46f0cc3a2\"\n             },\n             \"dist\": {\n                 \"type\": \"zip\",\n                 \"url\": \"https://api.github.com/repos/Seldaek/jsonlint/zipball/1748aaf847fc731cfad7725aec413ee46f0cc3a2\",\n-                \"reference\": \"1748aaf847fc731cfad7725aec413ee46f0cc3a2\",\n-                \"shasum\": \"\"\n+                \"reference\": \"1748aaf847fc731cfad7725aec413ee46f0cc3a2\"\n             },\n             \"require\": {\n                 \"php\": \"^5.3 || ^7.0 || ^8.0\"\n             },\n-            \"require-dev\": {\n-                \"phpstan/phpstan\": \"^1.11\",\n-                \"phpunit/phpunit\": \"^4.8.35 || ^5.7 || ^6.0 || ^8.5.13\"\n-            },\n             \"bin\": [\n                 \"bin/jsonlint\"\n             ],\n             \"type\": \"library\",\n             \"autoload\": {\n                 \"psr-4\": {\n                     \"Seld\\\\JsonLint\\\\\": \"src/Seld/JsonLint/\"\n                 }\n             },\n-            \"notification-url\": \"https://packagist.org/downloads/\",\n             \"license\": [\n                 \"MIT\"\n             ],\n-            \"authors\": [\n-                {\n-                    \"name\": \"Jordi Boggiano\",\n-                    \"email\": \"j.boggiano@seld.be\",\n-                    \"homepage\": \"https://seld.be\"\n-                }\n-            ],\n-            \"description\": \"JSON Linter\",\n-            \"keywords\": [\n-                \"json\",\n-                \"linter\",\n-                \"parser\",\n-                \"validator\"\n-            ],\n-            \"support\": {\n-                \"issues\": \"https://github.com/Seldaek/jsonlint/issues\",\n-                \"source\": \"https://github.com/Seldaek/jsonlint/tree/1.11.0\"\n-            },\n-            \"funding\": [\n-                {\n-                    \"url\": \"https://github.com/Seldaek\",\n-                    \"type\": \"github\"\n-                },\n-                {\n-                    \"url\": \"https://tidelift.com/funding/github/packagist/seld/jsonlint\",\n-                    \"type\": \"tidelift\"\n-                }\n-            ],\n-            \"time\": \"2024-07-11T14:55:45+00:00\"\n+            \"description\": \"JSON Linter\"\n         },\n         {\n             \"name\": \"seld/phar-utils\",\n             \"version\": \"1.2.1\",\n             \"source\": {\n                 \"type\": \"git\",\n                 \"url\": \"https://github.com/Seldaek/phar-utils.git\",\n                 \"reference\": \"ea2f4014f163c1be4c601b9b7bd6af81ba8d701c\"\n             },\n             \"dist\": {\n                 \"type\": \"zip\",\n                 \"url\": \"https://api.github.com/repos/Seldaek/phar-utils/zipball/ea2f4014f163c1be4c601b9b7bd6af81ba8d701c\",\n-                \"reference\": \"ea2f4014f163c1be4c601b9b7bd6af81ba8d701c\",\n-                \"shasum\": \"\"\n+                \"reference\": \"ea2f4014f163c1be4c601b9b7bd6af81ba8d701c\"\n             },\n             \"require\": {\n                 \"php\": \"\u003e=5.3\"\n             },\n             \"type\": \"library\",\n             \"extra\": {\n                 \"branch-alias\": {\n                     \"dev-master\": \"1.x-dev\"\n                 }\n             },\n             \"autoload\": {\n                 \"psr-4\": {\n                     \"Seld\\\\PharUtils\\\\\": \"src/\"\n                 }\n             },\n-            \"notification-url\": \"https://packagist.org/downloads/\",\n             \"license\": [\n                 \"MIT\"\n             ],\n-            \"authors\": [\n-                {\n-                    \"name\": \"Jordi Boggiano\",\n-                    \"email\": \"j.boggiano@seld.be\"\n-                }\n-            ],\n-            \"description\": \"PHAR file format utilities, for when PHP phars you up\",\n-            \"keywords\": [\n-                \"phar\"\n-            ],\n-            \"support\": {\n-                \"issues\": \"https://github.com/Seldaek/phar-utils/issues\",\n-                \"source\": \"https://github.com/Seldaek/phar-utils/tree/1.2.1\"\n-            },\n-            \"time\": \"2022-08-31T10:31:18+00:00\"\n+            \"description\": \"PHAR file format utilities, for when PHP phars you up\"\n         },\n         {\n             \"name\": \"seld/signal-handler\",\n             \"version\": \"2.0.2\",\n             \"source\": {\n                 \"type\": \"git\",\n                 \"url\": \"https://github.com/Seldaek/signal-handler.git\",\n                 \"reference\": \"04a6112e883ad76c0ada8e4a9f7520bbfdb6bb98\"\n             },\n             \"dist\": {\n                 \"type\": \"zip\",\n                 \"url\": \"https://api.github.com/repos/Seldaek/signal-handler/zipball/04a6112e883ad76c0ada8e4a9f7520bbfdb6bb98\",\n-                \"reference\": \"04a6112e883ad76c0ada8e4a9f7520bbfdb6bb98\",\n-                \"shasum\": \"\"\n+                \"reference\": \"04a6112e883ad76c0ada8e4a9f7520bbfdb6bb98\"\n             },\n             \"require\": {\n                 \"php\": \"\u003e=7.2.0\"\n             },\n-            \"require-dev\": {\n-                \"phpstan/phpstan\": \"^1\",\n-                \"phpstan/phpstan-deprecation-rules\": \"^1.0\",\n-                \"phpstan/phpstan-phpunit\": \"^1\",\n-                \"phpstan/phpstan-strict-rules\": \"^1.3\",\n-                \"phpunit/phpunit\": \"^7.5.20 || ^8.5.23\",\n-                \"psr/log\": \"^1 || ^2 || ^3\"\n-            },\n             \"type\": \"library\",\n             \"extra\": {\n                 \"branch-alias\": {\n                     \"dev-main\": \"2.x-dev\"\n                 }\n             },\n             \"autoload\": {\n                 \"psr-4\": {\n                     \"Seld\\\\Signal\\\\\": \"src/\"\n                 }\n             },\n-            \"notification-url\": \"https://packagist.org/downloads/\",\n             \"license\": [\n                 \"MIT\"\n             ],\n-            \"authors\": [\n-                {\n-                    \"name\": \"Jordi Boggiano\",\n-                    \"email\": \"j.boggiano@seld.be\",\n-                    \"homepage\": \"http://seld.be\"\n-                }\n-            ],\n-            \"description\": \"Simple unix signal handler that silently fails where signals are not supported for easy cross-platform development\",\n-            \"keywords\": [\n-                \"posix\",\n-                \"sigint\",\n-                \"signal\",\n-                \"sigterm\",\n-                \"unix\"\n-            ],\n-            \"support\": {\n-                \"issues\": \"https://github.com/Seldaek/signal-handler/issues\",\n-                \"source\": \"https://github.com/Seldaek/signal-handler/tree/2.0.2\"\n-            },\n-            \"time\": \"2023-09-03T09:24:00+00:00\"\n+            \"description\": \"Simple unix signal handler that silently fails where signals are not supported for easy cross-platform development\"\n         },\n         {\n             \"name\": \"symfony/console\",\n             \"version\": \"v5.4.47\",\n             \"source\": {\n                 \"type\": \"git\",\n                 \"url\": \"https://github.com/symfony/console.git\",\n                 \"reference\": \"c4ba980ca61a9eb18ee6bcc73f28e475852bb1ed\"\n             },\n             \"dist\": {\n                 \"type\": \"zip\",\n                 \"url\": \"https://api.github.com/repos/symfony/console/zipball/c4ba980ca61a9eb18ee6bcc73f28e475852bb1ed\",\n-                \"reference\": \"c4ba980ca61a9eb18ee6bcc73f28e475852bb1ed\",\n-                \"shasum\": \"\"\n+                \"reference\": \"c4ba980ca61a9eb18ee6bcc73f28e475852bb1ed\"\n             },\n             \"require\": {\n                 \"php\": \"\u003e=7.2.5\",\n                 \"symfony/deprecation-contracts\": \"^2.1|^3\",\n                 \"symfony/polyfill-mbstring\": \"~1.0\",\n                 \"symfony/polyfill-php73\": \"^1.9\",\n                 \"symfony/polyfill-php80\": \"^1.16\",\n                 \"symfony/service-contracts\": \"^1.1|^2|^3\",\n                 \"symfony/string\": \"^5.1|^6.0\"\n             },\n-            \"conflict\": {\n-                \"psr/log\": \"\u003e=3\",\n-                \"symfony/dependency-injection\": \"\u003c4.4\",\n-                \"symfony/dotenv\": \"\u003c5.1\",\n-                \"symfony/event-dispatcher\": \"\u003c4.4\",\n-                \"symfony/lock\": \"\u003c4.4\",\n-                \"symfony/process\": \"\u003c4.4\"\n-            },\n             \"provide\": {\n                 \"psr/log-implementation\": \"1.0|2.0\"\n             },\n-            \"require-dev\": {\n-                \"psr/log\": \"^1|^2\",\n-                \"symfony/config\": \"^4.4|^5.0|^6.0\",\n-                \"symfony/dependency-injection\": \"^4.4|^5.0|^6.0\",\n-                \"symfony/event-dispatcher\": \"^4.4|^5.0|^6.0\",\n-                \"symfony/lock\": \"^4.4|^5.0|^6.0\",\n-                \"symfony/process\": \"^4.4|^5.0|^6.0\",\n-                \"symfony/var-dumper\": \"^4.4|^5.0|^6.0\"\n-            },\n-            \"suggest\": {\n-                \"psr/log\": \"For using the console logger\",\n-                \"symfony/event-dispatcher\": \"\",\n-                \"symfony/lock\": \"\",\n-                \"symfony/process\": \"\"\n-            },\n             \"type\": \"library\",\n             \"autoload\": {\n                 \"psr-4\": {\n                     \"Symfony\\\\Component\\\\Console\\\\\": \"\"\n                 },\n                 \"exclude-from-classmap\": [\n                     \"/Tests/\"\n                 ]\n             },\n-            \"notification-url\": \"https://packagist.org/downloads/\",\n             \"license\": [\n                 \"MIT\"\n             ],\n-            \"authors\": [\n-                {\n-                    \"name\": \"Fabien Potencier\",\n-                    \"email\": \"fabien@symfony.com\"\n-                },\n-                {\n-                    \"name\": \"Symfony Community\",\n-                    \"homepage\": \"https://symfony.com/contributors\"\n-                }\n-            ],\n-            \"description\": \"Eases the creation of beautiful and testable command line interfaces\",\n-            \"homepage\": \"https://symfony.com\",\n-            \"keywords\": [\n-                \"cli\",\n-                \"command-line\",\n-                \"console\",\n-                \"terminal\"\n-            ],\n-            \"support\": {\n-                \"source\": \"https://github.com/symfony/console/tree/v5.4.47\"\n-            },\n-            \"funding\": [\n-                {\n-                    \"url\": \"https://symfony.com/sponsor\",\n-                    \"type\": \"custom\"\n-                },\n-                {\n-                    \"url\": \"https://github.com/fabpot\",\n-                    \"type\": \"github\"\n-                },\n-                {\n-                    \"url\": \"https://tidelift.com/funding/github/packagist/symfony/symfony\",\n-                    \"type\": \"tidelift\"\n-                }\n-            ],\n-            \"time\": \"2024-11-06T11:30:55+00:00\"\n+            \"description\": \"Eases the creation of beautiful and testable command line interfaces\"\n         },\n         {\n             \"name\": \"symfony/deprecation-contracts\",\n             \"version\": \"v2.5.4\",\n             \"source\": {\n                 \"type\": \"git\",\n                 \"url\": \"https://github.com/symfony/deprecation-contracts.git\",\n                 \"reference\": \"605389f2a7e5625f273b53960dc46aeaf9c62918\"\n             },\n             \"dist\": {\n                 \"type\": \"zip\",\n                 \"url\": \"https://api.github.com/repos/symfony/deprecation-contracts/zipball/605389f2a7e5625f273b53960dc46aeaf9c62918\",\n-                \"reference\": \"605389f2a7e5625f273b53960dc46aeaf9c62918\",\n-                \"shasum\": \"\"\n+                \"reference\": \"605389f2a7e5625f273b53960dc46aeaf9c62918\"\n             },\n             \"require\": {\n                 \"php\": \"\u003e=7.1\"\n             },\n             \"type\": \"library\",\n             \"extra\": {\n                 \"thanks\": {\n                     \"url\": \"https://github.com/symfony/contracts\",\n                     \"name\": \"symfony/contracts\"\n                 },\n                 \"branch-alias\": {\n                     \"dev-main\": \"2.5-dev\"\n                 }\n             },\n             \"autoload\": {\n                 \"files\": [\n                     \"function.php\"\n                 ]\n             },\n-            \"notification-url\": \"https://packagist.org/downloads/\",\n             \"license\": [\n                 \"MIT\"\n             ],\n-            \"authors\": [\n-                {\n-                    \"name\": \"Nicolas Grekas\",\n-                    \"email\": \"p@tchwork.com\"\n-                },\n-                {\n-                    \"name\": \"Symfony Community\",\n-                    \"homepage\": \"https://symfony.com/contributors\"\n-                }\n-            ],\n-            \"description\": \"A generic function and convention to trigger deprecation notices\",\n-            \"homepage\": \"https://symfony.com\",\n-            \"support\": {\n-                \"source\": \"https://github.com/symfony/deprecation-contracts/tree/v2.5.4\"\n-            },\n-            \"funding\": [\n-                {\n-                    \"url\": \"https://symfony.com/sponsor\",\n-                    \"type\": \"custom\"\n-                },\n-                {\n-                    \"url\": \"https://github.com/fabpot\",\n-                    \"type\": \"github\"\n-                },\n-                {\n-                    \"url\": \"https://tidelift.com/funding/github/packagist/symfony/symfony\",\n-                    \"type\": \"tidelift\"\n-                }\n-            ],\n-            \"time\": \"2024-09-25T14:11:13+00:00\"\n+            \"description\": \"A generic function and convention to trigger deprecation notices\"\n         },\n         {\n             \"name\": \"symfony/filesystem\",\n             \"version\": \"v5.4.45\",\n             \"source\": {\n                 \"type\": \"git\",\n                 \"url\": \"https://github.com/symfony/filesystem.git\",\n                 \"reference\": \"57c8294ed37d4a055b77057827c67f9558c95c54\"\n             },\n             \"dist\": {\n                 \"type\": \"zip\",\n                 \"url\": \"https://api.github.com/repos/symfony/filesystem/zipball/57c8294ed37d4a055b77057827c67f9558c95c54\",\n-                \"reference\": \"57c8294ed37d4a055b77057827c67f9558c95c54\",\n-                \"shasum\": \"\"\n+                \"reference\": \"57c8294ed37d4a055b77057827c67f9558c95c54\"\n             },\n             \"require\": {\n                 \"php\": \"\u003e=7.2.5\",\n                 \"symfony/polyfill-ctype\": \"~1.8\",\n                 \"symfony/polyfill-mbstring\": \"~1.8\",\n                 \"symfony/polyfill-php80\": \"^1.16\"\n             },\n-            \"require-dev\": {\n-                \"symfony/process\": \"^5.4|^6.4\"\n-            },\n             \"type\": \"library\",\n             \"autoload\": {\n                 \"psr-4\": {\n                     \"Symfony\\\\Component\\\\Filesystem\\\\\": \"\"\n                 },\n                 \"exclude-from-classmap\": [\n                     \"/Tests/\"\n                 ]\n             },\n-            \"notification-url\": \"https://packagist.org/downloads/\",\n             \"license\": [\n                 \"MIT\"\n             ],\n-            \"authors\": [\n-                {\n-                    \"name\": \"Fabien Potencier\",\n-                    \"email\": \"fabien@symfony.com\"\n-                },\n-                {\n-                    \"name\": \"Symfony Community\",\n-                    \"homepage\": \"https://symfony.com/contributors\"\n-                }\n-            ],\n-            \"description\": \"Provides basic utilities for the filesystem\",\n-            \"homepage\": \"https://symfony.com\",\n-            \"support\": {\n-                \"source\": \"https://github.com/symfony/filesystem/tree/v5.4.45\"\n-            },\n-            \"funding\": [\n-                {\n-                    \"url\": \"https://symfony.com/sponsor\",\n-                    \"type\": \"custom\"\n-                },\n-                {\n-                    \"url\": \"https://github.com/fabpot\",\n-                    \"type\": \"github\"\n-                },\n-                {\n-                    \"url\": \"https://tidelift.com/funding/github/packagist/symfony/symfony\",\n-                    \"type\": \"tidelift\"\n-                }\n-            ],\n-            \"time\": \"2024-10-22T13:05:35+00:00\"\n+            \"description\": \"Provides basic utilities for the filesystem\"\n         },\n         {\n             \"name\": \"symfony/finder\",\n             \"version\": \"v5.4.45\",\n             \"source\": {\n                 \"type\": \"git\",\n                 \"url\": \"https://github.com/symfony/finder.git\",\n                 \"reference\": \"63741784cd7b9967975eec610b256eed3ede022b\"\n             },\n             \"dist\": {\n                 \"type\": \"zip\",\n                 \"url\": \"https://api.github.com/repos/symfony/finder/zipball/63741784cd7b9967975eec610b256eed3ede022b\",\n-                \"reference\": \"63741784cd7b9967975eec610b256eed3ede022b\",\n-                \"shasum\": \"\"\n+                \"reference\": \"63741784cd7b9967975eec610b256eed3ede022b\"\n             },\n             \"require\": {\n                 \"php\": \"\u003e=7.2.5\",\n                 \"symfony/deprecation-contracts\": \"^2.1|^3\",\n                 \"symfony/polyfill-php80\": \"^1.16\"\n             },\n             \"type\": \"library\",\n             \"autoload\": {\n                 \"psr-4\": {\n                     \"Symfony\\\\Component\\\\Finder\\\\\": \"\"\n                 },\n                 \"exclude-from-classmap\": [\n                     \"/Tests/\"\n                 ]\n             },\n-            \"notification-url\": \"https://packagist.org/downloads/\",\n             \"license\": [\n                 \"MIT\"\n             ],\n-            \"authors\": [\n-                {\n-                    \"name\": \"Fabien Potencier\",\n-                    \"email\": \"fabien@symfony.com\"\n-                },\n-                {\n-                    \"name\": \"Symfony Community\",\n-                    \"homepage\": \"https://symfony.com/contributors\"\n-                }\n-            ],\n-            \"description\": \"Finds files and directories via an intuitive fluent interface\",\n-            \"homepage\": \"https://symfony.com\",\n-            \"support\": {\n-                \"source\": \"https://github.com/symfony/finder/tree/v5.4.45\"\n-            },\n-            \"funding\": [\n-                {\n-                    \"url\": \"https://symfony.com/sponsor\",\n-                    \"type\": \"custom\"\n-                },\n-                {\n-                    \"url\": \"https://github.com/fabpot\",\n-                    \"type\": \"github\"\n-                },\n-                {\n-                    \"url\": \"https://tidelift.com/funding/github/packagist/symfony/symfony\",\n-                    \"type\": \"tidelift\"\n-                }\n-            ],\n-            \"time\": \"2024-09-28T13:32:08+00:00\"\n+            \"description\": \"Finds files and directories via an intuitive fluent interface\"\n         },\n         {\n             \"name\": \"symfony/polyfill-ctype\",\n             \"version\": \"v1.31.0\",\n             \"source\": {\n                 \"type\": \"git\",\n                 \"url\": \"https://github.com/symfony/polyfill-ctype.git\",\n                 \"reference\": \"a3cc8b044a6ea513310cbd48ef7333b384945638\"\n             },\n             \"dist\": {\n                 \"type\": \"zip\",\n                 \"url\": \"https://api.github.com/repos/symfony/polyfill-ctype/zipball/a3cc8b044a6ea513310cbd48ef7333b384945638\",\n-                \"reference\": \"a3cc8b044a6ea513310cbd48ef7333b384945638\",\n-                \"shasum\": \"\"\n+                \"reference\": \"a3cc8b044a6ea513310cbd48ef7333b384945638\"\n             },\n             \"require\": {\n                 \"php\": \"\u003e=7.2\"\n             },\n             \"provide\": {\n                 \"ext-ctype\": \"*\"\n             },\n-            \"suggest\": {\n-                \"ext-ctype\": \"For best performance\"\n-            },\n             \"type\": \"library\",\n             \"extra\": {\n                 \"thanks\": {\n                     \"url\": \"https://github.com/symfony/polyfill\",\n                     \"name\": \"symfony/polyfill\"\n                 }\n             },\n             \"autoload\": {\n                 \"files\": [\n                     \"bootstrap.php\"\n                 ],\n                 \"psr-4\": {\n                     \"Symfony\\\\Polyfill\\\\Ctype\\\\\": \"\"\n                 }\n             },\n-            \"notification-url\": \"https://packagist.org/downloads/\",\n             \"license\": [\n                 \"MIT\"\n             ],\n-            \"authors\": [\n-                {\n-                    \"name\": \"Gert de Pagter\",\n-                    \"email\": \"BackEndTea@gmail.com\"\n-                },\n-                {\n-                    \"name\": \"Symfony Community\",\n-                    \"homepage\": \"https://symfony.com/contributors\"\n-                }\n-            ],\n-            \"description\": \"Symfony polyfill for ctype functions\",\n-            \"homepage\": \"https://symfony.com\",\n-            \"keywords\": [\n-                \"compatibility\",\n-                \"ctype\",\n-                \"polyfill\",\n-                \"portable\"\n-            ],\n-            \"support\": {\n-                \"source\": \"https://github.com/symfony/polyfill-ctype/tree/v1.31.0\"\n-            },\n-            \"funding\": [\n-                {\n-                    \"url\": \"https://symfony.com/sponsor\",\n-                    \"type\": \"custom\"\n-                },\n-                {\n-                    \"url\": \"https://github.com/fabpot\",\n-                    \"type\": \"github\"\n-                },\n-                {\n-                    \"url\": \"https://tidelift.com/funding/github/packagist/symfony/symfony\",\n-                    \"type\": \"tidelift\"\n-                }\n-            ],\n-            \"time\": \"2024-09-09T11:45:10+00:00\"\n+            \"description\": \"Symfony polyfill for ctype functions\"\n         },\n         {\n             \"name\": \"symfony/polyfill-intl-grapheme\",\n             \"version\": \"v1.31.0\",\n             \"source\": {\n                 \"type\": \"git\",\n                 \"url\": \"https://github.com/symfony/polyfill-intl-grapheme.git\",\n                 \"reference\": \"b9123926e3b7bc2f98c02ad54f6a4b02b91a8abe\"\n             },\n             \"dist\": {\n                 \"type\": \"zip\",\n                 \"url\": \"https://api.github.com/repos/symfony/polyfill-intl-grapheme/zipball/b9123926e3b7bc2f98c02ad54f6a4b02b91a8abe\",\n-                \"reference\": \"b9123926e3b7bc2f98c02ad54f6a4b02b91a8abe\",\n-                \"shasum\": \"\"\n+                \"reference\": \"b9123926e3b7bc2f98c02ad54f6a4b02b91a8abe\"\n             },\n             \"require\": {\n                 \"php\": \"\u003e=7.2\"\n             },\n-            \"suggest\": {\n-                \"ext-intl\": \"For best performance\"\n-            },\n             \"type\": \"library\",\n             \"extra\": {\n                 \"thanks\": {\n                     \"url\": \"https://github.com/symfony/polyfill\",\n                     \"name\": \"symfony/polyfill\"\n                 }\n             },\n             \"autoload\": {\n                 \"files\": [\n                     \"bootstrap.php\"\n                 ],\n                 \"psr-4\": {\n                     \"Symfony\\\\Polyfill\\\\Intl\\\\Grapheme\\\\\": \"\"\n                 }\n             },\n-            \"notification-url\": \"https://packagist.org/downloads/\",\n             \"license\": [\n                 \"MIT\"\n             ],\n-            \"authors\": [\n-                {\n-                    \"name\": \"Nicolas Grekas\",\n-                    \"email\": \"p@tchwork.com\"\n-                },\n-                {\n-                    \"name\": \"Symfony Community\",\n-                    \"homepage\": \"https://symfony.com/contributors\"\n-                }\n-            ],\n-            \"description\": \"Symfony polyfill for intl's grapheme_* functions\",\n-            \"homepage\": \"https://symfony.com\",\n-            \"keywords\": [\n-                \"compatibility\",\n-                \"grapheme\",\n-                \"intl\",\n-                \"polyfill\",\n-                \"portable\",\n-                \"shim\"\n-            ],\n-            \"support\": {\n-                \"source\": \"https://github.com/symfony/polyfill-intl-grapheme/tree/v1.31.0\"\n-            },\n-            \"funding\": [\n-                {\n-                    \"url\": \"https://symfony.com/sponsor\",\n-                    \"type\": \"custom\"\n-                },\n-                {\n-                    \"url\": \"https://github.com/fabpot\",\n-                    \"type\": \"github\"\n-                },\n-                {\n-                    \"url\": \"https://tidelift.com/funding/github/packagist/symfony/symfony\",\n-                    \"type\": \"tidelift\"\n-                }\n-            ],\n-            \"time\": \"2024-09-09T11:45:10+00:00\"\n+            \"description\": \"Symfony polyfill for intl's grapheme_* functions\"\n         },\n         {\n             \"name\": \"symfony/polyfill-intl-normalizer\",\n             \"version\": \"v1.31.0\",\n             \"source\": {\n                 \"type\": \"git\",\n                 \"url\": \"https://github.com/symfony/polyfill-intl-normalizer.git\",\n                 \"reference\": \"3833d7255cc303546435cb650316bff708a1c75c\"\n             },\n             \"dist\": {\n                 \"type\": \"zip\",\n                 \"url\": \"https://api.github.com/repos/symfony/polyfill-intl-normalizer/zipball/3833d7255cc303546435cb650316bff708a1c75c\",\n-                \"reference\": \"3833d7255cc303546435cb650316bff708a1c75c\",\n-                \"shasum\": \"\"\n+                \"reference\": \"3833d7255cc303546435cb650316bff708a1c75c\"\n             },\n             \"require\": {\n                 \"php\": \"\u003e=7.2\"\n             },\n-            \"suggest\": {\n-                \"ext-intl\": \"For best performance\"\n-            },\n             \"type\": \"library\",\n             \"extra\": {\n                 \"thanks\": {\n                     \"url\": \"https://github.com/symfony/polyfill\",\n                     \"name\": \"symfony/polyfill\"\n                 }\n             },\n             \"autoload\": {\n                 \"files\": [\n                     \"bootstrap.php\"\n                 ],\n                 \"psr-4\": {\n                     \"Symfony\\\\Polyfill\\\\Intl\\\\Normalizer\\\\\": \"\"\n                 },\n                 \"classmap\": [\n                     \"Resources/stubs\"\n                 ]\n             },\n-            \"notification-url\": \"https://packagist.org/downloads/\",\n             \"license\": [\n                 \"MIT\"\n             ],\n-            \"authors\": [\n-                {\n-                    \"name\": \"Nicolas Grekas\",\n-                    \"email\": \"p@tchwork.com\"\n-                },\n-                {\n-                    \"name\": \"Symfony Community\",\n-                    \"homepage\": \"https://symfony.com/contributors\"\n-                }\n-            ],\n-            \"description\": \"Symfony polyfill for intl's Normalizer class and related functions\",\n-            \"homepage\": \"https://symfony.com\",\n-            \"keywords\": [\n-                \"compatibility\",\n-                \"intl\",\n-                \"normalizer\",\n-                \"polyfill\",\n-                \"portable\",\n-                \"shim\"\n-            ],\n-            \"support\": {\n-                \"source\": \"https://github.com/symfony/polyfill-intl-normalizer/tree/v1.31.0\"\n-            },\n-            \"funding\": [\n-                {\n-                    \"url\": \"https://symfony.com/sponsor\",\n-                    \"type\": \"custom\"\n-                },\n-                {\n-                    \"url\": \"https://github.com/fabpot\",\n-                    \"type\": \"github\"\n-                },\n-                {\n-                    \"url\": \"https://tidelift.com/funding/github/packagist/symfony/symfony\",\n-                    \"type\": \"tidelift\"\n-                }\n-            ],\n-            \"time\": \"2024-09-09T11:45:10+00:00\"\n+            \"description\": \"Symfony polyfill for intl's Normalizer class and related functions\"\n         },\n         {\n             \"name\": \"symfony/polyfill-mbstring\",\n             \"version\": \"v1.31.0\",\n             \"source\": {\n                 \"type\": \"git\",\n                 \"url\": \"https://github.com/symfony/polyfill-mbstring.git\",\n                 \"reference\": \"85181ba99b2345b0ef10ce42ecac37612d9fd341\"\n             },\n             \"dist\": {\n                 \"type\": \"zip\",\n                 \"url\": \"https://api.github.com/repos/symfony/polyfill-mbstring/zipball/85181ba99b2345b0ef10ce42ecac37612d9fd341\",\n-                \"reference\": \"85181ba99b2345b0ef10ce42ecac37612d9fd341\",\n-                \"shasum\": \"\"\n+                \"reference\": \"85181ba99b2345b0ef10ce42ecac37612d9fd341\"\n             },\n             \"require\": {\n                 \"php\": \"\u003e=7.2\"\n             },\n             \"provide\": {\n                 \"ext-mbstring\": \"*\"\n             },\n-            \"suggest\": {\n-                \"ext-mbstring\": \"For best performance\"\n-            },\n             \"type\": \"library\",\n             \"extra\": {\n                 \"thanks\": {\n                     \"url\": \"https://github.com/symfony/polyfill\",\n                     \"name\": \"symfony/polyfill\"\n                 }\n             },\n             \"autoload\": {\n                 \"files\": [\n                     \"bootstrap.php\"\n                 ],\n                 \"psr-4\": {\n                     \"Symfony\\\\Polyfill\\\\Mbstring\\\\\": \"\"\n                 }\n             },\n-            \"notification-url\": \"https://packagist.org/downloads/\",\n             \"license\": [\n                 \"MIT\"\n             ],\n-            \"authors\": [\n-                {\n-                    \"name\": \"Nicolas Grekas\",\n-                    \"email\": \"p@tchwork.com\"\n-                },\n-                {\n-                    \"name\": \"Symfony Community\",\n-                    \"homepage\": \"https://symfony.com/contributors\"\n-                }\n-            ],\n-            \"description\": \"Symfony polyfill for the Mbstring extension\",\n-            \"homepage\": \"https://symfony.com\",\n-            \"keywords\": [\n-                \"compatibility\",\n-                \"mbstring\",\n-                \"polyfill\",\n-                \"portable\",\n-                \"shim\"\n-            ],\n-            \"support\": {\n-                \"source\": \"https://github.com/symfony/polyfill-mbstring/tree/v1.31.0\"\n-            },\n-            \"funding\": [\n-                {\n-                    \"url\": \"https://symfony.com/sponsor\",\n-                    \"type\": \"custom\"\n-                },\n-                {\n-                    \"url\": \"https://github.com/fabpot\",\n-                    \"type\": \"github\"\n-                },\n-                {\n-                    \"url\": \"https://tidelift.com/funding/github/packagist/symfony/symfony\",\n-                    \"type\": \"tidelift\"\n-                }\n-            ],\n-            \"time\": \"2024-09-09T11:45:10+00:00\"\n+            \"description\": \"Symfony polyfill for the Mbstring extension\"\n         },\n         {\n             \"name\": \"symfony/polyfill-php73\",\n             \"version\": \"v1.31.0\",\n             \"source\": {\n                 \"type\": \"git\",\n                 \"url\": \"https://github.com/symfony/polyfill-php73.git\",\n                 \"reference\": \"0f68c03565dcaaf25a890667542e8bd75fe7e5bb\"\n             },\n             \"dist\": {\n                 \"type\": \"zip\",\n                 \"url\": \"https://api.github.com/repos/symfony/polyfill-php73/zipball/0f68c03565dcaaf25a890667542e8bd75fe7e5bb\",\n-                \"reference\": \"0f68c03565dcaaf25a890667542e8bd75fe7e5bb\",\n-                \"shasum\": \"\"\n+                \"reference\": \"0f68c03565dcaaf25a890667542e8bd75fe7e5bb\"\n             },\n             \"require\": {\n                 \"php\": \"\u003e=7.2\"\n             },\n             \"type\": \"library\",\n             \"extra\": {\n                 \"thanks\": {\n                     \"url\": \"https://github.com/symfony/polyfill\",\n                     \"name\": \"symfony/polyfill\"\n                 }\n             },\n             \"autoload\": {\n                 \"files\": [\n                     \"bootstrap.php\"\n                 ],\n                 \"psr-4\": {\n                     \"Symfony\\\\Polyfill\\\\Php73\\\\\": \"\"\n                 },\n                 \"classmap\": [\n                     \"Resources/stubs\"\n                 ]\n             },\n-            \"notification-url\": \"https://packagist.org/downloads/\",\n             \"license\": [\n                 \"MIT\"\n             ],\n-            \"authors\": [\n-                {\n-                    \"name\": \"Nicolas Grekas\",\n-                    \"email\": \"p@tchwork.com\"\n-                },\n-                {\n-                    \"name\": \"Symfony Community\",\n-                    \"homepage\": \"https://symfony.com/contributors\"\n-                }\n-            ],\n-            \"description\": \"Symfony polyfill backporting some PHP 7.3+ features to lower PHP versions\",\n-            \"homepage\": \"https://symfony.com\",\n-            \"keywords\": [\n-                \"compatibility\",\n-                \"polyfill\",\n-                \"portable\",\n-                \"shim\"\n-            ],\n-            \"support\": {\n-                \"source\": \"https://github.com/symfony/polyfill-php73/tree/v1.31.0\"\n-            },\n-            \"funding\": [\n-                {\n-                    \"url\": \"https://symfony.com/sponsor\",\n-                    \"type\": \"custom\"\n-                },\n-                {\n-                    \"url\": \"https://github.com/fabpot\",\n-                    \"type\": \"github\"\n-                },\n-                {\n-                    \"url\": \"https://tidelift.com/funding/github/packagist/symfony/symfony\",\n-                    \"type\": \"tidelift\"\n-                }\n-            ],\n-            \"time\": \"2024-09-09T11:45:10+00:00\"\n+            \"description\": \"Symfony polyfill backporting some PHP 7.3+ features to lower PHP versions\"\n         },\n         {\n             \"name\": \"symfony/polyfill-php80\",\n             \"version\": \"v1.31.0\",\n             \"source\": {\n                 \"type\": \"git\",\n                 \"url\": \"https://github.com/symfony/polyfill-php80.git\",\n                 \"reference\": \"60328e362d4c2c802a54fcbf04f9d3fb892b4cf8\"\n             },\n             \"dist\": {\n                 \"type\": \"zip\",\n                 \"url\": \"https://api.github.com/repos/symfony/polyfill-php80/zipball/60328e362d4c2c802a54fcbf04f9d3fb892b4cf8\",\n-                \"reference\": \"60328e362d4c2c802a54fcbf04f9d3fb892b4cf8\",\n-                \"shasum\": \"\"\n+                \"reference\": \"60328e362d4c2c802a54fcbf04f9d3fb892b4cf8\"\n             },\n             \"require\": {\n                 \"php\": \"\u003e=7.2\"\n             },\n             \"type\": \"library\",\n             \"extra\": {\n                 \"thanks\": {\n                     \"url\": \"https://github.com/symfony/polyfill\",\n                     \"name\": \"symfony/polyfill\"\n                 }\n             },\n             \"autoload\": {\n                 \"files\": [\n                     \"bootstrap.php\"\n                 ],\n                 \"psr-4\": {\n                     \"Symfony\\\\Polyfill\\\\Php80\\\\\": \"\"\n                 },\n                 \"classmap\": [\n                     \"Resources/stubs\"\n                 ]\n             },\n-            \"notification-url\": \"https://packagist.org/downloads/\",\n             \"license\": [\n                 \"MIT\"\n             ],\n-            \"authors\": [\n-                {\n-                    \"name\": \"Ion Bazan\",\n-                    \"email\": \"ion.bazan@gmail.com\"\n-                },\n-                {\n-                    \"name\": \"Nicolas Grekas\",\n-                    \"email\": \"p@tchwork.com\"\n-                },\n-                {\n-                    \"name\": \"Symfony Community\",\n-                    \"homepage\": \"https://symfony.com/contributors\"\n-                }\n-            ],\n-            \"description\": \"Symfony polyfill backporting some PHP 8.0+ features to lower PHP versions\",\n-            \"homepage\": \"https://symfony.com\",\n-            \"keywords\": [\n-                \"compatibility\",\n-                \"polyfill\",\n-                \"portable\",\n-                \"shim\"\n-            ],\n-            \"support\": {\n-                \"source\": \"https://github.com/symfony/polyfill-php80/tree/v1.31.0\"\n-            },\n-            \"funding\": [\n-                {\n-                    \"url\": \"https://symfony.com/sponsor\",\n-                    \"type\": \"custom\"\n-                },\n-                {\n-                    \"url\": \"https://github.com/fabpot\",\n-                    \"type\": \"github\"\n-                },\n-                {\n-                    \"url\": \"https://tidelift.com/funding/github/packagist/symfony/symfony\",\n-                    \"type\": \"tidelift\"\n-                }\n-            ],\n-            \"time\": \"2024-09-09T11:45:10+00:00\"\n+            \"description\": \"Symfony polyfill backporting some PHP 8.0+ features to lower PHP versions\"\n         },\n         {\n             \"name\": \"symfony/polyfill-php81\",\n             \"version\": \"v1.31.0\",\n             \"source\": {\n                 \"type\": \"git\",\n                 \"url\": \"https://github.com/symfony/polyfill-php81.git\",\n                 \"reference\": \"4a4cfc2d253c21a5ad0e53071df248ed48c6ce5c\"\n             },\n             \"dist\": {\n                 \"type\": \"zip\",\n                 \"url\": \"https://api.github.com/repos/symfony/polyfill-php81/zipball/4a4cfc2d253c21a5ad0e53071df248ed48c6ce5c\",\n-                \"reference\": \"4a4cfc2d253c21a5ad0e53071df248ed48c6ce5c\",\n-                \"shasum\": \"\"\n+                \"reference\": \"4a4cfc2d253c21a5ad0e53071df248ed48c6ce5c\"\n             },\n             \"require\": {\n                 \"php\": \"\u003e=7.2\"\n             },\n             \"type\": \"library\",\n             \"extra\": {\n                 \"thanks\": {\n                     \"url\": \"https://github.com/symfony/polyfill\",\n                     \"name\": \"symfony/polyfill\"\n                 }\n             },\n             \"autoload\": {\n                 \"files\": [\n                     \"bootstrap.php\"\n                 ],\n                 \"psr-4\": {\n                     \"Symfony\\\\Polyfill\\\\Php81\\\\\": \"\"\n                 },\n                 \"classmap\": [\n                     \"Resources/stubs\"\n                 ]\n             },\n-            \"notification-url\": \"https://packagist.org/downloads/\",\n             \"license\": [\n                 \"MIT\"\n             ],\n-            \"authors\": [\n-                {\n-                    \"name\": \"Nicolas Grekas\",\n-                    \"email\": \"p@tchwork.com\"\n-                },\n-                {\n-                    \"name\": \"Symfony Community\",\n-                    \"homepage\": \"https://symfony.com/contributors\"\n-                }\n-            ],\n-            \"description\": \"Symfony polyfill backporting some PHP 8.1+ features to lower PHP versions\",\n-            \"homepage\": \"https://symfony.com\",\n-            \"keywords\": [\n-                \"compatibility\",\n-                \"polyfill\",\n-                \"portable\",\n-                \"shim\"\n-            ],\n-            \"support\": {\n-                \"source\": \"https://github.com/symfony/polyfill-php81/tree/v1.31.0\"\n-            },\n-            \"funding\": [\n-                {\n-                    \"url\": \"https://symfony.com/sponsor\",\n-                    \"type\": \"custom\"\n-                },\n-                {\n-                    \"url\": \"https://github.com/fabpot\",\n-                    \"type\": \"github\"\n-                },\n-                {\n-                    \"url\": \"https://tidelift.com/funding/github/packagist/symfony/symfony\",\n-                    \"type\": \"tidelift\"\n-                }\n-            ],\n-            \"time\": \"2024-09-09T11:45:10+00:00\"\n+            \"description\": \"Symfony polyfill backporting some PHP 8.1+ features to lower PHP versions\"\n         },\n         {\n             \"name\": \"symfony/process\",\n             \"version\": \"v5.4.47\",\n             \"source\": {\n                 \"type\": \"git\",\n                 \"url\": \"https://github.com/symfony/process.git\",\n                 \"reference\": \"5d1662fb32ebc94f17ddb8d635454a776066733d\"\n             },\n             \"dist\": {\n                 \"type\": \"zip\",\n                 \"url\": \"https://api.github.com/repos/symfony/process/zipball/5d1662fb32ebc94f17ddb8d635454a776066733d\",\n-                \"reference\": \"5d1662fb32ebc94f17ddb8d635454a776066733d\",\n-                \"shasum\": \"\"\n+                \"reference\": \"5d1662fb32ebc94f17ddb8d635454a776066733d\"\n             },\n             \"require\": {\n                 \"php\": \"\u003e=7.2.5\",\n                 \"symfony/polyfill-php80\": \"^1.16\"\n             },\n             \"type\": \"library\",\n             \"autoload\": {\n                 \"psr-4\": {\n                     \"Symfony\\\\Component\\\\Process\\\\\": \"\"\n                 },\n                 \"exclude-from-classmap\": [\n                     \"/Tests/\"\n                 ]\n             },\n-            \"notification-url\": \"https://packagist.org/downloads/\",\n             \"license\": [\n                 \"MIT\"\n             ],\n-            \"authors\": [\n-                {\n-                    \"name\": \"Fabien Potencier\",\n-                    \"email\": \"fabien@symfony.com\"\n-                },\n-                {\n-                    \"name\": \"Symfony Community\",\n-                    \"homepage\": \"https://symfony.com/contributors\"\n-                }\n-            ],\n-            \"description\": \"Executes commands in sub-processes\",\n-            \"homepage\": \"https://symfony.com\",\n-            \"support\": {\n-                \"source\": \"https://github.com/symfony/process/tree/v5.4.47\"\n-            },\n-            \"funding\": [\n-                {\n-                    \"url\": \"https://symfony.com/sponsor\",\n-                    \"type\": \"custom\"\n-                },\n-                {\n-                    \"url\": \"https://github.com/fabpot\",\n-                    \"type\": \"github\"\n-                },\n-                {\n-                    \"url\": \"https://tidelift.com/funding/github/packagist/symfony/symfony\",\n-                    \"type\": \"tidelift\"\n-                }\n-            ],\n-            \"time\": \"2024-11-06T11:36:42+00:00\"\n+            \"description\": \"Executes commands in sub-processes\"\n         },\n         {\n             \"name\": \"symfony/service-contracts\",\n             \"version\": \"v2.5.4\",\n             \"source\": {\n                 \"type\": \"git\",\n                 \"url\": \"https://github.com/symfony/service-contracts.git\",\n                 \"reference\": \"f37b419f7aea2e9abf10abd261832cace12e3300\"\n             },\n             \"dist\": {\n                 \"type\": \"zip\",\n                 \"url\": \"https://api.github.com/repos/symfony/service-contracts/zipball/f37b419f7aea2e9abf10abd261832cace12e3300\",\n-                \"reference\": \"f37b419f7aea2e9abf10abd261832cace12e3300\",\n-                \"shasum\": \"\"\n+                \"reference\": \"f37b419f7aea2e9abf10abd261832cace12e3300\"\n             },\n             \"require\": {\n                 \"php\": \"\u003e=7.2.5\",\n                 \"psr/container\": \"^1.1\",\n                 \"symfony/deprecation-contracts\": \"^2.1|^3\"\n             },\n-            \"conflict\": {\n-                \"ext-psr\": \"\u003c1.1|\u003e=2\"\n-            },\n-            \"suggest\": {\n-                \"symfony/service-implementation\": \"\"\n-            },\n             \"type\": \"library\",\n             \"extra\": {\n                 \"thanks\": {\n                     \"url\": \"https://github.com/symfony/contracts\",\n                     \"name\": \"symfony/contracts\"\n                 },\n                 \"branch-alias\": {\n                     \"dev-main\": \"2.5-dev\"\n                 }\n             },\n             \"autoload\": {\n                 \"psr-4\": {\n                     \"Symfony\\\\Contracts\\\\Service\\\\\": \"\"\n                 }\n             },\n-            \"notification-url\": \"https://packagist.org/downloads/\",\n             \"license\": [\n                 \"MIT\"\n             ],\n-            \"authors\": [\n-                {\n-                    \"name\": \"Nicolas Grekas\",\n-                    \"email\": \"p@tchwork.com\"\n-                },\n-                {\n-                    \"name\": \"Symfony Community\",\n-                    \"homepage\": \"https://symfony.com/contributors\"\n-                }\n-            ],\n-            \"description\": \"Generic abstractions related to writing services\",\n-            \"homepage\": \"https://symfony.com\",\n-            \"keywords\": [\n-                \"abstractions\",\n-                \"contracts\",\n-                \"decoupling\",\n-                \"interfaces\",\n-                \"interoperability\",\n-                \"standards\"\n-            ],\n-            \"support\": {\n-                \"source\": \"https://github.com/symfony/service-contracts/tree/v2.5.4\"\n-            },\n-            \"funding\": [\n-                {\n-                    \"url\": \"https://symfony.com/sponsor\",\n-                    \"type\": \"custom\"\n-                },\n-                {\n-                    \"url\": \"https://github.com/fabpot\",\n-                    \"type\": \"github\"\n-                },\n-                {\n-                    \"url\": \"https://tidelift.com/funding/github/packagist/symfony/symfony\",\n-                    \"type\": \"tidelift\"\n-                }\n-            ],\n-            \"time\": \"2024-09-25T14:11:13+00:00\"\n+            \"description\": \"Generic abstractions related to writing services\"\n         },\n         {\n             \"name\": \"symfony/string\",\n             \"version\": \"v5.4.47\",\n             \"source\": {\n                 \"type\": \"git\",\n                 \"url\": \"https://github.com/symfony/string.git\",\n                 \"reference\": \"136ca7d72f72b599f2631aca474a4f8e26719799\"\n             },\n             \"dist\": {\n                 \"type\": \"zip\",\n                 \"url\": \"https://api.github.com/repos/symfony/string/zipball/136ca7d72f72b599f2631aca474a4f8e26719799\",\n-                \"reference\": \"136ca7d72f72b599f2631aca474a4f8e26719799\",\n-                \"shasum\": \"\"\n+                \"reference\": \"136ca7d72f72b599f2631aca474a4f8e26719799\"\n             },\n             \"require\": {\n                 \"php\": \"\u003e=7.2.5\",\n                 \"symfony/polyfill-ctype\": \"~1.8\",\n                 \"symfony/polyfill-intl-grapheme\": \"~1.0\",\n                 \"symfony/polyfill-intl-normalizer\": \"~1.0\",\n                 \"symfony/polyfill-mbstring\": \"~1.0\",\n                 \"symfony/polyfill-php80\": \"~1.15\"\n             },\n-            \"conflict\": {\n-                \"symfony/translation-contracts\": \"\u003e=3.0\"\n-            },\n-            \"require-dev\": {\n-                \"symfony/error-handler\": \"^4.4|^5.0|^6.0\",\n-                \"symfony/http-client\": \"^4.4|^5.0|^6.0\",\n-                \"symfony/translation-contracts\": \"^1.1|^2\",\n-                \"symfony/var-exporter\": \"^4.4|^5.0|^6.0\"\n-            },\n             \"type\": \"library\",\n             \"autoload\": {\n                 \"files\": [\n                     \"Resources/functions.php\"\n                 ],\n                 \"psr-4\": {\n                     \"Symfony\\\\Component\\\\String\\\\\": \"\"\n                 },\n                 \"exclude-from-classmap\": [\n                     \"/Tests/\"\n                 ]\n             },\n-            \"notification-url\": \"https://packagist.org/downloads/\",\n             \"license\": [\n                 \"MIT\"\n             ],\n-            \"authors\": [\n-                {\n-                    \"name\": \"Nicolas Grekas\",\n-                    \"email\": \"p@tchwork.com\"\n-                },\n-                {\n-                    \"name\": \"Symfony Community\",\n-                    \"homepage\": \"https://symfony.com/contributors\"\n-                }\n-            ],\n-            \"description\": \"Provides an object-oriented API to strings and deals with bytes, UTF-8 code points and grapheme clusters in a unified way\",\n-            \"homepage\": \"https://symfony.com\",\n-            \"keywords\": [\n-                \"grapheme\",\n-                \"i18n\",\n-                \"string\",\n-                \"unicode\",\n-                \"utf-8\",\n-                \"utf8\"\n-            ],\n-            \"support\": {\n-                \"source\": \"https://github.com/symfony/string/tree/v5.4.47\"\n-            },\n-            \"funding\": [\n-                {\n-                    \"url\": \"https://symfony.com/sponsor\",\n-                    \"type\": \"custom\"\n-                },\n-                {\n-                    \"url\": \"https://github.com/fabpot\",\n-                    \"type\": \"github\"\n-                },\n-                {\n-                    \"url\": \"https://tidelift.com/funding/github/packagist/symfony/symfony\",\n-                    \"type\": \"tidelift\"\n-                }\n-            ],\n-            \"time\": \"2024-11-10T20:33:58+00:00\"\n+            \"description\": \"Provides an object-oriented API to strings and deals with bytes, UTF-8 code points and grapheme clusters in a unified way\"\n         }\n     ],\n     \"packages-dev\": [\n         {\n             \"name\": \"phpstan/phpstan\",\n             \"version\": \"1.12.15\",\n             \"source\": {\n                 \"type\": \"git\",\n                 \"url\": \"https://github.com/phpstan/phpstan.git\",\n                 \"reference\": \"c91d4e8bc056f46cf653656e6f71004b254574d1\"\n             },\n             \"dist\": {\n                 \"type\": \"zip\",\n                 \"url\": \"https://api.github.com/repos/phpstan/phpstan/zipball/c91d4e8bc056f46cf653656e6f71004b254574d1\",\n-                \"reference\": \"c91d4e8bc056f46cf653656e6f71004b254574d1\",\n-                \"shasum\": \"\"\n+                \"reference\": \"c91d4e8bc056f46cf653656e6f71004b254574d1\"\n             },\n             \"require\": {\n                 \"php\": \"^7.2|^8.0\"\n             },\n-            \"conflict\": {\n-                \"phpstan/phpstan-shim\": \"*\"\n-            },\n             \"bin\": [\n                 \"phpstan\",\n                 \"phpstan.phar\"\n             ],\n             \"type\": \"library\",\n             \"autoload\": {\n                 \"files\": [\n                     \"bootstrap.php\"\n                 ]\n             },\n-            \"notification-url\": \"https://packagist.org/downloads/\",\n             \"license\": [\n                 \"MIT\"\n             ],\n-            \"description\": \"PHPStan - PHP Static Analysis Tool\",\n-            \"keywords\": [\n-                \"dev\",\n-                \"static analysis\"\n-            ],\n-            \"support\": {\n-                \"docs\": \"https://phpstan.org/user-guide/getting-started\",\n-                \"forum\": \"https://github.com/phpstan/phpstan/discussions\",\n-                \"issues\": \"https://github.com/phpstan/phpstan/issues\",\n-                \"security\": \"https://github.com/phpstan/phpstan/security/policy\",\n-                \"source\": \"https://github.com/phpstan/phpstan-src\"\n-            },\n-            \"funding\": [\n-                {\n-                    \"url\": \"https://github.com/ondrejmirtes\",\n-                    \"type\": \"github\"\n-                },\n-                {\n-                    \"url\": \"https://github.com/phpstan\",\n-                    \"type\": \"github\"\n-                }\n-            ],\n-            \"time\": \"2025-01-05T16:40:22+00:00\"\n+            \"description\": \"PHPStan - PHP Static Analysis Tool\"\n         },\n         {\n             \"name\": \"phpstan/phpstan-deprecation-rules\",\n             \"version\": \"1.2.1\",\n             \"source\": {\n                 \"type\": \"git\",\n                 \"url\": \"https://github.com/phpstan/phpstan-deprecation-rules.git\",\n                 \"reference\": \"f94d246cc143ec5a23da868f8f7e1393b50eaa82\"\n             },\n             \"dist\": {\n                 \"type\": \"zip\",\n                 \"url\": \"https://api.github.com/repos/phpstan/phpstan-deprecation-rules/zipball/f94d246cc143ec5a23da868f8f7e1393b50eaa82\",\n-                \"reference\": \"f94d246cc143ec5a23da868f8f7e1393b50eaa82\",\n-                \"shasum\": \"\"\n+                \"reference\": \"f94d246cc143ec5a23da868f8f7e1393b50eaa82\"\n             },\n             \"require\": {\n                 \"php\": \"^7.2 || ^8.0\",\n                 \"phpstan/phpstan\": \"^1.12\"\n             },\n-            \"require-dev\": {\n-                \"php-parallel-lint/php-parallel-lint\": \"^1.2\",\n-                \"phpstan/phpstan-phpunit\": \"^1.0\",\n-                \"phpunit/phpunit\": \"^9.5\"\n-            },\n             \"type\": \"phpstan-extension\",\n             \"extra\": {\n                 \"phpstan\": {\n                     \"includes\": [\n                         \"rules.neon\"\n                     ]\n                 }\n             },\n             \"autoload\": {\n                 \"psr-4\": {\n                     \"PHPStan\\\\\": \"src/\"\n                 }\n             },\n-            \"notification-url\": \"https://packagist.org/downloads/\",\n             \"license\": [\n                 \"MIT\"\n             ],\n-            \"description\": \"PHPStan rules for detecting usage of deprecated classes, methods, properties, constants and traits.\",\n-            \"support\": {\n-                \"issues\": \"https://github.com/phpstan/phpstan-deprecation-rules/issues\",\n-                \"source\": \"https://github.com/phpstan/phpstan-deprecation-rules/tree/1.2.1\"\n-            },\n-            \"time\": \"2024-09-11T15:52:35+00:00\"\n+            \"description\": \"PHPStan rules for detecting usage of deprecated classes, methods, properties, constants and traits.\"\n         },\n         {\n             \"name\": \"phpstan/phpstan-phpunit\",\n             \"version\": \"1.4.2\",\n             \"source\": {\n                 \"type\": \"git\",\n                 \"url\": \"https://github.com/phpstan/phpstan-phpunit.git\",\n                 \"reference\": \"72a6721c9b64b3e4c9db55abbc38f790b318267e\"\n             },\n             \"dist\": {\n                 \"type\": \"zip\",\n                 \"url\": \"https://api.github.com/repos/phpstan/phpstan-phpunit/zipball/72a6721c9b64b3e4c9db55abbc38f790b318267e\",\n-                \"reference\": \"72a6721c9b64b3e4c9db55abbc38f790b318267e\",\n-                \"shasum\": \"\"\n+                \"reference\": \"72a6721c9b64b3e4c9db55abbc38f790b318267e\"\n             },\n             \"require\": {\n                 \"php\": \"^7.2 || ^8.0\",\n                 \"phpstan/phpstan\": \"^1.12\"\n             },\n-            \"conflict\": {\n-                \"phpunit/phpunit\": \"\u003c7.0\"\n-            },\n-            \"require-dev\": {\n-                \"nikic/php-parser\": \"^4.13.0\",\n-                \"php-parallel-lint/php-parallel-lint\": \"^1.2\",\n-                \"phpstan/phpstan-strict-rules\": \"^1.5.1\",\n-                \"phpunit/phpunit\": \"^9.5\"\n-            },\n             \"type\": \"phpstan-extension\",\n             \"extra\": {\n                 \"phpstan\": {\n                     \"includes\": [\n                         \"extension.neon\",\n                         \"rules.neon\"\n                     ]\n                 }\n             },\n             \"autoload\": {\n                 \"psr-4\": {\n                     \"PHPStan\\\\\": \"src/\"\n                 }\n             },\n-            \"notification-url\": \"https://packagist.org/downloads/\",\n             \"license\": [\n                 \"MIT\"\n             ],\n-            \"description\": \"PHPUnit extensions and rules for PHPStan\",\n-            \"support\": {\n-                \"issues\": \"https://github.com/phpstan/phpstan-phpunit/issues\",\n-                \"source\": \"https://github.com/phpstan/phpstan-phpunit/tree/1.4.2\"\n-            },\n-            \"time\": \"2024-12-17T17:20:49+00:00\"\n+            \"description\": \"PHPUnit extensions and rules for PHPStan\"\n         },\n         {\n             \"name\": \"phpstan/phpstan-strict-rules\",\n             \"version\": \"1.6.2\",\n             \"source\": {\n                 \"type\": \"git\",\n                 \"url\": \"https://github.com/phpstan/phpstan-strict-rules.git\",\n                 \"reference\": \"b564ca479e7e735f750aaac4935af965572a7845\"\n             },\n             \"dist\": {\n                 \"type\": \"zip\",\n                 \"url\": \"https://api.github.com/repos/phpstan/phpstan-strict-rules/zipball/b564ca479e7e735f750aaac4935af965572a7845\",\n-                \"reference\": \"b564ca479e7e735f750aaac4935af965572a7845\",\n-                \"shasum\": \"\"\n+                \"reference\": \"b564ca479e7e735f750aaac4935af965572a7845\"\n             },\n             \"require\": {\n                 \"php\": \"^7.2 || ^8.0\",\n                 \"phpstan/phpstan\": \"^1.12.4\"\n             },\n-            \"require-dev\": {\n-                \"nikic/php-parser\": \"^4.13.0\",\n-                \"php-parallel-lint/php-parallel-lint\": \"^1.2\",\n-                \"phpstan/phpstan-deprecation-rules\": \"^1.1\",\n-                \"phpstan/phpstan-phpunit\": \"^1.0\",\n-                \"phpunit/phpunit\": \"^9.5\"\n-            },\n             \"type\": \"phpstan-extension\",\n             \"extra\": {\n                 \"phpstan\": {\n                     \"includes\": [\n                         \"rules.neon\"\n                     ]\n                 }\n             },\n             \"autoload\": {\n                 \"psr-4\": {\n                     \"PHPStan\\\\\": \"src/\"\n                 }\n             },\n-            \"notification-url\": \"https://packagist.org/downloads/\",\n             \"license\": [\n                 \"MIT\"\n             ],\n-            \"description\": \"Extra strict and opinionated rules for PHPStan\",\n-            \"support\": {\n-                \"issues\": \"https://github.com/phpstan/phpstan-strict-rules/issues\",\n-                \"source\": \"https://github.com/phpstan/phpstan-strict-rules/tree/1.6.2\"\n-            },\n-            \"time\": \"2025-01-19T13:02:24+00:00\"\n+            \"description\": \"Extra strict and opinionated rules for PHPStan\"\n         },\n         {\n             \"name\": \"phpstan/phpstan-symfony\",\n             \"version\": \"1.4.13\",\n             \"source\": {\n                 \"type\": \"git\",\n                 \"url\": \"https://github.com/phpstan/phpstan-symfony.git\",\n                 \"reference\": \"dd1aaa7f85f9916222a2ce7e4d21072fe03958f4\"\n             },\n             \"dist\": {\n                 \"type\": \"zip\",\n                 \"url\": \"https://api.github.com/repos/phpstan/phpstan-symfony/zipball/dd1aaa7f85f9916222a2ce7e4d21072fe03958f4\",\n-                \"reference\": \"dd1aaa7f85f9916222a2ce7e4d21072fe03958f4\",\n-                \"shasum\": \"\"\n+                \"reference\": \"dd1aaa7f85f9916222a2ce7e4d21072fe03958f4\"\n             },\n             \"require\": {\n                 \"ext-simplexml\": \"*\",\n                 \"php\": \"^7.2 || ^8.0\",\n                 \"phpstan/phpstan\": \"^1.12\"\n             },\n-            \"conflict\": {\n-                \"symfony/framework-bundle\": \"\u003c3.0\"\n-            },\n-            \"require-dev\": {\n-                \"nikic/php-parser\": \"^4.13.0\",\n-                \"php-parallel-lint/php-parallel-lint\": \"^1.2\",\n-                \"phpstan/phpstan-phpunit\": \"^1.3.11\",\n-                \"phpstan/phpstan-strict-rules\": \"^1.5.1\",\n-                \"phpunit/phpunit\": \"^8.5.29 || ^9.5\",\n-                \"psr/container\": \"1.0 || 1.1.1\",\n-                \"symfony/config\": \"^5.4 || ^6.1\",\n-                \"symfony/console\": \"^5.4 || ^6.1\",\n-                \"symfony/dependency-injection\": \"^5.4 || ^6.1\",\n-                \"symfony/form\": \"^5.4 || ^6.1\",\n-                \"symfony/framework-bundle\": \"^5.4 || ^6.1\",\n-                \"symfony/http-foundation\": \"^5.4 || ^6.1\",\n-                \"symfony/messenger\": \"^5.4\",\n-                \"symfony/polyfill-php80\": \"^1.24\",\n-                \"symfony/serializer\": \"^5.4\",\n-                \"symfony/service-contracts\": \"^2.2.0\"\n-            },\n             \"type\": \"phpstan-extension\",\n             \"extra\": {\n                 \"phpstan\": {\n                     \"includes\": [\n                         \"extension.neon\",\n                         \"rules.neon\"\n                     ]\n                 }\n             },\n             \"autoload\": {\n                 \"psr-4\": {\n                     \"PHPStan\\\\\": \"src/\"\n                 }\n             },\n-            \"notification-url\": \"https://packagist.org/downloads/\",\n             \"license\": [\n                 \"MIT\"\n             ],\n-            \"authors\": [\n-                {\n-                    \"name\": \"Lukáš Unger\",\n-                    \"email\": \"looky.msc@gmail.com\",\n-                    \"homepage\": \"https://lookyman.net\"\n-                }\n-            ],\n-            \"description\": \"Symfony Framework extensions and rules for PHPStan\",\n-            \"support\": {\n-                \"issues\": \"https://github.com/phpstan/phpstan-symfony/issues\",\n-                \"source\": \"https://github.com/phpstan/phpstan-symfony/tree/1.4.13\"\n-            },\n-            \"time\": \"2025-01-04T13:55:31+00:00\"\n+            \"description\": \"Symfony Framework extensions and rules for PHPStan\"\n         },\n         {\n             \"name\": \"symfony/phpunit-bridge\",\n             \"version\": \"v7.2.0\",\n             \"source\": {\n                 \"type\": \"git\",\n                 \"url\": \"https://github.com/symfony/phpunit-bridge.git\",\n                 \"reference\": \"2bbde92ab25a0e2c88160857af7be9db5da0d145\"\n             },\n             \"dist\": {\n                 \"type\": \"zip\",\n                 \"url\": \"https://api.github.com/repos/symfony/phpunit-bridge/zipball/2bbde92ab25a0e2c88160857af7be9db5da0d145\",\n-                \"reference\": \"2bbde92ab25a0e2c88160857af7be9db5da0d145\",\n-                \"shasum\": \"\"\n+                \"reference\": \"2bbde92ab25a0e2c88160857af7be9db5da0d145\"\n             },\n             \"require\": {\n                 \"php\": \"\u003e=7.2.5\"\n             },\n-            \"conflict\": {\n-                \"phpunit/phpunit\": \"\u003c7.5|9.1.2\"\n-            },\n-            \"require-dev\": {\n-                \"symfony/deprecation-contracts\": \"^2.5|^3.0\",\n-                \"symfony/error-handler\": \"^5.4|^6.4|^7.0\",\n-                \"symfony/polyfill-php81\": \"^1.27\"\n-            },\n             \"bin\": [\n                 \"bin/simple-phpunit\"\n             ],\n             \"type\": \"symfony-bridge\",\n             \"extra\": {\n                 \"thanks\": {\n                     \"url\": \"https://github.com/sebastianbergmann/phpunit\",\n                     \"name\": \"phpunit/phpunit\"\n                 }\n             },\n             \"autoload\": {\n                 \"files\": [\n                     \"bootstrap.php\"\n                 ],\n                 \"psr-4\": {\n                     \"Symfony\\\\Bridge\\\\PhpUnit\\\\\": \"\"\n                 },\n                 \"exclude-from-classmap\": [\n                     \"/Tests/\",\n                     \"/bin/\"\n                 ]\n             },\n-            \"notification-url\": \"https://packagist.org/downloads/\",\n             \"license\": [\n                 \"MIT\"\n             ],\n-            \"authors\": [\n-                {\n-                    \"name\": \"Nicolas Grekas\",\n-                    \"email\": \"p@tchwork.com\"\n-                },\n-                {\n-                    \"name\": \"Symfony Community\",\n-                    \"homepage\": \"https://symfony.com/contributors\"\n-                }\n-            ],\n-            \"description\": \"Provides utilities for PHPUnit, especially user deprecation notices management\",\n-            \"homepage\": \"https://symfony.com\",\n-            \"support\": {\n-                \"source\": \"https://github.com/symfony/phpunit-bridge/tree/v7.2.0\"\n-            },\n-            \"funding\": [\n-                {\n-                    \"url\": \"https://symfony.com/sponsor\",\n-                    \"type\": \"custom\"\n-                },\n-                {\n-                    \"url\": \"https://github.com/fabpot\",\n-                    \"type\": \"github\"\n-                },\n-                {\n-                    \"url\": \"https://tidelift.com/funding/github/packagist/symfony/symfony\",\n-                    \"type\": \"tidelift\"\n-                }\n-            ],\n-            \"time\": \"2024-11-13T16:15:23+00:00\"\n+            \"description\": \"Provides utilities for PHPUnit, especially user deprecation notices management\"\n         }\n     ],\n     \"aliases\": [],\n     \"minimum-stability\": \"stable\",\n     \"stability-flags\": {},\n     \"prefer-stable\": false,\n     \"prefer-lowest\": false,\n     \"platform\": {\n         \"php\": \"^7.2.5 || ^8.0\"\n     },\n     \"platform-dev\": {},\n     \"platform-overrides\": {\n         \"php\": \"7.2.5\"\n     },\n     \"plugin-api-version\": \"2.6.0\"\n }\n```\n\u003c/details\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkubawerlos%2Fcomposer-smaller-lock","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkubawerlos%2Fcomposer-smaller-lock","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkubawerlos%2Fcomposer-smaller-lock/lists"}