{ "_readme": [ "This file locks the dependencies of your project to a known state", "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], "content-hash": "d3be0d53ed54c4ba2c3b543125a32653", "packages": [ { "name": "alcohol/iso4217", "version": "4.3.0", "source": { "type": "git", "url": "https://github.com/alcohol/iso4217.git", "reference": "9ea65a1ce6979f2b973948982cba7e3c5f0edea3" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/alcohol/iso4217/zipball/9ea65a1ce6979f2b973948982cba7e3c5f0edea3", "reference": "9ea65a1ce6979f2b973948982cba7e3c5f0edea3", "shasum": "" }, "require": { "php": "^7.4 || ^8.0" }, "require-dev": { "phpunit/phpunit": "^9.5.28 || ^10.5.58 || ^11.5.43 || ^12.4.2" }, "type": "library", "extra": { "branch-alias": { "dev-main": "4.x-dev" } }, "autoload": { "psr-4": { "Alcohol\\": "." } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Rob Bast", "email": "rob.bast@gmail.com" } ], "description": "ISO 4217 PHP Library", "homepage": "http://alcohol.github.io/iso4217/", "keywords": [ "4217", "ISO 4217", "currencies", "iso", "library" ], "support": { "issues": "https://github.com/alcohol/iso4217/issues", "source": "https://github.com/alcohol/iso4217" }, "funding": [ { "url": "https://github.com/alcohol", "type": "github" } ], "time": "2026-01-02T09:46:17+00:00" }, { "name": "api-platform/doctrine-common", "version": "v4.2.16", "source": { "type": "git", "url": "https://github.com/api-platform/doctrine-common.git", "reference": "566acb646b001f21bc6aa7bd36a109e075f5c131" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/api-platform/doctrine-common/zipball/566acb646b001f21bc6aa7bd36a109e075f5c131", "reference": "566acb646b001f21bc6aa7bd36a109e075f5c131", "shasum": "" }, "require": { "api-platform/metadata": "^4.2.6", "api-platform/state": "^4.2.4", "doctrine/collections": "^2.1", "doctrine/common": "^3.2.2", "doctrine/persistence": "^3.2 || ^4.0", "php": ">=8.2" }, "conflict": { "doctrine/persistence": "<1.3" }, "require-dev": { "doctrine/mongodb-odm": "^2.10", "doctrine/orm": "^2.17 || ^3.0", "phpspec/prophecy-phpunit": "^2.2", "phpunit/phpunit": "^12.2", "symfony/type-info": "^7.3 || ^8.0" }, "suggest": { "api-platform/graphql": "For GraphQl mercure subscriptions.", "api-platform/http-cache": "For HTTP cache invalidation.", "phpstan/phpdoc-parser": "For PHP documentation support.", "symfony/config": "For XML resource configuration.", "symfony/mercure-bundle": "For mercure updates publisher.", "symfony/yaml": "For YAML resource configuration." }, "type": "library", "extra": { "thanks": { "url": "https://github.com/api-platform/api-platform", "name": "api-platform/api-platform" }, "symfony": { "require": "^6.4 || ^7.0 || ^8.0" }, "branch-alias": { "dev-3.4": "3.4.x-dev", "dev-4.1": "4.1.x-dev", "dev-4.2": "4.2.x-dev", "dev-main": "4.3.x-dev" } }, "autoload": { "psr-4": { "ApiPlatform\\Doctrine\\Common\\": "" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Kévin Dunglas", "email": "kevin@dunglas.fr", "homepage": "https://dunglas.fr" }, { "name": "API Platform Community", "homepage": "https://api-platform.com/community/contributors" } ], "description": "Common files used by api-platform/doctrine-orm and api-platform/doctrine-odm", "homepage": "https://api-platform.com", "keywords": [ "doctrine", "graphql", "odm", "orm", "rest" ], "support": { "source": "https://github.com/api-platform/doctrine-common/tree/v4.2.16" }, "time": "2026-02-13T15:07:33+00:00" }, { "name": "api-platform/doctrine-orm", "version": "v4.2.16", "source": { "type": "git", "url": "https://github.com/api-platform/doctrine-orm.git", "reference": "99d8b8cdee4ca79fd3abb351991bda6b42696eee" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/api-platform/doctrine-orm/zipball/99d8b8cdee4ca79fd3abb351991bda6b42696eee", "reference": "99d8b8cdee4ca79fd3abb351991bda6b42696eee", "shasum": "" }, "require": { "api-platform/doctrine-common": "^4.2.9", "api-platform/metadata": "^4.2", "api-platform/state": "^4.2.4", "doctrine/orm": "^2.17 || ^3.0", "php": ">=8.2" }, "require-dev": { "doctrine/doctrine-bundle": "^2.11 || ^3.1", "phpspec/prophecy-phpunit": "^2.2", "phpunit/phpunit": "^12.2", "ramsey/uuid": "^4.7", "ramsey/uuid-doctrine": "^2.0", "symfony/cache": "^6.4 || ^7.0 || ^8.0", "symfony/framework-bundle": "^6.4 || ^7.0 || ^8.0", "symfony/property-access": "^6.4 || ^7.0 || ^8.0", "symfony/property-info": "^6.4 || ^7.1 || ^8.0", "symfony/serializer": "^6.4 || ^7.0 || ^8.0", "symfony/type-info": "^7.3 || ^8.0", "symfony/uid": "^6.4 || ^7.0 || ^8.0", "symfony/validator": "^6.4.11 || ^7.0 || ^8.0", "symfony/yaml": "^6.4 || ^7.0 || ^8.0" }, "type": "library", "extra": { "thanks": { "url": "https://github.com/api-platform/api-platform", "name": "api-platform/api-platform" }, "symfony": { "require": "^6.4 || ^7.0 || ^8.0" }, "branch-alias": { "dev-3.4": "3.4.x-dev", "dev-4.1": "4.1.x-dev", "dev-4.2": "4.2.x-dev", "dev-main": "4.3.x-dev" } }, "autoload": { "psr-4": { "ApiPlatform\\Doctrine\\Orm\\": "" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Kévin Dunglas", "email": "kevin@dunglas.fr", "homepage": "https://dunglas.fr" }, { "name": "API Platform Community", "homepage": "https://api-platform.com/community/contributors" } ], "description": "Doctrine ORM bridge", "homepage": "https://api-platform.com", "keywords": [ "api", "doctrine", "graphql", "orm", "rest" ], "support": { "source": "https://github.com/api-platform/doctrine-orm/tree/v4.2.16" }, "time": "2026-02-13T17:30:49+00:00" }, { "name": "api-platform/documentation", "version": "v4.2.16", "source": { "type": "git", "url": "https://github.com/api-platform/documentation.git", "reference": "873543a827df5c25b008bd730f2096701e1943b8" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/api-platform/documentation/zipball/873543a827df5c25b008bd730f2096701e1943b8", "reference": "873543a827df5c25b008bd730f2096701e1943b8", "shasum": "" }, "require": { "api-platform/metadata": "^4.2", "php": ">=8.2" }, "require-dev": { "phpunit/phpunit": "^12.2" }, "type": "project", "extra": { "thanks": { "url": "https://github.com/api-platform/api-platform", "name": "api-platform/api-platform" }, "symfony": { "require": "^6.4 || ^7.0 || ^8.0" }, "branch-alias": { "dev-3.4": "3.4.x-dev", "dev-4.1": "4.1.x-dev", "dev-4.2": "4.2.x-dev", "dev-main": "4.3.x-dev" } }, "autoload": { "psr-4": { "ApiPlatform\\Documentation\\": "" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Kévin Dunglas", "email": "kevin@dunglas.fr", "homepage": "https://dunglas.fr" }, { "name": "API Platform Community", "homepage": "https://api-platform.com/community/contributors" } ], "description": "API Platform documentation controller.", "support": { "source": "https://github.com/api-platform/documentation/tree/v4.2.16" }, "time": "2025-12-27T22:15:57+00:00" }, { "name": "api-platform/http-cache", "version": "v4.2.16", "source": { "type": "git", "url": "https://github.com/api-platform/http-cache.git", "reference": "ec5f9068d3d66be63db4d80acaf518868dea1321" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/api-platform/http-cache/zipball/ec5f9068d3d66be63db4d80acaf518868dea1321", "reference": "ec5f9068d3d66be63db4d80acaf518868dea1321", "shasum": "" }, "require": { "api-platform/metadata": "^4.2", "api-platform/state": "^4.2.4", "php": ">=8.2", "symfony/http-foundation": "^6.4.14 || ^7.0 || ^8.0" }, "require-dev": { "guzzlehttp/guzzle": "^6.0 || ^7.0 || ^8.0", "phpspec/prophecy-phpunit": "^2.2", "phpunit/phpunit": "^12.2", "symfony/dependency-injection": "^6.4 || ^7.0 || ^8.0", "symfony/http-client": "^6.4 || ^7.0 || ^8.0", "symfony/type-info": "^7.3 || ^8.0" }, "type": "library", "extra": { "thanks": { "url": "https://github.com/api-platform/api-platform", "name": "api-platform/api-platform" }, "symfony": { "require": "^6.4 || ^7.0 || ^8.0" }, "branch-alias": { "dev-3.4": "3.4.x-dev", "dev-4.1": "4.1.x-dev", "dev-4.2": "4.2.x-dev", "dev-main": "4.3.x-dev" } }, "autoload": { "psr-4": { "ApiPlatform\\HttpCache\\": "" }, "exclude-from-classmap": [ "/Tests/" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Kévin Dunglas", "email": "kevin@dunglas.fr", "homepage": "https://dunglas.fr" }, { "name": "API Platform Community", "homepage": "https://api-platform.com/comunnity/contributors" } ], "description": "API Platform HttpCache component", "homepage": "https://api-platform.com", "keywords": [ "api", "cache", "http", "rest" ], "support": { "source": "https://github.com/api-platform/http-cache/tree/v4.2.16" }, "time": "2026-02-13T15:07:33+00:00" }, { "name": "api-platform/hydra", "version": "v4.2.16", "source": { "type": "git", "url": "https://github.com/api-platform/hydra.git", "reference": "ddba613f615caa8372df3d478a36a910b77f6d28" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/api-platform/hydra/zipball/ddba613f615caa8372df3d478a36a910b77f6d28", "reference": "ddba613f615caa8372df3d478a36a910b77f6d28", "shasum": "" }, "require": { "api-platform/documentation": "^4.2", "api-platform/json-schema": "^4.2", "api-platform/jsonld": "^4.2", "api-platform/metadata": "^4.2", "api-platform/serializer": "^4.2.4", "api-platform/state": "^4.2.4", "php": ">=8.2", "symfony/type-info": "^7.3 || ^8.0", "symfony/web-link": "^6.4 || ^7.1 || ^8.0" }, "require-dev": { "api-platform/doctrine-common": "^4.2", "api-platform/doctrine-odm": "^4.2", "api-platform/doctrine-orm": "^4.2", "phpspec/prophecy": "^1.19", "phpspec/prophecy-phpunit": "^2.2", "phpunit/phpunit": "^12.2" }, "type": "library", "extra": { "thanks": { "url": "https://github.com/api-platform/api-platform", "name": "api-platform/api-platform" }, "symfony": { "require": "^6.4 || ^7.0 || ^8.0" }, "branch-alias": { "dev-3.4": "3.4.x-dev", "dev-4.1": "4.1.x-dev", "dev-4.2": "4.2.x-dev", "dev-main": "4.3.x-dev" } }, "autoload": { "psr-4": { "ApiPlatform\\Hydra\\": "" }, "exclude-from-classmap": [ "/Tests/" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Kévin Dunglas", "email": "kevin@dunglas.fr", "homepage": "https://dunglas.fr" }, { "name": "API Platform Community", "homepage": "https://api-platform.com/community/contributors" } ], "description": "API Hydra support", "homepage": "https://api-platform.com", "keywords": [ "Hydra", "JSON-LD", "api", "graphql", "jsonapi", "rest" ], "support": { "source": "https://github.com/api-platform/hydra/tree/v4.2.16" }, "time": "2026-02-13T15:07:33+00:00" }, { "name": "api-platform/json-schema", "version": "v4.2.16", "source": { "type": "git", "url": "https://github.com/api-platform/json-schema.git", "reference": "3569ab8e3e5c01d77f00964683254809571fa078" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/api-platform/json-schema/zipball/3569ab8e3e5c01d77f00964683254809571fa078", "reference": "3569ab8e3e5c01d77f00964683254809571fa078", "shasum": "" }, "require": { "api-platform/metadata": "^4.2", "php": ">=8.2", "symfony/console": "^6.4 || ^7.0 || ^8.0", "symfony/property-info": "^6.4 || ^7.1 || ^8.0", "symfony/serializer": "^6.4 || ^7.0 || ^8.0", "symfony/type-info": "^7.3 || ^8.0", "symfony/uid": "^6.4 || ^7.0 || ^8.0" }, "require-dev": { "phpspec/prophecy-phpunit": "^2.2", "phpunit/phpunit": "^12.2" }, "type": "library", "extra": { "thanks": { "url": "https://github.com/api-platform/api-platform", "name": "api-platform/api-platform" }, "symfony": { "require": "^6.4 || ^7.0 || ^8.0" }, "branch-alias": { "dev-3.4": "3.4.x-dev", "dev-4.1": "4.1.x-dev", "dev-4.2": "4.2.x-dev", "dev-main": "4.3.x-dev" } }, "autoload": { "psr-4": { "ApiPlatform\\JsonSchema\\": "" }, "exclude-from-classmap": [ "/Tests/" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Kévin Dunglas", "email": "kevin@dunglas.fr", "homepage": "https://dunglas.fr" }, { "name": "API Platform Community", "homepage": "https://api-platform.com/community/contributors" } ], "description": "Generate a JSON Schema from a PHP class", "homepage": "https://api-platform.com", "keywords": [ "JSON Schema", "api", "json", "openapi", "rest", "swagger" ], "support": { "source": "https://github.com/api-platform/json-schema/tree/v4.2.16" }, "time": "2026-02-13T15:07:33+00:00" }, { "name": "api-platform/jsonld", "version": "v4.2.16", "source": { "type": "git", "url": "https://github.com/api-platform/jsonld.git", "reference": "08593fc073466badae67b8f4999ec19e3ade9eab" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/api-platform/jsonld/zipball/08593fc073466badae67b8f4999ec19e3ade9eab", "reference": "08593fc073466badae67b8f4999ec19e3ade9eab", "shasum": "" }, "require": { "api-platform/metadata": "^4.2", "api-platform/serializer": "^4.2.4", "api-platform/state": "^4.2.4", "php": ">=8.2" }, "require-dev": { "phpunit/phpunit": "^12.2", "symfony/type-info": "^7.3 || ^8.0" }, "type": "library", "extra": { "thanks": { "url": "https://github.com/api-platform/api-platform", "name": "api-platform/api-platform" }, "symfony": { "require": "^6.4 || ^7.0 || ^8.0" }, "branch-alias": { "dev-3.4": "3.4.x-dev", "dev-4.1": "4.1.x-dev", "dev-4.2": "4.2.x-dev", "dev-main": "4.3.x-dev" } }, "autoload": { "files": [ "./HydraContext.php" ], "psr-4": { "ApiPlatform\\JsonLd\\": "" }, "exclude-from-classmap": [ "/Tests/" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Kévin Dunglas", "email": "kevin@dunglas.fr", "homepage": "https://dunglas.fr" }, { "name": "API Platform Community", "homepage": "https://api-platform.com/community/contributors" } ], "description": "API JSON-LD support", "homepage": "https://api-platform.com", "keywords": [ "Hydra", "JSON-LD", "api", "graphql", "rest" ], "support": { "source": "https://github.com/api-platform/jsonld/tree/v4.2.16" }, "time": "2026-02-13T17:30:49+00:00" }, { "name": "api-platform/metadata", "version": "v4.2.16", "source": { "type": "git", "url": "https://github.com/api-platform/metadata.git", "reference": "f90cd4258477821e0174788a6666507824c7c6b9" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/api-platform/metadata/zipball/f90cd4258477821e0174788a6666507824c7c6b9", "reference": "f90cd4258477821e0174788a6666507824c7c6b9", "shasum": "" }, "require": { "doctrine/inflector": "^2.0", "php": ">=8.2", "psr/cache": "^1.0 || ^2.0 || ^3.0", "psr/log": "^1.0 || ^2.0 || ^3.0", "symfony/property-info": "^6.4 || ^7.1 || ^8.0", "symfony/string": "^6.4 || ^7.0 || ^8.0", "symfony/type-info": "^7.3 || ^8.0" }, "require-dev": { "api-platform/json-schema": "^4.2", "api-platform/openapi": "^4.2", "api-platform/state": "^4.2.4", "phpspec/prophecy-phpunit": "^2.2", "phpstan/phpdoc-parser": "^1.29 || ^2.0", "phpunit/phpunit": "^12.2", "symfony/config": "^6.4 || ^7.0 || ^8.0", "symfony/routing": "^6.4 || ^7.0 || ^8.0", "symfony/var-dumper": "^6.4 || ^7.0 || ^8.0", "symfony/web-link": "^6.4 || ^7.1 || ^8.0", "symfony/yaml": "^6.4 || ^7.0 || ^8.0" }, "suggest": { "phpstan/phpdoc-parser": "For PHP documentation support.", "symfony/config": "For XML resource configuration.", "symfony/yaml": "For YAML resource configuration." }, "type": "library", "extra": { "thanks": { "url": "https://github.com/api-platform/api-platform", "name": "api-platform/api-platform" }, "symfony": { "require": "^6.4 || ^7.0 || ^8.0" }, "branch-alias": { "dev-3.4": "3.4.x-dev", "dev-4.1": "4.1.x-dev", "dev-4.2": "4.2.x-dev", "dev-main": "4.3.x-dev" } }, "autoload": { "psr-4": { "ApiPlatform\\Metadata\\": "" }, "exclude-from-classmap": [ "/Tests/" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Kévin Dunglas", "email": "kevin@dunglas.fr", "homepage": "https://dunglas.fr" }, { "name": "API Platform Community", "homepage": "https://api-platform.com/community/contributors" } ], "description": "API Resource-oriented metadata attributes and factories", "homepage": "https://api-platform.com", "keywords": [ "Hydra", "JSON-LD", "api", "graphql", "hal", "jsonapi", "openapi", "rest", "swagger" ], "support": { "source": "https://github.com/api-platform/metadata/tree/v4.2.16" }, "time": "2026-02-13T15:07:33+00:00" }, { "name": "api-platform/openapi", "version": "v4.2.16", "source": { "type": "git", "url": "https://github.com/api-platform/openapi.git", "reference": "59c13717f63e21f98d4ed4e4d7122b0bade72e2e" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/api-platform/openapi/zipball/59c13717f63e21f98d4ed4e4d7122b0bade72e2e", "reference": "59c13717f63e21f98d4ed4e4d7122b0bade72e2e", "shasum": "" }, "require": { "api-platform/json-schema": "^4.2", "api-platform/metadata": "^4.2", "api-platform/state": "^4.2.4", "php": ">=8.2", "symfony/console": "^6.4 || ^7.0 || ^8.0", "symfony/filesystem": "^6.4 || ^7.0 || ^8.0", "symfony/property-access": "^6.4 || ^7.0 || ^8.0", "symfony/serializer": "^6.4 || ^7.0 || ^8.0", "symfony/type-info": "^7.3 || ^8.0" }, "require-dev": { "api-platform/doctrine-common": "^4.2", "api-platform/doctrine-odm": "^4.2", "api-platform/doctrine-orm": "^4.2", "phpspec/prophecy-phpunit": "^2.2", "phpunit/phpunit": "^12.2", "symfony/type-info": "^7.3 || ^8.0" }, "type": "library", "extra": { "thanks": { "url": "https://github.com/api-platform/api-platform", "name": "api-platform/api-platform" }, "symfony": { "require": "^6.4 || ^7.0 || ^8.0" }, "branch-alias": { "dev-3.4": "3.4.x-dev", "dev-4.1": "4.1.x-dev", "dev-4.2": "4.2.x-dev", "dev-main": "4.3.x-dev" } }, "autoload": { "psr-4": { "ApiPlatform\\OpenApi\\": "" }, "exclude-from-classmap": [ "/Tests/" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Kévin Dunglas", "email": "kevin@dunglas.fr", "homepage": "https://dunglas.fr" }, { "name": "API Platform Community", "homepage": "https://api-platform.com/community/contributors" } ], "description": "Models to build and serialize an OpenAPI specification.", "homepage": "https://api-platform.com", "keywords": [ "Hydra", "JSON-LD", "api", "graphql", "hal", "jsonapi", "openapi", "rest", "swagger" ], "support": { "source": "https://github.com/api-platform/openapi/tree/v4.2.16" }, "time": "2026-01-26T15:38:30+00:00" }, { "name": "api-platform/serializer", "version": "v4.2.16", "source": { "type": "git", "url": "https://github.com/api-platform/serializer.git", "reference": "e01024d458c26d230eafbe8ac79dc8e28c3dc379" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/api-platform/serializer/zipball/e01024d458c26d230eafbe8ac79dc8e28c3dc379", "reference": "e01024d458c26d230eafbe8ac79dc8e28c3dc379", "shasum": "" }, "require": { "api-platform/metadata": "^4.2", "api-platform/state": "^4.2.4", "php": ">=8.2", "symfony/property-access": "^6.4 || ^7.0 || ^8.0", "symfony/property-info": "^6.4 || ^7.1 || ^8.0", "symfony/serializer": "^6.4 || ^7.0 || ^8.0", "symfony/validator": "^6.4.11 || ^7.0 || ^8.0" }, "require-dev": { "api-platform/doctrine-common": "^4.2", "api-platform/doctrine-odm": "^4.2", "api-platform/doctrine-orm": "^4.2", "api-platform/json-schema": "^4.2", "api-platform/openapi": "^4.2", "doctrine/collections": "^2.1", "phpspec/prophecy-phpunit": "^2.2", "phpunit/phpunit": "^12.2", "symfony/mercure-bundle": "*", "symfony/type-info": "^7.3 || ^8.0", "symfony/var-dumper": "^6.4 || ^7.0 || ^8.0", "symfony/yaml": "^6.4 || ^7.0 || ^8.0" }, "suggest": { "api-platform/doctrine-odm": "To support Doctrine MongoDB ODM state options.", "api-platform/doctrine-orm": "To support Doctrine ORM state options." }, "type": "library", "extra": { "thanks": { "url": "https://github.com/api-platform/api-platform", "name": "api-platform/api-platform" }, "symfony": { "require": "^6.4 || ^7.0 || ^8.0" }, "branch-alias": { "dev-3.4": "3.4.x-dev", "dev-4.1": "4.1.x-dev", "dev-4.2": "4.2.x-dev", "dev-main": "4.3.x-dev" } }, "autoload": { "psr-4": { "ApiPlatform\\Serializer\\": "" }, "exclude-from-classmap": [ "/Tests/" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Kévin Dunglas", "email": "kevin@dunglas.fr", "homepage": "https://dunglas.fr" }, { "name": "API Platform Community", "homepage": "https://api-platform.com/community/contributors" } ], "description": "API Platform core Serializer", "homepage": "https://api-platform.com", "keywords": [ "api", "graphql", "rest", "serializer" ], "support": { "source": "https://github.com/api-platform/serializer/tree/v4.2.16" }, "time": "2026-02-13T17:30:49+00:00" }, { "name": "api-platform/state", "version": "v4.2.16", "source": { "type": "git", "url": "https://github.com/api-platform/state.git", "reference": "0fcd612696acac4632a626bb5dfc6bd99ec3b44a" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/api-platform/state/zipball/0fcd612696acac4632a626bb5dfc6bd99ec3b44a", "reference": "0fcd612696acac4632a626bb5dfc6bd99ec3b44a", "shasum": "" }, "require": { "api-platform/metadata": "^4.2.3", "php": ">=8.2", "psr/container": "^1.0 || ^2.0", "symfony/deprecation-contracts": "^3.1", "symfony/http-kernel": "^6.4 || ^7.0 || ^8.0", "symfony/serializer": "^6.4 || ^7.0 || ^8.0", "symfony/translation-contracts": "^3.0" }, "require-dev": { "api-platform/serializer": "^4.2.4", "api-platform/validator": "^4.2.4", "phpunit/phpunit": "^12.2", "symfony/http-foundation": "^6.4.14 || ^7.0 || ^8.0", "symfony/object-mapper": "^7.4 || ^8.0", "symfony/type-info": "^7.4 || ^8.0", "symfony/web-link": "^6.4 || ^7.1 || ^8.0", "willdurand/negotiation": "^3.1" }, "suggest": { "api-platform/serializer": "To use API Platform serializer.", "api-platform/validator": "To use API Platform validation.", "symfony/http-foundation": "To use our HTTP providers and processor.", "symfony/web-link": "To support adding web links to the response headers.", "willdurand/negotiation": "To use the API Platform content negoatiation provider." }, "type": "library", "extra": { "thanks": { "url": "https://github.com/api-platform/api-platform", "name": "api-platform/api-platform" }, "symfony": { "require": "^6.4 || ^7.0 || ^8.0" }, "branch-alias": { "dev-3.4": "3.4.x-dev", "dev-4.1": "4.1.x-dev", "dev-4.2": "4.2.x-dev", "dev-main": "4.3.x-dev" } }, "autoload": { "psr-4": { "ApiPlatform\\State\\": "" }, "exclude-from-classmap": [ "/Tests/" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Kévin Dunglas", "email": "kevin@dunglas.fr", "homepage": "https://dunglas.fr" }, { "name": "API Platform Community", "homepage": "https://api-platform.com/community/contributors" } ], "description": "API Platform State component ", "homepage": "https://api-platform.com", "keywords": [ "Hydra", "JSON-LD", "api", "graphql", "hal", "jsonapi", "openapi", "rest", "swagger" ], "support": { "source": "https://github.com/api-platform/state/tree/v4.2.16" }, "time": "2026-02-13T15:07:33+00:00" }, { "name": "api-platform/symfony", "version": "v4.2.16", "source": { "type": "git", "url": "https://github.com/api-platform/symfony.git", "reference": "769f5bc29ce59a5c68006ca5876c409072340e92" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/api-platform/symfony/zipball/769f5bc29ce59a5c68006ca5876c409072340e92", "reference": "769f5bc29ce59a5c68006ca5876c409072340e92", "shasum": "" }, "require": { "api-platform/documentation": "^4.2.12", "api-platform/http-cache": "^4.2.12", "api-platform/hydra": "^4.2.12", "api-platform/json-schema": "^4.2.12", "api-platform/jsonld": "^4.2.12", "api-platform/metadata": "^4.2.12", "api-platform/openapi": "^4.2.12", "api-platform/serializer": "^4.2.12", "api-platform/state": "^4.2.12", "api-platform/validator": "^4.2.12", "php": ">=8.2", "symfony/asset": "^6.4 || ^7.0 || ^8.0", "symfony/finder": "^6.4 || ^7.0 || ^8.0", "symfony/property-access": "^6.4 || ^7.0 || ^8.0", "symfony/property-info": "^6.4 || ^7.0 || ^8.0", "symfony/security-core": "^6.4 || ^7.0 || ^8.0", "symfony/serializer": "^6.4 || ^7.0 || ^8.0", "willdurand/negotiation": "^3.1" }, "require-dev": { "api-platform/doctrine-common": "^4.2.12", "api-platform/doctrine-odm": "^4.2.12", "api-platform/doctrine-orm": "^4.2.12", "api-platform/elasticsearch": "^4.2.12", "api-platform/graphql": "^4.2.12", "api-platform/hal": "^4.2.12", "phpspec/prophecy-phpunit": "^2.2", "phpunit/phpunit": "^12.2", "symfony/expression-language": "^6.4 || ^7.0 || ^8.0", "symfony/intl": "^6.4 || ^7.0 || ^8.0", "symfony/mercure-bundle": "*", "symfony/object-mapper": "^7.0 || ^8.0", "symfony/routing": "^6.4 || ^7.0 || ^8.0", "symfony/type-info": "^7.3 || ^8.0", "symfony/validator": "^6.4.11 || ^7.0 || ^8.0", "webonyx/graphql-php": "^15.0" }, "suggest": { "api-platform/doctrine-odm": "To support MongoDB. Only versions 4.0 and later are supported.", "api-platform/doctrine-orm": "To support Doctrine ORM.", "api-platform/elasticsearch": "To support Elasticsearch.", "api-platform/graphql": "To support GraphQL.", "api-platform/hal": "to support the HAL format", "api-platform/json-api": "to support the JSON-API format", "api-platform/ramsey-uuid": "To support Ramsey's UUID identifiers.", "phpstan/phpdoc-parser": "To support extracting metadata from PHPDoc.", "psr/cache-implementation": "To use metadata caching.", "symfony/cache": "To have metadata caching when using Symfony integration.", "symfony/config": "To load XML configuration files.", "symfony/expression-language": "To use authorization and mercure advanced features.", "symfony/http-client": "To use the HTTP cache invalidation system.", "symfony/mercure-bundle": "To support mercure integration.", "symfony/messenger": "To support messenger integration and asynchronous Mercure updates.", "symfony/security": "To use authorization features.", "symfony/twig-bundle": "To use the Swagger UI integration.", "symfony/uid": "To support Symfony UUID/ULID identifiers.", "symfony/web-profiler-bundle": "To use the data collector." }, "type": "symfony-bundle", "extra": { "thanks": { "url": "https://github.com/api-platform/api-platform", "name": "api-platform/api-platform" }, "symfony": { "require": "^6.4 || ^7.0 || ^8.0" }, "branch-alias": { "dev-main": "4.3.x-dev" } }, "autoload": { "psr-4": { "ApiPlatform\\Symfony\\": "" }, "exclude-from-classmap": [ "/Tests/" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Kévin Dunglas", "email": "kevin@dunglas.fr", "homepage": "https://dunglas.fr" }, { "name": "API Platform Community", "homepage": "https://api-platform.com/community/contributors" } ], "description": "Symfony API Platform integration", "homepage": "https://api-platform.com", "keywords": [ "Hydra", "JSON-LD", "api", "graphql", "hal", "jsonapi", "openapi", "rest", "swagger", "symfony" ], "support": { "source": "https://github.com/api-platform/symfony/tree/v4.2.16" }, "time": "2026-02-13T17:30:49+00:00" }, { "name": "api-platform/validator", "version": "v4.2.16", "source": { "type": "git", "url": "https://github.com/api-platform/validator.git", "reference": "22968964145b3fe542b5885f6a2e74d77e7e28c3" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/api-platform/validator/zipball/22968964145b3fe542b5885f6a2e74d77e7e28c3", "reference": "22968964145b3fe542b5885f6a2e74d77e7e28c3", "shasum": "" }, "require": { "api-platform/metadata": "^4.2", "php": ">=8.2", "symfony/http-kernel": "^6.4 || ^7.1 || ^8.0", "symfony/serializer": "^6.4 || ^7.1 || ^8.0", "symfony/type-info": "^7.3 || ^8.0", "symfony/validator": "^6.4.11 || ^7.1 || ^8.0", "symfony/web-link": "^6.4 || ^7.1 || ^8.0" }, "require-dev": { "phpspec/prophecy-phpunit": "^2.2", "phpunit/phpunit": "^12.2" }, "type": "library", "extra": { "thanks": { "url": "https://github.com/api-platform/api-platform", "name": "api-platform/api-platform" }, "symfony": { "require": "^6.4 || ^7.0 || ^8.0" }, "branch-alias": { "dev-3.4": "3.4.x-dev", "dev-4.1": "4.1.x-dev", "dev-4.2": "4.2.x-dev", "dev-main": "4.3.x-dev" } }, "autoload": { "psr-4": { "ApiPlatform\\Validator\\": "" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Kévin Dunglas", "email": "kevin@dunglas.fr", "homepage": "https://dunglas.fr" }, { "name": "API Platform Community", "homepage": "https://api-platform.com/community/contributors" } ], "description": "API Platform validator component", "homepage": "https://api-platform.com", "keywords": [ "api", "graphql", "rest", "validator" ], "support": { "source": "https://github.com/api-platform/validator/tree/v4.2.16" }, "time": "2026-01-26T15:45:40+00:00" }, { "name": "babdev/pagerfanta-bundle", "version": "v4.6.0", "source": { "type": "git", "url": "https://github.com/BabDev/PagerfantaBundle.git", "reference": "ea3eb6a3f9d838de73254683b1a57014877d2ff3" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/BabDev/PagerfantaBundle/zipball/ea3eb6a3f9d838de73254683b1a57014877d2ff3", "reference": "ea3eb6a3f9d838de73254683b1a57014877d2ff3", "shasum": "" }, "require": { "pagerfanta/core": "^3.7 || ^4.0", "php": "^8.1", "psr/container": "^1.0 || ^2.0", "symfony/config": "^5.4 || ^6.4 || ^7.3 || ^8.0", "symfony/dependency-injection": "^5.4 || ^6.4 || ^7.3 || ^8.0", "symfony/http-foundation": "^5.4 || ^6.4 || ^7.3 || ^8.0", "symfony/http-kernel": "^5.4 || ^6.4 || ^7.3 || ^8.0", "symfony/property-access": "^5.4 || ^6.4 || ^7.3 || ^8.0", "symfony/routing": "^5.4 || ^6.4 || ^7.3 || ^8.0" }, "conflict": { "jms/serializer": "<3.18", "jms/serializer-bundle": "<4.2", "pagerfanta/twig": "<3.7", "symfony/serializer": "<5.4 || >=6.0,<6.4 || >=7.0,<7.3", "symfony/translation": "<5.4 || >=6.0,<6.4 || >=7.0,<7.3", "symfony/twig-bridge": "<5.4 || >=6.0,<6.4 || >=7.0,<7.3", "symfony/twig-bundle": "<5.4 || >=6.0,<6.4 || >=7.0,<7.3", "twig/twig": "<2.13", "white-october/pagerfanta-bundle": "*" }, "require-dev": { "jms/serializer": "^3.18", "jms/serializer-bundle": "^4.2 || ^5.0", "matthiasnoback/symfony-dependency-injection-test": "^6.2", "pagerfanta/twig": "^3.7 || ^4.0", "phpstan/extension-installer": "^1.3", "phpstan/phpstan": "2.1.32", "phpstan/phpstan-phpunit": "2.0.8", "phpstan/phpstan-symfony": "2.0.9", "phpunit/phpunit": "10.5.58 || 11.5.44 || 12.4.4", "symfony/serializer": "^5.4 || ^6.4 || ^7.3 || ^8.0", "symfony/translation": "^5.4 || ^6.4 || ^7.3 || ^8.0", "symfony/twig-bridge": "^5.4 || ^6.4 || ^7.3 || ^8.0", "symfony/twig-bundle": "^5.4 || ^6.4 || ^7.3 || ^8.0", "twig/twig": "^2.13 || ^3.0" }, "suggest": { "jms/serializer-bundle": "To use the Pagerfanta class with the JMS Serializer", "symfony/serializer": "To use the Pagerfanta class with the Symfony Serializer", "symfony/translation": "To use the Twig templates with translation support", "twig/twig": "To integrate Pagerfanta with Twig through extensions" }, "type": "symfony-bundle", "autoload": { "psr-4": { "BabDev\\PagerfantaBundle\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "description": "Bundle integrating Pagerfanta with Symfony", "keywords": [ "pagerfanta", "pagination", "symfony" ], "support": { "issues": "https://github.com/BabDev/PagerfantaBundle/issues", "source": "https://github.com/BabDev/PagerfantaBundle/tree/v4.6.0" }, "funding": [ { "url": "https://github.com/mbabker", "type": "github" } ], "time": "2025-11-29T13:01:51+00:00" }, { "name": "behat/transliterator", "version": "v1.5.0", "source": { "type": "git", "url": "https://github.com/Behat/Transliterator.git", "reference": "baac5873bac3749887d28ab68e2f74db3a4408af" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/Behat/Transliterator/zipball/baac5873bac3749887d28ab68e2f74db3a4408af", "reference": "baac5873bac3749887d28ab68e2f74db3a4408af", "shasum": "" }, "require": { "php": ">=7.2" }, "require-dev": { "chuyskywalker/rolling-curl": "^3.1", "php-yaoi/php-yaoi": "^1.0", "phpunit/phpunit": "^8.5.25 || ^9.5.19" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.x-dev" } }, "autoload": { "psr-4": { "Behat\\Transliterator\\": "src/Behat/Transliterator" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "Artistic-1.0" ], "description": "String transliterator", "keywords": [ "i18n", "slug", "transliterator" ], "support": { "issues": "https://github.com/Behat/Transliterator/issues", "source": "https://github.com/Behat/Transliterator/tree/v1.5.0" }, "abandoned": true, "time": "2022-03-30T09:27:43+00:00" }, { "name": "brick/math", "version": "0.14.8", "source": { "type": "git", "url": "https://github.com/brick/math.git", "reference": "63422359a44b7f06cae63c3b429b59e8efcc0629" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/brick/math/zipball/63422359a44b7f06cae63c3b429b59e8efcc0629", "reference": "63422359a44b7f06cae63c3b429b59e8efcc0629", "shasum": "" }, "require": { "php": "^8.2" }, "require-dev": { "php-coveralls/php-coveralls": "^2.2", "phpstan/phpstan": "2.1.22", "phpunit/phpunit": "^11.5" }, "type": "library", "autoload": { "psr-4": { "Brick\\Math\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "description": "Arbitrary-precision arithmetic library", "keywords": [ "Arbitrary-precision", "BigInteger", "BigRational", "arithmetic", "bigdecimal", "bignum", "bignumber", "brick", "decimal", "integer", "math", "mathematics", "rational" ], "support": { "issues": "https://github.com/brick/math/issues", "source": "https://github.com/brick/math/tree/0.14.8" }, "funding": [ { "url": "https://github.com/BenMorel", "type": "github" } ], "time": "2026-02-10T14:33:43+00:00" }, { "name": "clue/stream-filter", "version": "v1.7.0", "source": { "type": "git", "url": "https://github.com/clue/stream-filter.git", "reference": "049509fef80032cb3f051595029ab75b49a3c2f7" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/clue/stream-filter/zipball/049509fef80032cb3f051595029ab75b49a3c2f7", "reference": "049509fef80032cb3f051595029ab75b49a3c2f7", "shasum": "" }, "require": { "php": ">=5.3" }, "require-dev": { "phpunit/phpunit": "^9.6 || ^5.7 || ^4.8.36" }, "type": "library", "autoload": { "files": [ "src/functions_include.php" ], "psr-4": { "Clue\\StreamFilter\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Christian Lück", "email": "christian@clue.engineering" } ], "description": "A simple and modern approach to stream filtering in PHP", "homepage": "https://github.com/clue/stream-filter", "keywords": [ "bucket brigade", "callback", "filter", "php_user_filter", "stream", "stream_filter_append", "stream_filter_register" ], "support": { "issues": "https://github.com/clue/stream-filter/issues", "source": "https://github.com/clue/stream-filter/tree/v1.7.0" }, "funding": [ { "url": "https://clue.engineering/support", "type": "custom" }, { "url": "https://github.com/clue", "type": "github" } ], "time": "2023-12-20T15:40:13+00:00" }, { "name": "composer/ca-bundle", "version": "1.5.10", "source": { "type": "git", "url": "https://github.com/composer/ca-bundle.git", "reference": "961a5e4056dd2e4a2eedcac7576075947c28bf63" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/composer/ca-bundle/zipball/961a5e4056dd2e4a2eedcac7576075947c28bf63", "reference": "961a5e4056dd2e4a2eedcac7576075947c28bf63", "shasum": "" }, "require": { "ext-openssl": "*", "ext-pcre": "*", "php": "^7.2 || ^8.0" }, "require-dev": { "phpstan/phpstan": "^1.10", "phpunit/phpunit": "^8 || ^9", "psr/log": "^1.0 || ^2.0 || ^3.0", "symfony/process": "^4.0 || ^5.0 || ^6.0 || ^7.0" }, "type": "library", "extra": { "branch-alias": { "dev-main": "1.x-dev" } }, "autoload": { "psr-4": { "Composer\\CaBundle\\": "src" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Jordi Boggiano", "email": "j.boggiano@seld.be", "homepage": "http://seld.be" } ], "description": "Lets you find a path to the system CA bundle, and includes a fallback to the Mozilla CA bundle.", "keywords": [ "cabundle", "cacert", "certificate", "ssl", "tls" ], "support": { "irc": "irc://irc.freenode.org/composer", "issues": "https://github.com/composer/ca-bundle/issues", "source": "https://github.com/composer/ca-bundle/tree/1.5.10" }, "funding": [ { "url": "https://packagist.com", "type": "custom" }, { "url": "https://github.com/composer", "type": "github" } ], "time": "2025-12-08T15:06:51+00:00" }, { "name": "doctrine/annotations", "version": "2.0.2", "source": { "type": "git", "url": "https://github.com/doctrine/annotations.git", "reference": "901c2ee5d26eb64ff43c47976e114bf00843acf7" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/doctrine/annotations/zipball/901c2ee5d26eb64ff43c47976e114bf00843acf7", "reference": "901c2ee5d26eb64ff43c47976e114bf00843acf7", "shasum": "" }, "require": { "doctrine/lexer": "^2 || ^3", "ext-tokenizer": "*", "php": "^7.2 || ^8.0", "psr/cache": "^1 || ^2 || ^3" }, "require-dev": { "doctrine/cache": "^2.0", "doctrine/coding-standard": "^10", "phpstan/phpstan": "^1.10.28", "phpunit/phpunit": "^7.5 || ^8.5 || ^9.5", "symfony/cache": "^5.4 || ^6.4 || ^7", "vimeo/psalm": "^4.30 || ^5.14" }, "suggest": { "php": "PHP 8.0 or higher comes with attributes, a native replacement for annotations" }, "type": "library", "autoload": { "psr-4": { "Doctrine\\Common\\Annotations\\": "lib/Doctrine/Common/Annotations" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Guilherme Blanco", "email": "guilhermeblanco@gmail.com" }, { "name": "Roman Borschel", "email": "roman@code-factory.org" }, { "name": "Benjamin Eberlei", "email": "kontakt@beberlei.de" }, { "name": "Jonathan Wage", "email": "jonwage@gmail.com" }, { "name": "Johannes Schmitt", "email": "schmittjoh@gmail.com" } ], "description": "Docblock Annotations Parser", "homepage": "https://www.doctrine-project.org/projects/annotations.html", "keywords": [ "annotations", "docblock", "parser" ], "support": { "issues": "https://github.com/doctrine/annotations/issues", "source": "https://github.com/doctrine/annotations/tree/2.0.2" }, "abandoned": true, "time": "2024-09-05T10:17:24+00:00" }, { "name": "doctrine/collections", "version": "2.6.0", "source": { "type": "git", "url": "https://github.com/doctrine/collections.git", "reference": "7713da39d8e237f28411d6a616a3dce5e20d5de2" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/doctrine/collections/zipball/7713da39d8e237f28411d6a616a3dce5e20d5de2", "reference": "7713da39d8e237f28411d6a616a3dce5e20d5de2", "shasum": "" }, "require": { "doctrine/deprecations": "^1", "php": "^8.1", "symfony/polyfill-php84": "^1.30" }, "require-dev": { "doctrine/coding-standard": "^14", "ext-json": "*", "phpstan/phpstan": "^2.1.30", "phpstan/phpstan-phpunit": "^2.0.7", "phpunit/phpunit": "^10.5.58 || ^11.5.42 || ^12.4" }, "type": "library", "autoload": { "psr-4": { "Doctrine\\Common\\Collections\\": "src" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Guilherme Blanco", "email": "guilhermeblanco@gmail.com" }, { "name": "Roman Borschel", "email": "roman@code-factory.org" }, { "name": "Benjamin Eberlei", "email": "kontakt@beberlei.de" }, { "name": "Jonathan Wage", "email": "jonwage@gmail.com" }, { "name": "Johannes Schmitt", "email": "schmittjoh@gmail.com" } ], "description": "PHP Doctrine Collections library that adds additional functionality on top of PHP arrays.", "homepage": "https://www.doctrine-project.org/projects/collections.html", "keywords": [ "array", "collections", "iterators", "php" ], "support": { "issues": "https://github.com/doctrine/collections/issues", "source": "https://github.com/doctrine/collections/tree/2.6.0" }, "funding": [ { "url": "https://www.doctrine-project.org/sponsorship.html", "type": "custom" }, { "url": "https://www.patreon.com/phpdoctrine", "type": "patreon" }, { "url": "https://tidelift.com/funding/github/packagist/doctrine%2Fcollections", "type": "tidelift" } ], "time": "2026-01-15T10:01:58+00:00" }, { "name": "doctrine/common", "version": "3.5.0", "source": { "type": "git", "url": "https://github.com/doctrine/common.git", "reference": "d9ea4a54ca2586db781f0265d36bea731ac66ec5" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/doctrine/common/zipball/d9ea4a54ca2586db781f0265d36bea731ac66ec5", "reference": "d9ea4a54ca2586db781f0265d36bea731ac66ec5", "shasum": "" }, "require": { "doctrine/persistence": "^2.0 || ^3.0 || ^4.0", "php": "^7.1 || ^8.0" }, "require-dev": { "doctrine/coding-standard": "^9.0 || ^10.0", "doctrine/collections": "^1", "phpstan/phpstan": "^1.4.1", "phpstan/phpstan-phpunit": "^1", "phpunit/phpunit": "^7.5.20 || ^8.5 || ^9.0", "squizlabs/php_codesniffer": "^3.0", "symfony/phpunit-bridge": "^6.1", "vimeo/psalm": "^4.4" }, "type": "library", "autoload": { "psr-4": { "Doctrine\\Common\\": "src" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Guilherme Blanco", "email": "guilhermeblanco@gmail.com" }, { "name": "Roman Borschel", "email": "roman@code-factory.org" }, { "name": "Benjamin Eberlei", "email": "kontakt@beberlei.de" }, { "name": "Jonathan Wage", "email": "jonwage@gmail.com" }, { "name": "Johannes Schmitt", "email": "schmittjoh@gmail.com" }, { "name": "Marco Pivetta", "email": "ocramius@gmail.com" } ], "description": "PHP Doctrine Common project is a library that provides additional functionality that other Doctrine projects depend on such as better reflection support, proxies and much more.", "homepage": "https://www.doctrine-project.org/projects/common.html", "keywords": [ "common", "doctrine", "php" ], "support": { "issues": "https://github.com/doctrine/common/issues", "source": "https://github.com/doctrine/common/tree/3.5.0" }, "funding": [ { "url": "https://www.doctrine-project.org/sponsorship.html", "type": "custom" }, { "url": "https://www.patreon.com/phpdoctrine", "type": "patreon" }, { "url": "https://tidelift.com/funding/github/packagist/doctrine%2Fcommon", "type": "tidelift" } ], "time": "2025-01-01T22:12:03+00:00" }, { "name": "doctrine/data-fixtures", "version": "2.2.0", "source": { "type": "git", "url": "https://github.com/doctrine/data-fixtures.git", "reference": "7a615ba135e45d67674bb623d90f34f6c7b6bd97" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/doctrine/data-fixtures/zipball/7a615ba135e45d67674bb623d90f34f6c7b6bd97", "reference": "7a615ba135e45d67674bb623d90f34f6c7b6bd97", "shasum": "" }, "require": { "doctrine/persistence": "^3.1 || ^4.0", "php": "^8.1", "psr/log": "^1.1 || ^2 || ^3" }, "conflict": { "doctrine/dbal": "<3.5 || >=5", "doctrine/orm": "<2.14 || >=4", "doctrine/phpcr-odm": "<1.3.0" }, "require-dev": { "doctrine/coding-standard": "^14", "doctrine/dbal": "^3.5 || ^4", "doctrine/mongodb-odm": "^1.3.0 || ^2.0.0", "doctrine/orm": "^2.14 || ^3", "ext-sqlite3": "*", "fig/log-test": "^1", "phpstan/phpstan": "2.1.31", "phpunit/phpunit": "10.5.45 || 12.4.0", "symfony/cache": "^6.4 || ^7", "symfony/var-exporter": "^6.4 || ^7" }, "suggest": { "alcaeus/mongo-php-adapter": "For using MongoDB ODM 1.3 with PHP 7 (deprecated)", "doctrine/mongodb-odm": "For loading MongoDB ODM fixtures", "doctrine/orm": "For loading ORM fixtures", "doctrine/phpcr-odm": "For loading PHPCR ODM fixtures" }, "type": "library", "autoload": { "psr-4": { "Doctrine\\Common\\DataFixtures\\": "src" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Jonathan Wage", "email": "jonwage@gmail.com" } ], "description": "Data Fixtures for all Doctrine Object Managers", "homepage": "https://www.doctrine-project.org", "keywords": [ "database" ], "support": { "issues": "https://github.com/doctrine/data-fixtures/issues", "source": "https://github.com/doctrine/data-fixtures/tree/2.2.0" }, "funding": [ { "url": "https://www.doctrine-project.org/sponsorship.html", "type": "custom" }, { "url": "https://www.patreon.com/phpdoctrine", "type": "patreon" }, { "url": "https://tidelift.com/funding/github/packagist/doctrine%2Fdata-fixtures", "type": "tidelift" } ], "time": "2025-10-17T20:06:20+00:00" }, { "name": "doctrine/dbal", "version": "3.10.4", "source": { "type": "git", "url": "https://github.com/doctrine/dbal.git", "reference": "63a46cb5aa6f60991186cc98c1d1b50c09311868" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/doctrine/dbal/zipball/63a46cb5aa6f60991186cc98c1d1b50c09311868", "reference": "63a46cb5aa6f60991186cc98c1d1b50c09311868", "shasum": "" }, "require": { "composer-runtime-api": "^2", "doctrine/deprecations": "^0.5.3|^1", "doctrine/event-manager": "^1|^2", "php": "^7.4 || ^8.0", "psr/cache": "^1|^2|^3", "psr/log": "^1|^2|^3" }, "conflict": { "doctrine/cache": "< 1.11" }, "require-dev": { "doctrine/cache": "^1.11|^2.0", "doctrine/coding-standard": "14.0.0", "fig/log-test": "^1", "jetbrains/phpstorm-stubs": "2023.1", "phpstan/phpstan": "2.1.30", "phpstan/phpstan-strict-rules": "^2", "phpunit/phpunit": "9.6.29", "slevomat/coding-standard": "8.24.0", "squizlabs/php_codesniffer": "4.0.0", "symfony/cache": "^5.4|^6.0|^7.0|^8.0", "symfony/console": "^4.4|^5.4|^6.0|^7.0|^8.0" }, "suggest": { "symfony/console": "For helpful console commands such as SQL execution and import of files." }, "bin": [ "bin/doctrine-dbal" ], "type": "library", "autoload": { "psr-4": { "Doctrine\\DBAL\\": "src" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Guilherme Blanco", "email": "guilhermeblanco@gmail.com" }, { "name": "Roman Borschel", "email": "roman@code-factory.org" }, { "name": "Benjamin Eberlei", "email": "kontakt@beberlei.de" }, { "name": "Jonathan Wage", "email": "jonwage@gmail.com" } ], "description": "Powerful PHP database abstraction layer (DBAL) with many features for database schema introspection and management.", "homepage": "https://www.doctrine-project.org/projects/dbal.html", "keywords": [ "abstraction", "database", "db2", "dbal", "mariadb", "mssql", "mysql", "oci8", "oracle", "pdo", "pgsql", "postgresql", "queryobject", "sasql", "sql", "sqlite", "sqlserver", "sqlsrv" ], "support": { "issues": "https://github.com/doctrine/dbal/issues", "source": "https://github.com/doctrine/dbal/tree/3.10.4" }, "funding": [ { "url": "https://www.doctrine-project.org/sponsorship.html", "type": "custom" }, { "url": "https://www.patreon.com/phpdoctrine", "type": "patreon" }, { "url": "https://tidelift.com/funding/github/packagist/doctrine%2Fdbal", "type": "tidelift" } ], "time": "2025-11-29T10:46:08+00:00" }, { "name": "doctrine/deprecations", "version": "1.1.6", "source": { "type": "git", "url": "https://github.com/doctrine/deprecations.git", "reference": "d4fe3e6fd9bb9e72557a19674f44d8ac7db4c6ca" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/doctrine/deprecations/zipball/d4fe3e6fd9bb9e72557a19674f44d8ac7db4c6ca", "reference": "d4fe3e6fd9bb9e72557a19674f44d8ac7db4c6ca", "shasum": "" }, "require": { "php": "^7.1 || ^8.0" }, "conflict": { "phpunit/phpunit": "<=7.5 || >=14" }, "require-dev": { "doctrine/coding-standard": "^9 || ^12 || ^14", "phpstan/phpstan": "1.4.10 || 2.1.30", "phpstan/phpstan-phpunit": "^1.0 || ^2", "phpunit/phpunit": "^7.5 || ^8.5 || ^9.6 || ^10.5 || ^11.5 || ^12.4 || ^13.0", "psr/log": "^1 || ^2 || ^3" }, "suggest": { "psr/log": "Allows logging deprecations via PSR-3 logger implementation" }, "type": "library", "autoload": { "psr-4": { "Doctrine\\Deprecations\\": "src" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "description": "A small layer on top of trigger_error(E_USER_DEPRECATED) or PSR-3 logging with options to disable all deprecations or selectively for packages.", "homepage": "https://www.doctrine-project.org/", "support": { "issues": "https://github.com/doctrine/deprecations/issues", "source": "https://github.com/doctrine/deprecations/tree/1.1.6" }, "time": "2026-02-07T07:09:04+00:00" }, { "name": "doctrine/doctrine-bundle", "version": "2.18.2", "source": { "type": "git", "url": "https://github.com/doctrine/DoctrineBundle.git", "reference": "0ff098b29b8b3c68307c8987dcaed7fd829c6546" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/doctrine/DoctrineBundle/zipball/0ff098b29b8b3c68307c8987dcaed7fd829c6546", "reference": "0ff098b29b8b3c68307c8987dcaed7fd829c6546", "shasum": "" }, "require": { "doctrine/dbal": "^3.7.0 || ^4.0", "doctrine/deprecations": "^1.0", "doctrine/persistence": "^3.1 || ^4", "doctrine/sql-formatter": "^1.0.1", "php": "^8.1", "symfony/cache": "^6.4 || ^7.0", "symfony/config": "^6.4 || ^7.0", "symfony/console": "^6.4 || ^7.0", "symfony/dependency-injection": "^6.4 || ^7.0", "symfony/doctrine-bridge": "^6.4.3 || ^7.0.3", "symfony/framework-bundle": "^6.4 || ^7.0", "symfony/service-contracts": "^2.5 || ^3" }, "conflict": { "doctrine/annotations": ">=3.0", "doctrine/cache": "< 1.11", "doctrine/orm": "<2.17 || >=4.0", "symfony/var-exporter": "< 6.4.1 || 7.0.0", "twig/twig": "<2.13 || >=3.0 <3.0.4" }, "require-dev": { "doctrine/annotations": "^1 || ^2", "doctrine/cache": "^1.11 || ^2.0", "doctrine/coding-standard": "^14", "doctrine/orm": "^2.17 || ^3.1", "friendsofphp/proxy-manager-lts": "^1.0", "phpstan/phpstan": "2.1.1", "phpstan/phpstan-phpunit": "2.0.3", "phpstan/phpstan-strict-rules": "^2", "phpunit/phpunit": "^10.5.53 || ^12.3.10", "psr/log": "^1.1.4 || ^2.0 || ^3.0", "symfony/doctrine-messenger": "^6.4 || ^7.0", "symfony/expression-language": "^6.4 || ^7.0", "symfony/messenger": "^6.4 || ^7.0", "symfony/property-info": "^6.4 || ^7.0", "symfony/security-bundle": "^6.4 || ^7.0", "symfony/stopwatch": "^6.4 || ^7.0", "symfony/string": "^6.4 || ^7.0", "symfony/twig-bridge": "^6.4 || ^7.0", "symfony/validator": "^6.4 || ^7.0", "symfony/var-exporter": "^6.4.1 || ^7.0.1", "symfony/web-profiler-bundle": "^6.4 || ^7.0", "symfony/yaml": "^6.4 || ^7.0", "twig/twig": "^2.14.7 || ^3.0.4" }, "suggest": { "doctrine/orm": "The Doctrine ORM integration is optional in the bundle.", "ext-pdo": "*", "symfony/web-profiler-bundle": "To use the data collector." }, "type": "symfony-bundle", "autoload": { "psr-4": { "Doctrine\\Bundle\\DoctrineBundle\\": "src" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Fabien Potencier", "email": "fabien@symfony.com" }, { "name": "Benjamin Eberlei", "email": "kontakt@beberlei.de" }, { "name": "Symfony Community", "homepage": "https://symfony.com/contributors" }, { "name": "Doctrine Project", "homepage": "https://www.doctrine-project.org/" } ], "description": "Symfony DoctrineBundle", "homepage": "https://www.doctrine-project.org", "keywords": [ "database", "dbal", "orm", "persistence" ], "support": { "issues": "https://github.com/doctrine/DoctrineBundle/issues", "source": "https://github.com/doctrine/DoctrineBundle/tree/2.18.2" }, "funding": [ { "url": "https://www.doctrine-project.org/sponsorship.html", "type": "custom" }, { "url": "https://www.patreon.com/phpdoctrine", "type": "patreon" }, { "url": "https://tidelift.com/funding/github/packagist/doctrine%2Fdoctrine-bundle", "type": "tidelift" } ], "time": "2025-12-20T21:35:32+00:00" }, { "name": "doctrine/doctrine-migrations-bundle", "version": "3.7.0", "source": { "type": "git", "url": "https://github.com/doctrine/DoctrineMigrationsBundle.git", "reference": "1e380c6dd8ac8488217f39cff6b77e367f1a644b" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/doctrine/DoctrineMigrationsBundle/zipball/1e380c6dd8ac8488217f39cff6b77e367f1a644b", "reference": "1e380c6dd8ac8488217f39cff6b77e367f1a644b", "shasum": "" }, "require": { "doctrine/doctrine-bundle": "^2.4 || ^3.0", "doctrine/migrations": "^3.2", "php": "^7.2 || ^8.0", "symfony/deprecation-contracts": "^2.1 || ^3", "symfony/framework-bundle": "^5.4 || ^6.0 || ^7.0 || ^8.0" }, "require-dev": { "composer/semver": "^3.0", "doctrine/coding-standard": "^12 || ^14", "doctrine/orm": "^2.6 || ^3", "phpstan/phpstan": "^1.4 || ^2", "phpstan/phpstan-deprecation-rules": "^1 || ^2", "phpstan/phpstan-phpunit": "^1 || ^2", "phpstan/phpstan-strict-rules": "^1.1 || ^2", "phpstan/phpstan-symfony": "^1.3 || ^2", "phpunit/phpunit": "^8.5 || ^9.5", "symfony/phpunit-bridge": "^6.3 || ^7 || ^8", "symfony/var-exporter": "^5.4 || ^6 || ^7 || ^8" }, "type": "symfony-bundle", "autoload": { "psr-4": { "Doctrine\\Bundle\\MigrationsBundle\\": "src" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Fabien Potencier", "email": "fabien@symfony.com" }, { "name": "Doctrine Project", "homepage": "https://www.doctrine-project.org" }, { "name": "Symfony Community", "homepage": "https://symfony.com/contributors" } ], "description": "Symfony DoctrineMigrationsBundle", "homepage": "https://www.doctrine-project.org", "keywords": [ "dbal", "migrations", "schema" ], "support": { "issues": "https://github.com/doctrine/DoctrineMigrationsBundle/issues", "source": "https://github.com/doctrine/DoctrineMigrationsBundle/tree/3.7.0" }, "funding": [ { "url": "https://www.doctrine-project.org/sponsorship.html", "type": "custom" }, { "url": "https://www.patreon.com/phpdoctrine", "type": "patreon" }, { "url": "https://tidelift.com/funding/github/packagist/doctrine%2Fdoctrine-migrations-bundle", "type": "tidelift" } ], "time": "2025-11-15T19:02:59+00:00" }, { "name": "doctrine/event-manager", "version": "2.1.1", "source": { "type": "git", "url": "https://github.com/doctrine/event-manager.git", "reference": "dda33921b198841ca8dbad2eaa5d4d34769d18cf" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/doctrine/event-manager/zipball/dda33921b198841ca8dbad2eaa5d4d34769d18cf", "reference": "dda33921b198841ca8dbad2eaa5d4d34769d18cf", "shasum": "" }, "require": { "php": "^8.1" }, "conflict": { "doctrine/common": "<2.9" }, "require-dev": { "doctrine/coding-standard": "^14", "phpdocumentor/guides-cli": "^1.4", "phpstan/phpstan": "^2.1.32", "phpunit/phpunit": "^10.5.58" }, "type": "library", "autoload": { "psr-4": { "Doctrine\\Common\\": "src" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Guilherme Blanco", "email": "guilhermeblanco@gmail.com" }, { "name": "Roman Borschel", "email": "roman@code-factory.org" }, { "name": "Benjamin Eberlei", "email": "kontakt@beberlei.de" }, { "name": "Jonathan Wage", "email": "jonwage@gmail.com" }, { "name": "Johannes Schmitt", "email": "schmittjoh@gmail.com" }, { "name": "Marco Pivetta", "email": "ocramius@gmail.com" } ], "description": "The Doctrine Event Manager is a simple PHP event system that was built to be used with the various Doctrine projects.", "homepage": "https://www.doctrine-project.org/projects/event-manager.html", "keywords": [ "event", "event dispatcher", "event manager", "event system", "events" ], "support": { "issues": "https://github.com/doctrine/event-manager/issues", "source": "https://github.com/doctrine/event-manager/tree/2.1.1" }, "funding": [ { "url": "https://www.doctrine-project.org/sponsorship.html", "type": "custom" }, { "url": "https://www.patreon.com/phpdoctrine", "type": "patreon" }, { "url": "https://tidelift.com/funding/github/packagist/doctrine%2Fevent-manager", "type": "tidelift" } ], "time": "2026-01-29T07:11:08+00:00" }, { "name": "doctrine/inflector", "version": "2.1.0", "source": { "type": "git", "url": "https://github.com/doctrine/inflector.git", "reference": "6d6c96277ea252fc1304627204c3d5e6e15faa3b" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/doctrine/inflector/zipball/6d6c96277ea252fc1304627204c3d5e6e15faa3b", "reference": "6d6c96277ea252fc1304627204c3d5e6e15faa3b", "shasum": "" }, "require": { "php": "^7.2 || ^8.0" }, "require-dev": { "doctrine/coding-standard": "^12.0 || ^13.0", "phpstan/phpstan": "^1.12 || ^2.0", "phpstan/phpstan-phpunit": "^1.4 || ^2.0", "phpstan/phpstan-strict-rules": "^1.6 || ^2.0", "phpunit/phpunit": "^8.5 || ^12.2" }, "type": "library", "autoload": { "psr-4": { "Doctrine\\Inflector\\": "src" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Guilherme Blanco", "email": "guilhermeblanco@gmail.com" }, { "name": "Roman Borschel", "email": "roman@code-factory.org" }, { "name": "Benjamin Eberlei", "email": "kontakt@beberlei.de" }, { "name": "Jonathan Wage", "email": "jonwage@gmail.com" }, { "name": "Johannes Schmitt", "email": "schmittjoh@gmail.com" } ], "description": "PHP Doctrine Inflector is a small library that can perform string manipulations with regard to upper/lowercase and singular/plural forms of words.", "homepage": "https://www.doctrine-project.org/projects/inflector.html", "keywords": [ "inflection", "inflector", "lowercase", "manipulation", "php", "plural", "singular", "strings", "uppercase", "words" ], "support": { "issues": "https://github.com/doctrine/inflector/issues", "source": "https://github.com/doctrine/inflector/tree/2.1.0" }, "funding": [ { "url": "https://www.doctrine-project.org/sponsorship.html", "type": "custom" }, { "url": "https://www.patreon.com/phpdoctrine", "type": "patreon" }, { "url": "https://tidelift.com/funding/github/packagist/doctrine%2Finflector", "type": "tidelift" } ], "time": "2025-08-10T19:31:58+00:00" }, { "name": "doctrine/instantiator", "version": "2.0.0", "source": { "type": "git", "url": "https://github.com/doctrine/instantiator.git", "reference": "c6222283fa3f4ac679f8b9ced9a4e23f163e80d0" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/doctrine/instantiator/zipball/c6222283fa3f4ac679f8b9ced9a4e23f163e80d0", "reference": "c6222283fa3f4ac679f8b9ced9a4e23f163e80d0", "shasum": "" }, "require": { "php": "^8.1" }, "require-dev": { "doctrine/coding-standard": "^11", "ext-pdo": "*", "ext-phar": "*", "phpbench/phpbench": "^1.2", "phpstan/phpstan": "^1.9.4", "phpstan/phpstan-phpunit": "^1.3", "phpunit/phpunit": "^9.5.27", "vimeo/psalm": "^5.4" }, "type": "library", "autoload": { "psr-4": { "Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Marco Pivetta", "email": "ocramius@gmail.com", "homepage": "https://ocramius.github.io/" } ], "description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors", "homepage": "https://www.doctrine-project.org/projects/instantiator.html", "keywords": [ "constructor", "instantiate" ], "support": { "issues": "https://github.com/doctrine/instantiator/issues", "source": "https://github.com/doctrine/instantiator/tree/2.0.0" }, "funding": [ { "url": "https://www.doctrine-project.org/sponsorship.html", "type": "custom" }, { "url": "https://www.patreon.com/phpdoctrine", "type": "patreon" }, { "url": "https://tidelift.com/funding/github/packagist/doctrine%2Finstantiator", "type": "tidelift" } ], "time": "2022-12-30T00:23:10+00:00" }, { "name": "doctrine/lexer", "version": "3.0.1", "source": { "type": "git", "url": "https://github.com/doctrine/lexer.git", "reference": "31ad66abc0fc9e1a1f2d9bc6a42668d2fbbcd6dd" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/doctrine/lexer/zipball/31ad66abc0fc9e1a1f2d9bc6a42668d2fbbcd6dd", "reference": "31ad66abc0fc9e1a1f2d9bc6a42668d2fbbcd6dd", "shasum": "" }, "require": { "php": "^8.1" }, "require-dev": { "doctrine/coding-standard": "^12", "phpstan/phpstan": "^1.10", "phpunit/phpunit": "^10.5", "psalm/plugin-phpunit": "^0.18.3", "vimeo/psalm": "^5.21" }, "type": "library", "autoload": { "psr-4": { "Doctrine\\Common\\Lexer\\": "src" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Guilherme Blanco", "email": "guilhermeblanco@gmail.com" }, { "name": "Roman Borschel", "email": "roman@code-factory.org" }, { "name": "Johannes Schmitt", "email": "schmittjoh@gmail.com" } ], "description": "PHP Doctrine Lexer parser library that can be used in Top-Down, Recursive Descent Parsers.", "homepage": "https://www.doctrine-project.org/projects/lexer.html", "keywords": [ "annotations", "docblock", "lexer", "parser", "php" ], "support": { "issues": "https://github.com/doctrine/lexer/issues", "source": "https://github.com/doctrine/lexer/tree/3.0.1" }, "funding": [ { "url": "https://www.doctrine-project.org/sponsorship.html", "type": "custom" }, { "url": "https://www.patreon.com/phpdoctrine", "type": "patreon" }, { "url": "https://tidelift.com/funding/github/packagist/doctrine%2Flexer", "type": "tidelift" } ], "time": "2024-02-05T11:56:58+00:00" }, { "name": "doctrine/migrations", "version": "3.9.6", "source": { "type": "git", "url": "https://github.com/doctrine/migrations.git", "reference": "ffd8355cdd8505fc650d9604f058bf62aedd80a1" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/doctrine/migrations/zipball/ffd8355cdd8505fc650d9604f058bf62aedd80a1", "reference": "ffd8355cdd8505fc650d9604f058bf62aedd80a1", "shasum": "" }, "require": { "composer-runtime-api": "^2", "doctrine/dbal": "^3.6 || ^4", "doctrine/deprecations": "^0.5.3 || ^1", "doctrine/event-manager": "^1.2 || ^2.0", "php": "^8.1", "psr/log": "^1.1.3 || ^2 || ^3", "symfony/console": "^5.4 || ^6.0 || ^7.0 || ^8.0", "symfony/stopwatch": "^5.4 || ^6.0 || ^7.0 || ^8.0", "symfony/var-exporter": "^6.2 || ^7.0 || ^8.0" }, "conflict": { "doctrine/orm": "<2.12 || >=4" }, "require-dev": { "doctrine/coding-standard": "^14", "doctrine/orm": "^2.13 || ^3", "doctrine/persistence": "^2 || ^3 || ^4", "doctrine/sql-formatter": "^1.0", "ext-pdo_sqlite": "*", "fig/log-test": "^1", "phpstan/phpstan": "^2", "phpstan/phpstan-deprecation-rules": "^2", "phpstan/phpstan-phpunit": "^2", "phpstan/phpstan-strict-rules": "^2", "phpstan/phpstan-symfony": "^2", "phpunit/phpunit": "^10.3 || ^11.0 || ^12.0", "symfony/cache": "^5.4 || ^6.0 || ^7.0 || ^8.0", "symfony/process": "^5.4 || ^6.0 || ^7.0 || ^8.0", "symfony/yaml": "^5.4 || ^6.0 || ^7.0 || ^8.0" }, "suggest": { "doctrine/sql-formatter": "Allows to generate formatted SQL with the diff command.", "symfony/yaml": "Allows the use of yaml for migration configuration files." }, "bin": [ "bin/doctrine-migrations" ], "type": "library", "autoload": { "psr-4": { "Doctrine\\Migrations\\": "src" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Benjamin Eberlei", "email": "kontakt@beberlei.de" }, { "name": "Jonathan Wage", "email": "jonwage@gmail.com" }, { "name": "Michael Simonson", "email": "contact@mikesimonson.com" } ], "description": "PHP Doctrine Migrations project offer additional functionality on top of the database abstraction layer (DBAL) for versioning your database schema and easily deploying changes to it. It is a very easy to use and a powerful tool.", "homepage": "https://www.doctrine-project.org/projects/migrations.html", "keywords": [ "database", "dbal", "migrations" ], "support": { "issues": "https://github.com/doctrine/migrations/issues", "source": "https://github.com/doctrine/migrations/tree/3.9.6" }, "funding": [ { "url": "https://www.doctrine-project.org/sponsorship.html", "type": "custom" }, { "url": "https://www.patreon.com/phpdoctrine", "type": "patreon" }, { "url": "https://tidelift.com/funding/github/packagist/doctrine%2Fmigrations", "type": "tidelift" } ], "time": "2026-02-11T06:46:11+00:00" }, { "name": "doctrine/orm", "version": "3.6.2", "source": { "type": "git", "url": "https://github.com/doctrine/orm.git", "reference": "4262eb495b4d2a53b45de1ac58881e0091f2970f" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/doctrine/orm/zipball/4262eb495b4d2a53b45de1ac58881e0091f2970f", "reference": "4262eb495b4d2a53b45de1ac58881e0091f2970f", "shasum": "" }, "require": { "composer-runtime-api": "^2", "doctrine/collections": "^2.2", "doctrine/dbal": "^3.8.2 || ^4", "doctrine/deprecations": "^0.5.3 || ^1", "doctrine/event-manager": "^1.2 || ^2", "doctrine/inflector": "^1.4 || ^2.0", "doctrine/instantiator": "^1.3 || ^2", "doctrine/lexer": "^3", "doctrine/persistence": "^3.3.1 || ^4", "ext-ctype": "*", "php": "^8.1", "psr/cache": "^1 || ^2 || ^3", "symfony/console": "^5.4 || ^6.0 || ^7.0 || ^8.0", "symfony/var-exporter": "^6.3.9 || ^7.0 || ^8.0" }, "require-dev": { "doctrine/coding-standard": "^14.0", "phpbench/phpbench": "^1.0", "phpstan/extension-installer": "^1.4", "phpstan/phpstan": "2.1.23", "phpstan/phpstan-deprecation-rules": "^2", "phpunit/phpunit": "^10.5.0 || ^11.5", "psr/log": "^1 || ^2 || ^3", "symfony/cache": "^5.4 || ^6.2 || ^7.0 || ^8.0" }, "suggest": { "ext-dom": "Provides support for XSD validation for XML mapping files", "symfony/cache": "Provides cache support for Setup Tool with doctrine/cache 2.0" }, "type": "library", "autoload": { "psr-4": { "Doctrine\\ORM\\": "src" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Guilherme Blanco", "email": "guilhermeblanco@gmail.com" }, { "name": "Roman Borschel", "email": "roman@code-factory.org" }, { "name": "Benjamin Eberlei", "email": "kontakt@beberlei.de" }, { "name": "Jonathan Wage", "email": "jonwage@gmail.com" }, { "name": "Marco Pivetta", "email": "ocramius@gmail.com" } ], "description": "Object-Relational-Mapper for PHP", "homepage": "https://www.doctrine-project.org/projects/orm.html", "keywords": [ "database", "orm" ], "support": { "issues": "https://github.com/doctrine/orm/issues", "source": "https://github.com/doctrine/orm/tree/3.6.2" }, "time": "2026-01-30T21:41:41+00:00" }, { "name": "doctrine/persistence", "version": "3.4.3", "source": { "type": "git", "url": "https://github.com/doctrine/persistence.git", "reference": "d59e6ef7caffe6a30f4b6f9e9079a75f52c64ae0" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/doctrine/persistence/zipball/d59e6ef7caffe6a30f4b6f9e9079a75f52c64ae0", "reference": "d59e6ef7caffe6a30f4b6f9e9079a75f52c64ae0", "shasum": "" }, "require": { "doctrine/event-manager": "^1 || ^2", "php": "^7.2 || ^8.0", "psr/cache": "^1.0 || ^2.0 || ^3.0" }, "conflict": { "doctrine/common": "<2.10" }, "require-dev": { "doctrine/coding-standard": "^12 || ^14", "doctrine/common": "^3.0", "phpstan/phpstan": "^1 || 2.1.30", "phpstan/phpstan-phpunit": "^1 || ^2", "phpstan/phpstan-strict-rules": "^1 || ^2", "phpunit/phpunit": "^8.5.38 || ^9.5", "symfony/cache": "^4.4 || ^5.4 || ^6.0 || ^7.0" }, "type": "library", "autoload": { "psr-4": { "Doctrine\\Persistence\\": "src/Persistence" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Guilherme Blanco", "email": "guilhermeblanco@gmail.com" }, { "name": "Roman Borschel", "email": "roman@code-factory.org" }, { "name": "Benjamin Eberlei", "email": "kontakt@beberlei.de" }, { "name": "Jonathan Wage", "email": "jonwage@gmail.com" }, { "name": "Johannes Schmitt", "email": "schmittjoh@gmail.com" }, { "name": "Marco Pivetta", "email": "ocramius@gmail.com" } ], "description": "The Doctrine Persistence project is a set of shared interfaces and functionality that the different Doctrine object mappers share.", "homepage": "https://www.doctrine-project.org/projects/persistence.html", "keywords": [ "mapper", "object", "odm", "orm", "persistence" ], "support": { "issues": "https://github.com/doctrine/persistence/issues", "source": "https://github.com/doctrine/persistence/tree/3.4.3" }, "funding": [ { "url": "https://www.doctrine-project.org/sponsorship.html", "type": "custom" }, { "url": "https://www.patreon.com/phpdoctrine", "type": "patreon" }, { "url": "https://tidelift.com/funding/github/packagist/doctrine%2Fpersistence", "type": "tidelift" } ], "time": "2025-10-21T15:21:39+00:00" }, { "name": "doctrine/sql-formatter", "version": "1.5.4", "source": { "type": "git", "url": "https://github.com/doctrine/sql-formatter.git", "reference": "9563949f5cd3bd12a17d12fb980528bc141c5806" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/doctrine/sql-formatter/zipball/9563949f5cd3bd12a17d12fb980528bc141c5806", "reference": "9563949f5cd3bd12a17d12fb980528bc141c5806", "shasum": "" }, "require": { "php": "^8.1" }, "require-dev": { "doctrine/coding-standard": "^14", "ergebnis/phpunit-slow-test-detector": "^2.20", "phpstan/phpstan": "^2.1.31", "phpunit/phpunit": "^10.5.58" }, "bin": [ "bin/sql-formatter" ], "type": "library", "autoload": { "psr-4": { "Doctrine\\SqlFormatter\\": "src" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Jeremy Dorn", "email": "jeremy@jeremydorn.com", "homepage": "https://jeremydorn.com/" } ], "description": "a PHP SQL highlighting library", "homepage": "https://github.com/doctrine/sql-formatter/", "keywords": [ "highlight", "sql" ], "support": { "issues": "https://github.com/doctrine/sql-formatter/issues", "source": "https://github.com/doctrine/sql-formatter/tree/1.5.4" }, "time": "2026-02-08T16:21:46+00:00" }, { "name": "egulias/email-validator", "version": "4.0.4", "source": { "type": "git", "url": "https://github.com/egulias/EmailValidator.git", "reference": "d42c8731f0624ad6bdc8d3e5e9a4524f68801cfa" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/egulias/EmailValidator/zipball/d42c8731f0624ad6bdc8d3e5e9a4524f68801cfa", "reference": "d42c8731f0624ad6bdc8d3e5e9a4524f68801cfa", "shasum": "" }, "require": { "doctrine/lexer": "^2.0 || ^3.0", "php": ">=8.1", "symfony/polyfill-intl-idn": "^1.26" }, "require-dev": { "phpunit/phpunit": "^10.2", "vimeo/psalm": "^5.12" }, "suggest": { "ext-intl": "PHP Internationalization Libraries are required to use the SpoofChecking validation" }, "type": "library", "extra": { "branch-alias": { "dev-master": "4.0.x-dev" } }, "autoload": { "psr-4": { "Egulias\\EmailValidator\\": "src" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Eduardo Gulias Davis" } ], "description": "A library for validating emails against several RFCs", "homepage": "https://github.com/egulias/EmailValidator", "keywords": [ "email", "emailvalidation", "emailvalidator", "validation", "validator" ], "support": { "issues": "https://github.com/egulias/EmailValidator/issues", "source": "https://github.com/egulias/EmailValidator/tree/4.0.4" }, "funding": [ { "url": "https://github.com/egulias", "type": "github" } ], "time": "2025-03-06T22:45:56+00:00" }, { "name": "fakerphp/faker", "version": "v1.24.1", "source": { "type": "git", "url": "https://github.com/FakerPHP/Faker.git", "reference": "e0ee18eb1e6dc3cda3ce9fd97e5a0689a88a64b5" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/FakerPHP/Faker/zipball/e0ee18eb1e6dc3cda3ce9fd97e5a0689a88a64b5", "reference": "e0ee18eb1e6dc3cda3ce9fd97e5a0689a88a64b5", "shasum": "" }, "require": { "php": "^7.4 || ^8.0", "psr/container": "^1.0 || ^2.0", "symfony/deprecation-contracts": "^2.2 || ^3.0" }, "conflict": { "fzaninotto/faker": "*" }, "require-dev": { "bamarni/composer-bin-plugin": "^1.4.1", "doctrine/persistence": "^1.3 || ^2.0", "ext-intl": "*", "phpunit/phpunit": "^9.5.26", "symfony/phpunit-bridge": "^5.4.16" }, "suggest": { "doctrine/orm": "Required to use Faker\\ORM\\Doctrine", "ext-curl": "Required by Faker\\Provider\\Image to download images.", "ext-dom": "Required by Faker\\Provider\\HtmlLorem for generating random HTML.", "ext-iconv": "Required by Faker\\Provider\\ru_RU\\Text::realText() for generating real Russian text.", "ext-mbstring": "Required for multibyte Unicode string functionality." }, "type": "library", "autoload": { "psr-4": { "Faker\\": "src/Faker/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "François Zaninotto" } ], "description": "Faker is a PHP library that generates fake data for you.", "keywords": [ "data", "faker", "fixtures" ], "support": { "issues": "https://github.com/FakerPHP/Faker/issues", "source": "https://github.com/FakerPHP/Faker/tree/v1.24.1" }, "time": "2024-11-21T13:46:39+00:00" }, { "name": "friendsofphp/proxy-manager-lts", "version": "v1.0.19", "source": { "type": "git", "url": "https://github.com/FriendsOfPHP/proxy-manager-lts.git", "reference": "c20299aa9f48a622052964a75c5a4cef017398b2" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/FriendsOfPHP/proxy-manager-lts/zipball/c20299aa9f48a622052964a75c5a4cef017398b2", "reference": "c20299aa9f48a622052964a75c5a4cef017398b2", "shasum": "" }, "require": { "laminas/laminas-code": "~3.4.1|^4.0", "php": ">=7.1", "symfony/filesystem": "^4.4.17|^5.0|^6.0|^7.0|^8.0" }, "conflict": { "laminas/laminas-stdlib": "<3.2.1", "zendframework/zend-stdlib": "<3.2.1" }, "replace": { "ocramius/proxy-manager": "^2.1" }, "require-dev": { "ext-phar": "*", "symfony/phpunit-bridge": "^5.4|^6.0|^7.0" }, "type": "library", "extra": { "thanks": { "url": "https://github.com/Ocramius/ProxyManager", "name": "ocramius/proxy-manager" } }, "autoload": { "psr-4": { "ProxyManager\\": "src/ProxyManager" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Marco Pivetta", "email": "ocramius@gmail.com", "homepage": "https://ocramius.github.io/" }, { "name": "Nicolas Grekas", "email": "p@tchwork.com" } ], "description": "Adding support for a wider range of PHP versions to ocramius/proxy-manager", "homepage": "https://github.com/FriendsOfPHP/proxy-manager-lts", "keywords": [ "aop", "lazy loading", "proxy", "proxy pattern", "service proxies" ], "support": { "issues": "https://github.com/FriendsOfPHP/proxy-manager-lts/issues", "source": "https://github.com/FriendsOfPHP/proxy-manager-lts/tree/v1.0.19" }, "funding": [ { "url": "https://github.com/Ocramius", "type": "github" }, { "url": "https://tidelift.com/funding/github/packagist/ocramius/proxy-manager", "type": "tidelift" } ], "time": "2025-10-28T10:28:17+00:00" }, { "name": "friendsofsymfony/rest-bundle", "version": "3.9.0", "source": { "type": "git", "url": "https://github.com/FriendsOfSymfony/FOSRestBundle.git", "reference": "0a0d597a79734a8bd3a90cf6fa58de82940fc873" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/FriendsOfSymfony/FOSRestBundle/zipball/0a0d597a79734a8bd3a90cf6fa58de82940fc873", "reference": "0a0d597a79734a8bd3a90cf6fa58de82940fc873", "shasum": "" }, "require": { "php": "^7.4|^8.0", "symfony/config": "^5.4|^6.4|^7.0|^8.0", "symfony/dependency-injection": "^5.4|^6.4|^7.0|^8.0", "symfony/deprecation-contracts": "^2.1|^3.0", "symfony/event-dispatcher": "^5.4|^6.4|^7.0|^8.0", "symfony/framework-bundle": "^5.4|^6.4|^7.0|^8.0", "symfony/http-foundation": "^5.4|^6.4|^7.0|^8.0", "symfony/http-kernel": "^5.4|^6.4|^7.0|^8.0", "symfony/routing": "^5.4|^6.4|^7.0|^8.0", "symfony/security-core": "^5.4|^6.4|^7.0|^8.0", "willdurand/jsonp-callback-validator": "^1.0|^2.0", "willdurand/negotiation": "^2.0|^3.0" }, "conflict": { "doctrine/annotations": "<1.12", "jms/serializer": "<1.13.0", "jms/serializer-bundle": "<2.4.3|3.0.0", "sensio/framework-extra-bundle": "<6.1" }, "require-dev": { "doctrine/annotations": "^1.13.2|^2.0", "friendsofphp/php-cs-fixer": "^3.43", "jms/serializer": "^1.13|^2.0|^3.0", "jms/serializer-bundle": "^2.4.3|^3.0.1|^4.0|^5.0", "psr/http-message": "^1.0", "psr/log": "^1.0|^2.0|^3.0", "sensio/framework-extra-bundle": "^6.1", "symfony/asset": "^5.4|^6.4|^7.0|^8.0", "symfony/browser-kit": "^5.4|^6.4|^7.0|^8.0", "symfony/css-selector": "^5.4|^6.4|^7.0|^8.0", "symfony/expression-language": "^5.4|^6.4|^7.0|^8.0", "symfony/form": "^5.4|^6.4|^7.0|^8.0", "symfony/mime": "^5.4|^6.4|^7.0|^8.0", "symfony/phpunit-bridge": "^7.0.1|^8.0", "symfony/security-bundle": "^5.4|^6.4|^7.0|^8.0", "symfony/serializer": "^5.4|^6.4|^7.0|^8.0", "symfony/twig-bundle": "^5.4|^6.4|^7.0|^8.0", "symfony/validator": "^5.4|^6.4|^7.0|^8.0", "symfony/web-profiler-bundle": "^5.4|^6.4|^7.0|^8.0", "symfony/yaml": "^5.4|^6.4|^7.0|^8.0" }, "suggest": { "jms/serializer-bundle": "Add support for advanced serialization capabilities, recommended", "sensio/framework-extra-bundle": "Add support for the request body converter and the view response listener, not supported with Symfony >=7.0", "symfony/serializer": "Add support for basic serialization capabilities and xml decoding", "symfony/validator": "Add support for validation capabilities in the ParamFetcher" }, "type": "symfony-bundle", "extra": { "branch-alias": { "3.x-dev": "3.1-dev" } }, "autoload": { "psr-4": { "FOS\\RestBundle\\": "" }, "exclude-from-classmap": [ "Resources/", "Tests/" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Lukas Kahwe Smith", "email": "smith@pooteeweet.org" }, { "name": "Konstantin Kudryashov", "email": "ever.zet@gmail.com" }, { "name": "FriendsOfSymfony Community", "homepage": "https://github.com/friendsofsymfony/FOSRestBundle/contributors" } ], "description": "This Bundle provides various tools to rapidly develop RESTful API's with Symfony", "homepage": "http://friendsofsymfony.github.com", "keywords": [ "rest" ], "support": { "issues": "https://github.com/FriendsOfSymfony/FOSRestBundle/issues", "source": "https://github.com/FriendsOfSymfony/FOSRestBundle/tree/3.9.0" }, "time": "2026-02-10T02:36:12+00:00" }, { "name": "gedmo/doctrine-extensions", "version": "v3.22.0", "source": { "type": "git", "url": "https://github.com/doctrine-extensions/DoctrineExtensions.git", "reference": "e4350ee2daa7f34aa5806f2e1ea11fa4b5800e57" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/doctrine-extensions/DoctrineExtensions/zipball/e4350ee2daa7f34aa5806f2e1ea11fa4b5800e57", "reference": "e4350ee2daa7f34aa5806f2e1ea11fa4b5800e57", "shasum": "" }, "require": { "doctrine/collections": "^1.2 || ^2.0", "doctrine/deprecations": "^1.0", "doctrine/event-manager": "^1.2 || ^2.0", "doctrine/persistence": "^2.2 || ^3.0 || ^4.0", "php": "^7.4 || ^8.0", "psr/cache": "^1 || ^2 || ^3", "psr/clock": "^1", "symfony/cache": "^5.4 || ^6.4 || ^7.3 || ^8.0", "symfony/string": "^5.4 || ^6.4 || ^7.3 || ^8.0" }, "conflict": { "behat/transliterator": "<1.2 || >=2.0", "doctrine/annotations": "<1.13 || >=3.0", "doctrine/common": "<2.13 || >=4.0", "doctrine/dbal": "<3.7 || >=5.0", "doctrine/mongodb-odm": "<2.3 || >=3.0", "doctrine/orm": "<2.20 || >=3.0 <3.3 || >=4.0" }, "require-dev": { "behat/transliterator": "^1.2", "doctrine/annotations": "^1.13 || ^2.0", "doctrine/cache": "^1.11 || ^2.0", "doctrine/common": "^2.13 || ^3.0", "doctrine/dbal": "^3.7 || ^4.0", "doctrine/doctrine-bundle": "^2.3 || ^3.0", "doctrine/mongodb-odm": "^2.3", "doctrine/orm": "^2.20 || ^3.3", "friendsofphp/php-cs-fixer": "^3.89", "nesbot/carbon": "^2.71 || ^3.0", "phpstan/phpstan": "^2.1.31", "phpstan/phpstan-doctrine": "^2.0.1", "phpstan/phpstan-phpunit": "^2.0.3", "phpunit/phpunit": "^9.6", "rector/rector": "^2.2.6", "symfony/console": "^5.4 || ^6.4 || ^7.3 || ^8.0", "symfony/doctrine-bridge": "^5.4 || ^6.4 || ^7.3 || ^8.0", "symfony/phpunit-bridge": "^6.4 || ^7.3 || ^8.0", "symfony/uid": "^5.4 || ^6.4 || ^7.3 || ^8.0", "symfony/yaml": "^5.4 || ^6.4 || ^7.3 || ^8.0" }, "suggest": { "doctrine/mongodb-odm": "to use the extensions with the MongoDB ODM", "doctrine/orm": "to use the extensions with the ORM" }, "type": "library", "extra": { "branch-alias": { "dev-main": "3.x-dev" } }, "autoload": { "psr-4": { "Gedmo\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Gediminas Morkevicius", "email": "gediminas.morkevicius@gmail.com" }, { "name": "Gustavo Falco", "email": "comfortablynumb84@gmail.com" }, { "name": "David Buchmann", "email": "david@liip.ch" } ], "description": "Doctrine behavioral extensions", "homepage": "http://gediminasm.org/", "keywords": [ "Blameable", "behaviors", "doctrine", "extensions", "gedmo", "loggable", "nestedset", "odm", "orm", "sluggable", "sortable", "timestampable", "translatable", "tree", "uploadable" ], "support": { "docs": "https://github.com/doctrine-extensions/DoctrineExtensions/tree/main/doc", "issues": "https://github.com/doctrine-extensions/DoctrineExtensions/issues", "source": "https://github.com/doctrine-extensions/DoctrineExtensions/tree/v3.22.0" }, "funding": [ { "url": "https://github.com/l3pp4rd", "type": "github" }, { "url": "https://github.com/mbabker", "type": "github" }, { "url": "https://github.com/phansys", "type": "github" }, { "url": "https://github.com/stof", "type": "github" } ], "time": "2025-12-13T19:37:35+00:00" }, { "name": "guzzlehttp/guzzle", "version": "7.10.0", "source": { "type": "git", "url": "https://github.com/guzzle/guzzle.git", "reference": "b51ac707cfa420b7bfd4e4d5e510ba8008e822b4" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/guzzle/guzzle/zipball/b51ac707cfa420b7bfd4e4d5e510ba8008e822b4", "reference": "b51ac707cfa420b7bfd4e4d5e510ba8008e822b4", "shasum": "" }, "require": { "ext-json": "*", "guzzlehttp/promises": "^2.3", "guzzlehttp/psr7": "^2.8", "php": "^7.2.5 || ^8.0", "psr/http-client": "^1.0", "symfony/deprecation-contracts": "^2.2 || ^3.0" }, "provide": { "psr/http-client-implementation": "1.0" }, "require-dev": { "bamarni/composer-bin-plugin": "^1.8.2", "ext-curl": "*", "guzzle/client-integration-tests": "3.0.2", "php-http/message-factory": "^1.1", "phpunit/phpunit": "^8.5.39 || ^9.6.20", "psr/log": "^1.1 || ^2.0 || ^3.0" }, "suggest": { "ext-curl": "Required for CURL handler support", "ext-intl": "Required for Internationalized Domain Name (IDN) support", "psr/log": "Required for using the Log middleware" }, "type": "library", "extra": { "bamarni-bin": { "bin-links": true, "forward-command": false } }, "autoload": { "files": [ "src/functions_include.php" ], "psr-4": { "GuzzleHttp\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Graham Campbell", "email": "hello@gjcampbell.co.uk", "homepage": "https://github.com/GrahamCampbell" }, { "name": "Michael Dowling", "email": "mtdowling@gmail.com", "homepage": "https://github.com/mtdowling" }, { "name": "Jeremy Lindblom", "email": "jeremeamia@gmail.com", "homepage": "https://github.com/jeremeamia" }, { "name": "George Mponos", "email": "gmponos@gmail.com", "homepage": "https://github.com/gmponos" }, { "name": "Tobias Nyholm", "email": "tobias.nyholm@gmail.com", "homepage": "https://github.com/Nyholm" }, { "name": "Márk Sági-Kazár", "email": "mark.sagikazar@gmail.com", "homepage": "https://github.com/sagikazarmark" }, { "name": "Tobias Schultze", "email": "webmaster@tubo-world.de", "homepage": "https://github.com/Tobion" } ], "description": "Guzzle is a PHP HTTP client library", "keywords": [ "client", "curl", "framework", "http", "http client", "psr-18", "psr-7", "rest", "web service" ], "support": { "issues": "https://github.com/guzzle/guzzle/issues", "source": "https://github.com/guzzle/guzzle/tree/7.10.0" }, "funding": [ { "url": "https://github.com/GrahamCampbell", "type": "github" }, { "url": "https://github.com/Nyholm", "type": "github" }, { "url": "https://tidelift.com/funding/github/packagist/guzzlehttp/guzzle", "type": "tidelift" } ], "time": "2025-08-23T22:36:01+00:00" }, { "name": "guzzlehttp/promises", "version": "2.3.0", "source": { "type": "git", "url": "https://github.com/guzzle/promises.git", "reference": "481557b130ef3790cf82b713667b43030dc9c957" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/guzzle/promises/zipball/481557b130ef3790cf82b713667b43030dc9c957", "reference": "481557b130ef3790cf82b713667b43030dc9c957", "shasum": "" }, "require": { "php": "^7.2.5 || ^8.0" }, "require-dev": { "bamarni/composer-bin-plugin": "^1.8.2", "phpunit/phpunit": "^8.5.44 || ^9.6.25" }, "type": "library", "extra": { "bamarni-bin": { "bin-links": true, "forward-command": false } }, "autoload": { "psr-4": { "GuzzleHttp\\Promise\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Graham Campbell", "email": "hello@gjcampbell.co.uk", "homepage": "https://github.com/GrahamCampbell" }, { "name": "Michael Dowling", "email": "mtdowling@gmail.com", "homepage": "https://github.com/mtdowling" }, { "name": "Tobias Nyholm", "email": "tobias.nyholm@gmail.com", "homepage": "https://github.com/Nyholm" }, { "name": "Tobias Schultze", "email": "webmaster@tubo-world.de", "homepage": "https://github.com/Tobion" } ], "description": "Guzzle promises library", "keywords": [ "promise" ], "support": { "issues": "https://github.com/guzzle/promises/issues", "source": "https://github.com/guzzle/promises/tree/2.3.0" }, "funding": [ { "url": "https://github.com/GrahamCampbell", "type": "github" }, { "url": "https://github.com/Nyholm", "type": "github" }, { "url": "https://tidelift.com/funding/github/packagist/guzzlehttp/promises", "type": "tidelift" } ], "time": "2025-08-22T14:34:08+00:00" }, { "name": "guzzlehttp/psr7", "version": "2.8.0", "source": { "type": "git", "url": "https://github.com/guzzle/psr7.git", "reference": "21dc724a0583619cd1652f673303492272778051" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/guzzle/psr7/zipball/21dc724a0583619cd1652f673303492272778051", "reference": "21dc724a0583619cd1652f673303492272778051", "shasum": "" }, "require": { "php": "^7.2.5 || ^8.0", "psr/http-factory": "^1.0", "psr/http-message": "^1.1 || ^2.0", "ralouphie/getallheaders": "^3.0" }, "provide": { "psr/http-factory-implementation": "1.0", "psr/http-message-implementation": "1.0" }, "require-dev": { "bamarni/composer-bin-plugin": "^1.8.2", "http-interop/http-factory-tests": "0.9.0", "phpunit/phpunit": "^8.5.44 || ^9.6.25" }, "suggest": { "laminas/laminas-httphandlerrunner": "Emit PSR-7 responses" }, "type": "library", "extra": { "bamarni-bin": { "bin-links": true, "forward-command": false } }, "autoload": { "psr-4": { "GuzzleHttp\\Psr7\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Graham Campbell", "email": "hello@gjcampbell.co.uk", "homepage": "https://github.com/GrahamCampbell" }, { "name": "Michael Dowling", "email": "mtdowling@gmail.com", "homepage": "https://github.com/mtdowling" }, { "name": "George Mponos", "email": "gmponos@gmail.com", "homepage": "https://github.com/gmponos" }, { "name": "Tobias Nyholm", "email": "tobias.nyholm@gmail.com", "homepage": "https://github.com/Nyholm" }, { "name": "Márk Sági-Kazár", "email": "mark.sagikazar@gmail.com", "homepage": "https://github.com/sagikazarmark" }, { "name": "Tobias Schultze", "email": "webmaster@tubo-world.de", "homepage": "https://github.com/Tobion" }, { "name": "Márk Sági-Kazár", "email": "mark.sagikazar@gmail.com", "homepage": "https://sagikazarmark.hu" } ], "description": "PSR-7 message implementation that also provides common utility methods", "keywords": [ "http", "message", "psr-7", "request", "response", "stream", "uri", "url" ], "support": { "issues": "https://github.com/guzzle/psr7/issues", "source": "https://github.com/guzzle/psr7/tree/2.8.0" }, "funding": [ { "url": "https://github.com/GrahamCampbell", "type": "github" }, { "url": "https://github.com/Nyholm", "type": "github" }, { "url": "https://tidelift.com/funding/github/packagist/guzzlehttp/psr7", "type": "tidelift" } ], "time": "2025-08-23T21:21:41+00:00" }, { "name": "imagine/imagine", "version": "1.5.2", "source": { "type": "git", "url": "https://github.com/php-imagine/Imagine.git", "reference": "f9ed796eefb77c2f0f2167e1d4e36bc2b5ed6b0c" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/php-imagine/Imagine/zipball/f9ed796eefb77c2f0f2167e1d4e36bc2b5ed6b0c", "reference": "f9ed796eefb77c2f0f2167e1d4e36bc2b5ed6b0c", "shasum": "" }, "require": { "php": ">=7.1" }, "require-dev": { "phpunit/phpunit": "^4.8 || ^5.7 || ^6.5 || ^7.5 || ^8.4 || ^9.3" }, "suggest": { "ext-exif": "to read EXIF metadata", "ext-gd": "to use the GD implementation", "ext-gmagick": "to use the Gmagick implementation", "ext-imagick": "to use the Imagick implementation" }, "type": "library", "extra": { "branch-alias": { "dev-develop": "1.x-dev" } }, "autoload": { "psr-4": { "Imagine\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Bulat Shakirzyanov", "email": "mallluhuct@gmail.com", "homepage": "http://avalanche123.com" } ], "description": "Image processing for PHP", "homepage": "http://imagine.readthedocs.org/", "keywords": [ "drawing", "graphics", "image manipulation", "image processing" ], "support": { "issues": "https://github.com/php-imagine/Imagine/issues", "source": "https://github.com/php-imagine/Imagine/tree/1.5.2" }, "time": "2026-01-09T10:45:12+00:00" }, { "name": "knplabs/gaufrette", "version": "v0.11.1", "source": { "type": "git", "url": "https://github.com/KnpLabs/Gaufrette.git", "reference": "3cc396cae0f7c7d3f965e6b69d8fc546ffa0f94c" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/KnpLabs/Gaufrette/zipball/3cc396cae0f7c7d3f965e6b69d8fc546ffa0f94c", "reference": "3cc396cae0f7c7d3f965e6b69d8fc546ffa0f94c", "shasum": "" }, "require": { "php": "^7.4 || ^8.0" }, "conflict": { "microsoft/windowsazure": "<0.4.3" }, "require-dev": { "friendsofphp/php-cs-fixer": "^3.9", "mikey179/vfsstream": "v1.x-dev as 1.7.0", "pedrotroller/php-cs-custom-fixer": "^2.28", "phpspec/phpspec": "^7.0", "phpunit/phpunit": "~8.0" }, "suggest": { "ext-fileinfo": "This extension is used to automatically detect the content-type of a file in the AwsS3, OpenCloud, AzureBlogStorage and GoogleCloudStorage adapters", "knplabs/knp-gaufrette-bundle": "to use with Symfony" }, "type": "library", "extra": { "branch-alias": { "dev-master": "0.10.x-dev" } }, "autoload": { "psr-0": { "Gaufrette": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "KnpLabs Team", "homepage": "http://knplabs.com" }, { "name": "The contributors", "homepage": "http://github.com/knplabs/Gaufrette/contributors" } ], "description": "PHP library that provides a filesystem abstraction layer", "homepage": "http://knplabs.com", "keywords": [ "abstraction", "file", "filesystem", "media" ], "support": { "issues": "https://github.com/KnpLabs/Gaufrette/issues", "source": "https://github.com/KnpLabs/Gaufrette/tree/v0.11.1" }, "time": "2022-11-03T17:26:17+00:00" }, { "name": "knplabs/knp-gaufrette-bundle", "version": "v0.9.0", "source": { "type": "git", "url": "https://github.com/KnpLabs/KnpGaufretteBundle.git", "reference": "910a16cd7a7af5d72a98975f3e59a0c6feadec32" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/KnpLabs/KnpGaufretteBundle/zipball/910a16cd7a7af5d72a98975f3e59a0c6feadec32", "reference": "910a16cd7a7af5d72a98975f3e59a0c6feadec32", "shasum": "" }, "require": { "knplabs/gaufrette": "^0.11", "php": "^7.4 || ^8.0", "symfony/config": "^5.0|^6.0|^7.0", "symfony/dependency-injection": "^5.0|^6.0|^7.0", "symfony/http-kernel": "^5.0|^6.0|^7.0" }, "require-dev": { "symfony/console": "^5.0|^6.0|^7.0", "symfony/filesystem": "^5.0|^6.0|^7.0", "symfony/phpunit-bridge": "^7.0", "symfony/yaml": "^5.0|^6.0|^7.0" }, "type": "symfony-bundle", "extra": { "branch-alias": { "dev-master": "0.8.x-dev" } }, "autoload": { "psr-4": { "Knp\\Bundle\\GaufretteBundle\\": "" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Antoine Hérault", "email": "antoine.herault@gmail.com" }, { "name": "The contributors", "homepage": "https://github.com/knplabs/KnpGaufretteBundle/contributors" } ], "description": "Allows to easily use the Gaufrette library in a Symfony project", "homepage": "http://knplabs.com", "keywords": [ "abstraction", "file", "filesystem", "media" ], "support": { "issues": "https://github.com/KnpLabs/KnpGaufretteBundle/issues", "source": "https://github.com/KnpLabs/KnpGaufretteBundle/tree/v0.9.0" }, "time": "2023-12-18T09:53:43+00:00" }, { "name": "knplabs/knp-menu", "version": "v3.8.0", "source": { "type": "git", "url": "https://github.com/KnpLabs/KnpMenu.git", "reference": "79d325909a1d428a93f1a0f55e90177830e283bb" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/KnpLabs/KnpMenu/zipball/79d325909a1d428a93f1a0f55e90177830e283bb", "reference": "79d325909a1d428a93f1a0f55e90177830e283bb", "shasum": "" }, "require": { "php": "^8.1" }, "conflict": { "symfony/http-foundation": "<5.4", "twig/twig": "<2.16" }, "require-dev": { "phpstan/phpstan": "^2.1", "phpunit/phpunit": "^9.6", "psr/container": "^1.0 || ^2.0", "symfony/http-foundation": "^5.4 || ^6.0 || ^7.0", "symfony/phpunit-bridge": "^7.0", "symfony/routing": "^5.4 || ^6.0 || ^7.0", "twig/twig": "^2.16 || ^3.0" }, "suggest": { "twig/twig": "for the TwigRenderer and the integration with your templates" }, "type": "library", "extra": { "branch-alias": { "dev-master": "3.x-dev" } }, "autoload": { "psr-4": { "Knp\\Menu\\": "src/Knp/Menu" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "KnpLabs", "homepage": "https://knplabs.com" }, { "name": "Christophe Coevoet", "email": "stof@notk.org" }, { "name": "The Community", "homepage": "https://github.com/KnpLabs/KnpMenu/contributors" } ], "description": "An object oriented menu library", "homepage": "https://knplabs.com", "keywords": [ "menu", "tree" ], "support": { "issues": "https://github.com/KnpLabs/KnpMenu/issues", "source": "https://github.com/KnpLabs/KnpMenu/tree/v3.8.0" }, "time": "2025-06-13T15:03:33+00:00" }, { "name": "knplabs/knp-menu-bundle", "version": "v3.7.0", "source": { "type": "git", "url": "https://github.com/KnpLabs/KnpMenuBundle.git", "reference": "aa22e57f8f41c34ad5e382aae4d0c12998c0eb5a" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/KnpLabs/KnpMenuBundle/zipball/aa22e57f8f41c34ad5e382aae4d0c12998c0eb5a", "reference": "aa22e57f8f41c34ad5e382aae4d0c12998c0eb5a", "shasum": "" }, "require": { "knplabs/knp-menu": "^3.8", "php": "^8.1", "symfony/config": "^6.4 | ^7.0 | ^8.0", "symfony/dependency-injection": "^6.4 | ^7.0 | ^8.0", "symfony/deprecation-contracts": "^2.5 | ^3.3", "symfony/http-kernel": "^6.4 | ^7.0 | ^8.0" }, "require-dev": { "phpunit/phpunit": "^10.5 | ^11.5 | ^12.4", "symfony/expression-language": "^6.4 | ^7.0 | ^8.0", "symfony/phpunit-bridge": "^7.0 | ^8.0", "symfony/templating": "^6.4 | ^7.0 | ^8.0" }, "type": "symfony-bundle", "extra": { "branch-alias": { "dev-master": "3.x-dev" } }, "autoload": { "psr-4": { "Knp\\Bundle\\MenuBundle\\": "src" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Knplabs", "homepage": "http://knplabs.com" }, { "name": "Christophe Coevoet", "email": "stof@notk.org" }, { "name": "Symfony Community", "homepage": "https://github.com/KnpLabs/KnpMenuBundle/contributors" } ], "description": "This bundle provides an integration of the KnpMenu library", "keywords": [ "menu" ], "support": { "issues": "https://github.com/KnpLabs/KnpMenuBundle/issues", "source": "https://github.com/KnpLabs/KnpMenuBundle/tree/v3.7.0" }, "time": "2025-11-30T08:30:04+00:00" }, { "name": "laminas/laminas-code", "version": "4.17.0", "source": { "type": "git", "url": "https://github.com/laminas/laminas-code.git", "reference": "40d61e2899ec17c5d08bbc0a2d586b3ca17ab9bd" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/laminas/laminas-code/zipball/40d61e2899ec17c5d08bbc0a2d586b3ca17ab9bd", "reference": "40d61e2899ec17c5d08bbc0a2d586b3ca17ab9bd", "shasum": "" }, "require": { "php": "~8.2.0 || ~8.3.0 || ~8.4.0 || ~8.5.0" }, "require-dev": { "doctrine/annotations": "^2.0.1", "ext-phar": "*", "laminas/laminas-coding-standard": "^3.0.0", "laminas/laminas-stdlib": "^3.18.0", "phpunit/phpunit": "^10.5.58", "psalm/plugin-phpunit": "^0.19.0", "vimeo/psalm": "^5.15.0" }, "suggest": { "doctrine/annotations": "Doctrine\\Common\\Annotations >=1.0 for annotation features", "laminas/laminas-stdlib": "Laminas\\Stdlib component" }, "type": "library", "autoload": { "psr-4": { "Laminas\\Code\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-3-Clause" ], "description": "Extensions to the PHP Reflection API, static code scanning, and code generation", "homepage": "https://laminas.dev", "keywords": [ "code", "laminas", "laminasframework" ], "support": { "chat": "https://laminas.dev/chat", "docs": "https://docs.laminas.dev/laminas-code/", "forum": "https://discourse.laminas.dev", "issues": "https://github.com/laminas/laminas-code/issues", "rss": "https://github.com/laminas/laminas-code/releases.atom", "source": "https://github.com/laminas/laminas-code" }, "funding": [ { "url": "https://funding.communitybridge.org/projects/laminas-project", "type": "community_bridge" } ], "time": "2025-11-01T09:38:14+00:00" }, { "name": "laminas/laminas-stdlib", "version": "3.21.0", "source": { "type": "git", "url": "https://github.com/laminas/laminas-stdlib.git", "reference": "b1c81514cfe158aadf724c42b34d3d0a8164c096" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/laminas/laminas-stdlib/zipball/b1c81514cfe158aadf724c42b34d3d0a8164c096", "reference": "b1c81514cfe158aadf724c42b34d3d0a8164c096", "shasum": "" }, "require": { "php": "~8.2.0 || ~8.3.0 || ~8.4.0 || ~8.5.0" }, "conflict": { "zendframework/zend-stdlib": "*" }, "require-dev": { "laminas/laminas-coding-standard": "^3.1.0", "phpbench/phpbench": "^1.4.1", "phpunit/phpunit": "^11.5.42", "psalm/plugin-phpunit": "^0.19.5", "vimeo/psalm": "^6.13.1" }, "type": "library", "autoload": { "psr-4": { "Laminas\\Stdlib\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-3-Clause" ], "description": "SPL extensions, array utilities, error handlers, and more", "homepage": "https://laminas.dev", "keywords": [ "laminas", "stdlib" ], "support": { "chat": "https://laminas.dev/chat", "docs": "https://docs.laminas.dev/laminas-stdlib/", "forum": "https://discourse.laminas.dev", "issues": "https://github.com/laminas/laminas-stdlib/issues", "rss": "https://github.com/laminas/laminas-stdlib/releases.atom", "source": "https://github.com/laminas/laminas-stdlib" }, "funding": [ { "url": "https://funding.communitybridge.org/projects/laminas-project", "type": "community_bridge" } ], "time": "2025-10-11T18:13:12+00:00" }, { "name": "lcobucci/jwt", "version": "5.6.0", "source": { "type": "git", "url": "https://github.com/lcobucci/jwt.git", "reference": "bb3e9f21e4196e8afc41def81ef649c164bca25e" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/lcobucci/jwt/zipball/bb3e9f21e4196e8afc41def81ef649c164bca25e", "reference": "bb3e9f21e4196e8afc41def81ef649c164bca25e", "shasum": "" }, "require": { "ext-openssl": "*", "ext-sodium": "*", "php": "~8.2.0 || ~8.3.0 || ~8.4.0 || ~8.5.0", "psr/clock": "^1.0" }, "require-dev": { "infection/infection": "^0.29", "lcobucci/clock": "^3.2", "lcobucci/coding-standard": "^11.0", "phpbench/phpbench": "^1.2", "phpstan/extension-installer": "^1.2", "phpstan/phpstan": "^1.10.7", "phpstan/phpstan-deprecation-rules": "^1.1.3", "phpstan/phpstan-phpunit": "^1.3.10", "phpstan/phpstan-strict-rules": "^1.5.0", "phpunit/phpunit": "^11.1" }, "suggest": { "lcobucci/clock": ">= 3.2" }, "type": "library", "autoload": { "psr-4": { "Lcobucci\\JWT\\": "src" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-3-Clause" ], "authors": [ { "name": "Luís Cobucci", "email": "lcobucci@gmail.com", "role": "Developer" } ], "description": "A simple library to work with JSON Web Token and JSON Web Signature", "keywords": [ "JWS", "jwt" ], "support": { "issues": "https://github.com/lcobucci/jwt/issues", "source": "https://github.com/lcobucci/jwt/tree/5.6.0" }, "funding": [ { "url": "https://github.com/lcobucci", "type": "github" }, { "url": "https://www.patreon.com/lcobucci", "type": "patreon" } ], "time": "2025-10-17T11:30:53+00:00" }, { "name": "league/flysystem", "version": "3.31.0", "source": { "type": "git", "url": "https://github.com/thephpleague/flysystem.git", "reference": "1717e0b3642b0df65ecb0cc89cdd99fa840672ff" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/thephpleague/flysystem/zipball/1717e0b3642b0df65ecb0cc89cdd99fa840672ff", "reference": "1717e0b3642b0df65ecb0cc89cdd99fa840672ff", "shasum": "" }, "require": { "league/flysystem-local": "^3.0.0", "league/mime-type-detection": "^1.0.0", "php": "^8.0.2" }, "conflict": { "async-aws/core": "<1.19.0", "async-aws/s3": "<1.14.0", "aws/aws-sdk-php": "3.209.31 || 3.210.0", "guzzlehttp/guzzle": "<7.0", "guzzlehttp/ringphp": "<1.1.1", "phpseclib/phpseclib": "3.0.15", "symfony/http-client": "<5.2" }, "require-dev": { "async-aws/s3": "^1.5 || ^2.0", "async-aws/simple-s3": "^1.1 || ^2.0", "aws/aws-sdk-php": "^3.295.10", "composer/semver": "^3.0", "ext-fileinfo": "*", "ext-ftp": "*", "ext-mongodb": "^1.3|^2", "ext-zip": "*", "friendsofphp/php-cs-fixer": "^3.5", "google/cloud-storage": "^1.23", "guzzlehttp/psr7": "^2.6", "microsoft/azure-storage-blob": "^1.1", "mongodb/mongodb": "^1.2|^2", "phpseclib/phpseclib": "^3.0.36", "phpstan/phpstan": "^1.10", "phpunit/phpunit": "^9.5.11|^10.0", "sabre/dav": "^4.6.0" }, "type": "library", "autoload": { "psr-4": { "League\\Flysystem\\": "src" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Frank de Jonge", "email": "info@frankdejonge.nl" } ], "description": "File storage abstraction for PHP", "keywords": [ "WebDAV", "aws", "cloud", "file", "files", "filesystem", "filesystems", "ftp", "s3", "sftp", "storage" ], "support": { "issues": "https://github.com/thephpleague/flysystem/issues", "source": "https://github.com/thephpleague/flysystem/tree/3.31.0" }, "time": "2026-01-23T15:38:47+00:00" }, { "name": "league/flysystem-bundle", "version": "3.6.2", "source": { "type": "git", "url": "https://github.com/thephpleague/flysystem-bundle.git", "reference": "123ab96910177751faf3b6cc85eecc360ec12a1f" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/thephpleague/flysystem-bundle/zipball/123ab96910177751faf3b6cc85eecc360ec12a1f", "reference": "123ab96910177751faf3b6cc85eecc360ec12a1f", "shasum": "" }, "require": { "league/flysystem": "^3.0", "php": ">=8.2", "symfony/config": "^6.0 || ^7.0 || ^8.0", "symfony/dependency-injection": "^6.0 || ^7.0 || ^8.0", "symfony/deprecation-contracts": "^2.1 || ^3", "symfony/http-kernel": "^6.0 || ^7.0 || ^8.0", "symfony/options-resolver": "^6.0 || ^7.0 || ^8.0" }, "require-dev": { "doctrine/mongodb-odm": "^2.0", "league/flysystem-async-aws-s3": "^3.1", "league/flysystem-aws-s3-v3": "^3.1", "league/flysystem-azure-blob-storage": "^3.1", "league/flysystem-ftp": "^3.1", "league/flysystem-google-cloud-storage": "^3.1", "league/flysystem-gridfs": "^3.28", "league/flysystem-memory": "^3.1", "league/flysystem-read-only": "^3.15", "league/flysystem-sftp-v3": "^3.1", "league/flysystem-webdav": "^3.29", "platformcommunity/flysystem-bunnycdn": "^3.3", "symfony/dotenv": "^6.0 || ^7.0 || ^8.0", "symfony/framework-bundle": "^6.0 || ^7.0 || ^8.0", "symfony/phpunit-bridge": "^6.0 || ^7.0 || ^8.0", "symfony/var-dumper": "^6.0 || ^7.0 || ^8.0" }, "type": "symfony-bundle", "autoload": { "psr-4": { "League\\FlysystemBundle\\": "src" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Titouan Galopin", "email": "galopintitouan@gmail.com" } ], "description": "Symfony bundle integrating Flysystem into Symfony applications", "keywords": [ "Flysystem", "bundle", "filesystem", "symfony" ], "support": { "issues": "https://github.com/thephpleague/flysystem-bundle/issues", "source": "https://github.com/thephpleague/flysystem-bundle/tree/3.6.2" }, "time": "2026-02-05T15:26:57+00:00" }, { "name": "league/flysystem-local", "version": "3.31.0", "source": { "type": "git", "url": "https://github.com/thephpleague/flysystem-local.git", "reference": "2f669db18a4c20c755c2bb7d3a7b0b2340488079" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/thephpleague/flysystem-local/zipball/2f669db18a4c20c755c2bb7d3a7b0b2340488079", "reference": "2f669db18a4c20c755c2bb7d3a7b0b2340488079", "shasum": "" }, "require": { "ext-fileinfo": "*", "league/flysystem": "^3.0.0", "league/mime-type-detection": "^1.0.0", "php": "^8.0.2" }, "type": "library", "autoload": { "psr-4": { "League\\Flysystem\\Local\\": "" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Frank de Jonge", "email": "info@frankdejonge.nl" } ], "description": "Local filesystem adapter for Flysystem.", "keywords": [ "Flysystem", "file", "files", "filesystem", "local" ], "support": { "source": "https://github.com/thephpleague/flysystem-local/tree/3.31.0" }, "time": "2026-01-23T15:30:45+00:00" }, { "name": "league/mime-type-detection", "version": "1.16.0", "source": { "type": "git", "url": "https://github.com/thephpleague/mime-type-detection.git", "reference": "2d6702ff215bf922936ccc1ad31007edc76451b9" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/thephpleague/mime-type-detection/zipball/2d6702ff215bf922936ccc1ad31007edc76451b9", "reference": "2d6702ff215bf922936ccc1ad31007edc76451b9", "shasum": "" }, "require": { "ext-fileinfo": "*", "php": "^7.4 || ^8.0" }, "require-dev": { "friendsofphp/php-cs-fixer": "^3.2", "phpstan/phpstan": "^0.12.68", "phpunit/phpunit": "^8.5.8 || ^9.3 || ^10.0" }, "type": "library", "autoload": { "psr-4": { "League\\MimeTypeDetection\\": "src" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Frank de Jonge", "email": "info@frankdejonge.nl" } ], "description": "Mime-type detection for Flysystem", "support": { "issues": "https://github.com/thephpleague/mime-type-detection/issues", "source": "https://github.com/thephpleague/mime-type-detection/tree/1.16.0" }, "funding": [ { "url": "https://github.com/frankdejonge", "type": "github" }, { "url": "https://tidelift.com/funding/github/packagist/league/flysystem", "type": "tidelift" } ], "time": "2024-09-21T08:32:55+00:00" }, { "name": "league/uri", "version": "7.8.0", "source": { "type": "git", "url": "https://github.com/thephpleague/uri.git", "reference": "4436c6ec8d458e4244448b069cc572d088230b76" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/thephpleague/uri/zipball/4436c6ec8d458e4244448b069cc572d088230b76", "reference": "4436c6ec8d458e4244448b069cc572d088230b76", "shasum": "" }, "require": { "league/uri-interfaces": "^7.8", "php": "^8.1", "psr/http-factory": "^1" }, "conflict": { "league/uri-schemes": "^1.0" }, "suggest": { "ext-bcmath": "to improve IPV4 host parsing", "ext-dom": "to convert the URI into an HTML anchor tag", "ext-fileinfo": "to create Data URI from file contennts", "ext-gmp": "to improve IPV4 host parsing", "ext-intl": "to handle IDN host with the best performance", "ext-uri": "to use the PHP native URI class", "jeremykendall/php-domain-parser": "to further parse the URI host and resolve its Public Suffix and Top Level Domain", "league/uri-components": "to provide additional tools to manipulate URI objects components", "league/uri-polyfill": "to backport the PHP URI extension for older versions of PHP", "php-64bit": "to improve IPV4 host parsing", "rowbot/url": "to handle URLs using the WHATWG URL Living Standard specification", "symfony/polyfill-intl-idn": "to handle IDN host via the Symfony polyfill if ext-intl is not present" }, "type": "library", "extra": { "branch-alias": { "dev-master": "7.x-dev" } }, "autoload": { "psr-4": { "League\\Uri\\": "" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Ignace Nyamagana Butera", "email": "nyamsprod@gmail.com", "homepage": "https://nyamsprod.com" } ], "description": "URI manipulation library", "homepage": "https://uri.thephpleague.com", "keywords": [ "URN", "data-uri", "file-uri", "ftp", "hostname", "http", "https", "middleware", "parse_str", "parse_url", "psr-7", "query-string", "querystring", "rfc2141", "rfc3986", "rfc3987", "rfc6570", "rfc8141", "uri", "uri-template", "url", "ws" ], "support": { "docs": "https://uri.thephpleague.com", "forum": "https://thephpleague.slack.com", "issues": "https://github.com/thephpleague/uri-src/issues", "source": "https://github.com/thephpleague/uri/tree/7.8.0" }, "funding": [ { "url": "https://github.com/sponsors/nyamsprod", "type": "github" } ], "time": "2026-01-14T17:24:56+00:00" }, { "name": "league/uri-components", "version": "7.8.0", "source": { "type": "git", "url": "https://github.com/thephpleague/uri-components.git", "reference": "8b5ffcebcc0842b76eb80964795bd56a8333b2ba" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/thephpleague/uri-components/zipball/8b5ffcebcc0842b76eb80964795bd56a8333b2ba", "reference": "8b5ffcebcc0842b76eb80964795bd56a8333b2ba", "shasum": "" }, "require": { "league/uri": "^7.8", "php": "^8.1" }, "suggest": { "ext-bcmath": "to improve IPV4 host parsing", "ext-fileinfo": "to create Data URI from file contennts", "ext-gmp": "to improve IPV4 host parsing", "ext-intl": "to handle IDN host with the best performance", "ext-mbstring": "to use the sorting algorithm of URLSearchParams", "jeremykendall/php-domain-parser": "to further parse the URI host and resolve its Public Suffix and Top Level Domain", "league/uri-polyfill": "to backport the PHP URI extension for older versions of PHP", "php-64bit": "to improve IPV4 host parsing", "rowbot/url": "to handle URLs using the WHATWG URL Living Standard specification", "symfony/polyfill-intl-idn": "to handle IDN host via the Symfony polyfill if ext-intl is not present" }, "type": "library", "extra": { "branch-alias": { "dev-master": "7.x-dev" } }, "autoload": { "psr-4": { "League\\Uri\\": "" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Ignace Nyamagana Butera", "email": "nyamsprod@gmail.com", "homepage": "https://nyamsprod.com" } ], "description": "URI components manipulation library", "homepage": "http://uri.thephpleague.com", "keywords": [ "authority", "components", "fragment", "host", "middleware", "modifier", "path", "port", "query", "rfc3986", "scheme", "uri", "url", "userinfo" ], "support": { "docs": "https://uri.thephpleague.com", "forum": "https://thephpleague.slack.com", "issues": "https://github.com/thephpleague/uri-src/issues", "source": "https://github.com/thephpleague/uri-components/tree/7.8.0" }, "funding": [ { "url": "https://github.com/nyamsprod", "type": "github" } ], "time": "2026-01-14T17:24:56+00:00" }, { "name": "league/uri-interfaces", "version": "7.8.0", "source": { "type": "git", "url": "https://github.com/thephpleague/uri-interfaces.git", "reference": "c5c5cd056110fc8afaba29fa6b72a43ced42acd4" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/thephpleague/uri-interfaces/zipball/c5c5cd056110fc8afaba29fa6b72a43ced42acd4", "reference": "c5c5cd056110fc8afaba29fa6b72a43ced42acd4", "shasum": "" }, "require": { "ext-filter": "*", "php": "^8.1", "psr/http-message": "^1.1 || ^2.0" }, "suggest": { "ext-bcmath": "to improve IPV4 host parsing", "ext-gmp": "to improve IPV4 host parsing", "ext-intl": "to handle IDN host with the best performance", "php-64bit": "to improve IPV4 host parsing", "rowbot/url": "to handle URLs using the WHATWG URL Living Standard specification", "symfony/polyfill-intl-idn": "to handle IDN host via the Symfony polyfill if ext-intl is not present" }, "type": "library", "extra": { "branch-alias": { "dev-master": "7.x-dev" } }, "autoload": { "psr-4": { "League\\Uri\\": "" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Ignace Nyamagana Butera", "email": "nyamsprod@gmail.com", "homepage": "https://nyamsprod.com" } ], "description": "Common tools for parsing and resolving RFC3987/RFC3986 URI", "homepage": "https://uri.thephpleague.com", "keywords": [ "data-uri", "file-uri", "ftp", "hostname", "http", "https", "parse_str", "parse_url", "psr-7", "query-string", "querystring", "rfc3986", "rfc3987", "rfc6570", "uri", "url", "ws" ], "support": { "docs": "https://uri.thephpleague.com", "forum": "https://thephpleague.slack.com", "issues": "https://github.com/thephpleague/uri-src/issues", "source": "https://github.com/thephpleague/uri-interfaces/tree/7.8.0" }, "funding": [ { "url": "https://github.com/sponsors/nyamsprod", "type": "github" } ], "time": "2026-01-15T06:54:53+00:00" }, { "name": "lexik/jwt-authentication-bundle", "version": "v3.2.0", "source": { "type": "git", "url": "https://github.com/lexik/LexikJWTAuthenticationBundle.git", "reference": "60df75dc70ee6f597929cb2f0812adda591dfa4b" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/lexik/LexikJWTAuthenticationBundle/zipball/60df75dc70ee6f597929cb2f0812adda591dfa4b", "reference": "60df75dc70ee6f597929cb2f0812adda591dfa4b", "shasum": "" }, "require": { "ext-openssl": "*", "lcobucci/jwt": "^5.0", "php": ">=8.2", "symfony/clock": "^6.4|^7.0|^8.0", "symfony/config": "^6.4|^7.0|^8.0", "symfony/dependency-injection": "^6.4|^7.0|^8.0", "symfony/deprecation-contracts": "^2.4|^3.0", "symfony/event-dispatcher": "^6.4|^7.0|^8.0", "symfony/http-foundation": "^6.4|^7.0|^8.0", "symfony/http-kernel": "^6.4|^7.0|^8.0", "symfony/property-access": "^6.4|^7.0|^8.0", "symfony/security-bundle": "^6.4|^7.0|^8.0", "symfony/translation-contracts": "^1.0|^2.0|^3.0" }, "require-dev": { "api-platform/core": "^3.0|^4.0", "rector/rector": "^1.2", "symfony/browser-kit": "^6.4|^7.0|^8.0", "symfony/console": "^6.4|^7.0|^8.0", "symfony/dom-crawler": "^6.4|^7.0|^8.0", "symfony/filesystem": "^6.4|^7.0|^8.0", "symfony/framework-bundle": "^6.4|^7.0|^8.0", "symfony/phpunit-bridge": "^6.4|^7.0|^8.0", "symfony/var-dumper": "^6.4|^7.0|^8.0", "symfony/yaml": "^6.4|^7.0|^8.0" }, "suggest": { "gesdinet/jwt-refresh-token-bundle": "Implements a refresh token system over Json Web Tokens in Symfony", "spomky-labs/lexik-jose-bridge": "Provides a JWT Token encoder with encryption support" }, "type": "symfony-bundle", "autoload": { "psr-4": { "Lexik\\Bundle\\JWTAuthenticationBundle\\": "" }, "exclude-from-classmap": [ "/Tests/" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Jeremy Barthe", "email": "j.barthe@lexik.fr", "homepage": "https://github.com/jeremyb" }, { "name": "Nicolas Cabot", "email": "n.cabot@lexik.fr", "homepage": "https://github.com/slashfan" }, { "name": "Cedric Girard", "email": "c.girard@lexik.fr", "homepage": "https://github.com/cedric-g" }, { "name": "Dev Lexik", "email": "dev@lexik.fr", "homepage": "https://github.com/lexik" }, { "name": "Robin Chalas", "email": "robin.chalas@gmail.com", "homepage": "https://github.com/chalasr" }, { "name": "Lexik Community", "homepage": "https://github.com/lexik/LexikJWTAuthenticationBundle/graphs/contributors" } ], "description": "This bundle provides JWT authentication for your Symfony REST API", "homepage": "https://github.com/lexik/LexikJWTAuthenticationBundle", "keywords": [ "Authentication", "JWS", "api", "bundle", "jwt", "rest", "symfony" ], "support": { "issues": "https://github.com/lexik/LexikJWTAuthenticationBundle/issues", "source": "https://github.com/lexik/LexikJWTAuthenticationBundle/tree/v3.2.0" }, "funding": [ { "url": "https://github.com/chalasr", "type": "github" }, { "url": "https://tidelift.com/funding/github/packagist/lexik/jwt-authentication-bundle", "type": "tidelift" } ], "time": "2025-12-20T17:47:00+00:00" }, { "name": "liip/imagine-bundle", "version": "2.17.1", "source": { "type": "git", "url": "https://github.com/liip/LiipImagineBundle.git", "reference": "69d2df3c6606495d1878fa190d6c3dc4bc5623b6" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/liip/LiipImagineBundle/zipball/69d2df3c6606495d1878fa190d6c3dc4bc5623b6", "reference": "69d2df3c6606495d1878fa190d6c3dc4bc5623b6", "shasum": "" }, "require": { "ext-mbstring": "*", "imagine/imagine": "^1.3.2", "php": "^8.0", "symfony/dependency-injection": "^5.4|^6.4|^7.4|^8.0", "symfony/deprecation-contracts": "^2.5 || ^3", "symfony/filesystem": "^5.4|^6.4|^7.3|^8.0", "symfony/finder": "^5.4|^6.4|^7.3|^8.0", "symfony/framework-bundle": "^5.4|^6.4|^7.3|^8.0", "symfony/mime": "^5.4|^6.4|^7.3|^8.0", "symfony/options-resolver": "^5.4|^6.4|^7.3|^8.0", "symfony/process": "^5.4|^6.4|^7.3|^8.0", "twig/twig": "^1.44|^2.9|^3.0" }, "require-dev": { "amazonwebservices/aws-sdk-for-php": "^1.0", "aws/aws-sdk-php": "^2.4|^3.0", "doctrine/cache": "^1.11|^2.0", "doctrine/persistence": "^1.3|^2.0", "enqueue/enqueue-bundle": "^0.9|^0.10", "ext-gd": "*", "league/flysystem": "^1.0|^2.0|^3.0", "phpstan/phpstan": "^1.10.0", "psr/cache": "^1.0|^2.0|^3.0", "psr/log": "^1.0", "symfony/asset": "^5.4|^6.4|^7.3|^8.0", "symfony/browser-kit": "^5.4|^6.4|^7.3|^8.0", "symfony/cache": "^5.4|^6.4|^7.3|^8.0", "symfony/console": "^5.4|^6.4|^7.3|^8.0", "symfony/form": "^5.4|^6.4|^7.3|^8.0", "symfony/messenger": "^5.4|^6.4|^7.3|^8.0", "symfony/phpunit-bridge": "^7.3", "symfony/runtime": "^5.4|^6.4|^7.3|^8.0", "symfony/templating": "^5.4|^6.4|^7.3|^8.0", "symfony/validator": "^5.4|^6.4|^7.3|^8.0", "symfony/yaml": "^5.4|^6.4|^7.3|^8.0" }, "suggest": { "alcaeus/mongo-php-adapter": "required for mongodb components", "amazonwebservices/aws-sdk-for-php": "required to use AWS version 1 cache resolver", "aws/aws-sdk-php": "required to use AWS version 2/3 cache resolver", "doctrine/mongodb-odm": "required to use mongodb-backed doctrine components", "enqueue/enqueue-bundle": "^0.9 add if you like to process images in background", "ext-exif": "required to read EXIF metadata from images", "ext-gd": "required to use gd driver", "ext-gmagick": "required to use gmagick driver", "ext-imagick": "required to use imagick driver", "ext-json": "required to read JSON manifest versioning", "ext-mongodb": "required for mongodb components", "league/flysystem": "required to use FlySystem data loader or cache resolver", "monolog/monolog": "A psr/log compatible logger is required to enable logging", "rokka/imagine-vips": "required to use 'vips' driver", "symfony/asset": "If you want to use asset versioning", "symfony/messenger": "If you like to process images in background", "symfony/templating": "required to use deprecated Templating component instead of Twig" }, "type": "symfony-bundle", "autoload": { "psr-4": { "Liip\\ImagineBundle\\": "" }, "exclude-from-classmap": [ "/Tests/" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Liip and other contributors", "homepage": "https://github.com/liip/LiipImagineBundle/contributors" } ], "description": "This bundle provides an image manipulation abstraction toolkit for Symfony-based projects.", "homepage": "https://www.liip.ch", "keywords": [ "bundle", "image", "imagine", "liip", "manipulation", "photos", "pictures", "symfony", "transformation" ], "support": { "issues": "https://github.com/liip/LiipImagineBundle/issues", "source": "https://github.com/liip/LiipImagineBundle/tree/2.17.1" }, "time": "2026-01-06T09:34:48+00:00" }, { "name": "marcj/topsort", "version": "1.1.0", "source": { "type": "git", "url": "https://github.com/marcj/topsort.php.git", "reference": "387086c2db60ee0a27ac5df588c0f0b30c6bdc4b" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/marcj/topsort.php/zipball/387086c2db60ee0a27ac5df588c0f0b30c6bdc4b", "reference": "387086c2db60ee0a27ac5df588c0f0b30c6bdc4b", "shasum": "" }, "require": { "php": ">=5.4" }, "require-dev": { "codeclimate/php-test-reporter": "dev-master", "phpunit/phpunit": "~4.0", "symfony/console": "~2.5" }, "type": "library", "autoload": { "psr-4": { "MJS\\TopSort\\": "src/", "MJS\\TopSort\\Tests\\": "tests/Tests/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Marc J. Schmidt", "email": "marc@marcjschmidt.de" } ], "description": "High-Performance TopSort/Dependency resolving algorithm", "keywords": [ "dependency resolving", "topological sort", "topsort" ], "support": { "issues": "https://github.com/marcj/topsort.php/issues", "source": "https://github.com/marcj/topsort.php/tree/1.1.0" }, "time": "2016-11-19T14:58:11+00:00" }, { "name": "mollie/mollie-api-php", "version": "v2.79.1", "source": { "type": "git", "url": "https://github.com/mollie/mollie-api-php.git", "reference": "4c1cf5f603178dd15bdf60b5e3999f91bb59f5b0" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/mollie/mollie-api-php/zipball/4c1cf5f603178dd15bdf60b5e3999f91bb59f5b0", "reference": "4c1cf5f603178dd15bdf60b5e3999f91bb59f5b0", "shasum": "" }, "require": { "composer/ca-bundle": "^1.2", "ext-curl": "*", "ext-json": "*", "ext-openssl": "*", "php": "^7.2|^8.0" }, "require-dev": { "eloquent/liberator": "^2.0||^3.0", "friendsofphp/php-cs-fixer": "^3.0", "guzzlehttp/guzzle": "^6.3 || ^7.0", "phpstan/phpstan": "^1.12", "phpunit/phpunit": "^8.5 || ^9.5" }, "suggest": { "mollie/oauth2-mollie-php": "Use OAuth to authenticate with the Mollie API. This is needed for some endpoints. Visit https://docs.mollie.com/ for more information." }, "type": "library", "autoload": { "psr-4": { "Mollie\\Api\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-2-Clause" ], "authors": [ { "name": "Mollie B.V.", "email": "info@mollie.com" } ], "description": "Mollie API client library for PHP. Mollie is a European Payment Service provider and offers international payment methods such as Mastercard, VISA, American Express and PayPal, and local payment methods such as iDEAL, Bancontact, SOFORT Banking, SEPA direct debit, Belfius Direct Net, KBC Payment Button and various gift cards such as Podiumcadeaukaart and fashioncheque.", "homepage": "https://www.mollie.com/en/developers", "keywords": [ "Apple Pay", "CBC", "Przelewy24", "api", "bancontact", "banktransfer", "belfius", "belfius direct net", "charges", "creditcard", "direct debit", "fashioncheque", "gateway", "gift cards", "ideal", "inghomepay", "intersolve", "kbc", "klarna", "mistercash", "mollie", "paylater", "payment", "payments", "paypal", "paysafecard", "podiumcadeaukaart", "recurring", "refunds", "sepa", "service", "sliceit", "sofort", "sofortbanking", "subscriptions" ], "support": { "issues": "https://github.com/mollie/mollie-api-php/issues", "source": "https://github.com/mollie/mollie-api-php/tree/v2.79.1" }, "time": "2025-05-06T10:55:09+00:00" }, { "name": "monolog/monolog", "version": "3.10.0", "source": { "type": "git", "url": "https://github.com/Seldaek/monolog.git", "reference": "b321dd6749f0bf7189444158a3ce785cc16d69b0" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/Seldaek/monolog/zipball/b321dd6749f0bf7189444158a3ce785cc16d69b0", "reference": "b321dd6749f0bf7189444158a3ce785cc16d69b0", "shasum": "" }, "require": { "php": ">=8.1", "psr/log": "^2.0 || ^3.0" }, "provide": { "psr/log-implementation": "3.0.0" }, "require-dev": { "aws/aws-sdk-php": "^3.0", "doctrine/couchdb": "~1.0@dev", "elasticsearch/elasticsearch": "^7 || ^8", "ext-json": "*", "graylog2/gelf-php": "^1.4.2 || ^2.0", "guzzlehttp/guzzle": "^7.4.5", "guzzlehttp/psr7": "^2.2", "mongodb/mongodb": "^1.8 || ^2.0", "php-amqplib/php-amqplib": "~2.4 || ^3", "php-console/php-console": "^3.1.8", "phpstan/phpstan": "^2", "phpstan/phpstan-deprecation-rules": "^2", "phpstan/phpstan-strict-rules": "^2", "phpunit/phpunit": "^10.5.17 || ^11.0.7", "predis/predis": "^1.1 || ^2", "rollbar/rollbar": "^4.0", "ruflin/elastica": "^7 || ^8", "symfony/mailer": "^5.4 || ^6", "symfony/mime": "^5.4 || ^6" }, "suggest": { "aws/aws-sdk-php": "Allow sending log messages to AWS services like DynamoDB", "doctrine/couchdb": "Allow sending log messages to a CouchDB server", "elasticsearch/elasticsearch": "Allow sending log messages to an Elasticsearch server via official client", "ext-amqp": "Allow sending log messages to an AMQP server (1.0+ required)", "ext-curl": "Required to send log messages using the IFTTTHandler, the LogglyHandler, the SendGridHandler, the SlackWebhookHandler or the TelegramBotHandler", "ext-mbstring": "Allow to work properly with unicode symbols", "ext-mongodb": "Allow sending log messages to a MongoDB server (via driver)", "ext-openssl": "Required to send log messages using SSL", "ext-sockets": "Allow sending log messages to a Syslog server (via UDP driver)", "graylog2/gelf-php": "Allow sending log messages to a GrayLog2 server", "mongodb/mongodb": "Allow sending log messages to a MongoDB server (via library)", "php-amqplib/php-amqplib": "Allow sending log messages to an AMQP server using php-amqplib", "rollbar/rollbar": "Allow sending log messages to Rollbar", "ruflin/elastica": "Allow sending log messages to an Elastic Search server" }, "type": "library", "extra": { "branch-alias": { "dev-main": "3.x-dev" } }, "autoload": { "psr-4": { "Monolog\\": "src/Monolog" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Jordi Boggiano", "email": "j.boggiano@seld.be", "homepage": "https://seld.be" } ], "description": "Sends your logs to files, sockets, inboxes, databases and various web services", "homepage": "https://github.com/Seldaek/monolog", "keywords": [ "log", "logging", "psr-3" ], "support": { "issues": "https://github.com/Seldaek/monolog/issues", "source": "https://github.com/Seldaek/monolog/tree/3.10.0" }, "funding": [ { "url": "https://github.com/Seldaek", "type": "github" }, { "url": "https://tidelift.com/funding/github/packagist/monolog/monolog", "type": "tidelift" } ], "time": "2026-01-02T08:56:05+00:00" }, { "name": "pagerfanta/pagerfanta", "version": "v4.8.0", "source": { "type": "git", "url": "https://github.com/BabDev/Pagerfanta.git", "reference": "72881e6839330b2961c574b3b4b20d409d6a0955" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/BabDev/Pagerfanta/zipball/72881e6839330b2961c574b3b4b20d409d6a0955", "reference": "72881e6839330b2961c574b3b4b20d409d6a0955", "shasum": "" }, "require": { "ext-json": "*", "php": "^8.1", "symfony/deprecation-contracts": "^2.1 || ^3.0" }, "conflict": { "doctrine/collections": "<1.8", "doctrine/dbal": "<3.5", "doctrine/mongodb-odm": "<2.4", "doctrine/orm": "<2.14", "doctrine/phpcr-odm": "<1.7", "ruflin/elastica": "<7.3", "solarium/solarium": "<6.2", "twig/twig": "<2.13" }, "replace": { "pagerfanta/core": "self.version", "pagerfanta/doctrine-collections-adapter": "self.version", "pagerfanta/doctrine-dbal-adapter": "self.version", "pagerfanta/doctrine-mongodb-odm-adapter": "self.version", "pagerfanta/doctrine-orm-adapter": "self.version", "pagerfanta/doctrine-phpcr-odm-adapter": "self.version", "pagerfanta/elastica-adapter": "self.version", "pagerfanta/solarium-adapter": "self.version", "pagerfanta/twig": "self.version" }, "require-dev": { "dg/bypass-finals": "^1.9", "doctrine/collections": "^1.8 || ^2.0 || ^3.0", "doctrine/dbal": "^3.5 || ^4.0", "doctrine/mongodb-odm": "^2.4", "doctrine/orm": "^2.14 || ^3.0", "doctrine/phpcr-odm": "^1.7 || ^2.0", "jackalope/jackalope-doctrine-dbal": "^1.9 || ^2.0", "phpstan/extension-installer": "^1.4", "phpstan/phpstan": "2.1.36", "phpstan/phpstan-phpunit": "2.0.11", "phpunit/phpunit": "10.5.60", "rector/rector": "2.3.4", "ruflin/elastica": "^7.3 || ^8.0", "solarium/solarium": "^6.2", "symfony/cache": "^5.4 || ^6.4 || ^7.3 || ^8.0", "twig/twig": "^2.13 || ^3.0" }, "suggest": { "twig/twig": "To integrate Pagerfanta with Twig" }, "type": "library", "autoload": { "psr-4": { "Pagerfanta\\": "lib/Core/", "Pagerfanta\\Twig\\": "lib/Twig/", "Pagerfanta\\Elastica\\": "lib/Adapter/Elastica/", "Pagerfanta\\Solarium\\": "lib/Adapter/Solarium/", "Pagerfanta\\Doctrine\\ORM\\": "lib/Adapter/Doctrine/ORM/", "Pagerfanta\\Doctrine\\DBAL\\": "lib/Adapter/Doctrine/DBAL/", "Pagerfanta\\Doctrine\\PHPCRODM\\": "lib/Adapter/Doctrine/PHPCRODM/", "Pagerfanta\\Doctrine\\MongoDBODM\\": "lib/Adapter/Doctrine/MongoDBODM/", "Pagerfanta\\Doctrine\\Collections\\": "lib/Adapter/Doctrine/Collections/" }, "exclude-from-classmap": [ "lib/**/Tests/" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "description": "Pagination for PHP", "keywords": [ "page", "pagination", "paginator", "paging" ], "support": { "issues": "https://github.com/BabDev/Pagerfanta/issues", "source": "https://github.com/BabDev/Pagerfanta/tree/v4.8.0" }, "funding": [ { "url": "https://github.com/mbabker", "type": "github" } ], "time": "2026-01-22T13:58:52+00:00" }, { "name": "paragonie/constant_time_encoding", "version": "v3.1.3", "source": { "type": "git", "url": "https://github.com/paragonie/constant_time_encoding.git", "reference": "d5b01a39b3415c2cd581d3bd3a3575c1ebbd8e77" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/paragonie/constant_time_encoding/zipball/d5b01a39b3415c2cd581d3bd3a3575c1ebbd8e77", "reference": "d5b01a39b3415c2cd581d3bd3a3575c1ebbd8e77", "shasum": "" }, "require": { "php": "^8" }, "require-dev": { "infection/infection": "^0", "nikic/php-fuzzer": "^0", "phpunit/phpunit": "^9|^10|^11", "vimeo/psalm": "^4|^5|^6" }, "type": "library", "autoload": { "psr-4": { "ParagonIE\\ConstantTime\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Paragon Initiative Enterprises", "email": "security@paragonie.com", "homepage": "https://paragonie.com", "role": "Maintainer" }, { "name": "Steve 'Sc00bz' Thomas", "email": "steve@tobtu.com", "homepage": "https://www.tobtu.com", "role": "Original Developer" } ], "description": "Constant-time Implementations of RFC 4648 Encoding (Base-64, Base-32, Base-16)", "keywords": [ "base16", "base32", "base32_decode", "base32_encode", "base64", "base64_decode", "base64_encode", "bin2hex", "encoding", "hex", "hex2bin", "rfc4648" ], "support": { "email": "info@paragonie.com", "issues": "https://github.com/paragonie/constant_time_encoding/issues", "source": "https://github.com/paragonie/constant_time_encoding" }, "time": "2025-09-24T15:06:41+00:00" }, { "name": "paragonie/halite", "version": "v5.1.4", "source": { "type": "git", "url": "https://github.com/paragonie/halite.git", "reference": "12e7d1ab50ef3cacc27b59140e75d2cf59e85f71" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/paragonie/halite/zipball/12e7d1ab50ef3cacc27b59140e75d2cf59e85f71", "reference": "12e7d1ab50ef3cacc27b59140e75d2cf59e85f71", "shasum": "" }, "require": { "ext-json": "*", "paragonie/constant_time_encoding": "^2|^3", "paragonie/hidden-string": "^1|^2", "paragonie/sodium_compat": "^1|^2", "php": "^8.1" }, "require-dev": { "phpstan/phpstan": "^2.1", "phpunit/phpunit": "^9", "vimeo/psalm": "^6.8" }, "type": "library", "autoload": { "psr-4": { "ParagonIE\\Halite\\": "./src" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MPL-2.0" ], "authors": [ { "name": "Paragon Initiative Enterprises", "email": "info@paragonie.com", "homepage": "https://paragonie.com" } ], "description": "High-level cryptography interface powered by libsodium", "homepage": "https://github.com/paragonie/halite", "keywords": [ "Argon2i", "BLAKE", "BLAKE2", "BLAKE2b", "Curve25519", "Ed25519", "X25519", "Xsalsa20", "argon2", "cryptography", "encryption", "ext-sodium", "hashing", "libsodium", "password", "public-key", "signatures", "sodium" ], "support": { "docs": "https://github.com/paragonie/halite/tree/master/doc", "issues": "https://github.com/paragonie/halite/issues", "source": "https://github.com/paragonie/halite/tree/v5.1.4" }, "time": "2025-09-19T03:39:32+00:00" }, { "name": "paragonie/hidden-string", "version": "v2.2.0", "source": { "type": "git", "url": "https://github.com/paragonie/hidden-string.git", "reference": "87886ab8ed7abb61c8bcf8d67cd3d3527feedbf7" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/paragonie/hidden-string/zipball/87886ab8ed7abb61c8bcf8d67cd3d3527feedbf7", "reference": "87886ab8ed7abb61c8bcf8d67cd3d3527feedbf7", "shasum": "" }, "require": { "paragonie/constant_time_encoding": "^2|^3", "php": "^7.4|^8" }, "require-dev": { "phpunit/phpunit": "^9.5", "vimeo/psalm": "^4" }, "type": "library", "autoload": { "psr-4": { "ParagonIE\\HiddenString\\": "./src" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MPL-2.0" ], "authors": [ { "name": "Paragon Initiative Enterprises", "email": "info@paragonie.com", "homepage": "https://paragonie.com" } ], "description": "Encapsulate strings in an object to hide them from stack traces", "homepage": "https://github.com/paragonie/hidden-string", "keywords": [ "hidden", "stack trace", "string" ], "support": { "issues": "https://github.com/paragonie/hidden-string/issues", "source": "https://github.com/paragonie/hidden-string/tree/v2.2.0" }, "time": "2024-05-08T12:45:06+00:00" }, { "name": "paragonie/random_compat", "version": "v9.99.100", "source": { "type": "git", "url": "https://github.com/paragonie/random_compat.git", "reference": "996434e5492cb4c3edcb9168db6fbb1359ef965a" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/paragonie/random_compat/zipball/996434e5492cb4c3edcb9168db6fbb1359ef965a", "reference": "996434e5492cb4c3edcb9168db6fbb1359ef965a", "shasum": "" }, "require": { "php": ">= 7" }, "require-dev": { "phpunit/phpunit": "4.*|5.*", "vimeo/psalm": "^1" }, "suggest": { "ext-libsodium": "Provides a modern crypto API that can be used to generate random bytes." }, "type": "library", "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Paragon Initiative Enterprises", "email": "security@paragonie.com", "homepage": "https://paragonie.com" } ], "description": "PHP 5.x polyfill for random_bytes() and random_int() from PHP 7", "keywords": [ "csprng", "polyfill", "pseudorandom", "random" ], "support": { "email": "info@paragonie.com", "issues": "https://github.com/paragonie/random_compat/issues", "source": "https://github.com/paragonie/random_compat" }, "time": "2020-10-15T08:29:30+00:00" }, { "name": "paragonie/sodium_compat", "version": "v2.5.0", "source": { "type": "git", "url": "https://github.com/paragonie/sodium_compat.git", "reference": "4714da6efdc782c06690bc72ce34fae7941c2d9f" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/paragonie/sodium_compat/zipball/4714da6efdc782c06690bc72ce34fae7941c2d9f", "reference": "4714da6efdc782c06690bc72ce34fae7941c2d9f", "shasum": "" }, "require": { "php": "^8.1", "php-64bit": "*" }, "require-dev": { "infection/infection": "^0", "nikic/php-fuzzer": "^0", "phpunit/phpunit": "^7|^8|^9|^10|^11", "vimeo/psalm": "^4|^5|^6" }, "suggest": { "ext-sodium": "Better performance, password hashing (Argon2i), secure memory management (memzero), and better security." }, "type": "library", "extra": { "branch-alias": { "dev-master": "2.0.x-dev" } }, "autoload": { "files": [ "autoload.php" ], "psr-4": { "ParagonIE\\Sodium\\": "namespaced/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "ISC" ], "authors": [ { "name": "Paragon Initiative Enterprises", "email": "security@paragonie.com" }, { "name": "Frank Denis", "email": "jedisct1@pureftpd.org" } ], "description": "Pure PHP implementation of libsodium; uses the PHP extension if it exists", "keywords": [ "Authentication", "BLAKE2b", "ChaCha20", "ChaCha20-Poly1305", "Chapoly", "Curve25519", "Ed25519", "EdDSA", "Edwards-curve Digital Signature Algorithm", "Elliptic Curve Diffie-Hellman", "Poly1305", "Pure-PHP cryptography", "RFC 7748", "RFC 8032", "Salpoly", "Salsa20", "X25519", "XChaCha20-Poly1305", "XSalsa20-Poly1305", "Xchacha20", "Xsalsa20", "aead", "cryptography", "ecdh", "elliptic curve", "elliptic curve cryptography", "encryption", "libsodium", "php", "public-key cryptography", "secret-key cryptography", "side-channel resistant" ], "support": { "issues": "https://github.com/paragonie/sodium_compat/issues", "source": "https://github.com/paragonie/sodium_compat/tree/v2.5.0" }, "time": "2025-12-30T16:12:18+00:00" }, { "name": "payum/core", "version": "1.7.7", "target-dir": "Payum/Core", "source": { "type": "git", "url": "https://github.com/Payum/Core.git", "reference": "1319e4396ce91ff92c0fe3f4d5dfcb48ffdeaaf3" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/Payum/Core/zipball/1319e4396ce91ff92c0fe3f4d5dfcb48ffdeaaf3", "reference": "1319e4396ce91ff92c0fe3f4d5dfcb48ffdeaaf3", "shasum": "" }, "require": { "alcohol/iso4217": "^3.1 || ^4.0", "league/uri": "^6.4 || ^7.0", "league/uri-components": "^2.2 || ^7.0", "payum/iso4217": "^1.0", "php": "^7.2 || ^8.0", "php-http/client-implementation": "^1.0", "php-http/message": "^1.0", "psr/log": "^1 || ^2 || ^3", "twig/twig": "^1.34|^2.4|^3.0" }, "require-dev": { "defuse/php-encryption": "^2", "doctrine/dbal": "^2", "doctrine/orm": "2.*", "doctrine/persistence": "^1.3.3|^2.0", "ext-curl": "*", "ext-pdo_sqlite": "*", "laminas/laminas-db": "^2.0", "omnipay/common": "^3.0", "omnipay/dummy": "^3.0", "payum/omnipay-v3-bridge": "^1.0", "php-http/guzzle6-adapter": "^1.0", "phpunit/phpunit": "^5.7", "propel/propel1": "~1.7", "symfony/cache": "^4.4|^5.0", "symfony/dependency-injection": "^4.4|^5.0", "symfony/form": "^4.4|^5.0", "symfony/http-foundation": "^4.4|^5.0", "symfony/http-kernel": "^4.4|^5.0", "symfony/phpunit-bridge": "^4.4|^5.0", "symfony/routing": "^4.4|^5.0", "symfony/validator": "^4.4|^5.0" }, "suggest": { "defuse/php-encryption": "^2 If you want to encrypt gateways credentials in database", "doctrine/mongodb-odm": "~2.0 If you want to store models to mongo doctrin2 ODM", "doctrine/orm": "~2.3 If you want to store models to database using doctrin2 ORM", "laminas/laminas-db": "~2.0 If you want to store models to Laminas Db ORM", "monolog/monolog": "~1.0 If you want to use PSR-3 logger", "payum/authorize-net-aim": "self.version If you want to use Authorize.Net AIM payment gateway", "payum/be2bill": "self.version If you want to use be2bill payment gateway", "payum/omnipay-v3-bridge": "^1 If you want to use omnipay's gateways", "payum/payex": "self.version If you want to use payex payment gateway", "payum/paypal-express-checkout-nvp": "self.version If you want to use paypal express checkout, digital goods or recurring payments", "payum/paypal-ipn": "self.version If you want to use paypal instant payment notifications(Paypal IPN)", "payum/paypal-pro-checkout-nvp": "self.version If you want to use paypal pro checkout", "payum/paypal-rest": "self.version If you want to use paypal rest gateway", "propel/propel": "If you want to store models to Propel2 ORM", "propel/propel1": "~1.7 If you want to store models to Propel1 ORM", "symfony/dependency-injection": "~2.8|~3.0 If you want to use container aware stuff", "symfony/form": "~2.8|~3.0 If you want to use forms", "symfony/http-foundation": "~2.8|~3.0 If you want to use HttpRequestVerifier or HttpResponse reply from symfony's bridge", "symfony/http-kernel": "~2.8|~3.0 If you want to use HttpRequestVerifier from symfony's bridge", "symfony/routing": "~2.8|~3.0 If you want to use TokenFactory from symfony's bridge" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.6-dev" } }, "autoload": { "psr-0": { "Payum\\Core\\": "" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Kotlyar Maksim", "email": "kotlyar.maksim@gmail.com" }, { "name": "Payum project", "homepage": "https://payum.forma-pro.com/" }, { "name": "Community contributions", "homepage": "https://github.com/Payum/Payum/contributors" } ], "description": "One million downloads of Payum already! Payum offers everything you need to work with payments. Friendly for all PHP frameworks (Symfony, Laravel, Laminas, Yii, Silex). Check more visiting site.", "homepage": "https://payum.forma-pro.com/", "keywords": [ "authorize", "capture", "notify", "payment", "payout", "recurring payment", "refund", "subscription", "withdrawal" ], "support": { "source": "https://github.com/Payum/Core/tree/1.7.7" }, "time": "2025-10-27T17:23:03+00:00" }, { "name": "payum/iso4217", "version": "1.0.2", "source": { "type": "git", "url": "https://github.com/Payum/iso4217.git", "reference": "faafdd2c5e799c673d7aa576aaf26fa2fb631014" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/Payum/iso4217/zipball/faafdd2c5e799c673d7aa576aaf26fa2fb631014", "reference": "faafdd2c5e799c673d7aa576aaf26fa2fb631014", "shasum": "" }, "require": { "php": ">=5.3" }, "require-dev": { "phpunit/phpunit": "~4.0" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.0.x-dev" } }, "autoload": { "psr-4": { "Payum\\ISO4217\\": "." } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Rob Bast", "email": "rob.bast@gmail.com" }, { "name": "Kotlyar Maksim", "email": "kotlyar.maksim@gmail.com" }, { "name": "Payum project", "homepage": "http://payum.org/" }, { "name": "Community contributions", "homepage": "https://github.com/Payum/Payum/contributors" } ], "description": "ISO 4217 PHP Library", "homepage": "https://payum.forma-pro.com/", "keywords": [ "4217", "ISO 4217", "currencies", "iso", "library" ], "support": { "issues": "https://github.com/payum/iso4217/issues", "source": "https://github.com/payum/iso4217" }, "time": "2022-02-27T10:14:23+00:00" }, { "name": "payum/offline", "version": "1.7.7", "target-dir": "Payum/Offline", "source": { "type": "git", "url": "https://github.com/Payum/Offline.git", "reference": "9b10c121473962258a18ac85363de2047f8abbb0" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/Payum/Offline/zipball/9b10c121473962258a18ac85363de2047f8abbb0", "reference": "9b10c121473962258a18ac85363de2047f8abbb0", "shasum": "" }, "require": { "payum/core": "^1.5" }, "require-dev": { "payum/core": "^1.5", "phpunit/phpunit": "^5.7", "symfony/phpunit-bridge": "^3.1|^4" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.6-dev" } }, "autoload": { "psr-0": { "Payum\\Offline": "" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Kotlyar Maksim", "email": "kotlyar.maksim@gmail.com" }, { "name": "Payum project", "homepage": "https://payum.forma-pro.com/" }, { "name": "Community contributions", "homepage": "https://github.com/Payum/Offline/contributors" } ], "description": "The Payum extension. It provides Offline payment integration.", "homepage": "https://payum.forma-pro.com", "keywords": [ "invoice", "offlile", "payment" ], "support": { "source": "https://github.com/Payum/Offline/tree/1.7.7" }, "time": "2025-10-27T17:23:03+00:00" }, { "name": "payum/payum-bundle", "version": "2.7.1", "source": { "type": "git", "url": "https://github.com/Payum/PayumBundle.git", "reference": "f71fdfc3501a23a057232c9c5e75fc7e1c2ec440" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/Payum/PayumBundle/zipball/f71fdfc3501a23a057232c9c5e75fc7e1c2ec440", "reference": "f71fdfc3501a23a057232c9c5e75fc7e1c2ec440", "shasum": "" }, "require": { "payum/core": "^1.7.2", "php": "^8.0", "symfony/dependency-injection": "^5.4 || ^6.4 || ^7.0 || ^8.0", "symfony/form": "^5.4 || ^6.0 || ^7.0 || ^8.0", "symfony/framework-bundle": "^5.4 || ^6.0 || ^7.0 || ^8.0", "symfony/security-csrf": "^5.4 || ^6.0 || ^7.0 || ^8.0", "symfony/validator": "^5.4 || ^6.0 || ^7.0 || ^8.0" }, "require-dev": { "defuse/php-encryption": "^2", "doctrine/orm": "^2.8 || ^3.0", "nyholm/psr7": "^1.5", "omnipay/common": "^3@dev", "omnipay/dummy": "^3@alpha", "omnipay/paypal": "^3@dev", "payum/offline": "^1.7", "payum/omnipay-v3-bridge": "dev-master", "payum/paypal-express-checkout-nvp": "^1.7", "payum/stripe": "^1.7", "php-http/guzzle7-adapter": "^1.0", "php-http/message-factory": "^1.1", "phpunit/phpunit": "^9.5 || ^10.0", "psr/log": "^1 || ^2 || ^3", "stripe/stripe-php": "~7.0", "symfony/browser-kit": "^5.4 || ^6.0 || ^7.0 || ^8.0", "symfony/expression-language": "^5.4 || ^6.0 || ^7.0 || ^8.0", "symfony/http-client": "^5.4 || ^6.0 || ^7.0 || ^8.0", "symfony/phpunit-bridge": "^5.4 || ^6.0 || ^7.0 || ^8.0", "symfony/templating": "^5.4 || ^6.0 || ^7.0 || ^8.0", "symfony/twig-bundle": "^5.4 || ^6.0 || ^7.0 || ^8.0", "symfony/web-profiler-bundle": "^5.4 || ^6.0 || ^7.0 || ^8.0", "symfony/yaml": "^5.4 || ^6.0 || ^7.0 || ^8.0", "twig/twig": "^2.0 || ^3.0" }, "suggest": { "sonata-project/admin-bundle": "^3 If you want to configure payments in the backend." }, "type": "symfony-bundle", "extra": { "branch-alias": { "dev-master": "2.5-dev" } }, "autoload": { "psr-4": { "Payum\\Bundle\\PayumBundle\\": "" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Kotlyar Maksim", "email": "kotlyar.maksim@gmail.com" }, { "name": "Payum project", "homepage": "https://payum.forma-pro.com/" }, { "name": "Community contributions", "homepage": "https://github.com/Payum/PayumBundle/contributors" } ], "description": "One million downloads of Payum already! Payum offers everything you need to work with payments. Check more visiting site.", "homepage": "https://payum.forma-pro.com/", "keywords": [ "authorize.net", "be2bill", "instant notifications", "klarna", "offline", "omnipay", "payex", "payment", "paypal", "paypal express checkout", "paypal pro checkout", "recurring payment", "stripe", "stripe checkout", "stripe.js", "symfony" ], "support": { "issues": "https://github.com/Payum/PayumBundle/issues", "source": "https://github.com/Payum/PayumBundle/tree/2.7.1" }, "time": "2026-02-10T19:25:28+00:00" }, { "name": "php-http/discovery", "version": "1.20.0", "source": { "type": "git", "url": "https://github.com/php-http/discovery.git", "reference": "82fe4c73ef3363caed49ff8dd1539ba06044910d" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/php-http/discovery/zipball/82fe4c73ef3363caed49ff8dd1539ba06044910d", "reference": "82fe4c73ef3363caed49ff8dd1539ba06044910d", "shasum": "" }, "require": { "composer-plugin-api": "^1.0|^2.0", "php": "^7.1 || ^8.0" }, "conflict": { "nyholm/psr7": "<1.0", "zendframework/zend-diactoros": "*" }, "provide": { "php-http/async-client-implementation": "*", "php-http/client-implementation": "*", "psr/http-client-implementation": "*", "psr/http-factory-implementation": "*", "psr/http-message-implementation": "*" }, "require-dev": { "composer/composer": "^1.0.2|^2.0", "graham-campbell/phpspec-skip-example-extension": "^5.0", "php-http/httplug": "^1.0 || ^2.0", "php-http/message-factory": "^1.0", "phpspec/phpspec": "^5.1 || ^6.1 || ^7.3", "sebastian/comparator": "^3.0.5 || ^4.0.8", "symfony/phpunit-bridge": "^6.4.4 || ^7.0.1" }, "type": "composer-plugin", "extra": { "class": "Http\\Discovery\\Composer\\Plugin", "plugin-optional": true }, "autoload": { "psr-4": { "Http\\Discovery\\": "src/" }, "exclude-from-classmap": [ "src/Composer/Plugin.php" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Márk Sági-Kazár", "email": "mark.sagikazar@gmail.com" } ], "description": "Finds and installs PSR-7, PSR-17, PSR-18 and HTTPlug implementations", "homepage": "http://php-http.org", "keywords": [ "adapter", "client", "discovery", "factory", "http", "message", "psr17", "psr7" ], "support": { "issues": "https://github.com/php-http/discovery/issues", "source": "https://github.com/php-http/discovery/tree/1.20.0" }, "time": "2024-10-02T11:20:13+00:00" }, { "name": "php-http/guzzle7-adapter", "version": "1.1.0", "source": { "type": "git", "url": "https://github.com/php-http/guzzle7-adapter.git", "reference": "03a415fde709c2f25539790fecf4d9a31bc3d0eb" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/php-http/guzzle7-adapter/zipball/03a415fde709c2f25539790fecf4d9a31bc3d0eb", "reference": "03a415fde709c2f25539790fecf4d9a31bc3d0eb", "shasum": "" }, "require": { "guzzlehttp/guzzle": "^7.0", "php": "^7.3 | ^8.0", "php-http/httplug": "^2.0", "psr/http-client": "^1.0" }, "provide": { "php-http/async-client-implementation": "1.0", "php-http/client-implementation": "1.0", "psr/http-client-implementation": "1.0" }, "require-dev": { "php-http/client-integration-tests": "^3.0", "php-http/message-factory": "^1.1", "phpspec/prophecy-phpunit": "^2.0", "phpunit/phpunit": "^8.0|^9.3" }, "type": "library", "autoload": { "psr-4": { "Http\\Adapter\\Guzzle7\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Tobias Nyholm", "email": "tobias.nyholm@gmail.com" } ], "description": "Guzzle 7 HTTP Adapter", "homepage": "http://httplug.io", "keywords": [ "Guzzle", "http" ], "support": { "issues": "https://github.com/php-http/guzzle7-adapter/issues", "source": "https://github.com/php-http/guzzle7-adapter/tree/1.1.0" }, "time": "2024-11-26T11:14:36+00:00" }, { "name": "php-http/httplug", "version": "2.4.1", "source": { "type": "git", "url": "https://github.com/php-http/httplug.git", "reference": "5cad731844891a4c282f3f3e1b582c46839d22f4" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/php-http/httplug/zipball/5cad731844891a4c282f3f3e1b582c46839d22f4", "reference": "5cad731844891a4c282f3f3e1b582c46839d22f4", "shasum": "" }, "require": { "php": "^7.1 || ^8.0", "php-http/promise": "^1.1", "psr/http-client": "^1.0", "psr/http-message": "^1.0 || ^2.0" }, "require-dev": { "friends-of-phpspec/phpspec-code-coverage": "^4.1 || ^5.0 || ^6.0", "phpspec/phpspec": "^5.1 || ^6.0 || ^7.0" }, "type": "library", "autoload": { "psr-4": { "Http\\Client\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Eric GELOEN", "email": "geloen.eric@gmail.com" }, { "name": "Márk Sági-Kazár", "email": "mark.sagikazar@gmail.com", "homepage": "https://sagikazarmark.hu" } ], "description": "HTTPlug, the HTTP client abstraction for PHP", "homepage": "http://httplug.io", "keywords": [ "client", "http" ], "support": { "issues": "https://github.com/php-http/httplug/issues", "source": "https://github.com/php-http/httplug/tree/2.4.1" }, "time": "2024-09-23T11:39:58+00:00" }, { "name": "php-http/message", "version": "1.16.2", "source": { "type": "git", "url": "https://github.com/php-http/message.git", "reference": "06dd5e8562f84e641bf929bfe699ee0f5ce8080a" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/php-http/message/zipball/06dd5e8562f84e641bf929bfe699ee0f5ce8080a", "reference": "06dd5e8562f84e641bf929bfe699ee0f5ce8080a", "shasum": "" }, "require": { "clue/stream-filter": "^1.5", "php": "^7.2 || ^8.0", "psr/http-message": "^1.1 || ^2.0" }, "provide": { "php-http/message-factory-implementation": "1.0" }, "require-dev": { "ergebnis/composer-normalize": "^2.6", "ext-zlib": "*", "guzzlehttp/psr7": "^1.0 || ^2.0", "laminas/laminas-diactoros": "^2.0 || ^3.0", "php-http/message-factory": "^1.0.2", "phpspec/phpspec": "^5.1 || ^6.3 || ^7.1", "slim/slim": "^3.0" }, "suggest": { "ext-zlib": "Used with compressor/decompressor streams", "guzzlehttp/psr7": "Used with Guzzle PSR-7 Factories", "laminas/laminas-diactoros": "Used with Diactoros Factories", "slim/slim": "Used with Slim Framework PSR-7 implementation" }, "type": "library", "autoload": { "files": [ "src/filters.php" ], "psr-4": { "Http\\Message\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Márk Sági-Kazár", "email": "mark.sagikazar@gmail.com" } ], "description": "HTTP Message related tools", "homepage": "http://php-http.org", "keywords": [ "http", "message", "psr-7" ], "support": { "issues": "https://github.com/php-http/message/issues", "source": "https://github.com/php-http/message/tree/1.16.2" }, "time": "2024-10-02T11:34:13+00:00" }, { "name": "php-http/message-factory", "version": "1.1.0", "source": { "type": "git", "url": "https://github.com/php-http/message-factory.git", "reference": "4d8778e1c7d405cbb471574821c1ff5b68cc8f57" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/php-http/message-factory/zipball/4d8778e1c7d405cbb471574821c1ff5b68cc8f57", "reference": "4d8778e1c7d405cbb471574821c1ff5b68cc8f57", "shasum": "" }, "require": { "php": ">=5.4", "psr/http-message": "^1.0 || ^2.0" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.x-dev" } }, "autoload": { "psr-4": { "Http\\Message\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Márk Sági-Kazár", "email": "mark.sagikazar@gmail.com" } ], "description": "Factory interfaces for PSR-7 HTTP Message", "homepage": "http://php-http.org", "keywords": [ "factory", "http", "message", "stream", "uri" ], "support": { "issues": "https://github.com/php-http/message-factory/issues", "source": "https://github.com/php-http/message-factory/tree/1.1.0" }, "abandoned": "psr/http-factory", "time": "2023-04-14T14:16:17+00:00" }, { "name": "php-http/promise", "version": "1.3.1", "source": { "type": "git", "url": "https://github.com/php-http/promise.git", "reference": "fc85b1fba37c169a69a07ef0d5a8075770cc1f83" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/php-http/promise/zipball/fc85b1fba37c169a69a07ef0d5a8075770cc1f83", "reference": "fc85b1fba37c169a69a07ef0d5a8075770cc1f83", "shasum": "" }, "require": { "php": "^7.1 || ^8.0" }, "require-dev": { "friends-of-phpspec/phpspec-code-coverage": "^4.3.2 || ^6.3", "phpspec/phpspec": "^5.1.2 || ^6.2 || ^7.4" }, "type": "library", "autoload": { "psr-4": { "Http\\Promise\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Joel Wurtz", "email": "joel.wurtz@gmail.com" }, { "name": "Márk Sági-Kazár", "email": "mark.sagikazar@gmail.com" } ], "description": "Promise used for asynchronous HTTP requests", "homepage": "http://httplug.io", "keywords": [ "promise" ], "support": { "issues": "https://github.com/php-http/promise/issues", "source": "https://github.com/php-http/promise/tree/1.3.1" }, "time": "2024-03-15T13:55:21+00:00" }, { "name": "phpseclib/phpseclib", "version": "3.0.49", "source": { "type": "git", "url": "https://github.com/phpseclib/phpseclib.git", "reference": "6233a1e12584754e6b5daa69fe1289b47775c1b9" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/phpseclib/phpseclib/zipball/6233a1e12584754e6b5daa69fe1289b47775c1b9", "reference": "6233a1e12584754e6b5daa69fe1289b47775c1b9", "shasum": "" }, "require": { "paragonie/constant_time_encoding": "^1|^2|^3", "paragonie/random_compat": "^1.4|^2.0|^9.99.99", "php": ">=5.6.1" }, "require-dev": { "phpunit/phpunit": "*" }, "suggest": { "ext-dom": "Install the DOM extension to load XML formatted public keys.", "ext-gmp": "Install the GMP (GNU Multiple Precision) extension in order to speed up arbitrary precision integer arithmetic operations.", "ext-libsodium": "SSH2/SFTP can make use of some algorithms provided by the libsodium-php extension.", "ext-mcrypt": "Install the Mcrypt extension in order to speed up a few other cryptographic operations.", "ext-openssl": "Install the OpenSSL extension in order to speed up a wide variety of cryptographic operations." }, "type": "library", "autoload": { "files": [ "phpseclib/bootstrap.php" ], "psr-4": { "phpseclib3\\": "phpseclib/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Jim Wigginton", "email": "terrafrost@php.net", "role": "Lead Developer" }, { "name": "Patrick Monnerat", "email": "pm@datasphere.ch", "role": "Developer" }, { "name": "Andreas Fischer", "email": "bantu@phpbb.com", "role": "Developer" }, { "name": "Hans-Jürgen Petrich", "email": "petrich@tronic-media.com", "role": "Developer" }, { "name": "Graham Campbell", "email": "graham@alt-three.com", "role": "Developer" } ], "description": "PHP Secure Communications Library - Pure-PHP implementations of RSA, AES, SSH2, SFTP, X.509 etc.", "homepage": "http://phpseclib.sourceforge.net", "keywords": [ "BigInteger", "aes", "asn.1", "asn1", "blowfish", "crypto", "cryptography", "encryption", "rsa", "security", "sftp", "signature", "signing", "ssh", "twofish", "x.509", "x509" ], "support": { "issues": "https://github.com/phpseclib/phpseclib/issues", "source": "https://github.com/phpseclib/phpseclib/tree/3.0.49" }, "funding": [ { "url": "https://github.com/terrafrost", "type": "github" }, { "url": "https://www.patreon.com/phpseclib", "type": "patreon" }, { "url": "https://tidelift.com/funding/github/packagist/phpseclib/phpseclib", "type": "tidelift" } ], "time": "2026-01-27T09:17:28+00:00" }, { "name": "psr/cache", "version": "3.0.0", "source": { "type": "git", "url": "https://github.com/php-fig/cache.git", "reference": "aa5030cfa5405eccfdcb1083ce040c2cb8d253bf" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/php-fig/cache/zipball/aa5030cfa5405eccfdcb1083ce040c2cb8d253bf", "reference": "aa5030cfa5405eccfdcb1083ce040c2cb8d253bf", "shasum": "" }, "require": { "php": ">=8.0.0" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.0.x-dev" } }, "autoload": { "psr-4": { "Psr\\Cache\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "PHP-FIG", "homepage": "https://www.php-fig.org/" } ], "description": "Common interface for caching libraries", "keywords": [ "cache", "psr", "psr-6" ], "support": { "source": "https://github.com/php-fig/cache/tree/3.0.0" }, "time": "2021-02-03T23:26:27+00:00" }, { "name": "psr/clock", "version": "1.0.0", "source": { "type": "git", "url": "https://github.com/php-fig/clock.git", "reference": "e41a24703d4560fd0acb709162f73b8adfc3aa0d" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/php-fig/clock/zipball/e41a24703d4560fd0acb709162f73b8adfc3aa0d", "reference": "e41a24703d4560fd0acb709162f73b8adfc3aa0d", "shasum": "" }, "require": { "php": "^7.0 || ^8.0" }, "type": "library", "autoload": { "psr-4": { "Psr\\Clock\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "PHP-FIG", "homepage": "https://www.php-fig.org/" } ], "description": "Common interface for reading the clock.", "homepage": "https://github.com/php-fig/clock", "keywords": [ "clock", "now", "psr", "psr-20", "time" ], "support": { "issues": "https://github.com/php-fig/clock/issues", "source": "https://github.com/php-fig/clock/tree/1.0.0" }, "time": "2022-11-25T14:36:26+00:00" }, { "name": "psr/container", "version": "2.0.2", "source": { "type": "git", "url": "https://github.com/php-fig/container.git", "reference": "c71ecc56dfe541dbd90c5360474fbc405f8d5963" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/php-fig/container/zipball/c71ecc56dfe541dbd90c5360474fbc405f8d5963", "reference": "c71ecc56dfe541dbd90c5360474fbc405f8d5963", "shasum": "" }, "require": { "php": ">=7.4.0" }, "type": "library", "extra": { "branch-alias": { "dev-master": "2.0.x-dev" } }, "autoload": { "psr-4": { "Psr\\Container\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "PHP-FIG", "homepage": "https://www.php-fig.org/" } ], "description": "Common Container Interface (PHP FIG PSR-11)", "homepage": "https://github.com/php-fig/container", "keywords": [ "PSR-11", "container", "container-interface", "container-interop", "psr" ], "support": { "issues": "https://github.com/php-fig/container/issues", "source": "https://github.com/php-fig/container/tree/2.0.2" }, "time": "2021-11-05T16:47:00+00:00" }, { "name": "psr/event-dispatcher", "version": "1.0.0", "source": { "type": "git", "url": "https://github.com/php-fig/event-dispatcher.git", "reference": "dbefd12671e8a14ec7f180cab83036ed26714bb0" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/php-fig/event-dispatcher/zipball/dbefd12671e8a14ec7f180cab83036ed26714bb0", "reference": "dbefd12671e8a14ec7f180cab83036ed26714bb0", "shasum": "" }, "require": { "php": ">=7.2.0" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.0.x-dev" } }, "autoload": { "psr-4": { "Psr\\EventDispatcher\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "PHP-FIG", "homepage": "http://www.php-fig.org/" } ], "description": "Standard interfaces for event handling.", "keywords": [ "events", "psr", "psr-14" ], "support": { "issues": "https://github.com/php-fig/event-dispatcher/issues", "source": "https://github.com/php-fig/event-dispatcher/tree/1.0.0" }, "time": "2019-01-08T18:20:26+00:00" }, { "name": "psr/http-client", "version": "1.0.3", "source": { "type": "git", "url": "https://github.com/php-fig/http-client.git", "reference": "bb5906edc1c324c9a05aa0873d40117941e5fa90" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/php-fig/http-client/zipball/bb5906edc1c324c9a05aa0873d40117941e5fa90", "reference": "bb5906edc1c324c9a05aa0873d40117941e5fa90", "shasum": "" }, "require": { "php": "^7.0 || ^8.0", "psr/http-message": "^1.0 || ^2.0" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.0.x-dev" } }, "autoload": { "psr-4": { "Psr\\Http\\Client\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "PHP-FIG", "homepage": "https://www.php-fig.org/" } ], "description": "Common interface for HTTP clients", "homepage": "https://github.com/php-fig/http-client", "keywords": [ "http", "http-client", "psr", "psr-18" ], "support": { "source": "https://github.com/php-fig/http-client" }, "time": "2023-09-23T14:17:50+00:00" }, { "name": "psr/http-factory", "version": "1.1.0", "source": { "type": "git", "url": "https://github.com/php-fig/http-factory.git", "reference": "2b4765fddfe3b508ac62f829e852b1501d3f6e8a" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/php-fig/http-factory/zipball/2b4765fddfe3b508ac62f829e852b1501d3f6e8a", "reference": "2b4765fddfe3b508ac62f829e852b1501d3f6e8a", "shasum": "" }, "require": { "php": ">=7.1", "psr/http-message": "^1.0 || ^2.0" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.0.x-dev" } }, "autoload": { "psr-4": { "Psr\\Http\\Message\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "PHP-FIG", "homepage": "https://www.php-fig.org/" } ], "description": "PSR-17: Common interfaces for PSR-7 HTTP message factories", "keywords": [ "factory", "http", "message", "psr", "psr-17", "psr-7", "request", "response" ], "support": { "source": "https://github.com/php-fig/http-factory" }, "time": "2024-04-15T12:06:14+00:00" }, { "name": "psr/http-message", "version": "2.0", "source": { "type": "git", "url": "https://github.com/php-fig/http-message.git", "reference": "402d35bcb92c70c026d1a6a9883f06b2ead23d71" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/php-fig/http-message/zipball/402d35bcb92c70c026d1a6a9883f06b2ead23d71", "reference": "402d35bcb92c70c026d1a6a9883f06b2ead23d71", "shasum": "" }, "require": { "php": "^7.2 || ^8.0" }, "type": "library", "extra": { "branch-alias": { "dev-master": "2.0.x-dev" } }, "autoload": { "psr-4": { "Psr\\Http\\Message\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "PHP-FIG", "homepage": "https://www.php-fig.org/" } ], "description": "Common interface for HTTP messages", "homepage": "https://github.com/php-fig/http-message", "keywords": [ "http", "http-message", "psr", "psr-7", "request", "response" ], "support": { "source": "https://github.com/php-fig/http-message/tree/2.0" }, "time": "2023-04-04T09:54:51+00:00" }, { "name": "psr/link", "version": "2.0.1", "source": { "type": "git", "url": "https://github.com/php-fig/link.git", "reference": "84b159194ecfd7eaa472280213976e96415433f7" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/php-fig/link/zipball/84b159194ecfd7eaa472280213976e96415433f7", "reference": "84b159194ecfd7eaa472280213976e96415433f7", "shasum": "" }, "require": { "php": ">=8.0.0" }, "suggest": { "fig/link-util": "Provides some useful PSR-13 utilities" }, "type": "library", "extra": { "branch-alias": { "dev-master": "2.0.x-dev" } }, "autoload": { "psr-4": { "Psr\\Link\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "PHP-FIG", "homepage": "http://www.php-fig.org/" } ], "description": "Common interfaces for HTTP links", "homepage": "https://github.com/php-fig/link", "keywords": [ "http", "http-link", "link", "psr", "psr-13", "rest" ], "support": { "source": "https://github.com/php-fig/link/tree/2.0.1" }, "time": "2021-03-11T23:00:27+00:00" }, { "name": "psr/log", "version": "3.0.2", "source": { "type": "git", "url": "https://github.com/php-fig/log.git", "reference": "f16e1d5863e37f8d8c2a01719f5b34baa2b714d3" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/php-fig/log/zipball/f16e1d5863e37f8d8c2a01719f5b34baa2b714d3", "reference": "f16e1d5863e37f8d8c2a01719f5b34baa2b714d3", "shasum": "" }, "require": { "php": ">=8.0.0" }, "type": "library", "extra": { "branch-alias": { "dev-master": "3.x-dev" } }, "autoload": { "psr-4": { "Psr\\Log\\": "src" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "PHP-FIG", "homepage": "https://www.php-fig.org/" } ], "description": "Common interface for logging libraries", "homepage": "https://github.com/php-fig/log", "keywords": [ "log", "psr", "psr-3" ], "support": { "source": "https://github.com/php-fig/log/tree/3.0.2" }, "time": "2024-09-11T13:17:53+00:00" }, { "name": "ralouphie/getallheaders", "version": "3.0.3", "source": { "type": "git", "url": "https://github.com/ralouphie/getallheaders.git", "reference": "120b605dfeb996808c31b6477290a714d356e822" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/ralouphie/getallheaders/zipball/120b605dfeb996808c31b6477290a714d356e822", "reference": "120b605dfeb996808c31b6477290a714d356e822", "shasum": "" }, "require": { "php": ">=5.6" }, "require-dev": { "php-coveralls/php-coveralls": "^2.1", "phpunit/phpunit": "^5 || ^6.5" }, "type": "library", "autoload": { "files": [ "src/getallheaders.php" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Ralph Khattar", "email": "ralph.khattar@gmail.com" } ], "description": "A polyfill for getallheaders.", "support": { "issues": "https://github.com/ralouphie/getallheaders/issues", "source": "https://github.com/ralouphie/getallheaders/tree/develop" }, "time": "2019-03-08T08:55:37+00:00" }, { "name": "ramsey/collection", "version": "2.1.1", "source": { "type": "git", "url": "https://github.com/ramsey/collection.git", "reference": "344572933ad0181accbf4ba763e85a0306a8c5e2" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/ramsey/collection/zipball/344572933ad0181accbf4ba763e85a0306a8c5e2", "reference": "344572933ad0181accbf4ba763e85a0306a8c5e2", "shasum": "" }, "require": { "php": "^8.1" }, "require-dev": { "captainhook/plugin-composer": "^5.3", "ergebnis/composer-normalize": "^2.45", "fakerphp/faker": "^1.24", "hamcrest/hamcrest-php": "^2.0", "jangregor/phpstan-prophecy": "^2.1", "mockery/mockery": "^1.6", "php-parallel-lint/php-console-highlighter": "^1.0", "php-parallel-lint/php-parallel-lint": "^1.4", "phpspec/prophecy-phpunit": "^2.3", "phpstan/extension-installer": "^1.4", "phpstan/phpstan": "^2.1", "phpstan/phpstan-mockery": "^2.0", "phpstan/phpstan-phpunit": "^2.0", "phpunit/phpunit": "^10.5", "ramsey/coding-standard": "^2.3", "ramsey/conventional-commits": "^1.6", "roave/security-advisories": "dev-latest" }, "type": "library", "extra": { "captainhook": { "force-install": true }, "ramsey/conventional-commits": { "configFile": "conventional-commits.json" } }, "autoload": { "psr-4": { "Ramsey\\Collection\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Ben Ramsey", "email": "ben@benramsey.com", "homepage": "https://benramsey.com" } ], "description": "A PHP library for representing and manipulating collections.", "keywords": [ "array", "collection", "hash", "map", "queue", "set" ], "support": { "issues": "https://github.com/ramsey/collection/issues", "source": "https://github.com/ramsey/collection/tree/2.1.1" }, "time": "2025-03-22T05:38:12+00:00" }, { "name": "ramsey/uuid", "version": "4.9.2", "source": { "type": "git", "url": "https://github.com/ramsey/uuid.git", "reference": "8429c78ca35a09f27565311b98101e2826affde0" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/ramsey/uuid/zipball/8429c78ca35a09f27565311b98101e2826affde0", "reference": "8429c78ca35a09f27565311b98101e2826affde0", "shasum": "" }, "require": { "brick/math": "^0.8.16 || ^0.9 || ^0.10 || ^0.11 || ^0.12 || ^0.13 || ^0.14", "php": "^8.0", "ramsey/collection": "^1.2 || ^2.0" }, "replace": { "rhumsaa/uuid": "self.version" }, "require-dev": { "captainhook/captainhook": "^5.25", "captainhook/plugin-composer": "^5.3", "dealerdirect/phpcodesniffer-composer-installer": "^1.0", "ergebnis/composer-normalize": "^2.47", "mockery/mockery": "^1.6", "paragonie/random-lib": "^2", "php-mock/php-mock": "^2.6", "php-mock/php-mock-mockery": "^1.5", "php-parallel-lint/php-parallel-lint": "^1.4.0", "phpbench/phpbench": "^1.2.14", "phpstan/extension-installer": "^1.4", "phpstan/phpstan": "^2.1", "phpstan/phpstan-mockery": "^2.0", "phpstan/phpstan-phpunit": "^2.0", "phpunit/phpunit": "^9.6", "slevomat/coding-standard": "^8.18", "squizlabs/php_codesniffer": "^3.13" }, "suggest": { "ext-bcmath": "Enables faster math with arbitrary-precision integers using BCMath.", "ext-gmp": "Enables faster math with arbitrary-precision integers using GMP.", "ext-uuid": "Enables the use of PeclUuidTimeGenerator and PeclUuidRandomGenerator.", "paragonie/random-lib": "Provides RandomLib for use with the RandomLibAdapter", "ramsey/uuid-doctrine": "Allows the use of Ramsey\\Uuid\\Uuid as Doctrine field type." }, "type": "library", "extra": { "captainhook": { "force-install": true } }, "autoload": { "files": [ "src/functions.php" ], "psr-4": { "Ramsey\\Uuid\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "description": "A PHP library for generating and working with universally unique identifiers (UUIDs).", "keywords": [ "guid", "identifier", "uuid" ], "support": { "issues": "https://github.com/ramsey/uuid/issues", "source": "https://github.com/ramsey/uuid/tree/4.9.2" }, "time": "2025-12-14T04:43:48+00:00" }, { "name": "stof/doctrine-extensions-bundle", "version": "v1.15.3", "source": { "type": "git", "url": "https://github.com/stof/StofDoctrineExtensionsBundle.git", "reference": "0f464d3e298ba97bcad219727ca1ee09ec8b30ea" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/stof/StofDoctrineExtensionsBundle/zipball/0f464d3e298ba97bcad219727ca1ee09ec8b30ea", "reference": "0f464d3e298ba97bcad219727ca1ee09ec8b30ea", "shasum": "" }, "require": { "gedmo/doctrine-extensions": "^3.21.0", "php": "^8.1", "symfony/cache": "^6.4 || ^7.0 || ^8.0", "symfony/config": "^6.4 || ^7.0 || ^8.0", "symfony/dependency-injection": "^6.4 || ^7.0 || ^8.0", "symfony/event-dispatcher": "^6.4 || ^7.0 || ^8.0", "symfony/http-kernel": "^6.4 || ^7.0 || ^8.0", "symfony/translation-contracts": "^2.5 || ^3.5" }, "require-dev": { "phpstan/phpstan": "^2.1", "phpstan/phpstan-deprecation-rules": "^2.0", "phpstan/phpstan-phpunit": "^2.0", "phpstan/phpstan-strict-rules": "^2.0", "phpstan/phpstan-symfony": "^2.0", "phpunit/phpunit": "^9.6.31", "symfony/mime": "^6.4 || ^7.0 || ^8.0", "symfony/phpunit-bridge": "^v6.4.1 || ^7.0.1 || ^8.0", "symfony/security-core": "^6.4 || ^7.0 || ^8.0" }, "suggest": { "doctrine/doctrine-bundle": "to use the ORM extensions", "doctrine/mongodb-odm-bundle": "to use the MongoDB ODM extensions", "symfony/mime": "To use the Mime component integration for Uploadable" }, "type": "symfony-bundle", "extra": { "branch-alias": { "dev-main": "1.x-dev" } }, "autoload": { "psr-4": { "Stof\\DoctrineExtensionsBundle\\": "src" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Christophe Coevoet", "email": "stof@notk.org" } ], "description": "Integration of the gedmo/doctrine-extensions with Symfony", "homepage": "https://github.com/stof/StofDoctrineExtensionsBundle", "keywords": [ "behaviors", "doctrine2", "extensions", "gedmo", "loggable", "nestedset", "sluggable", "sortable", "timestampable", "translatable", "tree" ], "support": { "issues": "https://github.com/stof/StofDoctrineExtensionsBundle/issues", "source": "https://github.com/stof/StofDoctrineExtensionsBundle/tree/v1.15.3" }, "time": "2026-01-23T08:45:07+00:00" }, { "name": "sylius-labs/association-hydrator", "version": "v1.4.0", "source": { "type": "git", "url": "https://github.com/SyliusLabs/AssociationHydrator.git", "reference": "8dde1cde9cee92a40b883a565316a82a7bbbd7c2" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/SyliusLabs/AssociationHydrator/zipball/8dde1cde9cee92a40b883a565316a82a7bbbd7c2", "reference": "8dde1cde9cee92a40b883a565316a82a7bbbd7c2", "shasum": "" }, "require": { "doctrine/orm": "^2.20 || ^3.3", "php": "^8.1", "symfony/property-access": "^5.4 || ^6.4 || ^7.4 || ^8.0" }, "type": "library", "autoload": { "psr-4": { "SyliusLabs\\AssociationHydrator\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Kamil Kokot", "email": "kamil@kokot.me", "homepage": "http://kamil.kokot.me" } ], "description": "Doctrine ORM hydration performance optimization made easier.", "support": { "issues": "https://github.com/SyliusLabs/AssociationHydrator/issues", "source": "https://github.com/SyliusLabs/AssociationHydrator/tree/v1.4.0" }, "time": "2026-02-06T14:09:00+00:00" }, { "name": "sylius-labs/doctrine-migrations-extra-bundle", "version": "v0.2.2", "source": { "type": "git", "url": "https://github.com/SyliusLabs/DoctrineMigrationsExtraBundle.git", "reference": "30a87e08937220999f91ed160c99458210a1d26c" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/SyliusLabs/DoctrineMigrationsExtraBundle/zipball/30a87e08937220999f91ed160c99458210a1d26c", "reference": "30a87e08937220999f91ed160c99458210a1d26c", "shasum": "" }, "require": { "doctrine/doctrine-migrations-bundle": "^3.0", "doctrine/migrations": "^3.0", "marcj/topsort": "^1.1", "php": "^8.1", "symfony/framework-bundle": "^5.4 || ^6.4 || ^7.0" }, "require-dev": { "infection/infection": "^0.28", "matthiasnoback/symfony-config-test": "^5.1", "matthiasnoback/symfony-dependency-injection-test": "^5.1", "phpstan/phpstan": "^1.10", "phpunit/phpunit": "^9.5" }, "type": "bundle", "autoload": { "psr-4": { "SyliusLabs\\DoctrineMigrationsExtraBundle\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Kamil Kokot", "email": "kamil@kokot.me", "homepage": "https://kamilkokot.com" } ], "support": { "issues": "https://github.com/SyliusLabs/DoctrineMigrationsExtraBundle/issues", "source": "https://github.com/SyliusLabs/DoctrineMigrationsExtraBundle/tree/v0.2.2" }, "time": "2024-07-29T15:10:54+00:00" }, { "name": "sylius/fixtures-bundle", "version": "v1.10.1", "source": { "type": "git", "url": "https://github.com/Sylius/SyliusFixturesBundle.git", "reference": "f25f5356e62b5468cd95f5f3844b14c2b5ab00bf" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/Sylius/SyliusFixturesBundle/zipball/f25f5356e62b5468cd95f5f3844b14c2b5ab00bf", "reference": "f25f5356e62b5468cd95f5f3844b14c2b5ab00bf", "shasum": "" }, "require": { "doctrine/data-fixtures": "^1.2 || ^2.0", "monolog/monolog": "^1.25 || ^2.1 || ^3", "php": "^8.2", "symfony/framework-bundle": "^6.4 || ^7.4 || ^8.0", "symfony/monolog-bridge": "^6.4 || ^7.4 || ^8.0", "webmozart/assert": "^1.9" }, "require-dev": { "doctrine/dbal": "^3.0 || ^4.0", "doctrine/doctrine-bundle": "^2.1 || ^3.0", "doctrine/orm": "^2.7 || ^3.0", "matthiasnoback/symfony-config-test": "^4.2 || ^5.0 || ^6.0", "matthiasnoback/symfony-dependency-injection-test": "^4.2 || ^5.0 || ^6.0", "phpspec/phpspec": "^7.0 || ^8.0", "phpstan/phpstan": "^2.0", "phpstan/phpstan-doctrine": "^2.0", "phpstan/phpstan-phpunit": "^2.0", "phpstan/phpstan-symfony": "^2.0", "phpstan/phpstan-webmozart-assert": "^2.0", "phpunit/phpunit": "^9.4 || ^10.0 || ^11.0", "rector/rector": "^2.0", "sylius-labs/coding-standard": "^4.0" }, "type": "symfony-bundle", "extra": { "branch-alias": { "dev-master": "1.8-dev" } }, "autoload": { "psr-4": { "Sylius\\Bundle\\FixturesBundle\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Kamil Kokot", "homepage": "https://kamilkokot.com" }, { "name": "Sylius project", "homepage": "https://sylius.com" }, { "name": "Community contributions", "homepage": "https://github.com/Sylius/Sylius/contributors" } ], "description": "Configurable fixtures for Symfony applications.", "homepage": "https://sylius.com", "keywords": [ "fixtures", "sylius", "symfony" ], "support": { "issues": "https://github.com/Sylius/SyliusFixturesBundle/issues", "source": "https://github.com/Sylius/SyliusFixturesBundle/tree/v1.10.1" }, "funding": [ { "url": "https://github.com/sylius", "type": "github" } ], "time": "2026-02-09T11:04:40+00:00" }, { "name": "sylius/grid-bundle", "version": "v1.15.0", "source": { "type": "git", "url": "https://github.com/Sylius/SyliusGridBundle.git", "reference": "e1383c0ce867bdd9e2e89f16e1b5ec976120d808" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/Sylius/SyliusGridBundle/zipball/e1383c0ce867bdd9e2e89f16e1b5ec976120d808", "reference": "e1383c0ce867bdd9e2e89f16e1b5ec976120d808", "shasum": "" }, "require": { "php": "^8.2", "sylius/registry": "^1.5", "symfony/config": "^6.4 || ^7.2 || ^8.0", "symfony/dependency-injection": "^6.4 || ^7.2 || ^8.0", "symfony/deprecation-contracts": "^2.2 || ^3.1", "symfony/event-dispatcher": "^6.4 || ^7.2 || ^8.0", "symfony/form": "^6.4 || ^7.2 || ^8.0", "symfony/framework-bundle": "^6.4 || ^7.2 || ^8.0", "symfony/http-kernel": "^6.4 || ^7.2 || ^8.0", "symfony/options-resolver": "^6.4 || ^7.2 || ^8.0", "symfony/property-access": "^6.4 || ^7.2 || ^8.0", "symfony/validator": "^6.4 || ^7.2 || ^8.0", "webmozart/assert": "^1.9" }, "conflict": { "badev/pagerfanta-bundle": "<4.4", "doctrine/dbal": "<2.11", "doctrine/doctrine-bundle": "<2.0", "doctrine/orm": "<2.8", "doctrine/persistence": "<2.0", "doctrine/phpcr-odm": "<1.5", "jackalope/jackalope-doctrine-dbal": "<2.0", "pagerfanta/core": "<3.7", "pagerfanta/doctrine-dbal-adapter": "<3.7", "pagerfanta/doctrine-orm-adapter": "<3.7", "pagerfanta/doctrine-phpcr-odm-adapter": "<3.7", "pagerfanta/pagerfanta": "<3.7", "twig/twig": "<2.12" }, "replace": { "sylius/grid": "self.version" }, "require-dev": { "babdev/pagerfanta-bundle": "^4.4", "doctrine/dbal": "^2.11 || ^3.0 || ^4.0", "doctrine/doctrine-bundle": "^2.0 || ^3.0 || ^4.0", "doctrine/orm": "^2.8 || ^3.0", "doctrine/persistence": "^1.3 || ^2.0 || ^3.1 || ^4.0", "doctrine/phpcr-odm": "^1.5 || ^2.0", "jackalope/jackalope-doctrine-dbal": "^2.0", "matthiasnoback/symfony-config-test": "^6.1", "matthiasnoback/symfony-dependency-injection-test": "^6.1", "pagerfanta/pagerfanta": "^3.7 || ^4.0", "phpstan/extension-installer": "^1.4", "phpstan/phpstan": "^2.0", "phpstan/phpstan-phpunit": "^2.0", "phpstan/phpstan-symfony": "^2.0", "phpstan/phpstan-webmozart-assert": "^2.0", "phpunit/phpunit": "^11.0", "rector/rector": "^2.0", "sylius-labs/coding-standard": "^4.0", "symfony/browser-kit": "^6.4 || ^7.2 || ^8.0", "symfony/console": "^6.4 || ^7.2 || ^8.0", "symfony/css-selector": "^6.4 || ^7.2 || ^8.0", "symfony/dotenv": "^6.4 || ^7.2 || ^8.0", "symfony/maker-bundle": "^1.36", "symfony/polyfill-mbstring": "<1.22.0 || >1.22.0", "symfony/security-csrf": "^6.4 || ^7.2 || ^8.0", "symfony/translation": "^6.4 || ^7.2 || ^8.0", "symfony/twig-bundle": "^6.4 || ^7.2 || ^8.0", "symplify/easy-coding-standard": "^13.0", "twig/twig": "^2.12 || ^3.0", "zenstruck/foundry": "^2.8" }, "suggest": { "sylius/currency-bundle": "^1.7" }, "type": "symfony-bundle", "extra": { "symfony": { "require": "7.4.*" }, "branch-alias": { "dev-master": "1.11-dev" } }, "autoload": { "psr-4": { "Sylius\\Component\\Grid\\": "src/Component/", "Sylius\\Bundle\\GridBundle\\": "src/Bundle/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Paweł Jędrzejewski", "homepage": "https://pjedrzejewski.com" }, { "name": "Sylius project", "homepage": "https://sylius.com" }, { "name": "Community contributions", "homepage": "https://github.com/Sylius/Sylius/contributors" } ], "description": "Amazing grids with support of filters and custom fields integrated into Symfony.", "homepage": "https://sylius.com", "keywords": [ "admin", "api", "crud", "doctrine", "grid", "resource", "sylius" ], "support": { "issues": "https://github.com/Sylius/SyliusGridBundle/issues", "source": "https://github.com/Sylius/SyliusGridBundle/tree/v1.15.0" }, "funding": [ { "url": "https://github.com/sylius", "type": "github" } ], "time": "2026-01-29T15:38:54+00:00" }, { "name": "sylius/mailer-bundle", "version": "v2.2.0", "source": { "type": "git", "url": "https://github.com/Sylius/SyliusMailerBundle.git", "reference": "56e90d6f5225c1d9c5444722c62f5a9bc18bd786" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/Sylius/SyliusMailerBundle/zipball/56e90d6f5225c1d9c5444722c62f5a9bc18bd786", "reference": "56e90d6f5225c1d9c5444722c62f5a9bc18bd786", "shasum": "" }, "require": { "php": "^8.2", "symfony/config": "^6.4 || ^7.4 || ^8.0", "symfony/dependency-injection": "^6.4 || ^7.4 || ^8.0", "symfony/event-dispatcher-contracts": "^3.0", "symfony/framework-bundle": "^6.4 || ^7.4 || ^8.0", "symfony/http-kernel": "^6.4 || ^7.4 || ^8.0", "twig/twig": "^3.3", "webmozart/assert": "^1.9" }, "replace": { "sylius/mailer": "self.version" }, "require-dev": { "matthiasnoback/symfony-dependency-injection-test": "^6.0", "phpstan/phpstan": "1.12.5", "phpstan/phpstan-phpunit": "1.4.0", "phpstan/phpstan-webmozart-assert": "1.2.11", "phpunit/phpunit": "^11.5", "sylius-labs/coding-standard": "^4.0", "symfony/console": "^6.4 || ^7.4 || ^8.0", "symfony/dotenv": "^6.4 || ^7.4 || ^8.0", "symfony/event-dispatcher": "^6.4 || ^7.4 || ^8.0", "symfony/mailer": "^6.4 || ^7.4 || ^8.0", "symfony/twig-bundle": "^6.4 || ^7.4 || ^8.0" }, "suggest": { "symfony/translation": "To use the translation features for testing purposes" }, "type": "symfony-bundle", "extra": { "branch-alias": { "dev-master": "1.8-dev" } }, "autoload": { "psr-4": { "Sylius\\Component\\Mailer\\": "src/Component/", "Sylius\\Bundle\\MailerBundle\\": "src/Bundle/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Paweł Jędrzejewski", "homepage": "https://pjedrzejewski.com" }, { "name": "Sylius project", "homepage": "https://sylius.com" }, { "name": "Community contributions", "homepage": "https://github.com/Sylius/Sylius/contributors" } ], "description": "Mailers and e-mail template management for Symfony projects.", "homepage": "https://sylius.com", "keywords": [ "email", "mailer", "symfony" ], "support": { "issues": "https://github.com/Sylius/SyliusMailerBundle/issues", "source": "https://github.com/Sylius/SyliusMailerBundle/tree/v2.2.0" }, "funding": [ { "url": "https://github.com/sylius", "type": "github" } ], "time": "2026-02-06T10:52:59+00:00" }, { "name": "sylius/mollie-plugin", "version": "v3.2.1", "source": { "type": "git", "url": "https://github.com/Sylius/MolliePlugin.git", "reference": "4dc09d3fd3f9742db7d3dccb1644dabb8250b474" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/Sylius/MolliePlugin/zipball/4dc09d3fd3f9742db7d3dccb1644dabb8250b474", "reference": "4dc09d3fd3f9742db7d3dccb1644dabb8250b474", "shasum": "" }, "require": { "mollie/mollie-api-php": "^2.73", "php": "^8.2", "sylius/sylius": "^2.0.8", "sylius/telemetry": "^1.0", "willdurand/js-translation-bundle": "^7.0" }, "require-dev": { "behat/behat": "^3.7", "dmore/behat-chrome-extension": "^1.3", "dmore/chrome-mink-driver": "^2.7", "friends-of-behat/mink": "^1.8", "friends-of-behat/mink-browserkit-driver": "^1.4", "friends-of-behat/mink-debug-extension": "^2.0.0", "friends-of-behat/mink-extension": "^2.4", "friends-of-behat/page-object-extension": "^0.3", "friends-of-behat/suite-settings-extension": "^1.0", "friends-of-behat/symfony-extension": "^2.1", "friends-of-behat/variadic-extension": "^1.3", "lchrusciel/api-test-case": "^5.2", "matthiasnoback/symfony-dependency-injection-test": "^5.1", "phpstan/extension-installer": "^1.0", "phpstan/phpstan": "^1.0", "phpstan/phpstan-doctrine": "^1.0", "phpstan/phpstan-strict-rules": "^1.0", "phpstan/phpstan-symfony": "^1.0", "phpstan/phpstan-webmozart-assert": "^1.0", "phpunit/phpunit": "^9.5", "polishsymfonycommunity/symfony-mocker-container": "^1.0", "slevomat/coding-standard": "~8.22.1", "sylius-labs/coding-standard": "^4.0", "sylius/test-application": "^2.0.0@alpha", "symfony/browser-kit": "^6.4 || ^7.1", "symfony/debug-bundle": "^6.4 || ^7.1", "symfony/dotenv": "^6.4 || ^7.1", "symfony/flex": "^2.0", "symfony/intl": "^6.4 || ^7.1", "symfony/web-profiler-bundle": "^6.4 || ^7.1", "symfony/webpack-encore-bundle": "^2.2", "winzou/state-machine": "^0.4", "winzou/state-machine-bundle": "^0.6" }, "suggest": { "sylius/refund-plugin": "To allow refunding payments in the Mollie payment method." }, "type": "sylius-plugin", "extra": { "symfony": { "docker": false, "require": "^7.4", "allow-contrib": false }, "public-dir": "vendor/sylius/test-application/public" }, "autoload": { "psr-4": { "Sylius\\MolliePlugin\\": "src/", "Tests\\Sylius\\MolliePlugin\\": [ "tests/", "tests/TestApplication/src/" ] } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "description": "Mollie payment plugin for Sylius applications.", "support": { "issues": "https://github.com/Sylius/MolliePlugin/issues", "source": "https://github.com/Sylius/MolliePlugin/tree/v3.2.1" }, "funding": [ { "url": "https://github.com/sylius", "type": "github" } ], "time": "2026-02-03T15:30:34+00:00" }, { "name": "sylius/paypal-plugin", "version": "v2.0.8", "source": { "type": "git", "url": "https://github.com/Sylius/PayPalPlugin.git", "reference": "18e5cd676ccf301a602eff2bc6bbe66d8eb16853" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/Sylius/PayPalPlugin/zipball/18e5cd676ccf301a602eff2bc6bbe66d8eb16853", "reference": "18e5cd676ccf301a602eff2bc6bbe66d8eb16853", "shasum": "" }, "require": { "doctrine/doctrine-migrations-bundle": "^3.3", "friendsofsymfony/rest-bundle": "^3.7", "php": "^8.2", "php-http/discovery": "^1.20", "phpseclib/phpseclib": "^3.0", "psr/http-client": "^1.0", "sylius-labs/doctrine-migrations-extra-bundle": "^0.2", "sylius/sylius": "^2.0.1", "sylius/telemetry": "^1.0", "symfony/mailer": "^6.4 || ^7.1" }, "require-dev": { "behat/behat": "^3.6.1", "dmore/behat-chrome-extension": "^1.4", "dmore/chrome-mink-driver": "^2.9", "friends-of-behat/mink": "^1.8", "friends-of-behat/mink-browserkit-driver": "^1.4", "friends-of-behat/mink-debug-extension": "^2.0", "friends-of-behat/mink-extension": "^2.4", "friends-of-behat/page-object-extension": "^0.3", "friends-of-behat/suite-settings-extension": "^1.0", "friends-of-behat/symfony-extension": "^2.1", "friends-of-behat/variadic-extension": "^1.3", "lchrusciel/api-test-case": "^5.1", "matthiasnoback/symfony-dependency-injection-test": "^5.0", "nyholm/psr7": "^1.8", "phpstan/phpstan": "^2.0", "phpstan/phpstan-doctrine": "^2.0", "phpstan/phpstan-webmozart-assert": "^2.0", "phpunit/phpunit": "^10.5", "polishsymfonycommunity/symfony-mocker-container": "^1.0", "sylius-labs/coding-standard": "^4.4", "sylius/sylius-rector": "^1.0", "sylius/test-application": "^2.0.0@alpha", "symfony/browser-kit": "^6.4 || ^7.1", "symfony/debug-bundle": "^6.4 || ^7.1", "symfony/dotenv": "^6.4 || ^7.1", "symfony/http-client": "^6.4 || ^7.1", "symfony/intl": "^6.4 || ^7.1", "symfony/web-profiler-bundle": "^6.4 || ^7.1", "symfony/webpack-encore-bundle": "^2.2" }, "type": "sylius-plugin", "extra": { "symfony": { "require": "^6.4" }, "public-dir": "vendor/sylius/test-application/public", "branch-alias": { "dev-master": "2.0-dev" } }, "autoload": { "psr-4": { "Sylius\\PayPalPlugin\\": "src/", "Tests\\Sylius\\PayPalPlugin\\": "tests/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "description": "PayPal plugin for Sylius.", "keywords": [ "sylius", "sylius-plugin" ], "support": { "issues": "https://github.com/Sylius/PayPalPlugin/issues", "source": "https://github.com/Sylius/PayPalPlugin/tree/v2.0.8" }, "funding": [ { "url": "https://github.com/sylius", "type": "github" } ], "time": "2026-02-03T14:57:01+00:00" }, { "name": "sylius/registry", "version": "v1.6.0", "source": { "type": "git", "url": "https://github.com/Sylius/Registry.git", "reference": "e4f44f418f48d43e1b969e878fd962e7034aa3ad" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/Sylius/Registry/zipball/e4f44f418f48d43e1b969e878fd962e7034aa3ad", "reference": "e4f44f418f48d43e1b969e878fd962e7034aa3ad", "shasum": "" }, "require": { "php": "^7.4 || ^8.0" }, "require-dev": { "phpspec/phpspec": "^7.0", "sylius-labs/coding-standard": "^3.2.2", "vimeo/psalm": "4.4.1" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.6-dev" } }, "autoload": { "psr-4": { "Sylius\\Component\\Registry\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Paweł Jędrzejewski", "homepage": "http://pjedrzejewski.com" }, { "name": "Sylius project", "homepage": "http://sylius.com" }, { "name": "Community contributions", "homepage": "http://github.com/Sylius/Sylius/contributors" } ], "description": "Services registry.", "homepage": "http://sylius.com", "keywords": [ "registry", "services" ], "support": { "issues": "https://github.com/Sylius/Registry/issues", "source": "https://github.com/Sylius/Registry/tree/v1.6.0" }, "time": "2021-02-01T15:36:19+00:00" }, { "name": "sylius/resource-bundle", "version": "v1.14.0", "source": { "type": "git", "url": "https://github.com/Sylius/SyliusResourceBundle.git", "reference": "ee88684feea78d11c3d87e3ffbdd0b289313434e" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/Sylius/SyliusResourceBundle/zipball/ee88684feea78d11c3d87e3ffbdd0b289313434e", "reference": "ee88684feea78d11c3d87e3ffbdd0b289313434e", "shasum": "" }, "require": { "babdev/pagerfanta-bundle": "^4.4", "doctrine/annotations": "^2.0", "doctrine/collections": "^2.2", "doctrine/event-manager": "^1.1 || ^2.0", "doctrine/inflector": "^2.0", "doctrine/persistence": "^3.3 || ^4.0", "php": "^8.2", "sylius/registry": "^1.2", "symfony/config": "^6.4 || ^7.4 || ^8.0", "symfony/deprecation-contracts": "^3.5", "symfony/expression-language": "^6.4 || ^7.4 || ^8.0", "symfony/form": "^6.4 || ^7.4 || ^8.0", "symfony/framework-bundle": "^6.4 || ^7.4 || ^8.0", "symfony/http-foundation": "^6.4 || ^7.4 || ^8.0", "symfony/intl": "^6.4 || ^7.4 || ^8.0", "symfony/routing": "^6.4 || ^7.4 || ^8.0", "symfony/security-core": "^6.4 || ^7.4 || ^8.0", "symfony/security-csrf": "^6.4 || ^7.4 || ^8.0", "symfony/string": "^6.4 || ^7.4 || ^8.0", "symfony/translation": "^6.4 || ^7.4 || ^8.0", "symfony/twig-bundle": "^6.4 || ^7.4 || ^8.0", "symfony/validator": "^6.4 || ^7.4 || ^8.0", "symfony/yaml": "^6.4 || ^7.4 || ^8.0", "webmozart/assert": "^1.11", "willdurand/negotiation": "^3.1" }, "conflict": { "behat/transliterator": "<1.2", "doctrine/doctrine-bundle": "<2.0", "doctrine/orm": "<2.18", "doctrine/phpcr-odm": "<2.1", "friendsofsymfony/rest-bundle": "<3.7", "gedmo/doctrine-extensions": "<3.17.1", "jms/serializer-bundle": "<5.5", "pagerfanta/pagerfanta": "<4.4", "symfony/workflow": "<6.4 || >=7.0,<7.4", "twig/twig": "<3.0", "willdurand/hateoas-bundle": "<2.5 || ^3.0", "winzou/state-machine-bundle": "<0.6.2" }, "replace": { "sylius/resource": "self.version" }, "require-dev": { "coduo/php-matcher": "^6.0", "doctrine/data-fixtures": "^2.0", "doctrine/doctrine-bundle": "^2.13 || ^3.0 || ^4.0", "doctrine/orm": "^2.18 || ^3.3", "jackalope/jackalope": "^2.0", "jackalope/jackalope-doctrine-dbal": "^2.0", "matthiasnoback/symfony-dependency-injection-test": "^6.1.0", "openlss/lib-array2xml": "^1.0", "pagerfanta/pagerfanta": "^4.4", "phpcr/phpcr": "^2.1", "phpstan/phpstan": "^1.12", "phpstan/phpstan-phpunit": "^1.4", "phpstan/phpstan-webmozart-assert": "^1.2", "phpunit/phpunit": "^10.0", "rector/rector": "^0.18.2", "sylius-labs/coding-standard": "^4.4", "sylius/grid-bundle": "^1.13 || ^1.15@alpha", "symfony/browser-kit": "^6.4 || ^7.4 || ^8.0", "symfony/console": "^6.4 || ^7.4 || ^8.0", "symfony/css-selector": "^6.4 || ^7.4 || ^8.0", "symfony/dependency-injection": "^6.4 || ^7.4 || ^8.0", "symfony/dotenv": "^6.4 || ^7.4 || ^8.0", "symfony/http-kernel": "^6.4 || ^7.4 || ^8.0", "symfony/messenger": "^6.4 || ^7.4 || ^8.0", "symfony/security-bundle": "^6.4 || ^7.4 || ^8.0", "symfony/serializer": "^6.4 || ^7.4 || ^8.0", "symfony/stopwatch": "^6.4 || ^7.4 || ^8.0", "symfony/uid": "^6.4 || ^7.4 || ^8.0", "twig/twig": "^3.14", "zenstruck/foundry": "^2.3" }, "suggest": { "doctrine/orm": "^2.20", "sylius/locale": "^1.0" }, "type": "symfony-bundle", "extra": { "symfony": { "require": "8.0.*" } }, "autoload": { "psr-4": { "Sylius\\Resource\\": "src/Component/src/", "Sylius\\Component\\Resource\\": "src/Component/legacy/src/", "Sylius\\Bundle\\ResourceBundle\\": "src/Bundle/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Paweł Jędrzejewski", "homepage": "https://pjedrzejewski.com" }, { "name": "Sylius project", "homepage": "https://sylius.com" }, { "name": "Community contributions", "homepage": "https://github.com/Sylius/Sylius/contributors" } ], "description": "Resource component for Sylius.", "homepage": "https://sylius.com", "keywords": [ "persistence", "resource", "storage", "sylius" ], "support": { "issues": "https://github.com/Sylius/SyliusResourceBundle/issues", "source": "https://github.com/Sylius/SyliusResourceBundle/tree/v1.14.0" }, "funding": [ { "url": "https://github.com/sylius", "type": "github" } ], "time": "2026-02-03T08:37:38+00:00" }, { "name": "sylius/sylius", "version": "v2.2.2", "source": { "type": "git", "url": "https://github.com/Sylius/Sylius.git", "reference": "1526386af7e33184f23e4c18a82dbf49afaadc54" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/Sylius/Sylius/zipball/1526386af7e33184f23e4c18a82dbf49afaadc54", "reference": "1526386af7e33184f23e4c18a82dbf49afaadc54", "shasum": "" }, "require": { "api-platform/doctrine-orm": "^4.2.1", "api-platform/state": "^4.2.1", "api-platform/symfony": "^4.2.1", "babdev/pagerfanta-bundle": "^4.6", "behat/transliterator": "^1.5", "doctrine/collections": "^2.2", "doctrine/common": "^3.2", "doctrine/dbal": "^3.9", "doctrine/doctrine-bundle": "^2.13", "doctrine/doctrine-migrations-bundle": "^3.3", "doctrine/event-manager": "^2.0", "doctrine/inflector": "^2.0", "doctrine/migrations": "^3.8", "doctrine/orm": "^2.18 || ^3.5", "doctrine/persistence": "^3.3", "egulias/email-validator": "^4.0", "ext-dom": "*", "ext-exif": "*", "ext-fileinfo": "*", "ext-filter": "*", "ext-gd": "*", "ext-hash": "*", "ext-intl": "*", "ext-json": "*", "ext-simplexml": "*", "ext-sodium": "*", "fakerphp/faker": "^1.23", "friendsofphp/proxy-manager-lts": "^1.0", "gedmo/doctrine-extensions": "^3.20", "guzzlehttp/guzzle": "^7.9", "guzzlehttp/psr7": "^2.5", "knplabs/gaufrette": "^0.11", "knplabs/knp-gaufrette-bundle": "^0.9", "knplabs/knp-menu": "^3.5", "knplabs/knp-menu-bundle": "^3.4", "laminas/laminas-stdlib": "^3.19", "league/flysystem-bundle": "^3.3", "lexik/jwt-authentication-bundle": "^3.1", "liip/imagine-bundle": "^2.15", "pagerfanta/pagerfanta": "^4.0", "paragonie/halite": "^5.0", "payum/offline": "^1.7.5", "payum/payum-bundle": "^2.6", "php": "^8.2", "php-http/discovery": "^1.20", "php-http/guzzle7-adapter": "^1.0", "php-http/httplug": "^2.4", "php-http/message-factory": "^1.1", "psr/cache": "^3.0", "psr/http-client": "^1.0", "psr/http-message": "^1.0 || ^2.0", "psr/log": "^3.0", "ramsey/uuid": "^4.7", "stof/doctrine-extensions-bundle": "^1.12", "sylius-labs/association-hydrator": "^1.2", "sylius-labs/doctrine-migrations-extra-bundle": "^0.2", "sylius/fixtures-bundle": "^1.9", "sylius/grid": "^1.13", "sylius/grid-bundle": "^1.13", "sylius/mailer": "^2.1", "sylius/mailer-bundle": "^2.1", "sylius/registry": "^1.6", "sylius/resource": "^1.12", "sylius/resource-bundle": "^1.12", "sylius/theme-bundle": "^2.4", "sylius/twig-extra": "^0.9", "sylius/twig-hooks": "^0.9", "symfony/asset": "^6.4 || ^7.4", "symfony/cache-contracts": "^3.5", "symfony/clock": "^6.4 || ^7.4", "symfony/config": "^6.4 || ^7.4", "symfony/console": "^6.4.1 || ^7.4", "symfony/dependency-injection": "^6.4.1 || ^7.4", "symfony/deprecation-contracts": "^3.5", "symfony/doctrine-bridge": "^6.4 || ^7.4", "symfony/doctrine-messenger": "^6.4.1 || ^7.4", "symfony/event-dispatcher": "^6.4 || ^7.4", "symfony/expression-language": "^6.4 || ^7.4", "symfony/filesystem": "^6.4 || ^7.4", "symfony/finder": "^6.4 || ^7.4", "symfony/form": "^6.4.1 || ^7.4", "symfony/framework-bundle": "^6.4.1 || ^7.4", "symfony/http-client": "^6.4 || ^7.4", "symfony/http-foundation": "^6.4 || ^7.4", "symfony/http-kernel": "^6.4.1 || ^7.4", "symfony/intl": "^6.4 || ^7.4", "symfony/mailer": "^6.4 || ^7.4", "symfony/messenger": "^6.4 || ^7.4", "symfony/monolog-bundle": "^3.8.0", "symfony/options-resolver": "^6.4 || ^7.4", "symfony/password-hasher": "^6.4 || ^7.4", "symfony/polyfill-iconv": "^1.31", "symfony/polyfill-intl-icu": "^1.31", "symfony/polyfill-mbstring": "^1.31", "symfony/process": "^6.4 || ^7.4", "symfony/property-access": "^6.4 || ^7.4", "symfony/property-info": "^6.4 || ^7.4", "symfony/proxy-manager-bridge": "^6.4 || ^7.4", "symfony/routing": "^6.4.1 || ^7.4", "symfony/security-bundle": "^6.4 || ^7.4", "symfony/security-core": "^6.4 || ^7.4", "symfony/security-csrf": "^6.4 || ^7.4", "symfony/security-http": "^6.4 || ^7.4", "symfony/serializer": "^6.4 || ^7.4", "symfony/service-contracts": "^3.5", "symfony/stimulus-bundle": "^2.25", "symfony/string": "^6.4 || ^7.4", "symfony/translation": "^6.4 || ^7.4", "symfony/translation-contracts": "^3.3", "symfony/twig-bundle": "^6.4 || ^7.4", "symfony/uid": "^6.4 || ^7.4", "symfony/ux-autocomplete": "^2.25", "symfony/ux-icons": "^2.25", "symfony/ux-live-component": "^2.25", "symfony/ux-twig-component": "^2.25", "symfony/validator": "^6.4 || ^7.4", "symfony/webpack-encore-bundle": "^2.2", "symfony/workflow": "^6.4 || ^7.4", "symfony/yaml": "^6.4 || ^7.4", "symfonycasts/dynamic-forms": "^0.1", "twig/extra-bundle": "^3.16", "twig/intl-extra": "^3.16", "twig/string-extra": "^3.16", "twig/twig": "^3.16", "webmozart/assert": "^1.11" }, "conflict": { "doctrine/orm": "2.20.7 || 3.5.3", "symfony/ux-live-component": "2.28.0 || 2.28.1" }, "replace": { "sylius/addressing": "self.version", "sylius/addressing-bundle": "self.version", "sylius/admin-bundle": "self.version", "sylius/api-bundle": "self.version", "sylius/attribute": "self.version", "sylius/attribute-bundle": "self.version", "sylius/channel": "self.version", "sylius/channel-bundle": "self.version", "sylius/core": "self.version", "sylius/core-bundle": "self.version", "sylius/currency": "self.version", "sylius/currency-bundle": "self.version", "sylius/customer": "self.version", "sylius/customer-bundle": "self.version", "sylius/inventory": "self.version", "sylius/inventory-bundle": "self.version", "sylius/locale": "self.version", "sylius/locale-bundle": "self.version", "sylius/money-bundle": "self.version", "sylius/order": "self.version", "sylius/order-bundle": "self.version", "sylius/payment": "self.version", "sylius/payment-bundle": "self.version", "sylius/payum-bundle": "self.version", "sylius/product": "self.version", "sylius/product-bundle": "self.version", "sylius/promotion": "self.version", "sylius/promotion-bundle": "self.version", "sylius/review": "self.version", "sylius/review-bundle": "self.version", "sylius/shipping": "self.version", "sylius/shipping-bundle": "self.version", "sylius/shop-bundle": "self.version", "sylius/state-machine-abstraction": "self.version", "sylius/taxation": "self.version", "sylius/taxation-bundle": "self.version", "sylius/taxonomy": "self.version", "sylius/taxonomy-bundle": "self.version", "sylius/ui-bundle": "self.version", "sylius/user": "self.version", "sylius/user-bundle": "self.version" }, "require-dev": { "behat/behat": "^3.22", "behat/mink-selenium2-driver": "^1.7", "consolidation/robo": "^4.0 || ^5.0", "dbrekelmans/bdi": "^1.3", "dmore/behat-chrome-extension": "^1.4", "dmore/chrome-mink-driver": "^2.9", "doctrine/cache": "^2.2", "doctrine/data-fixtures": "^1.7", "friends-of-behat/mink": "^1.11", "friends-of-behat/mink-browserkit-driver": "^1.6", "friends-of-behat/mink-debug-extension": "^2.1", "friends-of-behat/mink-extension": "^2.7", "friends-of-behat/page-object-extension": "^0.3", "friends-of-behat/symfony-extension": "^2.6.2", "friends-of-behat/variadic-extension": "^1.6", "hwi/oauth-bundle": "^2.2", "lchrusciel/api-test-case": "^5.3", "matthiasnoback/symfony-config-test": "^6.0", "matthiasnoback/symfony-dependency-injection-test": "^6.0", "nyholm/psr7": "^1.8", "phparkitect/phparkitect": "^0.6", "phpstan/extension-installer": "^1.4", "phpstan/phpstan": "^2.0", "phpstan/phpstan-doctrine": "^2.0", "phpstan/phpstan-symfony": "^2.0", "phpstan/phpstan-webmozart-assert": "^2.0", "phpunit/phpunit": "^11.5", "psr/event-dispatcher": "^1.0", "rector/rector": "^2.0", "robertfausk/behat-panther-extension": "^1.1", "sylius-labs/coding-standard": "^4.4", "sylius-labs/suite-tags-extension": "~0.2", "symfony/browser-kit": "^6.4 || ^7.4", "symfony/debug-bundle": "^6.4 || ^7.4", "symfony/dotenv": "^6.4 || ^7.4", "symfony/flex": "^2.4", "symfony/runtime": "^6.4 || ^7.4", "symfony/web-profiler-bundle": "^6.4 || ^7.4", "symplify/monorepo-builder": "^11.0" }, "suggest": { "ext-iconv": "For better performance than using Symfony Polyfill Component", "ext-intl": "For better performance than using Symfony Polyfill Component", "ext-mbstring": "For better performance than using Symfony Polyfill Component", "hwi/oauth-bundle": "If you want to use Facebook login (see https://docs.sylius.com/en/latest/cookbook/shop/facebook-login.html)", "winzou/state-machine": "If you want to use Winzou State Machine (^0.4)", "winzou/state-machine-bundle": "If you want to use Winzou State Machine (^0.6)" }, "type": "library", "extra": { "symfony": { "require": "^7.4", "allow-contrib": false }, "branch-alias": { "dev-main": "2.2-dev" } }, "autoload": { "psr-4": { "Sylius\\Behat\\": "src/Sylius/Behat/", "Sylius\\Bundle\\": "src/Sylius/Bundle/", "Sylius\\Component\\": "src/Sylius/Component/", "Sylius\\Abstraction\\StateMachine\\": "src/Sylius/Abstraction/StateMachine/src" }, "exclude-from-classmap": [ "src/Sylius/*/*/Tests/", "src/Sylius/Component/Core/Test/Tests/", "src/Sylius/*/*/test/", "src/Sylius/*/*/phparkitect.php" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Paweł Jędrzejewski", "homepage": "https://pjedrzejewski.com" }, { "name": "Sylius project", "homepage": "https://sylius.com" }, { "name": "Community contributions", "homepage": "https://github.com/Sylius/Sylius/contributors" } ], "description": "E-Commerce platform for PHP, based on Symfony framework.", "homepage": "https://sylius.com", "support": { "issues": "https://github.com/Sylius/Sylius/issues", "source": "https://github.com/Sylius/Sylius/tree/v2.2.2" }, "funding": [ { "url": "https://github.com/sylius", "type": "github" } ], "time": "2026-01-20T11:54:31+00:00" }, { "name": "sylius/telemetry", "version": "v1.0.1", "source": { "type": "git", "url": "https://github.com/Sylius/Telemetry.git", "reference": "45a3f6fa35bf8c56374d71acb525b55fe65def76" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/Sylius/Telemetry/zipball/45a3f6fa35bf8c56374d71acb525b55fe65def76", "reference": "45a3f6fa35bf8c56374d71acb525b55fe65def76", "shasum": "" }, "require": { "php": "^8.0", "sylius/sylius": "^1.12 || ^2.0", "symfony/config": "^5.4 || ^6.0 || ^7.0 || ^8.0", "symfony/dependency-injection": "^5.4 || ^6.0 || ^7.0 || ^8.0" }, "require-dev": { "doctrine/cache": "^2.2", "phpunit/phpunit": "^10.5 || ^11.0", "sylius/test-application": "~1.14.0@alpha || ^2.0.0@alpha", "symfony/browser-kit": "^6.4 || ^7.4", "symfony/debug-bundle": "^6.4 || ^7.4", "symfony/dotenv": "^6.4 || ^7.4", "symfony/http-kernel": "^6.4 || ^7.4", "symfony/runtime": "^6.4 || ^7.4", "symfony/var-exporter": "^6.4 || ^7.0", "symfony/web-profiler-bundle": "^6.4 || ^7.4" }, "type": "library", "extra": { "public-dir": "vendor/sylius/test-application/public" }, "autoload": { "psr-4": { "Sylius\\Telemetry\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "description": "Telemetry integration for official Sylius plugins", "support": { "issues": "https://github.com/Sylius/Telemetry/issues", "source": "https://github.com/Sylius/Telemetry/tree/v1.0.1" }, "funding": [ { "url": "https://github.com/sylius", "type": "github" } ], "time": "2026-02-03T09:10:53+00:00" }, { "name": "sylius/theme-bundle", "version": "v2.5.0", "source": { "type": "git", "url": "https://github.com/Sylius/SyliusThemeBundle.git", "reference": "3249ad4ef6d60ccc96fe5238707572eb78e3aa99" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/Sylius/SyliusThemeBundle/zipball/3249ad4ef6d60ccc96fe5238707572eb78e3aa99", "reference": "3249ad4ef6d60ccc96fe5238707572eb78e3aa99", "shasum": "" }, "require": { "php": "^8.2", "symfony/asset": "^6.4 || ^7.4 || ^8.0", "symfony/config": "^6.4 || ^7.4 || ^8.0", "symfony/console": "^6.4 || ^7.4 || ^8.0", "symfony/dependency-injection": "^6.4 || ^7.4 || ^8.0", "symfony/filesystem": "^6.4 || ^7.4 || ^8.0", "symfony/finder": "^6.4 || ^7.4 || ^8.0", "symfony/form": "^6.4 || ^7.4 || ^8.0", "symfony/framework-bundle": "^6.4 || ^7.4 || ^8.0", "symfony/http-foundation": "^6.4 || ^7.4 || ^8.0", "symfony/http-kernel": "^6.4 || ^7.4 || ^8.0", "symfony/options-resolver": "^6.4 || ^7.4 || ^8.0", "symfony/service-contracts": "^3.0", "symfony/translation": "^6.4 || ^7.4 || ^8.0", "symfony/translation-contracts": "^3.0" }, "require-dev": { "matthiasnoback/symfony-config-test": "^5.0 || ^6.1", "matthiasnoback/symfony-dependency-injection-test": "^5.0 || ^6.1", "mikey179/vfsstream": "^1.6", "phpspec/phpspec": "^7.0 || ^8.0", "phpunit/phpunit": "^10.5 || ^11.0", "rector/rector": "^1.0", "sylius-labs/coding-standard": "^4.0.2", "symfony/browser-kit": "^6.4 || ^7.4 || ^8.0", "symfony/security-csrf": "^6.4 || ^7.4 || ^8.0", "symfony/twig-bundle": "^6.4 || ^7.4 || ^8.0", "twig/twig": "^3.0" }, "type": "symfony-bundle", "extra": { "branch-alias": { "dev-master": "2.5-dev" } }, "autoload": { "psr-4": { "Sylius\\Bundle\\ThemeBundle\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Kamil Kokot", "homepage": "https://kamilkokot.com" }, { "name": "Sylius project", "homepage": "https://sylius.com" }, { "name": "Community contributions", "homepage": "https://github.com/Sylius/Sylius/contributors" } ], "description": "Themes management for Symfony projects.", "homepage": "https://sylius.com", "keywords": [ "themes", "theming" ], "support": { "issues": "https://github.com/Sylius/SyliusThemeBundle/issues", "source": "https://github.com/Sylius/SyliusThemeBundle/tree/v2.5.0" }, "funding": [ { "url": "https://github.com/sylius", "type": "github" } ], "time": "2026-02-06T13:40:45+00:00" }, { "name": "sylius/twig-extra", "version": "v0.9.1", "source": { "type": "git", "url": "https://github.com/Sylius/TwigExtra.git", "reference": "57b582c9ca33f454e1b24f49ecbc442053cb3ac2" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/Sylius/TwigExtra/zipball/57b582c9ca33f454e1b24f49ecbc442053cb3ac2", "reference": "57b582c9ca33f454e1b24f49ecbc442053cb3ac2", "shasum": "" }, "require": { "php": "^8.1", "symfony/http-kernel": "^6.4 || ^7.0", "symfony/twig-bundle": "^6.4 || ^7.0", "symfony/ux-twig-component": "^2.17" }, "conflict": { "sylius/ui-bundle": "<2.0" }, "require-dev": { "matthiasnoback/symfony-dependency-injection-test": "^5.1", "phpunit/phpunit": "^9.6", "symfony/browser-kit": "^6.4 || ^7.0", "symfony/console": "^6.4 || ^7.0", "symfony/css-selector": "^6.4 || ^7.0", "symfony/dotenv": "^6.4 || ^7.0", "symfony/framework-bundle": "^6.4 || ^7.0", "symfony/runtime": "^6.4 || ^7.0", "symfony/yaml": "^6.4 || ^7.0" }, "type": "library", "extra": { "symfony": { "require": "7.1.*" }, "branch-alias": { "dev-main": "0.9-dev" } }, "autoload": { "psr-4": { "Sylius\\TwigExtra\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Sylius project", "homepage": "https://sylius.com" }, { "name": "Community contributions", "homepage": "https://github.com/Sylius/Stack/contributors" } ], "description": "Additional Twig extensions for your Symfony projects", "support": { "issues": "https://github.com/Sylius/TwigExtra/issues", "source": "https://github.com/Sylius/TwigExtra/tree/v0.9.1" }, "funding": [ { "url": "https://github.com/sylius", "type": "github" } ], "time": "2025-09-26T08:18:45+00:00" }, { "name": "sylius/twig-hooks", "version": "v0.9.1", "source": { "type": "git", "url": "https://github.com/Sylius/TwigHooks.git", "reference": "c047961d09c0bc084e241bae137630bcbf40667b" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/Sylius/TwigHooks/zipball/c047961d09c0bc084e241bae137630bcbf40667b", "reference": "c047961d09c0bc084e241bae137630bcbf40667b", "shasum": "" }, "require": { "laminas/laminas-stdlib": "^3.18", "php": "^8.1", "symfony/config": "^6.4 || ^7.0", "symfony/dependency-injection": "^6.4 || ^7.0", "symfony/expression-language": "^6.4 || ^7.0", "symfony/http-kernel": "^6.4 || ^7.0", "symfony/stopwatch": "^6.4 || ^7.0", "symfony/twig-bundle": "^6.4 || ^7.0", "symfony/ux-live-component": "^2.17", "symfony/ux-twig-component": "^2.17", "twig/twig": "^2.15 || ^3.0", "webmozart/assert": "^1.9" }, "require-dev": { "matthiasnoback/symfony-config-test": "^5.1", "matthiasnoback/symfony-dependency-injection-test": "^5.1", "phpunit/phpunit": "^9.6", "symfony/console": "^6.4 || ^7.0", "symfony/dom-crawler": "^6.4 || ^7.0", "symfony/dotenv": "^6.4 || ^7.0", "symfony/framework-bundle": "^6.4 || ^7.0", "symfony/runtime": "^6.4 || ^7.0", "symfony/twig-bundle": "^6.4 || ^7.0", "symfony/web-profiler-bundle": "^6.4 || ^7.0", "symfony/yaml": "^6.4 || ^7.0" }, "suggest": { "symfony/ux-twig-component": "Symfony's package providing Twig components." }, "type": "library", "extra": { "symfony": { "require": "7.1.*" }, "branch-alias": { "dev-main": "0.9-dev" } }, "autoload": { "psr-4": { "Sylius\\TwigHooks\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Sylius project", "homepage": "https://sylius.com" }, { "name": "Community contributions", "homepage": "https://github.com/Sylius/Stack/contributors" } ], "description": "Composable Twig layouts", "support": { "source": "https://github.com/Sylius/TwigHooks/tree/v0.9.1" }, "funding": [ { "url": "https://github.com/sylius", "type": "github" } ], "time": "2025-09-26T08:18:45+00:00" }, { "name": "symfony/asset", "version": "v7.4.4", "source": { "type": "git", "url": "https://github.com/symfony/asset.git", "reference": "a6f49cf087a1fcfe7130b9b604a8a2b878b06c40" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/asset/zipball/a6f49cf087a1fcfe7130b9b604a8a2b878b06c40", "reference": "a6f49cf087a1fcfe7130b9b604a8a2b878b06c40", "shasum": "" }, "require": { "php": ">=8.2" }, "conflict": { "symfony/http-foundation": "<6.4" }, "require-dev": { "symfony/http-client": "^6.4|^7.0|^8.0", "symfony/http-foundation": "^6.4|^7.0|^8.0", "symfony/http-kernel": "^6.4|^7.0|^8.0" }, "type": "library", "autoload": { "psr-4": { "Symfony\\Component\\Asset\\": "" }, "exclude-from-classmap": [ "/Tests/" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Fabien Potencier", "email": "fabien@symfony.com" }, { "name": "Symfony Community", "homepage": "https://symfony.com/contributors" } ], "description": "Manages URL generation and versioning of web assets such as CSS stylesheets, JavaScript files and image files", "homepage": "https://symfony.com", "support": { "source": "https://github.com/symfony/asset/tree/v7.4.4" }, "funding": [ { "url": "https://symfony.com/sponsor", "type": "custom" }, { "url": "https://github.com/fabpot", "type": "github" }, { "url": "https://github.com/nicolas-grekas", "type": "github" }, { "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", "type": "tidelift" } ], "time": "2026-01-13T10:40:19+00:00" }, { "name": "symfony/cache", "version": "v7.4.5", "source": { "type": "git", "url": "https://github.com/symfony/cache.git", "reference": "8dde98d5a4123b53877aca493f9be57b333f14bd" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/cache/zipball/8dde98d5a4123b53877aca493f9be57b333f14bd", "reference": "8dde98d5a4123b53877aca493f9be57b333f14bd", "shasum": "" }, "require": { "php": ">=8.2", "psr/cache": "^2.0|^3.0", "psr/log": "^1.1|^2|^3", "symfony/cache-contracts": "^3.6", "symfony/deprecation-contracts": "^2.5|^3", "symfony/service-contracts": "^2.5|^3", "symfony/var-exporter": "^6.4|^7.0|^8.0" }, "conflict": { "doctrine/dbal": "<3.6", "ext-redis": "<6.1", "ext-relay": "<0.12.1", "symfony/dependency-injection": "<6.4", "symfony/http-kernel": "<6.4", "symfony/var-dumper": "<6.4" }, "provide": { "psr/cache-implementation": "2.0|3.0", "psr/simple-cache-implementation": "1.0|2.0|3.0", "symfony/cache-implementation": "1.1|2.0|3.0" }, "require-dev": { "cache/integration-tests": "dev-master", "doctrine/dbal": "^3.6|^4", "predis/predis": "^1.1|^2.0", "psr/simple-cache": "^1.0|^2.0|^3.0", "symfony/clock": "^6.4|^7.0|^8.0", "symfony/config": "^6.4|^7.0|^8.0", "symfony/dependency-injection": "^6.4|^7.0|^8.0", "symfony/filesystem": "^6.4|^7.0|^8.0", "symfony/http-kernel": "^6.4|^7.0|^8.0", "symfony/messenger": "^6.4|^7.0|^8.0", "symfony/var-dumper": "^6.4|^7.0|^8.0" }, "type": "library", "autoload": { "psr-4": { "Symfony\\Component\\Cache\\": "" }, "classmap": [ "Traits/ValueWrapper.php" ], "exclude-from-classmap": [ "/Tests/" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Nicolas Grekas", "email": "p@tchwork.com" }, { "name": "Symfony Community", "homepage": "https://symfony.com/contributors" } ], "description": "Provides extended PSR-6, PSR-16 (and tags) implementations", "homepage": "https://symfony.com", "keywords": [ "caching", "psr6" ], "support": { "source": "https://github.com/symfony/cache/tree/v7.4.5" }, "funding": [ { "url": "https://symfony.com/sponsor", "type": "custom" }, { "url": "https://github.com/fabpot", "type": "github" }, { "url": "https://github.com/nicolas-grekas", "type": "github" }, { "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", "type": "tidelift" } ], "time": "2026-01-27T16:16:02+00:00" }, { "name": "symfony/clock", "version": "v7.4.0", "source": { "type": "git", "url": "https://github.com/symfony/clock.git", "reference": "9169f24776edde469914c1e7a1442a50f7a4e110" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/clock/zipball/9169f24776edde469914c1e7a1442a50f7a4e110", "reference": "9169f24776edde469914c1e7a1442a50f7a4e110", "shasum": "" }, "require": { "php": ">=8.2", "psr/clock": "^1.0", "symfony/polyfill-php83": "^1.28" }, "provide": { "psr/clock-implementation": "1.0" }, "type": "library", "autoload": { "files": [ "Resources/now.php" ], "psr-4": { "Symfony\\Component\\Clock\\": "" }, "exclude-from-classmap": [ "/Tests/" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Nicolas Grekas", "email": "p@tchwork.com" }, { "name": "Symfony Community", "homepage": "https://symfony.com/contributors" } ], "description": "Decouples applications from the system clock", "homepage": "https://symfony.com", "keywords": [ "clock", "psr20", "time" ], "support": { "source": "https://github.com/symfony/clock/tree/v7.4.0" }, "funding": [ { "url": "https://symfony.com/sponsor", "type": "custom" }, { "url": "https://github.com/fabpot", "type": "github" }, { "url": "https://github.com/nicolas-grekas", "type": "github" }, { "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", "type": "tidelift" } ], "time": "2025-11-12T15:39:26+00:00" }, { "name": "symfony/config", "version": "v7.4.4", "source": { "type": "git", "url": "https://github.com/symfony/config.git", "reference": "4275b53b8ab0cf37f48bf273dc2285c8178efdfb" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/config/zipball/4275b53b8ab0cf37f48bf273dc2285c8178efdfb", "reference": "4275b53b8ab0cf37f48bf273dc2285c8178efdfb", "shasum": "" }, "require": { "php": ">=8.2", "symfony/deprecation-contracts": "^2.5|^3", "symfony/filesystem": "^7.1|^8.0", "symfony/polyfill-ctype": "~1.8" }, "conflict": { "symfony/finder": "<6.4", "symfony/service-contracts": "<2.5" }, "require-dev": { "symfony/event-dispatcher": "^6.4|^7.0|^8.0", "symfony/finder": "^6.4|^7.0|^8.0", "symfony/messenger": "^6.4|^7.0|^8.0", "symfony/service-contracts": "^2.5|^3", "symfony/yaml": "^6.4|^7.0|^8.0" }, "type": "library", "autoload": { "psr-4": { "Symfony\\Component\\Config\\": "" }, "exclude-from-classmap": [ "/Tests/" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Fabien Potencier", "email": "fabien@symfony.com" }, { "name": "Symfony Community", "homepage": "https://symfony.com/contributors" } ], "description": "Helps you find, load, combine, autofill and validate configuration values of any kind", "homepage": "https://symfony.com", "support": { "source": "https://github.com/symfony/config/tree/v7.4.4" }, "funding": [ { "url": "https://symfony.com/sponsor", "type": "custom" }, { "url": "https://github.com/fabpot", "type": "github" }, { "url": "https://github.com/nicolas-grekas", "type": "github" }, { "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", "type": "tidelift" } ], "time": "2026-01-13T11:36:38+00:00" }, { "name": "symfony/console", "version": "v7.4.4", "source": { "type": "git", "url": "https://github.com/symfony/console.git", "reference": "41e38717ac1dd7a46b6bda7d6a82af2d98a78894" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/console/zipball/41e38717ac1dd7a46b6bda7d6a82af2d98a78894", "reference": "41e38717ac1dd7a46b6bda7d6a82af2d98a78894", "shasum": "" }, "require": { "php": ">=8.2", "symfony/deprecation-contracts": "^2.5|^3", "symfony/polyfill-mbstring": "~1.0", "symfony/service-contracts": "^2.5|^3", "symfony/string": "^7.2|^8.0" }, "conflict": { "symfony/dependency-injection": "<6.4", "symfony/dotenv": "<6.4", "symfony/event-dispatcher": "<6.4", "symfony/lock": "<6.4", "symfony/process": "<6.4" }, "provide": { "psr/log-implementation": "1.0|2.0|3.0" }, "require-dev": { "psr/log": "^1|^2|^3", "symfony/config": "^6.4|^7.0|^8.0", "symfony/dependency-injection": "^6.4|^7.0|^8.0", "symfony/event-dispatcher": "^6.4|^7.0|^8.0", "symfony/http-foundation": "^6.4|^7.0|^8.0", "symfony/http-kernel": "^6.4|^7.0|^8.0", "symfony/lock": "^6.4|^7.0|^8.0", "symfony/messenger": "^6.4|^7.0|^8.0", "symfony/process": "^6.4|^7.0|^8.0", "symfony/stopwatch": "^6.4|^7.0|^8.0", "symfony/var-dumper": "^6.4|^7.0|^8.0" }, "type": "library", "autoload": { "psr-4": { "Symfony\\Component\\Console\\": "" }, "exclude-from-classmap": [ "/Tests/" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Fabien Potencier", "email": "fabien@symfony.com" }, { "name": "Symfony Community", "homepage": "https://symfony.com/contributors" } ], "description": "Eases the creation of beautiful and testable command line interfaces", "homepage": "https://symfony.com", "keywords": [ "cli", "command-line", "console", "terminal" ], "support": { "source": "https://github.com/symfony/console/tree/v7.4.4" }, "funding": [ { "url": "https://symfony.com/sponsor", "type": "custom" }, { "url": "https://github.com/fabpot", "type": "github" }, { "url": "https://github.com/nicolas-grekas", "type": "github" }, { "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", "type": "tidelift" } ], "time": "2026-01-13T11:36:38+00:00" }, { "name": "symfony/contracts", "version": "v3.6.1", "source": { "type": "git", "url": "https://github.com/symfony/contracts.git", "reference": "97a588e965e92e3f197085531cbe440d0fcf48c3" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/contracts/zipball/97a588e965e92e3f197085531cbe440d0fcf48c3", "reference": "97a588e965e92e3f197085531cbe440d0fcf48c3", "shasum": "" }, "require": { "php": ">=8.1", "psr/cache": "^3.0", "psr/container": "^1.1|^2.0", "psr/event-dispatcher": "^1.0" }, "conflict": { "ext-psr": "<1.1|>=2" }, "replace": { "symfony/cache-contracts": "self.version", "symfony/deprecation-contracts": "self.version", "symfony/event-dispatcher-contracts": "self.version", "symfony/http-client-contracts": "self.version", "symfony/service-contracts": "self.version", "symfony/translation-contracts": "self.version" }, "require-dev": { "symfony/polyfill-intl-idn": "^1.10" }, "type": "library", "extra": { "branch-alias": { "dev-main": "3.6-dev" } }, "autoload": { "files": [ "Deprecation/function.php" ], "psr-4": { "Symfony\\Contracts\\": "" }, "exclude-from-classmap": [ "**/Tests/" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Nicolas Grekas", "email": "p@tchwork.com" }, { "name": "Symfony Community", "homepage": "https://symfony.com/contributors" } ], "description": "A set of abstractions extracted out of the Symfony components", "homepage": "https://symfony.com", "keywords": [ "abstractions", "contracts", "decoupling", "dev", "interfaces", "interoperability", "standards" ], "support": { "source": "https://github.com/symfony/contracts/tree/v3.6.1" }, "funding": [ { "url": "https://symfony.com/sponsor", "type": "custom" }, { "url": "https://github.com/fabpot", "type": "github" }, { "url": "https://github.com/nicolas-grekas", "type": "github" }, { "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", "type": "tidelift" } ], "time": "2025-07-15T17:58:03+00:00" }, { "name": "symfony/dependency-injection", "version": "v7.4.5", "source": { "type": "git", "url": "https://github.com/symfony/dependency-injection.git", "reference": "76a02cddca45a5254479ad68f9fa274ead0a7ef2" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/dependency-injection/zipball/76a02cddca45a5254479ad68f9fa274ead0a7ef2", "reference": "76a02cddca45a5254479ad68f9fa274ead0a7ef2", "shasum": "" }, "require": { "php": ">=8.2", "psr/container": "^1.1|^2.0", "symfony/deprecation-contracts": "^2.5|^3", "symfony/service-contracts": "^3.6", "symfony/var-exporter": "^6.4.20|^7.2.5|^8.0" }, "conflict": { "ext-psr": "<1.1|>=2", "symfony/config": "<6.4", "symfony/finder": "<6.4", "symfony/yaml": "<6.4" }, "provide": { "psr/container-implementation": "1.1|2.0", "symfony/service-implementation": "1.1|2.0|3.0" }, "require-dev": { "symfony/config": "^6.4|^7.0|^8.0", "symfony/expression-language": "^6.4|^7.0|^8.0", "symfony/yaml": "^6.4|^7.0|^8.0" }, "type": "library", "autoload": { "psr-4": { "Symfony\\Component\\DependencyInjection\\": "" }, "exclude-from-classmap": [ "/Tests/" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Fabien Potencier", "email": "fabien@symfony.com" }, { "name": "Symfony Community", "homepage": "https://symfony.com/contributors" } ], "description": "Allows you to standardize and centralize the way objects are constructed in your application", "homepage": "https://symfony.com", "support": { "source": "https://github.com/symfony/dependency-injection/tree/v7.4.5" }, "funding": [ { "url": "https://symfony.com/sponsor", "type": "custom" }, { "url": "https://github.com/fabpot", "type": "github" }, { "url": "https://github.com/nicolas-grekas", "type": "github" }, { "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", "type": "tidelift" } ], "time": "2026-01-27T16:16:02+00:00" }, { "name": "symfony/doctrine-bridge", "version": "v7.4.4", "source": { "type": "git", "url": "https://github.com/symfony/doctrine-bridge.git", "reference": "3408d9fb7bda6c8db9f3e4099863c9017bcbc62d" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/doctrine-bridge/zipball/3408d9fb7bda6c8db9f3e4099863c9017bcbc62d", "reference": "3408d9fb7bda6c8db9f3e4099863c9017bcbc62d", "shasum": "" }, "require": { "doctrine/event-manager": "^2", "doctrine/persistence": "^3.1|^4", "php": ">=8.2", "symfony/deprecation-contracts": "^2.5|^3", "symfony/polyfill-ctype": "~1.8", "symfony/polyfill-mbstring": "~1.0", "symfony/service-contracts": "^2.5|^3" }, "conflict": { "doctrine/collections": "<1.8", "doctrine/dbal": "<3.6", "doctrine/lexer": "<1.1", "doctrine/orm": "<2.15", "symfony/cache": "<6.4", "symfony/dependency-injection": "<6.4", "symfony/form": "<6.4.6|>=7,<7.0.6", "symfony/http-foundation": "<6.4", "symfony/http-kernel": "<6.4", "symfony/lock": "<6.4", "symfony/messenger": "<6.4", "symfony/property-info": "<6.4", "symfony/security-bundle": "<6.4", "symfony/security-core": "<6.4", "symfony/validator": "<7.4" }, "require-dev": { "doctrine/collections": "^1.8|^2.0", "doctrine/data-fixtures": "^1.1|^2", "doctrine/dbal": "^3.6|^4", "doctrine/orm": "^2.15|^3", "psr/log": "^1|^2|^3", "symfony/cache": "^6.4|^7.0|^8.0", "symfony/config": "^6.4|^7.0|^8.0", "symfony/dependency-injection": "^6.4|^7.0|^8.0", "symfony/doctrine-messenger": "^6.4|^7.0|^8.0", "symfony/expression-language": "^6.4|^7.0|^8.0", "symfony/form": "^7.2|^8.0", "symfony/http-kernel": "^6.4|^7.0|^8.0", "symfony/lock": "^6.4|^7.0|^8.0", "symfony/messenger": "^6.4|^7.0|^8.0", "symfony/property-access": "^6.4|^7.0|^8.0", "symfony/property-info": "^6.4|^7.0|^8.0", "symfony/security-core": "^6.4|^7.0|^8.0", "symfony/stopwatch": "^6.4|^7.0|^8.0", "symfony/translation": "^6.4|^7.0|^8.0", "symfony/type-info": "^7.1.8|^8.0", "symfony/uid": "^6.4|^7.0|^8.0", "symfony/validator": "^7.4|^8.0", "symfony/var-dumper": "^6.4|^7.0|^8.0" }, "type": "symfony-bridge", "autoload": { "psr-4": { "Symfony\\Bridge\\Doctrine\\": "" }, "exclude-from-classmap": [ "/Tests/" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Fabien Potencier", "email": "fabien@symfony.com" }, { "name": "Symfony Community", "homepage": "https://symfony.com/contributors" } ], "description": "Provides integration for Doctrine with various Symfony components", "homepage": "https://symfony.com", "support": { "source": "https://github.com/symfony/doctrine-bridge/tree/v7.4.4" }, "funding": [ { "url": "https://symfony.com/sponsor", "type": "custom" }, { "url": "https://github.com/fabpot", "type": "github" }, { "url": "https://github.com/nicolas-grekas", "type": "github" }, { "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", "type": "tidelift" } ], "time": "2026-01-20T16:42:42+00:00" }, { "name": "symfony/doctrine-messenger", "version": "v7.4.5", "source": { "type": "git", "url": "https://github.com/symfony/doctrine-messenger.git", "reference": "d2d638e56c51452bcb4a9b9eddb14e2a21c572e2" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/doctrine-messenger/zipball/d2d638e56c51452bcb4a9b9eddb14e2a21c572e2", "reference": "d2d638e56c51452bcb4a9b9eddb14e2a21c572e2", "shasum": "" }, "require": { "doctrine/dbal": "^3.6|^4", "php": ">=8.2", "symfony/messenger": "^7.2|^8.0", "symfony/service-contracts": "^2.5|^3" }, "conflict": { "doctrine/persistence": "<1.3" }, "require-dev": { "doctrine/persistence": "^1.3|^2|^3", "symfony/property-access": "^6.4|^7.0|^8.0", "symfony/serializer": "^6.4|^7.0|^8.0" }, "type": "symfony-messenger-bridge", "autoload": { "psr-4": { "Symfony\\Component\\Messenger\\Bridge\\Doctrine\\": "" }, "exclude-from-classmap": [ "/Tests/" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Fabien Potencier", "email": "fabien@symfony.com" }, { "name": "Symfony Community", "homepage": "https://symfony.com/contributors" } ], "description": "Symfony Doctrine Messenger Bridge", "homepage": "https://symfony.com", "support": { "source": "https://github.com/symfony/doctrine-messenger/tree/v7.4.5" }, "funding": [ { "url": "https://symfony.com/sponsor", "type": "custom" }, { "url": "https://github.com/fabpot", "type": "github" }, { "url": "https://github.com/nicolas-grekas", "type": "github" }, { "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", "type": "tidelift" } ], "time": "2026-01-27T16:16:02+00:00" }, { "name": "symfony/dotenv", "version": "v7.4.0", "source": { "type": "git", "url": "https://github.com/symfony/dotenv.git", "reference": "1658a4d34df028f3d93bcdd8e81f04423925a364" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/dotenv/zipball/1658a4d34df028f3d93bcdd8e81f04423925a364", "reference": "1658a4d34df028f3d93bcdd8e81f04423925a364", "shasum": "" }, "require": { "php": ">=8.2" }, "conflict": { "symfony/console": "<6.4", "symfony/process": "<6.4" }, "require-dev": { "symfony/console": "^6.4|^7.0|^8.0", "symfony/process": "^6.4|^7.0|^8.0" }, "type": "library", "autoload": { "psr-4": { "Symfony\\Component\\Dotenv\\": "" }, "exclude-from-classmap": [ "/Tests/" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Fabien Potencier", "email": "fabien@symfony.com" }, { "name": "Symfony Community", "homepage": "https://symfony.com/contributors" } ], "description": "Registers environment variables from a .env file", "homepage": "https://symfony.com", "keywords": [ "dotenv", "env", "environment" ], "support": { "source": "https://github.com/symfony/dotenv/tree/v7.4.0" }, "funding": [ { "url": "https://symfony.com/sponsor", "type": "custom" }, { "url": "https://github.com/fabpot", "type": "github" }, { "url": "https://github.com/nicolas-grekas", "type": "github" }, { "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", "type": "tidelift" } ], "time": "2025-11-16T10:14:42+00:00" }, { "name": "symfony/error-handler", "version": "v7.4.4", "source": { "type": "git", "url": "https://github.com/symfony/error-handler.git", "reference": "8da531f364ddfee53e36092a7eebbbd0b775f6b8" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/error-handler/zipball/8da531f364ddfee53e36092a7eebbbd0b775f6b8", "reference": "8da531f364ddfee53e36092a7eebbbd0b775f6b8", "shasum": "" }, "require": { "php": ">=8.2", "psr/log": "^1|^2|^3", "symfony/polyfill-php85": "^1.32", "symfony/var-dumper": "^6.4|^7.0|^8.0" }, "conflict": { "symfony/deprecation-contracts": "<2.5", "symfony/http-kernel": "<6.4" }, "require-dev": { "symfony/console": "^6.4|^7.0|^8.0", "symfony/deprecation-contracts": "^2.5|^3", "symfony/http-kernel": "^6.4|^7.0|^8.0", "symfony/serializer": "^6.4|^7.0|^8.0", "symfony/webpack-encore-bundle": "^1.0|^2.0" }, "bin": [ "Resources/bin/patch-type-declarations" ], "type": "library", "autoload": { "psr-4": { "Symfony\\Component\\ErrorHandler\\": "" }, "exclude-from-classmap": [ "/Tests/" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Fabien Potencier", "email": "fabien@symfony.com" }, { "name": "Symfony Community", "homepage": "https://symfony.com/contributors" } ], "description": "Provides tools to manage errors and ease debugging PHP code", "homepage": "https://symfony.com", "support": { "source": "https://github.com/symfony/error-handler/tree/v7.4.4" }, "funding": [ { "url": "https://symfony.com/sponsor", "type": "custom" }, { "url": "https://github.com/fabpot", "type": "github" }, { "url": "https://github.com/nicolas-grekas", "type": "github" }, { "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", "type": "tidelift" } ], "time": "2026-01-20T16:42:42+00:00" }, { "name": "symfony/event-dispatcher", "version": "v7.4.4", "source": { "type": "git", "url": "https://github.com/symfony/event-dispatcher.git", "reference": "dc2c0eba1af673e736bb851d747d266108aea746" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/dc2c0eba1af673e736bb851d747d266108aea746", "reference": "dc2c0eba1af673e736bb851d747d266108aea746", "shasum": "" }, "require": { "php": ">=8.2", "symfony/event-dispatcher-contracts": "^2.5|^3" }, "conflict": { "symfony/dependency-injection": "<6.4", "symfony/service-contracts": "<2.5" }, "provide": { "psr/event-dispatcher-implementation": "1.0", "symfony/event-dispatcher-implementation": "2.0|3.0" }, "require-dev": { "psr/log": "^1|^2|^3", "symfony/config": "^6.4|^7.0|^8.0", "symfony/dependency-injection": "^6.4|^7.0|^8.0", "symfony/error-handler": "^6.4|^7.0|^8.0", "symfony/expression-language": "^6.4|^7.0|^8.0", "symfony/framework-bundle": "^6.4|^7.0|^8.0", "symfony/http-foundation": "^6.4|^7.0|^8.0", "symfony/service-contracts": "^2.5|^3", "symfony/stopwatch": "^6.4|^7.0|^8.0" }, "type": "library", "autoload": { "psr-4": { "Symfony\\Component\\EventDispatcher\\": "" }, "exclude-from-classmap": [ "/Tests/" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Fabien Potencier", "email": "fabien@symfony.com" }, { "name": "Symfony Community", "homepage": "https://symfony.com/contributors" } ], "description": "Provides tools that allow your application components to communicate with each other by dispatching events and listening to them", "homepage": "https://symfony.com", "support": { "source": "https://github.com/symfony/event-dispatcher/tree/v7.4.4" }, "funding": [ { "url": "https://symfony.com/sponsor", "type": "custom" }, { "url": "https://github.com/fabpot", "type": "github" }, { "url": "https://github.com/nicolas-grekas", "type": "github" }, { "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", "type": "tidelift" } ], "time": "2026-01-05T11:45:34+00:00" }, { "name": "symfony/expression-language", "version": "v7.4.4", "source": { "type": "git", "url": "https://github.com/symfony/expression-language.git", "reference": "f3a6497eb6573e185f2ec41cd3b3f0cd68ddf667" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/expression-language/zipball/f3a6497eb6573e185f2ec41cd3b3f0cd68ddf667", "reference": "f3a6497eb6573e185f2ec41cd3b3f0cd68ddf667", "shasum": "" }, "require": { "php": ">=8.2", "symfony/cache": "^6.4|^7.0|^8.0", "symfony/deprecation-contracts": "^2.5|^3", "symfony/service-contracts": "^2.5|^3" }, "type": "library", "autoload": { "psr-4": { "Symfony\\Component\\ExpressionLanguage\\": "" }, "exclude-from-classmap": [ "/Tests/" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Fabien Potencier", "email": "fabien@symfony.com" }, { "name": "Symfony Community", "homepage": "https://symfony.com/contributors" } ], "description": "Provides an engine that can compile and evaluate expressions", "homepage": "https://symfony.com", "support": { "source": "https://github.com/symfony/expression-language/tree/v7.4.4" }, "funding": [ { "url": "https://symfony.com/sponsor", "type": "custom" }, { "url": "https://github.com/fabpot", "type": "github" }, { "url": "https://github.com/nicolas-grekas", "type": "github" }, { "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", "type": "tidelift" } ], "time": "2026-01-05T08:47:25+00:00" }, { "name": "symfony/filesystem", "version": "v7.4.0", "source": { "type": "git", "url": "https://github.com/symfony/filesystem.git", "reference": "d551b38811096d0be9c4691d406991b47c0c630a" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/filesystem/zipball/d551b38811096d0be9c4691d406991b47c0c630a", "reference": "d551b38811096d0be9c4691d406991b47c0c630a", "shasum": "" }, "require": { "php": ">=8.2", "symfony/polyfill-ctype": "~1.8", "symfony/polyfill-mbstring": "~1.8" }, "require-dev": { "symfony/process": "^6.4|^7.0|^8.0" }, "type": "library", "autoload": { "psr-4": { "Symfony\\Component\\Filesystem\\": "" }, "exclude-from-classmap": [ "/Tests/" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Fabien Potencier", "email": "fabien@symfony.com" }, { "name": "Symfony Community", "homepage": "https://symfony.com/contributors" } ], "description": "Provides basic utilities for the filesystem", "homepage": "https://symfony.com", "support": { "source": "https://github.com/symfony/filesystem/tree/v7.4.0" }, "funding": [ { "url": "https://symfony.com/sponsor", "type": "custom" }, { "url": "https://github.com/fabpot", "type": "github" }, { "url": "https://github.com/nicolas-grekas", "type": "github" }, { "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", "type": "tidelift" } ], "time": "2025-11-27T13:27:24+00:00" }, { "name": "symfony/finder", "version": "v7.4.5", "source": { "type": "git", "url": "https://github.com/symfony/finder.git", "reference": "ad4daa7c38668dcb031e63bc99ea9bd42196a2cb" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/finder/zipball/ad4daa7c38668dcb031e63bc99ea9bd42196a2cb", "reference": "ad4daa7c38668dcb031e63bc99ea9bd42196a2cb", "shasum": "" }, "require": { "php": ">=8.2" }, "require-dev": { "symfony/filesystem": "^6.4|^7.0|^8.0" }, "type": "library", "autoload": { "psr-4": { "Symfony\\Component\\Finder\\": "" }, "exclude-from-classmap": [ "/Tests/" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Fabien Potencier", "email": "fabien@symfony.com" }, { "name": "Symfony Community", "homepage": "https://symfony.com/contributors" } ], "description": "Finds files and directories via an intuitive fluent interface", "homepage": "https://symfony.com", "support": { "source": "https://github.com/symfony/finder/tree/v7.4.5" }, "funding": [ { "url": "https://symfony.com/sponsor", "type": "custom" }, { "url": "https://github.com/fabpot", "type": "github" }, { "url": "https://github.com/nicolas-grekas", "type": "github" }, { "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", "type": "tidelift" } ], "time": "2026-01-26T15:07:59+00:00" }, { "name": "symfony/flex", "version": "v2.10.0", "source": { "type": "git", "url": "https://github.com/symfony/flex.git", "reference": "9cd384775973eabbf6e8b05784dda279fc67c28d" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/flex/zipball/9cd384775973eabbf6e8b05784dda279fc67c28d", "reference": "9cd384775973eabbf6e8b05784dda279fc67c28d", "shasum": "" }, "require": { "composer-plugin-api": "^2.1", "php": ">=8.1" }, "conflict": { "composer/semver": "<1.7.2", "symfony/dotenv": "<5.4" }, "require-dev": { "composer/composer": "^2.1", "symfony/dotenv": "^6.4|^7.4|^8.0", "symfony/filesystem": "^6.4|^7.4|^8.0", "symfony/phpunit-bridge": "^6.4|^7.4|^8.0", "symfony/process": "^6.4|^7.4|^8.0" }, "type": "composer-plugin", "extra": { "class": "Symfony\\Flex\\Flex" }, "autoload": { "psr-4": { "Symfony\\Flex\\": "src" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Fabien Potencier", "email": "fabien.potencier@gmail.com" } ], "description": "Composer plugin for Symfony", "support": { "issues": "https://github.com/symfony/flex/issues", "source": "https://github.com/symfony/flex/tree/v2.10.0" }, "funding": [ { "url": "https://symfony.com/sponsor", "type": "custom" }, { "url": "https://github.com/fabpot", "type": "github" }, { "url": "https://github.com/nicolas-grekas", "type": "github" }, { "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", "type": "tidelift" } ], "time": "2025-11-16T09:38:19+00:00" }, { "name": "symfony/form", "version": "v7.4.4", "source": { "type": "git", "url": "https://github.com/symfony/form.git", "reference": "264fc873f01376216f0b884ecc81b34b830e25a8" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/form/zipball/264fc873f01376216f0b884ecc81b34b830e25a8", "reference": "264fc873f01376216f0b884ecc81b34b830e25a8", "shasum": "" }, "require": { "php": ">=8.2", "symfony/deprecation-contracts": "^2.5|^3", "symfony/event-dispatcher": "^6.4|^7.0|^8.0", "symfony/options-resolver": "^7.3|^8.0", "symfony/polyfill-ctype": "~1.8", "symfony/polyfill-intl-icu": "^1.21", "symfony/polyfill-mbstring": "~1.0", "symfony/property-access": "^6.4|^7.0|^8.0", "symfony/service-contracts": "^2.5|^3" }, "conflict": { "symfony/console": "<6.4", "symfony/dependency-injection": "<6.4", "symfony/doctrine-bridge": "<6.4", "symfony/error-handler": "<6.4", "symfony/framework-bundle": "<6.4", "symfony/http-kernel": "<6.4", "symfony/intl": "<7.4", "symfony/translation": "<6.4.3|>=7.0,<7.0.3", "symfony/translation-contracts": "<2.5", "symfony/twig-bridge": "<6.4" }, "require-dev": { "doctrine/collections": "^1.0|^2.0", "symfony/clock": "^6.4|^7.0|^8.0", "symfony/config": "^6.4|^7.0|^8.0", "symfony/console": "^6.4|^7.0|^8.0", "symfony/dependency-injection": "^6.4|^7.0|^8.0", "symfony/expression-language": "^6.4|^7.0|^8.0", "symfony/html-sanitizer": "^6.4|^7.0|^8.0", "symfony/http-foundation": "^6.4|^7.0|^8.0", "symfony/http-kernel": "^6.4|^7.0|^8.0", "symfony/intl": "^7.4|^8.0", "symfony/security-core": "^6.4|^7.0|^8.0", "symfony/security-csrf": "^6.4|^7.0|^8.0", "symfony/translation": "^6.4.3|^7.0.3|^8.0", "symfony/uid": "^6.4|^7.0|^8.0", "symfony/validator": "^6.4.12|^7.1.5|^8.0", "symfony/var-dumper": "^6.4|^7.0|^8.0" }, "type": "library", "autoload": { "psr-4": { "Symfony\\Component\\Form\\": "" }, "exclude-from-classmap": [ "/Tests/" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Fabien Potencier", "email": "fabien@symfony.com" }, { "name": "Symfony Community", "homepage": "https://symfony.com/contributors" } ], "description": "Allows to easily create, process and reuse HTML forms", "homepage": "https://symfony.com", "support": { "source": "https://github.com/symfony/form/tree/v7.4.4" }, "funding": [ { "url": "https://symfony.com/sponsor", "type": "custom" }, { "url": "https://github.com/fabpot", "type": "github" }, { "url": "https://github.com/nicolas-grekas", "type": "github" }, { "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", "type": "tidelift" } ], "time": "2026-01-23T10:51:15+00:00" }, { "name": "symfony/framework-bundle", "version": "v7.4.5", "source": { "type": "git", "url": "https://github.com/symfony/framework-bundle.git", "reference": "dcf89ca6712d9e1b5d3f14dea0e1c2685a05d1cd" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/framework-bundle/zipball/dcf89ca6712d9e1b5d3f14dea0e1c2685a05d1cd", "reference": "dcf89ca6712d9e1b5d3f14dea0e1c2685a05d1cd", "shasum": "" }, "require": { "composer-runtime-api": ">=2.1", "ext-xml": "*", "php": ">=8.2", "symfony/cache": "^6.4.12|^7.0|^8.0", "symfony/config": "^7.4.4|^8.0.4", "symfony/dependency-injection": "^7.4.4|^8.0.4", "symfony/deprecation-contracts": "^2.5|^3", "symfony/error-handler": "^7.3|^8.0", "symfony/event-dispatcher": "^6.4|^7.0|^8.0", "symfony/filesystem": "^7.1|^8.0", "symfony/finder": "^6.4|^7.0|^8.0", "symfony/http-foundation": "^7.4|^8.0", "symfony/http-kernel": "^7.4|^8.0", "symfony/polyfill-mbstring": "~1.0", "symfony/polyfill-php85": "^1.32", "symfony/routing": "^7.4|^8.0" }, "conflict": { "doctrine/persistence": "<1.3", "phpdocumentor/reflection-docblock": "<5.2|>=6", "phpdocumentor/type-resolver": "<1.5.1", "symfony/asset": "<6.4", "symfony/asset-mapper": "<6.4", "symfony/clock": "<6.4", "symfony/console": "<6.4", "symfony/dom-crawler": "<6.4", "symfony/dotenv": "<6.4", "symfony/form": "<7.4", "symfony/http-client": "<6.4", "symfony/lock": "<6.4", "symfony/mailer": "<6.4", "symfony/messenger": "<7.4", "symfony/mime": "<6.4", "symfony/property-access": "<6.4", "symfony/property-info": "<6.4", "symfony/runtime": "<6.4.13|>=7.0,<7.1.6", "symfony/scheduler": "<6.4.4|>=7.0.0,<7.0.4", "symfony/security-core": "<6.4", "symfony/security-csrf": "<7.2", "symfony/serializer": "<7.2.5", "symfony/stopwatch": "<6.4", "symfony/translation": "<7.3", "symfony/twig-bridge": "<6.4", "symfony/twig-bundle": "<6.4", "symfony/validator": "<6.4", "symfony/web-profiler-bundle": "<6.4", "symfony/webhook": "<7.2", "symfony/workflow": "<7.4" }, "require-dev": { "doctrine/persistence": "^1.3|^2|^3", "dragonmantank/cron-expression": "^3.1", "phpdocumentor/reflection-docblock": "^5.2", "seld/jsonlint": "^1.10", "symfony/asset": "^6.4|^7.0|^8.0", "symfony/asset-mapper": "^6.4|^7.0|^8.0", "symfony/browser-kit": "^6.4|^7.0|^8.0", "symfony/clock": "^6.4|^7.0|^8.0", "symfony/console": "^6.4|^7.0|^8.0", "symfony/css-selector": "^6.4|^7.0|^8.0", "symfony/dom-crawler": "^6.4|^7.0|^8.0", "symfony/dotenv": "^6.4|^7.0|^8.0", "symfony/expression-language": "^6.4|^7.0|^8.0", "symfony/form": "^7.4|^8.0", "symfony/html-sanitizer": "^6.4|^7.0|^8.0", "symfony/http-client": "^6.4|^7.0|^8.0", "symfony/json-streamer": "^7.3|^8.0", "symfony/lock": "^6.4|^7.0|^8.0", "symfony/mailer": "^6.4|^7.0|^8.0", "symfony/messenger": "^7.4|^8.0", "symfony/mime": "^6.4|^7.0|^8.0", "symfony/notifier": "^6.4|^7.0|^8.0", "symfony/object-mapper": "^7.3|^8.0", "symfony/polyfill-intl-icu": "~1.0", "symfony/process": "^6.4|^7.0|^8.0", "symfony/property-info": "^6.4|^7.0|^8.0", "symfony/rate-limiter": "^6.4|^7.0|^8.0", "symfony/runtime": "^6.4.13|^7.1.6|^8.0", "symfony/scheduler": "^6.4.4|^7.0.4|^8.0", "symfony/security-bundle": "^6.4|^7.0|^8.0", "symfony/semaphore": "^6.4|^7.0|^8.0", "symfony/serializer": "^7.2.5|^8.0", "symfony/stopwatch": "^6.4|^7.0|^8.0", "symfony/string": "^6.4|^7.0|^8.0", "symfony/translation": "^7.3|^8.0", "symfony/twig-bundle": "^6.4|^7.0|^8.0", "symfony/type-info": "^7.1.8|^8.0", "symfony/uid": "^6.4|^7.0|^8.0", "symfony/validator": "^7.4|^8.0", "symfony/web-link": "^6.4|^7.0|^8.0", "symfony/webhook": "^7.2|^8.0", "symfony/workflow": "^7.4|^8.0", "symfony/yaml": "^7.3|^8.0", "twig/twig": "^3.12" }, "type": "symfony-bundle", "autoload": { "psr-4": { "Symfony\\Bundle\\FrameworkBundle\\": "" }, "exclude-from-classmap": [ "/Tests/" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Fabien Potencier", "email": "fabien@symfony.com" }, { "name": "Symfony Community", "homepage": "https://symfony.com/contributors" } ], "description": "Provides a tight integration between Symfony components and the Symfony full-stack framework", "homepage": "https://symfony.com", "support": { "source": "https://github.com/symfony/framework-bundle/tree/v7.4.5" }, "funding": [ { "url": "https://symfony.com/sponsor", "type": "custom" }, { "url": "https://github.com/fabpot", "type": "github" }, { "url": "https://github.com/nicolas-grekas", "type": "github" }, { "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", "type": "tidelift" } ], "time": "2026-01-27T08:59:58+00:00" }, { "name": "symfony/http-client", "version": "v7.4.5", "source": { "type": "git", "url": "https://github.com/symfony/http-client.git", "reference": "84bb634857a893cc146cceb467e31b3f02c5fe9f" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/http-client/zipball/84bb634857a893cc146cceb467e31b3f02c5fe9f", "reference": "84bb634857a893cc146cceb467e31b3f02c5fe9f", "shasum": "" }, "require": { "php": ">=8.2", "psr/log": "^1|^2|^3", "symfony/deprecation-contracts": "^2.5|^3", "symfony/http-client-contracts": "~3.4.4|^3.5.2", "symfony/polyfill-php83": "^1.29", "symfony/service-contracts": "^2.5|^3" }, "conflict": { "amphp/amp": "<2.5", "amphp/socket": "<1.1", "php-http/discovery": "<1.15", "symfony/http-foundation": "<6.4" }, "provide": { "php-http/async-client-implementation": "*", "php-http/client-implementation": "*", "psr/http-client-implementation": "1.0", "symfony/http-client-implementation": "3.0" }, "require-dev": { "amphp/http-client": "^4.2.1|^5.0", "amphp/http-tunnel": "^1.0|^2.0", "guzzlehttp/promises": "^1.4|^2.0", "nyholm/psr7": "^1.0", "php-http/httplug": "^1.0|^2.0", "psr/http-client": "^1.0", "symfony/amphp-http-client-meta": "^1.0|^2.0", "symfony/cache": "^6.4|^7.0|^8.0", "symfony/dependency-injection": "^6.4|^7.0|^8.0", "symfony/http-kernel": "^6.4|^7.0|^8.0", "symfony/messenger": "^6.4|^7.0|^8.0", "symfony/process": "^6.4|^7.0|^8.0", "symfony/rate-limiter": "^6.4|^7.0|^8.0", "symfony/stopwatch": "^6.4|^7.0|^8.0" }, "type": "library", "autoload": { "psr-4": { "Symfony\\Component\\HttpClient\\": "" }, "exclude-from-classmap": [ "/Tests/" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Nicolas Grekas", "email": "p@tchwork.com" }, { "name": "Symfony Community", "homepage": "https://symfony.com/contributors" } ], "description": "Provides powerful methods to fetch HTTP resources synchronously or asynchronously", "homepage": "https://symfony.com", "keywords": [ "http" ], "support": { "source": "https://github.com/symfony/http-client/tree/v7.4.5" }, "funding": [ { "url": "https://symfony.com/sponsor", "type": "custom" }, { "url": "https://github.com/fabpot", "type": "github" }, { "url": "https://github.com/nicolas-grekas", "type": "github" }, { "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", "type": "tidelift" } ], "time": "2026-01-27T16:16:02+00:00" }, { "name": "symfony/http-foundation", "version": "v7.4.5", "source": { "type": "git", "url": "https://github.com/symfony/http-foundation.git", "reference": "446d0db2b1f21575f1284b74533e425096abdfb6" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/http-foundation/zipball/446d0db2b1f21575f1284b74533e425096abdfb6", "reference": "446d0db2b1f21575f1284b74533e425096abdfb6", "shasum": "" }, "require": { "php": ">=8.2", "symfony/deprecation-contracts": "^2.5|^3", "symfony/polyfill-mbstring": "^1.1" }, "conflict": { "doctrine/dbal": "<3.6", "symfony/cache": "<6.4.12|>=7.0,<7.1.5" }, "require-dev": { "doctrine/dbal": "^3.6|^4", "predis/predis": "^1.1|^2.0", "symfony/cache": "^6.4.12|^7.1.5|^8.0", "symfony/clock": "^6.4|^7.0|^8.0", "symfony/dependency-injection": "^6.4|^7.0|^8.0", "symfony/expression-language": "^6.4|^7.0|^8.0", "symfony/http-kernel": "^6.4|^7.0|^8.0", "symfony/mime": "^6.4|^7.0|^8.0", "symfony/rate-limiter": "^6.4|^7.0|^8.0" }, "type": "library", "autoload": { "psr-4": { "Symfony\\Component\\HttpFoundation\\": "" }, "exclude-from-classmap": [ "/Tests/" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Fabien Potencier", "email": "fabien@symfony.com" }, { "name": "Symfony Community", "homepage": "https://symfony.com/contributors" } ], "description": "Defines an object-oriented layer for the HTTP specification", "homepage": "https://symfony.com", "support": { "source": "https://github.com/symfony/http-foundation/tree/v7.4.5" }, "funding": [ { "url": "https://symfony.com/sponsor", "type": "custom" }, { "url": "https://github.com/fabpot", "type": "github" }, { "url": "https://github.com/nicolas-grekas", "type": "github" }, { "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", "type": "tidelift" } ], "time": "2026-01-27T16:16:02+00:00" }, { "name": "symfony/http-kernel", "version": "v7.4.5", "source": { "type": "git", "url": "https://github.com/symfony/http-kernel.git", "reference": "229eda477017f92bd2ce7615d06222ec0c19e82a" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/http-kernel/zipball/229eda477017f92bd2ce7615d06222ec0c19e82a", "reference": "229eda477017f92bd2ce7615d06222ec0c19e82a", "shasum": "" }, "require": { "php": ">=8.2", "psr/log": "^1|^2|^3", "symfony/deprecation-contracts": "^2.5|^3", "symfony/error-handler": "^6.4|^7.0|^8.0", "symfony/event-dispatcher": "^7.3|^8.0", "symfony/http-foundation": "^7.4|^8.0", "symfony/polyfill-ctype": "^1.8" }, "conflict": { "symfony/browser-kit": "<6.4", "symfony/cache": "<6.4", "symfony/config": "<6.4", "symfony/console": "<6.4", "symfony/dependency-injection": "<6.4", "symfony/doctrine-bridge": "<6.4", "symfony/flex": "<2.10", "symfony/form": "<6.4", "symfony/http-client": "<6.4", "symfony/http-client-contracts": "<2.5", "symfony/mailer": "<6.4", "symfony/messenger": "<6.4", "symfony/translation": "<6.4", "symfony/translation-contracts": "<2.5", "symfony/twig-bridge": "<6.4", "symfony/validator": "<6.4", "symfony/var-dumper": "<6.4", "twig/twig": "<3.12" }, "provide": { "psr/log-implementation": "1.0|2.0|3.0" }, "require-dev": { "psr/cache": "^1.0|^2.0|^3.0", "symfony/browser-kit": "^6.4|^7.0|^8.0", "symfony/clock": "^6.4|^7.0|^8.0", "symfony/config": "^6.4|^7.0|^8.0", "symfony/console": "^6.4|^7.0|^8.0", "symfony/css-selector": "^6.4|^7.0|^8.0", "symfony/dependency-injection": "^6.4|^7.0|^8.0", "symfony/dom-crawler": "^6.4|^7.0|^8.0", "symfony/expression-language": "^6.4|^7.0|^8.0", "symfony/finder": "^6.4|^7.0|^8.0", "symfony/http-client-contracts": "^2.5|^3", "symfony/process": "^6.4|^7.0|^8.0", "symfony/property-access": "^7.1|^8.0", "symfony/routing": "^6.4|^7.0|^8.0", "symfony/serializer": "^7.1|^8.0", "symfony/stopwatch": "^6.4|^7.0|^8.0", "symfony/translation": "^6.4|^7.0|^8.0", "symfony/translation-contracts": "^2.5|^3", "symfony/uid": "^6.4|^7.0|^8.0", "symfony/validator": "^6.4|^7.0|^8.0", "symfony/var-dumper": "^6.4|^7.0|^8.0", "symfony/var-exporter": "^6.4|^7.0|^8.0", "twig/twig": "^3.12" }, "type": "library", "autoload": { "psr-4": { "Symfony\\Component\\HttpKernel\\": "" }, "exclude-from-classmap": [ "/Tests/" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Fabien Potencier", "email": "fabien@symfony.com" }, { "name": "Symfony Community", "homepage": "https://symfony.com/contributors" } ], "description": "Provides a structured process for converting a Request into a Response", "homepage": "https://symfony.com", "support": { "source": "https://github.com/symfony/http-kernel/tree/v7.4.5" }, "funding": [ { "url": "https://symfony.com/sponsor", "type": "custom" }, { "url": "https://github.com/fabpot", "type": "github" }, { "url": "https://github.com/nicolas-grekas", "type": "github" }, { "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", "type": "tidelift" } ], "time": "2026-01-28T10:33:42+00:00" }, { "name": "symfony/intl", "version": "v7.4.4", "source": { "type": "git", "url": "https://github.com/symfony/intl.git", "reference": "7fa2d46174166bcd7829abc8717949f8a0b21fb7" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/intl/zipball/7fa2d46174166bcd7829abc8717949f8a0b21fb7", "reference": "7fa2d46174166bcd7829abc8717949f8a0b21fb7", "shasum": "" }, "require": { "php": ">=8.2", "symfony/deprecation-contracts": "^2.5|^3" }, "conflict": { "symfony/string": "<7.1" }, "require-dev": { "symfony/filesystem": "^6.4|^7.0|^8.0", "symfony/var-exporter": "^6.4|^7.0|^8.0" }, "type": "library", "autoload": { "psr-4": { "Symfony\\Component\\Intl\\": "" }, "exclude-from-classmap": [ "/Tests/", "/Resources/data/" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Bernhard Schussek", "email": "bschussek@gmail.com" }, { "name": "Eriksen Costa", "email": "eriksen.costa@infranology.com.br" }, { "name": "Igor Wiedler", "email": "igor@wiedler.ch" }, { "name": "Symfony Community", "homepage": "https://symfony.com/contributors" } ], "description": "Provides access to the localization data of the ICU library", "homepage": "https://symfony.com", "keywords": [ "i18n", "icu", "internationalization", "intl", "l10n", "localization" ], "support": { "source": "https://github.com/symfony/intl/tree/v7.4.4" }, "funding": [ { "url": "https://symfony.com/sponsor", "type": "custom" }, { "url": "https://github.com/fabpot", "type": "github" }, { "url": "https://github.com/nicolas-grekas", "type": "github" }, { "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", "type": "tidelift" } ], "time": "2026-01-12T12:19:02+00:00" }, { "name": "symfony/mailer", "version": "v7.4.4", "source": { "type": "git", "url": "https://github.com/symfony/mailer.git", "reference": "7b750074c40c694ceb34cb926d6dffee231c5cd6" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/mailer/zipball/7b750074c40c694ceb34cb926d6dffee231c5cd6", "reference": "7b750074c40c694ceb34cb926d6dffee231c5cd6", "shasum": "" }, "require": { "egulias/email-validator": "^2.1.10|^3|^4", "php": ">=8.2", "psr/event-dispatcher": "^1", "psr/log": "^1|^2|^3", "symfony/event-dispatcher": "^6.4|^7.0|^8.0", "symfony/mime": "^7.2|^8.0", "symfony/service-contracts": "^2.5|^3" }, "conflict": { "symfony/http-client-contracts": "<2.5", "symfony/http-kernel": "<6.4", "symfony/messenger": "<6.4", "symfony/mime": "<6.4", "symfony/twig-bridge": "<6.4" }, "require-dev": { "symfony/console": "^6.4|^7.0|^8.0", "symfony/http-client": "^6.4|^7.0|^8.0", "symfony/messenger": "^6.4|^7.0|^8.0", "symfony/twig-bridge": "^6.4|^7.0|^8.0" }, "type": "library", "autoload": { "psr-4": { "Symfony\\Component\\Mailer\\": "" }, "exclude-from-classmap": [ "/Tests/" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Fabien Potencier", "email": "fabien@symfony.com" }, { "name": "Symfony Community", "homepage": "https://symfony.com/contributors" } ], "description": "Helps sending emails", "homepage": "https://symfony.com", "support": { "source": "https://github.com/symfony/mailer/tree/v7.4.4" }, "funding": [ { "url": "https://symfony.com/sponsor", "type": "custom" }, { "url": "https://github.com/fabpot", "type": "github" }, { "url": "https://github.com/nicolas-grekas", "type": "github" }, { "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", "type": "tidelift" } ], "time": "2026-01-08T08:25:11+00:00" }, { "name": "symfony/messenger", "version": "v7.4.4", "source": { "type": "git", "url": "https://github.com/symfony/messenger.git", "reference": "0a39e1b256f280762293f2f441e430c8baf74f9c" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/messenger/zipball/0a39e1b256f280762293f2f441e430c8baf74f9c", "reference": "0a39e1b256f280762293f2f441e430c8baf74f9c", "shasum": "" }, "require": { "php": ">=8.2", "psr/log": "^1|^2|^3", "symfony/clock": "^6.4|^7.0|^8.0", "symfony/deprecation-contracts": "^2.5|^3" }, "conflict": { "symfony/console": "<7.2", "symfony/event-dispatcher": "<6.4", "symfony/event-dispatcher-contracts": "<2.5", "symfony/framework-bundle": "<6.4", "symfony/http-kernel": "<7.3", "symfony/lock": "<7.4", "symfony/serializer": "<6.4.32|>=7.3,<7.3.10|>=7.4,<7.4.4|>=8.0,<8.0.4" }, "require-dev": { "psr/cache": "^1.0|^2.0|^3.0", "symfony/console": "^7.2|^8.0", "symfony/dependency-injection": "^6.4|^7.0|^8.0", "symfony/event-dispatcher": "^6.4|^7.0|^8.0", "symfony/http-kernel": "^7.3|^8.0", "symfony/lock": "^7.4|^8.0", "symfony/process": "^6.4|^7.0|^8.0", "symfony/property-access": "^6.4|^7.0|^8.0", "symfony/rate-limiter": "^6.4|^7.0|^8.0", "symfony/routing": "^6.4|^7.0|^8.0", "symfony/serializer": "^6.4.32|~7.3.10|^7.4.4|^8.0.4", "symfony/service-contracts": "^2.5|^3", "symfony/stopwatch": "^6.4|^7.0|^8.0", "symfony/validator": "^6.4|^7.0|^8.0", "symfony/var-dumper": "^6.4|^7.0|^8.0" }, "type": "library", "autoload": { "psr-4": { "Symfony\\Component\\Messenger\\": "" }, "exclude-from-classmap": [ "/Tests/" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Samuel Roze", "email": "samuel.roze@gmail.com" }, { "name": "Symfony Community", "homepage": "https://symfony.com/contributors" } ], "description": "Helps applications send and receive messages to/from other applications or via message queues", "homepage": "https://symfony.com", "support": { "source": "https://github.com/symfony/messenger/tree/v7.4.4" }, "funding": [ { "url": "https://symfony.com/sponsor", "type": "custom" }, { "url": "https://github.com/fabpot", "type": "github" }, { "url": "https://github.com/nicolas-grekas", "type": "github" }, { "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", "type": "tidelift" } ], "time": "2026-01-08T14:50:10+00:00" }, { "name": "symfony/mime", "version": "v7.4.5", "source": { "type": "git", "url": "https://github.com/symfony/mime.git", "reference": "b18c7e6e9eee1e19958138df10412f3c4c316148" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/mime/zipball/b18c7e6e9eee1e19958138df10412f3c4c316148", "reference": "b18c7e6e9eee1e19958138df10412f3c4c316148", "shasum": "" }, "require": { "php": ">=8.2", "symfony/deprecation-contracts": "^2.5|^3", "symfony/polyfill-intl-idn": "^1.10", "symfony/polyfill-mbstring": "^1.0" }, "conflict": { "egulias/email-validator": "~3.0.0", "phpdocumentor/reflection-docblock": "<5.2|>=6", "phpdocumentor/type-resolver": "<1.5.1", "symfony/mailer": "<6.4", "symfony/serializer": "<6.4.3|>7.0,<7.0.3" }, "require-dev": { "egulias/email-validator": "^2.1.10|^3.1|^4", "league/html-to-markdown": "^5.0", "phpdocumentor/reflection-docblock": "^5.2", "symfony/dependency-injection": "^6.4|^7.0|^8.0", "symfony/process": "^6.4|^7.0|^8.0", "symfony/property-access": "^6.4|^7.0|^8.0", "symfony/property-info": "^6.4|^7.0|^8.0", "symfony/serializer": "^6.4.3|^7.0.3|^8.0" }, "type": "library", "autoload": { "psr-4": { "Symfony\\Component\\Mime\\": "" }, "exclude-from-classmap": [ "/Tests/" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Fabien Potencier", "email": "fabien@symfony.com" }, { "name": "Symfony Community", "homepage": "https://symfony.com/contributors" } ], "description": "Allows manipulating MIME messages", "homepage": "https://symfony.com", "keywords": [ "mime", "mime-type" ], "support": { "source": "https://github.com/symfony/mime/tree/v7.4.5" }, "funding": [ { "url": "https://symfony.com/sponsor", "type": "custom" }, { "url": "https://github.com/fabpot", "type": "github" }, { "url": "https://github.com/nicolas-grekas", "type": "github" }, { "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", "type": "tidelift" } ], "time": "2026-01-27T08:59:58+00:00" }, { "name": "symfony/monolog-bridge", "version": "v7.4.4", "source": { "type": "git", "url": "https://github.com/symfony/monolog-bridge.git", "reference": "9c34e8170b09f062a9a38880a3cb58ee35cb7fd4" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/monolog-bridge/zipball/9c34e8170b09f062a9a38880a3cb58ee35cb7fd4", "reference": "9c34e8170b09f062a9a38880a3cb58ee35cb7fd4", "shasum": "" }, "require": { "monolog/monolog": "^3", "php": ">=8.2", "symfony/deprecation-contracts": "^2.5|^3", "symfony/http-kernel": "^6.4|^7.0|^8.0", "symfony/service-contracts": "^2.5|^3" }, "conflict": { "symfony/console": "<6.4", "symfony/http-foundation": "<6.4", "symfony/security-core": "<6.4" }, "require-dev": { "symfony/console": "^6.4|^7.0|^8.0", "symfony/http-client": "^6.4|^7.0|^8.0", "symfony/mailer": "^6.4|^7.0|^8.0", "symfony/messenger": "^6.4|^7.0|^8.0", "symfony/mime": "^6.4|^7.0|^8.0", "symfony/security-core": "^6.4|^7.0|^8.0", "symfony/var-dumper": "^6.4|^7.0|^8.0" }, "type": "symfony-bridge", "autoload": { "psr-4": { "Symfony\\Bridge\\Monolog\\": "" }, "exclude-from-classmap": [ "/Tests/" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Fabien Potencier", "email": "fabien@symfony.com" }, { "name": "Symfony Community", "homepage": "https://symfony.com/contributors" } ], "description": "Provides integration for Monolog with various Symfony components", "homepage": "https://symfony.com", "support": { "source": "https://github.com/symfony/monolog-bridge/tree/v7.4.4" }, "funding": [ { "url": "https://symfony.com/sponsor", "type": "custom" }, { "url": "https://github.com/fabpot", "type": "github" }, { "url": "https://github.com/nicolas-grekas", "type": "github" }, { "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", "type": "tidelift" } ], "time": "2026-01-07T11:35:36+00:00" }, { "name": "symfony/monolog-bundle", "version": "v3.11.1", "source": { "type": "git", "url": "https://github.com/symfony/monolog-bundle.git", "reference": "0e675a6e08f791ef960dc9c7e392787111a3f0c1" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/monolog-bundle/zipball/0e675a6e08f791ef960dc9c7e392787111a3f0c1", "reference": "0e675a6e08f791ef960dc9c7e392787111a3f0c1", "shasum": "" }, "require": { "composer-runtime-api": "^2.0", "monolog/monolog": "^1.25.1 || ^2.0 || ^3.0", "php": ">=8.1", "symfony/config": "^6.4 || ^7.0", "symfony/dependency-injection": "^6.4 || ^7.0", "symfony/deprecation-contracts": "^2.5 || ^3.0", "symfony/http-kernel": "^6.4 || ^7.0", "symfony/monolog-bridge": "^6.4 || ^7.0", "symfony/polyfill-php84": "^1.30" }, "require-dev": { "symfony/console": "^6.4 || ^7.0", "symfony/phpunit-bridge": "^7.3.3", "symfony/yaml": "^6.4 || ^7.0" }, "type": "symfony-bundle", "autoload": { "psr-4": { "Symfony\\Bundle\\MonologBundle\\": "src" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Fabien Potencier", "email": "fabien@symfony.com" }, { "name": "Symfony Community", "homepage": "https://symfony.com/contributors" } ], "description": "Symfony MonologBundle", "homepage": "https://symfony.com", "keywords": [ "log", "logging" ], "support": { "issues": "https://github.com/symfony/monolog-bundle/issues", "source": "https://github.com/symfony/monolog-bundle/tree/v3.11.1" }, "funding": [ { "url": "https://symfony.com/sponsor", "type": "custom" }, { "url": "https://github.com/fabpot", "type": "github" }, { "url": "https://github.com/nicolas-grekas", "type": "github" }, { "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", "type": "tidelift" } ], "time": "2025-12-08T07:58:26+00:00" }, { "name": "symfony/options-resolver", "version": "v7.4.0", "source": { "type": "git", "url": "https://github.com/symfony/options-resolver.git", "reference": "b38026df55197f9e39a44f3215788edf83187b80" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/options-resolver/zipball/b38026df55197f9e39a44f3215788edf83187b80", "reference": "b38026df55197f9e39a44f3215788edf83187b80", "shasum": "" }, "require": { "php": ">=8.2", "symfony/deprecation-contracts": "^2.5|^3" }, "type": "library", "autoload": { "psr-4": { "Symfony\\Component\\OptionsResolver\\": "" }, "exclude-from-classmap": [ "/Tests/" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Fabien Potencier", "email": "fabien@symfony.com" }, { "name": "Symfony Community", "homepage": "https://symfony.com/contributors" } ], "description": "Provides an improved replacement for the array_replace PHP function", "homepage": "https://symfony.com", "keywords": [ "config", "configuration", "options" ], "support": { "source": "https://github.com/symfony/options-resolver/tree/v7.4.0" }, "funding": [ { "url": "https://symfony.com/sponsor", "type": "custom" }, { "url": "https://github.com/fabpot", "type": "github" }, { "url": "https://github.com/nicolas-grekas", "type": "github" }, { "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", "type": "tidelift" } ], "time": "2025-11-12T15:39:26+00:00" }, { "name": "symfony/password-hasher", "version": "v7.4.4", "source": { "type": "git", "url": "https://github.com/symfony/password-hasher.git", "reference": "ab8e0ef42483f31c417c82ecfcf7be7b91d784fe" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/password-hasher/zipball/ab8e0ef42483f31c417c82ecfcf7be7b91d784fe", "reference": "ab8e0ef42483f31c417c82ecfcf7be7b91d784fe", "shasum": "" }, "require": { "php": ">=8.2" }, "conflict": { "symfony/security-core": "<6.4" }, "require-dev": { "symfony/console": "^6.4|^7.0|^8.0", "symfony/security-core": "^6.4|^7.0|^8.0" }, "type": "library", "autoload": { "psr-4": { "Symfony\\Component\\PasswordHasher\\": "" }, "exclude-from-classmap": [ "/Tests/" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Robin Chalas", "email": "robin.chalas@gmail.com" }, { "name": "Symfony Community", "homepage": "https://symfony.com/contributors" } ], "description": "Provides password hashing utilities", "homepage": "https://symfony.com", "keywords": [ "hashing", "password" ], "support": { "source": "https://github.com/symfony/password-hasher/tree/v7.4.4" }, "funding": [ { "url": "https://symfony.com/sponsor", "type": "custom" }, { "url": "https://github.com/fabpot", "type": "github" }, { "url": "https://github.com/nicolas-grekas", "type": "github" }, { "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", "type": "tidelift" } ], "time": "2026-01-01T22:13:48+00:00" }, { "name": "symfony/polyfill-php84", "version": "v1.33.0", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-php84.git", "reference": "d8ced4d875142b6a7426000426b8abc631d6b191" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/polyfill-php84/zipball/d8ced4d875142b6a7426000426b8abc631d6b191", "reference": "d8ced4d875142b6a7426000426b8abc631d6b191", "shasum": "" }, "require": { "php": ">=7.2" }, "type": "library", "extra": { "thanks": { "url": "https://github.com/symfony/polyfill", "name": "symfony/polyfill" } }, "autoload": { "files": [ "bootstrap.php" ], "psr-4": { "Symfony\\Polyfill\\Php84\\": "" }, "classmap": [ "Resources/stubs" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Nicolas Grekas", "email": "p@tchwork.com" }, { "name": "Symfony Community", "homepage": "https://symfony.com/contributors" } ], "description": "Symfony polyfill backporting some PHP 8.4+ features to lower PHP versions", "homepage": "https://symfony.com", "keywords": [ "compatibility", "polyfill", "portable", "shim" ], "support": { "source": "https://github.com/symfony/polyfill-php84/tree/v1.33.0" }, "funding": [ { "url": "https://symfony.com/sponsor", "type": "custom" }, { "url": "https://github.com/fabpot", "type": "github" }, { "url": "https://github.com/nicolas-grekas", "type": "github" }, { "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", "type": "tidelift" } ], "time": "2025-06-24T13:30:11+00:00" }, { "name": "symfony/polyfill-php85", "version": "v1.33.0", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-php85.git", "reference": "d4e5fcd4ab3d998ab16c0db48e6cbb9a01993f91" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/polyfill-php85/zipball/d4e5fcd4ab3d998ab16c0db48e6cbb9a01993f91", "reference": "d4e5fcd4ab3d998ab16c0db48e6cbb9a01993f91", "shasum": "" }, "require": { "php": ">=7.2" }, "type": "library", "extra": { "thanks": { "url": "https://github.com/symfony/polyfill", "name": "symfony/polyfill" } }, "autoload": { "files": [ "bootstrap.php" ], "psr-4": { "Symfony\\Polyfill\\Php85\\": "" }, "classmap": [ "Resources/stubs" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Nicolas Grekas", "email": "p@tchwork.com" }, { "name": "Symfony Community", "homepage": "https://symfony.com/contributors" } ], "description": "Symfony polyfill backporting some PHP 8.5+ features to lower PHP versions", "homepage": "https://symfony.com", "keywords": [ "compatibility", "polyfill", "portable", "shim" ], "support": { "source": "https://github.com/symfony/polyfill-php85/tree/v1.33.0" }, "funding": [ { "url": "https://symfony.com/sponsor", "type": "custom" }, { "url": "https://github.com/fabpot", "type": "github" }, { "url": "https://github.com/nicolas-grekas", "type": "github" }, { "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", "type": "tidelift" } ], "time": "2025-06-23T16:12:55+00:00" }, { "name": "symfony/polyfill-uuid", "version": "v1.33.0", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-uuid.git", "reference": "21533be36c24be3f4b1669c4725c7d1d2bab4ae2" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/polyfill-uuid/zipball/21533be36c24be3f4b1669c4725c7d1d2bab4ae2", "reference": "21533be36c24be3f4b1669c4725c7d1d2bab4ae2", "shasum": "" }, "require": { "php": ">=7.2" }, "provide": { "ext-uuid": "*" }, "suggest": { "ext-uuid": "For best performance" }, "type": "library", "extra": { "thanks": { "url": "https://github.com/symfony/polyfill", "name": "symfony/polyfill" } }, "autoload": { "files": [ "bootstrap.php" ], "psr-4": { "Symfony\\Polyfill\\Uuid\\": "" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Grégoire Pineau", "email": "lyrixx@lyrixx.info" }, { "name": "Symfony Community", "homepage": "https://symfony.com/contributors" } ], "description": "Symfony polyfill for uuid functions", "homepage": "https://symfony.com", "keywords": [ "compatibility", "polyfill", "portable", "uuid" ], "support": { "source": "https://github.com/symfony/polyfill-uuid/tree/v1.33.0" }, "funding": [ { "url": "https://symfony.com/sponsor", "type": "custom" }, { "url": "https://github.com/fabpot", "type": "github" }, { "url": "https://github.com/nicolas-grekas", "type": "github" }, { "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", "type": "tidelift" } ], "time": "2024-09-09T11:45:10+00:00" }, { "name": "symfony/process", "version": "v7.4.5", "source": { "type": "git", "url": "https://github.com/symfony/process.git", "reference": "608476f4604102976d687c483ac63a79ba18cc97" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/process/zipball/608476f4604102976d687c483ac63a79ba18cc97", "reference": "608476f4604102976d687c483ac63a79ba18cc97", "shasum": "" }, "require": { "php": ">=8.2" }, "type": "library", "autoload": { "psr-4": { "Symfony\\Component\\Process\\": "" }, "exclude-from-classmap": [ "/Tests/" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Fabien Potencier", "email": "fabien@symfony.com" }, { "name": "Symfony Community", "homepage": "https://symfony.com/contributors" } ], "description": "Executes commands in sub-processes", "homepage": "https://symfony.com", "support": { "source": "https://github.com/symfony/process/tree/v7.4.5" }, "funding": [ { "url": "https://symfony.com/sponsor", "type": "custom" }, { "url": "https://github.com/fabpot", "type": "github" }, { "url": "https://github.com/nicolas-grekas", "type": "github" }, { "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", "type": "tidelift" } ], "time": "2026-01-26T15:07:59+00:00" }, { "name": "symfony/property-access", "version": "v7.4.4", "source": { "type": "git", "url": "https://github.com/symfony/property-access.git", "reference": "fa49bf1ca8fce1ba0e2dba4e4658554cfb9364b1" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/property-access/zipball/fa49bf1ca8fce1ba0e2dba4e4658554cfb9364b1", "reference": "fa49bf1ca8fce1ba0e2dba4e4658554cfb9364b1", "shasum": "" }, "require": { "php": ">=8.2", "symfony/property-info": "^6.4.32|~7.3.10|^7.4.4|^8.0.4" }, "require-dev": { "symfony/cache": "^6.4|^7.0|^8.0", "symfony/var-exporter": "^6.4.1|^7.0.1|^8.0" }, "type": "library", "autoload": { "psr-4": { "Symfony\\Component\\PropertyAccess\\": "" }, "exclude-from-classmap": [ "/Tests/" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Fabien Potencier", "email": "fabien@symfony.com" }, { "name": "Symfony Community", "homepage": "https://symfony.com/contributors" } ], "description": "Provides functions to read and write from/to an object or array using a simple string notation", "homepage": "https://symfony.com", "keywords": [ "access", "array", "extraction", "index", "injection", "object", "property", "property-path", "reflection" ], "support": { "source": "https://github.com/symfony/property-access/tree/v7.4.4" }, "funding": [ { "url": "https://symfony.com/sponsor", "type": "custom" }, { "url": "https://github.com/fabpot", "type": "github" }, { "url": "https://github.com/nicolas-grekas", "type": "github" }, { "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", "type": "tidelift" } ], "time": "2026-01-05T08:47:25+00:00" }, { "name": "symfony/property-info", "version": "v7.4.5", "source": { "type": "git", "url": "https://github.com/symfony/property-info.git", "reference": "1c9d326bd69602561e2ea467a16c09b5972eee21" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/property-info/zipball/1c9d326bd69602561e2ea467a16c09b5972eee21", "reference": "1c9d326bd69602561e2ea467a16c09b5972eee21", "shasum": "" }, "require": { "php": ">=8.2", "symfony/deprecation-contracts": "^2.5|^3", "symfony/string": "^6.4|^7.0|^8.0", "symfony/type-info": "~7.3.10|^7.4.4|^8.0.4" }, "conflict": { "phpdocumentor/reflection-docblock": "<5.2|>=6", "phpdocumentor/type-resolver": "<1.5.1", "symfony/cache": "<6.4", "symfony/dependency-injection": "<6.4", "symfony/serializer": "<6.4" }, "require-dev": { "phpdocumentor/reflection-docblock": "^5.2", "phpstan/phpdoc-parser": "^1.0|^2.0", "symfony/cache": "^6.4|^7.0|^8.0", "symfony/dependency-injection": "^6.4|^7.0|^8.0", "symfony/serializer": "^6.4|^7.0|^8.0" }, "type": "library", "autoload": { "psr-4": { "Symfony\\Component\\PropertyInfo\\": "" }, "exclude-from-classmap": [ "/Tests/" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Kévin Dunglas", "email": "dunglas@gmail.com" }, { "name": "Symfony Community", "homepage": "https://symfony.com/contributors" } ], "description": "Extracts information about PHP class' properties using metadata of popular sources", "homepage": "https://symfony.com", "keywords": [ "doctrine", "phpdoc", "property", "symfony", "type", "validator" ], "support": { "source": "https://github.com/symfony/property-info/tree/v7.4.5" }, "funding": [ { "url": "https://symfony.com/sponsor", "type": "custom" }, { "url": "https://github.com/fabpot", "type": "github" }, { "url": "https://github.com/nicolas-grekas", "type": "github" }, { "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", "type": "tidelift" } ], "time": "2026-01-27T16:16:02+00:00" }, { "name": "symfony/proxy-manager-bridge", "version": "v6.4.28", "source": { "type": "git", "url": "https://github.com/symfony/proxy-manager-bridge.git", "reference": "9ecac7f98ad685d474394dbd06dab29bab4e18a6" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/proxy-manager-bridge/zipball/9ecac7f98ad685d474394dbd06dab29bab4e18a6", "reference": "9ecac7f98ad685d474394dbd06dab29bab4e18a6", "shasum": "" }, "require": { "friendsofphp/proxy-manager-lts": "^1.0.2", "php": ">=8.1", "symfony/dependency-injection": "^6.3|^7.0", "symfony/deprecation-contracts": "^2.5|^3" }, "require-dev": { "symfony/config": "^6.1|^7.0" }, "type": "symfony-bridge", "autoload": { "psr-4": { "Symfony\\Bridge\\ProxyManager\\": "" }, "exclude-from-classmap": [ "/Tests/" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Fabien Potencier", "email": "fabien@symfony.com" }, { "name": "Symfony Community", "homepage": "https://symfony.com/contributors" } ], "description": "Provides integration for ProxyManager with various Symfony components", "homepage": "https://symfony.com", "support": { "source": "https://github.com/symfony/proxy-manager-bridge/tree/v6.4.28" }, "funding": [ { "url": "https://symfony.com/sponsor", "type": "custom" }, { "url": "https://github.com/fabpot", "type": "github" }, { "url": "https://github.com/nicolas-grekas", "type": "github" }, { "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", "type": "tidelift" } ], "time": "2025-11-02T18:11:54+00:00" }, { "name": "symfony/routing", "version": "v7.4.4", "source": { "type": "git", "url": "https://github.com/symfony/routing.git", "reference": "0798827fe2c79caeed41d70b680c2c3507d10147" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/routing/zipball/0798827fe2c79caeed41d70b680c2c3507d10147", "reference": "0798827fe2c79caeed41d70b680c2c3507d10147", "shasum": "" }, "require": { "php": ">=8.2", "symfony/deprecation-contracts": "^2.5|^3" }, "conflict": { "symfony/config": "<6.4", "symfony/dependency-injection": "<6.4", "symfony/yaml": "<6.4" }, "require-dev": { "psr/log": "^1|^2|^3", "symfony/config": "^6.4|^7.0|^8.0", "symfony/dependency-injection": "^6.4|^7.0|^8.0", "symfony/expression-language": "^6.4|^7.0|^8.0", "symfony/http-foundation": "^6.4|^7.0|^8.0", "symfony/yaml": "^6.4|^7.0|^8.0" }, "type": "library", "autoload": { "psr-4": { "Symfony\\Component\\Routing\\": "" }, "exclude-from-classmap": [ "/Tests/" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Fabien Potencier", "email": "fabien@symfony.com" }, { "name": "Symfony Community", "homepage": "https://symfony.com/contributors" } ], "description": "Maps an HTTP request to a set of configuration variables", "homepage": "https://symfony.com", "keywords": [ "router", "routing", "uri", "url" ], "support": { "source": "https://github.com/symfony/routing/tree/v7.4.4" }, "funding": [ { "url": "https://symfony.com/sponsor", "type": "custom" }, { "url": "https://github.com/fabpot", "type": "github" }, { "url": "https://github.com/nicolas-grekas", "type": "github" }, { "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", "type": "tidelift" } ], "time": "2026-01-12T12:19:02+00:00" }, { "name": "symfony/runtime", "version": "v7.4.1", "source": { "type": "git", "url": "https://github.com/symfony/runtime.git", "reference": "876f902a6cb6b26c003de244188c06b2ba1c172f" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/runtime/zipball/876f902a6cb6b26c003de244188c06b2ba1c172f", "reference": "876f902a6cb6b26c003de244188c06b2ba1c172f", "shasum": "" }, "require": { "composer-plugin-api": "^1.0|^2.0", "php": ">=8.2" }, "conflict": { "symfony/dotenv": "<6.4" }, "require-dev": { "composer/composer": "^2.6", "symfony/console": "^6.4|^7.0|^8.0", "symfony/dotenv": "^6.4|^7.0|^8.0", "symfony/http-foundation": "^6.4|^7.0|^8.0", "symfony/http-kernel": "^6.4|^7.0|^8.0" }, "type": "composer-plugin", "extra": { "class": "Symfony\\Component\\Runtime\\Internal\\ComposerPlugin" }, "autoload": { "psr-4": { "Symfony\\Component\\Runtime\\": "", "Symfony\\Runtime\\Symfony\\Component\\": "Internal/" }, "exclude-from-classmap": [ "/Tests/" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Nicolas Grekas", "email": "p@tchwork.com" }, { "name": "Symfony Community", "homepage": "https://symfony.com/contributors" } ], "description": "Enables decoupling PHP applications from global state", "homepage": "https://symfony.com", "keywords": [ "runtime" ], "support": { "source": "https://github.com/symfony/runtime/tree/v7.4.1" }, "funding": [ { "url": "https://symfony.com/sponsor", "type": "custom" }, { "url": "https://github.com/fabpot", "type": "github" }, { "url": "https://github.com/nicolas-grekas", "type": "github" }, { "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", "type": "tidelift" } ], "time": "2025-12-05T14:04:53+00:00" }, { "name": "symfony/security-bundle", "version": "v7.4.4", "source": { "type": "git", "url": "https://github.com/symfony/security-bundle.git", "reference": "7281b644c76985ddf3927f5e65152b0cc29d175b" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/security-bundle/zipball/7281b644c76985ddf3927f5e65152b0cc29d175b", "reference": "7281b644c76985ddf3927f5e65152b0cc29d175b", "shasum": "" }, "require": { "composer-runtime-api": ">=2.1", "ext-xml": "*", "php": ">=8.2", "symfony/clock": "^6.4|^7.0|^8.0", "symfony/config": "^7.4|^8.0", "symfony/dependency-injection": "^6.4.11|^7.1.4|^8.0", "symfony/deprecation-contracts": "^2.5|^3", "symfony/event-dispatcher": "^6.4|^7.0|^8.0", "symfony/http-foundation": "^6.4|^7.0|^8.0", "symfony/http-kernel": "^6.4.13|^7.1.6|^8.0", "symfony/password-hasher": "^6.4|^7.0|^8.0", "symfony/security-core": "^7.4|^8.0", "symfony/security-csrf": "^6.4|^7.0|^8.0", "symfony/security-http": "^7.4|^8.0", "symfony/service-contracts": "^2.5|^3" }, "conflict": { "symfony/browser-kit": "<6.4", "symfony/console": "<6.4", "symfony/framework-bundle": "<6.4", "symfony/http-client": "<6.4", "symfony/ldap": "<6.4", "symfony/serializer": "<6.4", "symfony/twig-bundle": "<6.4", "symfony/validator": "<6.4" }, "require-dev": { "symfony/asset": "^6.4|^7.0|^8.0", "symfony/browser-kit": "^6.4|^7.0|^8.0", "symfony/console": "^6.4|^7.0|^8.0", "symfony/css-selector": "^6.4|^7.0|^8.0", "symfony/dom-crawler": "^6.4|^7.0|^8.0", "symfony/expression-language": "^6.4|^7.0|^8.0", "symfony/form": "^6.4|^7.0|^8.0", "symfony/framework-bundle": "^6.4.13|^7.1.6|^8.0", "symfony/http-client": "^6.4|^7.0|^8.0", "symfony/ldap": "^6.4|^7.0|^8.0", "symfony/process": "^6.4|^7.0|^8.0", "symfony/rate-limiter": "^6.4|^7.0|^8.0", "symfony/runtime": "^6.4.13|^7.1.6|^8.0", "symfony/serializer": "^6.4|^7.0|^8.0", "symfony/translation": "^6.4|^7.0|^8.0", "symfony/twig-bridge": "^6.4|^7.0|^8.0", "symfony/twig-bundle": "^6.4|^7.0|^8.0", "symfony/validator": "^6.4|^7.0|^8.0", "symfony/yaml": "^6.4|^7.0|^8.0", "twig/twig": "^3.15", "web-token/jwt-library": "^3.3.2|^4.0" }, "type": "symfony-bundle", "autoload": { "psr-4": { "Symfony\\Bundle\\SecurityBundle\\": "" }, "exclude-from-classmap": [ "/Tests/" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Fabien Potencier", "email": "fabien@symfony.com" }, { "name": "Symfony Community", "homepage": "https://symfony.com/contributors" } ], "description": "Provides a tight integration of the Security component into the Symfony full-stack framework", "homepage": "https://symfony.com", "support": { "source": "https://github.com/symfony/security-bundle/tree/v7.4.4" }, "funding": [ { "url": "https://symfony.com/sponsor", "type": "custom" }, { "url": "https://github.com/fabpot", "type": "github" }, { "url": "https://github.com/nicolas-grekas", "type": "github" }, { "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", "type": "tidelift" } ], "time": "2026-01-10T13:56:23+00:00" }, { "name": "symfony/security-core", "version": "v7.4.4", "source": { "type": "git", "url": "https://github.com/symfony/security-core.git", "reference": "958a70725a8d669bec6721f4cd318d209712e944" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/security-core/zipball/958a70725a8d669bec6721f4cd318d209712e944", "reference": "958a70725a8d669bec6721f4cd318d209712e944", "shasum": "" }, "require": { "php": ">=8.2", "symfony/deprecation-contracts": "^2.5|^3", "symfony/event-dispatcher-contracts": "^2.5|^3", "symfony/password-hasher": "^6.4|^7.0|^8.0", "symfony/service-contracts": "^2.5|^3" }, "conflict": { "symfony/dependency-injection": "<6.4", "symfony/event-dispatcher": "<6.4", "symfony/http-foundation": "<6.4", "symfony/ldap": "<6.4", "symfony/translation": "<6.4.3|>=7.0,<7.0.3", "symfony/validator": "<6.4" }, "require-dev": { "psr/cache": "^1.0|^2.0|^3.0", "psr/container": "^1.1|^2.0", "psr/log": "^1|^2|^3", "symfony/cache": "^6.4|^7.0|^8.0", "symfony/dependency-injection": "^6.4|^7.0|^8.0", "symfony/event-dispatcher": "^6.4|^7.0|^8.0", "symfony/expression-language": "^6.4|^7.0|^8.0", "symfony/http-foundation": "^6.4|^7.0|^8.0", "symfony/ldap": "^6.4|^7.0|^8.0", "symfony/string": "^6.4|^7.0|^8.0", "symfony/translation": "^6.4.3|^7.0.3|^8.0", "symfony/validator": "^6.4|^7.0|^8.0" }, "type": "library", "autoload": { "psr-4": { "Symfony\\Component\\Security\\Core\\": "" }, "exclude-from-classmap": [ "/Tests/" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Fabien Potencier", "email": "fabien@symfony.com" }, { "name": "Symfony Community", "homepage": "https://symfony.com/contributors" } ], "description": "Symfony Security Component - Core Library", "homepage": "https://symfony.com", "support": { "source": "https://github.com/symfony/security-core/tree/v7.4.4" }, "funding": [ { "url": "https://symfony.com/sponsor", "type": "custom" }, { "url": "https://github.com/fabpot", "type": "github" }, { "url": "https://github.com/nicolas-grekas", "type": "github" }, { "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", "type": "tidelift" } ], "time": "2026-01-14T09:36:49+00:00" }, { "name": "symfony/security-csrf", "version": "v7.4.4", "source": { "type": "git", "url": "https://github.com/symfony/security-csrf.git", "reference": "06a2a2f90f355b8b4ec23685fa6ceff8d5dc41cc" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/security-csrf/zipball/06a2a2f90f355b8b4ec23685fa6ceff8d5dc41cc", "reference": "06a2a2f90f355b8b4ec23685fa6ceff8d5dc41cc", "shasum": "" }, "require": { "php": ">=8.2", "symfony/security-core": "^6.4|^7.0|^8.0" }, "conflict": { "symfony/http-foundation": "<6.4" }, "require-dev": { "psr/log": "^1|^2|^3", "symfony/http-foundation": "^6.4|^7.0|^8.0", "symfony/http-kernel": "^6.4|^7.0|^8.0" }, "type": "library", "autoload": { "psr-4": { "Symfony\\Component\\Security\\Csrf\\": "" }, "exclude-from-classmap": [ "/Tests/" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Fabien Potencier", "email": "fabien@symfony.com" }, { "name": "Symfony Community", "homepage": "https://symfony.com/contributors" } ], "description": "Symfony Security Component - CSRF Library", "homepage": "https://symfony.com", "support": { "source": "https://github.com/symfony/security-csrf/tree/v7.4.4" }, "funding": [ { "url": "https://symfony.com/sponsor", "type": "custom" }, { "url": "https://github.com/fabpot", "type": "github" }, { "url": "https://github.com/nicolas-grekas", "type": "github" }, { "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", "type": "tidelift" } ], "time": "2026-01-14T10:11:16+00:00" }, { "name": "symfony/security-http", "version": "v7.4.4", "source": { "type": "git", "url": "https://github.com/symfony/security-http.git", "reference": "9d41a473637bf5d074c5f5a73177fd9d769407fd" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/security-http/zipball/9d41a473637bf5d074c5f5a73177fd9d769407fd", "reference": "9d41a473637bf5d074c5f5a73177fd9d769407fd", "shasum": "" }, "require": { "php": ">=8.2", "symfony/deprecation-contracts": "^2.5|^3", "symfony/event-dispatcher": "^6.4|^7.0", "symfony/http-foundation": "^6.4|^7.0|^8.0", "symfony/http-kernel": "^6.4|^7.0|^8.0", "symfony/polyfill-mbstring": "~1.0", "symfony/property-access": "^6.4|^7.0|^8.0", "symfony/security-core": "^7.3|^8.0", "symfony/service-contracts": "^2.5|^3" }, "conflict": { "symfony/clock": "<6.4", "symfony/http-client-contracts": "<3.0", "symfony/security-bundle": "<6.4", "symfony/security-csrf": "<6.4" }, "require-dev": { "psr/log": "^1|^2|^3", "symfony/cache": "^6.4|^7.0|^8.0", "symfony/clock": "^6.4|^7.0|^8.0", "symfony/expression-language": "^6.4|^7.0|^8.0", "symfony/http-client": "^6.4|^7.0|^8.0", "symfony/http-client-contracts": "^3.0", "symfony/rate-limiter": "^6.4|^7.0|^8.0", "symfony/routing": "^6.4|^7.0|^8.0", "symfony/security-csrf": "^6.4|^7.0|^8.0", "symfony/translation": "^6.4|^7.0|^8.0", "web-token/jwt-library": "^3.3.2|^4.0" }, "type": "library", "autoload": { "psr-4": { "Symfony\\Component\\Security\\Http\\": "" }, "exclude-from-classmap": [ "/Tests/" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Fabien Potencier", "email": "fabien@symfony.com" }, { "name": "Symfony Community", "homepage": "https://symfony.com/contributors" } ], "description": "Symfony Security Component - HTTP Integration", "homepage": "https://symfony.com", "support": { "source": "https://github.com/symfony/security-http/tree/v7.4.4" }, "funding": [ { "url": "https://symfony.com/sponsor", "type": "custom" }, { "url": "https://github.com/fabpot", "type": "github" }, { "url": "https://github.com/nicolas-grekas", "type": "github" }, { "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", "type": "tidelift" } ], "time": "2026-01-14T10:11:16+00:00" }, { "name": "symfony/serializer", "version": "v7.4.5", "source": { "type": "git", "url": "https://github.com/symfony/serializer.git", "reference": "480cd1237c98ab1219c20945b92c9d4480a44f47" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/serializer/zipball/480cd1237c98ab1219c20945b92c9d4480a44f47", "reference": "480cd1237c98ab1219c20945b92c9d4480a44f47", "shasum": "" }, "require": { "php": ">=8.2", "symfony/deprecation-contracts": "^2.5|^3", "symfony/polyfill-ctype": "~1.8", "symfony/polyfill-php84": "^1.30" }, "conflict": { "phpdocumentor/reflection-docblock": "<5.2|>=6", "phpdocumentor/type-resolver": "<1.5.1", "symfony/dependency-injection": "<6.4", "symfony/property-access": "<6.4", "symfony/property-info": "<6.4", "symfony/uid": "<6.4", "symfony/validator": "<6.4", "symfony/yaml": "<6.4" }, "require-dev": { "phpdocumentor/reflection-docblock": "^5.2", "phpstan/phpdoc-parser": "^1.0|^2.0", "seld/jsonlint": "^1.10", "symfony/cache": "^6.4|^7.0|^8.0", "symfony/config": "^6.4|^7.0|^8.0", "symfony/console": "^6.4|^7.0|^8.0", "symfony/dependency-injection": "^7.2|^8.0", "symfony/error-handler": "^6.4|^7.0|^8.0", "symfony/filesystem": "^6.4|^7.0|^8.0", "symfony/form": "^6.4|^7.0|^8.0", "symfony/http-foundation": "^6.4|^7.0|^8.0", "symfony/http-kernel": "^6.4|^7.0|^8.0", "symfony/messenger": "^6.4|^7.0|^8.0", "symfony/mime": "^6.4|^7.0|^8.0", "symfony/property-access": "^6.4|^7.0|^8.0", "symfony/property-info": "^6.4|^7.0|^8.0", "symfony/translation-contracts": "^2.5|^3", "symfony/type-info": "^7.1.8|^8.0", "symfony/uid": "^6.4|^7.0|^8.0", "symfony/validator": "^6.4|^7.0|^8.0", "symfony/var-dumper": "^6.4|^7.0|^8.0", "symfony/var-exporter": "^6.4|^7.0|^8.0", "symfony/yaml": "^6.4|^7.0|^8.0" }, "type": "library", "autoload": { "psr-4": { "Symfony\\Component\\Serializer\\": "" }, "exclude-from-classmap": [ "/Tests/" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Fabien Potencier", "email": "fabien@symfony.com" }, { "name": "Symfony Community", "homepage": "https://symfony.com/contributors" } ], "description": "Handles serializing and deserializing data structures, including object graphs, into array structures or other formats like XML and JSON.", "homepage": "https://symfony.com", "support": { "source": "https://github.com/symfony/serializer/tree/v7.4.5" }, "funding": [ { "url": "https://symfony.com/sponsor", "type": "custom" }, { "url": "https://github.com/fabpot", "type": "github" }, { "url": "https://github.com/nicolas-grekas", "type": "github" }, { "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", "type": "tidelift" } ], "time": "2026-01-27T08:59:58+00:00" }, { "name": "symfony/stimulus-bundle", "version": "v2.32.0", "source": { "type": "git", "url": "https://github.com/symfony/stimulus-bundle.git", "reference": "dfbf6b443bb381cb611e06f64dc23603b614b575" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/stimulus-bundle/zipball/dfbf6b443bb381cb611e06f64dc23603b614b575", "reference": "dfbf6b443bb381cb611e06f64dc23603b614b575", "shasum": "" }, "require": { "php": ">=8.1", "symfony/config": "^5.4|^6.0|^7.0|^8.0", "symfony/dependency-injection": "^5.4|^6.0|^7.0|^8.0", "symfony/deprecation-contracts": "^2.0|^3.0", "symfony/finder": "^5.4|^6.0|^7.0|^8.0", "symfony/http-kernel": "^5.4|^6.0|^7.0|^8.0", "twig/twig": "^2.15.3|^3.8" }, "require-dev": { "symfony/asset-mapper": "^6.3|^7.0|^8.0", "symfony/framework-bundle": "^5.4|^6.0|^7.0|^8.0", "symfony/phpunit-bridge": "^5.4|^6.0|^7.0|^8.0", "symfony/twig-bundle": "^5.4|^6.0|^7.0|^8.0", "zenstruck/browser": "^1.4" }, "type": "symfony-bundle", "autoload": { "psr-4": { "Symfony\\UX\\StimulusBundle\\": "src" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Symfony Community", "homepage": "https://symfony.com/contributors" } ], "description": "Integration with your Symfony app & Stimulus!", "keywords": [ "symfony-ux" ], "support": { "source": "https://github.com/symfony/stimulus-bundle/tree/v2.32.0" }, "funding": [ { "url": "https://symfony.com/sponsor", "type": "custom" }, { "url": "https://github.com/fabpot", "type": "github" }, { "url": "https://github.com/nicolas-grekas", "type": "github" }, { "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", "type": "tidelift" } ], "time": "2025-12-02T07:12:06+00:00" }, { "name": "symfony/stopwatch", "version": "v7.4.0", "source": { "type": "git", "url": "https://github.com/symfony/stopwatch.git", "reference": "8a24af0a2e8a872fb745047180649b8418303084" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/stopwatch/zipball/8a24af0a2e8a872fb745047180649b8418303084", "reference": "8a24af0a2e8a872fb745047180649b8418303084", "shasum": "" }, "require": { "php": ">=8.2", "symfony/service-contracts": "^2.5|^3" }, "type": "library", "autoload": { "psr-4": { "Symfony\\Component\\Stopwatch\\": "" }, "exclude-from-classmap": [ "/Tests/" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Fabien Potencier", "email": "fabien@symfony.com" }, { "name": "Symfony Community", "homepage": "https://symfony.com/contributors" } ], "description": "Provides a way to profile code", "homepage": "https://symfony.com", "support": { "source": "https://github.com/symfony/stopwatch/tree/v7.4.0" }, "funding": [ { "url": "https://symfony.com/sponsor", "type": "custom" }, { "url": "https://github.com/fabpot", "type": "github" }, { "url": "https://github.com/nicolas-grekas", "type": "github" }, { "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", "type": "tidelift" } ], "time": "2025-08-04T07:05:15+00:00" }, { "name": "symfony/string", "version": "v7.4.4", "source": { "type": "git", "url": "https://github.com/symfony/string.git", "reference": "1c4b10461bf2ec27537b5f36105337262f5f5d6f" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/string/zipball/1c4b10461bf2ec27537b5f36105337262f5f5d6f", "reference": "1c4b10461bf2ec27537b5f36105337262f5f5d6f", "shasum": "" }, "require": { "php": ">=8.2", "symfony/deprecation-contracts": "^2.5|^3.0", "symfony/polyfill-ctype": "~1.8", "symfony/polyfill-intl-grapheme": "~1.33", "symfony/polyfill-intl-normalizer": "~1.0", "symfony/polyfill-mbstring": "~1.0" }, "conflict": { "symfony/translation-contracts": "<2.5" }, "require-dev": { "symfony/emoji": "^7.1|^8.0", "symfony/http-client": "^6.4|^7.0|^8.0", "symfony/intl": "^6.4|^7.0|^8.0", "symfony/translation-contracts": "^2.5|^3.0", "symfony/var-exporter": "^6.4|^7.0|^8.0" }, "type": "library", "autoload": { "files": [ "Resources/functions.php" ], "psr-4": { "Symfony\\Component\\String\\": "" }, "exclude-from-classmap": [ "/Tests/" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Nicolas Grekas", "email": "p@tchwork.com" }, { "name": "Symfony Community", "homepage": "https://symfony.com/contributors" } ], "description": "Provides an object-oriented API to strings and deals with bytes, UTF-8 code points and grapheme clusters in a unified way", "homepage": "https://symfony.com", "keywords": [ "grapheme", "i18n", "string", "unicode", "utf-8", "utf8" ], "support": { "source": "https://github.com/symfony/string/tree/v7.4.4" }, "funding": [ { "url": "https://symfony.com/sponsor", "type": "custom" }, { "url": "https://github.com/fabpot", "type": "github" }, { "url": "https://github.com/nicolas-grekas", "type": "github" }, { "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", "type": "tidelift" } ], "time": "2026-01-12T10:54:30+00:00" }, { "name": "symfony/translation", "version": "v7.4.4", "source": { "type": "git", "url": "https://github.com/symfony/translation.git", "reference": "bfde13711f53f549e73b06d27b35a55207528877" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/translation/zipball/bfde13711f53f549e73b06d27b35a55207528877", "reference": "bfde13711f53f549e73b06d27b35a55207528877", "shasum": "" }, "require": { "php": ">=8.2", "symfony/deprecation-contracts": "^2.5|^3", "symfony/polyfill-mbstring": "~1.0", "symfony/translation-contracts": "^2.5.3|^3.3" }, "conflict": { "nikic/php-parser": "<5.0", "symfony/config": "<6.4", "symfony/console": "<6.4", "symfony/dependency-injection": "<6.4", "symfony/http-client-contracts": "<2.5", "symfony/http-kernel": "<6.4", "symfony/service-contracts": "<2.5", "symfony/twig-bundle": "<6.4", "symfony/yaml": "<6.4" }, "provide": { "symfony/translation-implementation": "2.3|3.0" }, "require-dev": { "nikic/php-parser": "^5.0", "psr/log": "^1|^2|^3", "symfony/config": "^6.4|^7.0|^8.0", "symfony/console": "^6.4|^7.0|^8.0", "symfony/dependency-injection": "^6.4|^7.0|^8.0", "symfony/finder": "^6.4|^7.0|^8.0", "symfony/http-client-contracts": "^2.5|^3.0", "symfony/http-kernel": "^6.4|^7.0|^8.0", "symfony/intl": "^6.4|^7.0|^8.0", "symfony/polyfill-intl-icu": "^1.21", "symfony/routing": "^6.4|^7.0|^8.0", "symfony/service-contracts": "^2.5|^3", "symfony/yaml": "^6.4|^7.0|^8.0" }, "type": "library", "autoload": { "files": [ "Resources/functions.php" ], "psr-4": { "Symfony\\Component\\Translation\\": "" }, "exclude-from-classmap": [ "/Tests/" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Fabien Potencier", "email": "fabien@symfony.com" }, { "name": "Symfony Community", "homepage": "https://symfony.com/contributors" } ], "description": "Provides tools to internationalize your application", "homepage": "https://symfony.com", "support": { "source": "https://github.com/symfony/translation/tree/v7.4.4" }, "funding": [ { "url": "https://symfony.com/sponsor", "type": "custom" }, { "url": "https://github.com/fabpot", "type": "github" }, { "url": "https://github.com/nicolas-grekas", "type": "github" }, { "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", "type": "tidelift" } ], "time": "2026-01-13T10:40:19+00:00" }, { "name": "symfony/twig-bridge", "version": "v7.4.5", "source": { "type": "git", "url": "https://github.com/symfony/twig-bridge.git", "reference": "f2dd26b604e856476ef7e0efa4568bc07eb7ddc8" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/twig-bridge/zipball/f2dd26b604e856476ef7e0efa4568bc07eb7ddc8", "reference": "f2dd26b604e856476ef7e0efa4568bc07eb7ddc8", "shasum": "" }, "require": { "php": ">=8.2", "symfony/deprecation-contracts": "^2.5|^3", "symfony/translation-contracts": "^2.5|^3", "twig/twig": "^3.21" }, "conflict": { "phpdocumentor/reflection-docblock": "<5.2|>=6", "phpdocumentor/type-resolver": "<1.5.1", "symfony/console": "<6.4", "symfony/form": "<6.4.32|>7,<7.3.10|>7.4,<7.4.4|>8.0,<8.0.4", "symfony/http-foundation": "<6.4", "symfony/http-kernel": "<6.4", "symfony/mime": "<6.4", "symfony/serializer": "<6.4", "symfony/translation": "<6.4", "symfony/workflow": "<6.4" }, "require-dev": { "egulias/email-validator": "^2.1.10|^3|^4", "league/html-to-markdown": "^5.0", "phpdocumentor/reflection-docblock": "^5.2", "symfony/asset": "^6.4|^7.0|^8.0", "symfony/asset-mapper": "^6.4|^7.0|^8.0", "symfony/console": "^6.4|^7.0|^8.0", "symfony/dependency-injection": "^6.4|^7.0|^8.0", "symfony/emoji": "^7.1|^8.0", "symfony/expression-language": "^6.4|^7.0|^8.0", "symfony/finder": "^6.4|^7.0|^8.0", "symfony/form": "^6.4.32|~7.3.10|^7.4.4|^8.0.4", "symfony/html-sanitizer": "^6.4|^7.0|^8.0", "symfony/http-foundation": "^7.3|^8.0", "symfony/http-kernel": "^6.4|^7.0|^8.0", "symfony/intl": "^6.4|^7.0|^8.0", "symfony/mime": "^6.4|^7.0|^8.0", "symfony/polyfill-intl-icu": "~1.0", "symfony/property-info": "^6.4|^7.0|^8.0", "symfony/routing": "^6.4|^7.0|^8.0", "symfony/security-acl": "^2.8|^3.0", "symfony/security-core": "^6.4|^7.0|^8.0", "symfony/security-csrf": "^6.4|^7.0|^8.0", "symfony/security-http": "^6.4|^7.0|^8.0", "symfony/serializer": "^6.4.3|^7.0.3|^8.0", "symfony/stopwatch": "^6.4|^7.0|^8.0", "symfony/translation": "^6.4|^7.0|^8.0", "symfony/validator": "^6.4|^7.0|^8.0", "symfony/web-link": "^6.4|^7.0|^8.0", "symfony/workflow": "^6.4|^7.0|^8.0", "symfony/yaml": "^6.4|^7.0|^8.0", "twig/cssinliner-extra": "^3", "twig/inky-extra": "^3", "twig/markdown-extra": "^3" }, "type": "symfony-bridge", "autoload": { "psr-4": { "Symfony\\Bridge\\Twig\\": "" }, "exclude-from-classmap": [ "/Tests/" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Fabien Potencier", "email": "fabien@symfony.com" }, { "name": "Symfony Community", "homepage": "https://symfony.com/contributors" } ], "description": "Provides integration for Twig with various Symfony components", "homepage": "https://symfony.com", "support": { "source": "https://github.com/symfony/twig-bridge/tree/v7.4.5" }, "funding": [ { "url": "https://symfony.com/sponsor", "type": "custom" }, { "url": "https://github.com/fabpot", "type": "github" }, { "url": "https://github.com/nicolas-grekas", "type": "github" }, { "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", "type": "tidelift" } ], "time": "2026-01-27T08:59:58+00:00" }, { "name": "symfony/twig-bundle", "version": "v7.4.4", "source": { "type": "git", "url": "https://github.com/symfony/twig-bundle.git", "reference": "e8829e02ff96a391ed0703bac9e7ff0537480b6b" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/twig-bundle/zipball/e8829e02ff96a391ed0703bac9e7ff0537480b6b", "reference": "e8829e02ff96a391ed0703bac9e7ff0537480b6b", "shasum": "" }, "require": { "composer-runtime-api": ">=2.1", "php": ">=8.2", "symfony/config": "^7.4|^8.0", "symfony/dependency-injection": "^6.4|^7.0|^8.0", "symfony/deprecation-contracts": "^2.5|^3", "symfony/http-foundation": "^6.4|^7.0|^8.0", "symfony/http-kernel": "^6.4.13|^7.1.6|^8.0", "symfony/twig-bridge": "^7.3|^8.0", "twig/twig": "^3.12" }, "conflict": { "symfony/framework-bundle": "<6.4", "symfony/translation": "<6.4" }, "require-dev": { "symfony/asset": "^6.4|^7.0|^8.0", "symfony/expression-language": "^6.4|^7.0|^8.0", "symfony/finder": "^6.4|^7.0|^8.0", "symfony/form": "^6.4|^7.0|^8.0", "symfony/framework-bundle": "^6.4.13|^7.1.6|^8.0", "symfony/routing": "^6.4|^7.0|^8.0", "symfony/runtime": "^6.4.13|^7.1.6", "symfony/stopwatch": "^6.4|^7.0|^8.0", "symfony/translation": "^6.4|^7.0|^8.0", "symfony/web-link": "^6.4|^7.0|^8.0", "symfony/yaml": "^6.4|^7.0|^8.0" }, "type": "symfony-bundle", "autoload": { "psr-4": { "Symfony\\Bundle\\TwigBundle\\": "" }, "exclude-from-classmap": [ "/Tests/" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Fabien Potencier", "email": "fabien@symfony.com" }, { "name": "Symfony Community", "homepage": "https://symfony.com/contributors" } ], "description": "Provides a tight integration of Twig into the Symfony full-stack framework", "homepage": "https://symfony.com", "support": { "source": "https://github.com/symfony/twig-bundle/tree/v7.4.4" }, "funding": [ { "url": "https://symfony.com/sponsor", "type": "custom" }, { "url": "https://github.com/fabpot", "type": "github" }, { "url": "https://github.com/nicolas-grekas", "type": "github" }, { "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", "type": "tidelift" } ], "time": "2026-01-06T12:34:24+00:00" }, { "name": "symfony/type-info", "version": "v7.4.4", "source": { "type": "git", "url": "https://github.com/symfony/type-info.git", "reference": "f83c725e72b39b2704b9d6fc85070ad6ac7a5889" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/type-info/zipball/f83c725e72b39b2704b9d6fc85070ad6ac7a5889", "reference": "f83c725e72b39b2704b9d6fc85070ad6ac7a5889", "shasum": "" }, "require": { "php": ">=8.2", "psr/container": "^1.1|^2.0", "symfony/deprecation-contracts": "^2.5|^3" }, "conflict": { "phpstan/phpdoc-parser": "<1.30" }, "require-dev": { "phpstan/phpdoc-parser": "^1.30|^2.0" }, "type": "library", "autoload": { "psr-4": { "Symfony\\Component\\TypeInfo\\": "" }, "exclude-from-classmap": [ "/Tests/" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Mathias Arlaud", "email": "mathias.arlaud@gmail.com" }, { "name": "Baptiste LEDUC", "email": "baptiste.leduc@gmail.com" }, { "name": "Symfony Community", "homepage": "https://symfony.com/contributors" } ], "description": "Extracts PHP types information.", "homepage": "https://symfony.com", "keywords": [ "PHPStan", "phpdoc", "symfony", "type" ], "support": { "source": "https://github.com/symfony/type-info/tree/v7.4.4" }, "funding": [ { "url": "https://symfony.com/sponsor", "type": "custom" }, { "url": "https://github.com/fabpot", "type": "github" }, { "url": "https://github.com/nicolas-grekas", "type": "github" }, { "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", "type": "tidelift" } ], "time": "2026-01-09T12:14:21+00:00" }, { "name": "symfony/uid", "version": "v7.4.4", "source": { "type": "git", "url": "https://github.com/symfony/uid.git", "reference": "7719ce8aba76be93dfe249192f1fbfa52c588e36" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/uid/zipball/7719ce8aba76be93dfe249192f1fbfa52c588e36", "reference": "7719ce8aba76be93dfe249192f1fbfa52c588e36", "shasum": "" }, "require": { "php": ">=8.2", "symfony/polyfill-uuid": "^1.15" }, "require-dev": { "symfony/console": "^6.4|^7.0|^8.0" }, "type": "library", "autoload": { "psr-4": { "Symfony\\Component\\Uid\\": "" }, "exclude-from-classmap": [ "/Tests/" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Grégoire Pineau", "email": "lyrixx@lyrixx.info" }, { "name": "Nicolas Grekas", "email": "p@tchwork.com" }, { "name": "Symfony Community", "homepage": "https://symfony.com/contributors" } ], "description": "Provides an object-oriented API to generate and represent UIDs", "homepage": "https://symfony.com", "keywords": [ "UID", "ulid", "uuid" ], "support": { "source": "https://github.com/symfony/uid/tree/v7.4.4" }, "funding": [ { "url": "https://symfony.com/sponsor", "type": "custom" }, { "url": "https://github.com/fabpot", "type": "github" }, { "url": "https://github.com/nicolas-grekas", "type": "github" }, { "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", "type": "tidelift" } ], "time": "2026-01-03T23:30:35+00:00" }, { "name": "symfony/ux-autocomplete", "version": "v2.32.0", "source": { "type": "git", "url": "https://github.com/symfony/ux-autocomplete.git", "reference": "d4259531cadaf6c36c611a325fe0fe4b9955c279" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/ux-autocomplete/zipball/d4259531cadaf6c36c611a325fe0fe4b9955c279", "reference": "d4259531cadaf6c36c611a325fe0fe4b9955c279", "shasum": "" }, "require": { "php": ">=8.1", "symfony/dependency-injection": "^6.3|^7.0|^8.0", "symfony/deprecation-contracts": "^2.5|^3", "symfony/http-foundation": "^6.3|^7.0|^8.0", "symfony/http-kernel": "^6.3|^7.0|^8.0", "symfony/property-access": "^6.3|^7.0|^8.0" }, "conflict": { "doctrine/orm": "2.9.0 || 2.9.1" }, "require-dev": { "doctrine/collections": "^1.6.8|^2.0", "doctrine/doctrine-bundle": "^2.4.3|^3.0|^4.0", "doctrine/orm": "^2.9.4|^3.0", "fakerphp/faker": "^1.22", "mtdowling/jmespath.php": "^2.6", "symfony/form": "^6.3|^7.0|^8.0", "symfony/framework-bundle": "^6.3|^7.0|^8.0", "symfony/maker-bundle": "^1.40", "symfony/options-resolver": "^6.3|^7.0|^8.0", "symfony/phpunit-bridge": "^6.3|^7.0|^8.0", "symfony/process": "^6.3|^7.0|^8.0", "symfony/security-bundle": "^6.3|^7.0|^8.0", "symfony/twig-bundle": "^6.3|^7.0|^8.0", "symfony/uid": "^6.3|^7.0|^8.0", "twig/twig": "^2.14.7|^3.0.4", "zenstruck/browser": "^1.1", "zenstruck/foundry": "^2.0" }, "type": "symfony-bundle", "extra": { "thanks": { "url": "https://github.com/symfony/ux", "name": "symfony/ux" } }, "autoload": { "psr-4": { "Symfony\\UX\\Autocomplete\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Symfony Community", "homepage": "https://symfony.com/contributors" } ], "description": "JavaScript Autocomplete functionality for Symfony", "homepage": "https://symfony.com", "keywords": [ "symfony-ux" ], "support": { "source": "https://github.com/symfony/ux-autocomplete/tree/v2.32.0" }, "funding": [ { "url": "https://symfony.com/sponsor", "type": "custom" }, { "url": "https://github.com/fabpot", "type": "github" }, { "url": "https://github.com/nicolas-grekas", "type": "github" }, { "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", "type": "tidelift" } ], "time": "2026-01-01T14:41:17+00:00" }, { "name": "symfony/ux-icons", "version": "v2.32.0", "source": { "type": "git", "url": "https://github.com/symfony/ux-icons.git", "reference": "9a2880978572f6bd9b2573b426eb0b15483d4533" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/ux-icons/zipball/9a2880978572f6bd9b2573b426eb0b15483d4533", "reference": "9a2880978572f6bd9b2573b426eb0b15483d4533", "shasum": "" }, "require": { "php": ">=8.1", "symfony/framework-bundle": "^6.4|^7.0|^8.0", "symfony/twig-bundle": "^6.4|^7.0|^8.0" }, "conflict": { "symfony/flex": "<1.13", "symfony/ux-twig-component": "<2.21" }, "require-dev": { "psr/log": "^2|^3", "symfony/asset-mapper": "^6.4|^7.0|^8.0", "symfony/console": "^6.4|^7.0|^8.0", "symfony/http-client": "^6.4|^7.0|^8.0", "symfony/phpunit-bridge": "^6.3|^7.0|^8.0", "symfony/ux-twig-component": "^2.14", "zenstruck/console-test": "^1.5" }, "type": "symfony-bundle", "extra": { "thanks": { "url": "https://github.com/symfony/ux", "name": "symfony/ux" } }, "autoload": { "psr-4": { "Symfony\\UX\\Icons\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Kevin Bond", "email": "kevinbond@gmail.com" }, { "name": "Simon André", "email": "smn.andre@gmail.com" }, { "name": "Symfony Community", "homepage": "https://symfony.com/contributors" } ], "description": "Renders local and remote SVG icons in your Twig templates.", "homepage": "https://symfony.com", "keywords": [ "icons", "svg", "symfony-ux", "twig" ], "support": { "source": "https://github.com/symfony/ux-icons/tree/v2.32.0" }, "funding": [ { "url": "https://symfony.com/sponsor", "type": "custom" }, { "url": "https://github.com/fabpot", "type": "github" }, { "url": "https://github.com/nicolas-grekas", "type": "github" }, { "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", "type": "tidelift" } ], "time": "2025-12-02T07:12:06+00:00" }, { "name": "symfony/ux-live-component", "version": "v2.32.0", "source": { "type": "git", "url": "https://github.com/symfony/ux-live-component.git", "reference": "0beb730fa9fc2c3f95410085130aa19147714178" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/ux-live-component/zipball/0beb730fa9fc2c3f95410085130aa19147714178", "reference": "0beb730fa9fc2c3f95410085130aa19147714178", "shasum": "" }, "require": { "php": ">=8.1", "symfony/deprecation-contracts": "^2.5|^3.0", "symfony/property-access": "^5.4.5|^6.0|^7.0|^8.0", "symfony/property-info": "^5.4|^6.0|^7.0|^8.0", "symfony/stimulus-bundle": "^2.9", "symfony/ux-twig-component": "^2.25.1", "twig/twig": "^3.10.3" }, "conflict": { "symfony/config": "<5.4.0", "symfony/property-info": "~7.0.0", "symfony/type-info": "<7.2" }, "require-dev": { "doctrine/annotations": "^1.0|^2.0", "doctrine/collections": "^1.6.8|^2.0", "doctrine/doctrine-bundle": "^2.4.3|^3.0|^4.0", "doctrine/orm": "^2.9.4|^3.0", "doctrine/persistence": "^2.5.2|^3.0|^4.0", "phpdocumentor/reflection-docblock": "^5.6.2", "symfony/dependency-injection": "^5.4|^6.0|^7.0|^8.0", "symfony/expression-language": "^5.4|^6.0|^7.0|^8.0", "symfony/form": "^5.4|^6.0|^7.0|^8.0", "symfony/framework-bundle": "^5.4|^6.0|^7.0|^8.0", "symfony/options-resolver": "^5.4|^6.0|^7.0|^8.0", "symfony/phpunit-bridge": "^6.1|^7.0|^8.0", "symfony/security-bundle": "^5.4|^6.0|^7.0|^8.0", "symfony/serializer": "^5.4|^6.0|^7.0|^8.0", "symfony/twig-bundle": "^5.4|^6.0|^7.0|^8.0", "symfony/uid": "^5.4|^6.0|^7.0|^8.0", "symfony/validator": "^5.4|^6.0|^7.0|^8.0", "zenstruck/browser": "^1.2.0", "zenstruck/foundry": "^2.0" }, "type": "symfony-bundle", "extra": { "thanks": { "url": "https://github.com/symfony/ux", "name": "symfony/ux" } }, "autoload": { "psr-4": { "Symfony\\UX\\LiveComponent\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Symfony Community", "homepage": "https://symfony.com/contributors" } ], "description": "Live components for Symfony", "homepage": "https://symfony.com", "keywords": [ "components", "symfony-ux", "twig" ], "support": { "source": "https://github.com/symfony/ux-live-component/tree/v2.32.0" }, "funding": [ { "url": "https://symfony.com/sponsor", "type": "custom" }, { "url": "https://github.com/fabpot", "type": "github" }, { "url": "https://github.com/nicolas-grekas", "type": "github" }, { "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", "type": "tidelift" } ], "time": "2026-01-03T23:25:02+00:00" }, { "name": "symfony/ux-twig-component", "version": "v2.32.0", "source": { "type": "git", "url": "https://github.com/symfony/ux-twig-component.git", "reference": "0a300088327d1b766733fdcd81ae4a77852d6177" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/ux-twig-component/zipball/0a300088327d1b766733fdcd81ae4a77852d6177", "reference": "0a300088327d1b766733fdcd81ae4a77852d6177", "shasum": "" }, "require": { "php": ">=8.1", "symfony/dependency-injection": "^5.4|^6.0|^7.0|^8.0", "symfony/deprecation-contracts": "^2.2|^3.0", "symfony/event-dispatcher": "^5.4|^6.0|^7.0|^8.0", "symfony/property-access": "^5.4|^6.0|^7.0|^8.0", "twig/twig": "^3.10.3" }, "conflict": { "symfony/config": "<5.4.0" }, "require-dev": { "symfony/console": "^5.4|^6.0|^7.0|^8.0", "symfony/css-selector": "^5.4|^6.0|^7.0|^8.0", "symfony/dom-crawler": "^5.4|^6.0|^7.0|^8.0", "symfony/framework-bundle": "^5.4|^6.0|^7.0|^8.0", "symfony/phpunit-bridge": "^6.0|^7.0|^8.0", "symfony/stimulus-bundle": "^2.9.1", "symfony/twig-bundle": "^5.4|^6.0|^7.0|^8.0", "symfony/webpack-encore-bundle": "^1.15|^2.3.0" }, "type": "symfony-bundle", "extra": { "thanks": { "url": "https://github.com/symfony/ux", "name": "symfony/ux" } }, "autoload": { "psr-4": { "Symfony\\UX\\TwigComponent\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Symfony Community", "homepage": "https://symfony.com/contributors" } ], "description": "Twig components for Symfony", "homepage": "https://symfony.com", "keywords": [ "components", "symfony-ux", "twig" ], "support": { "source": "https://github.com/symfony/ux-twig-component/tree/v2.32.0" }, "funding": [ { "url": "https://symfony.com/sponsor", "type": "custom" }, { "url": "https://github.com/fabpot", "type": "github" }, { "url": "https://github.com/nicolas-grekas", "type": "github" }, { "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", "type": "tidelift" } ], "time": "2025-12-25T09:25:01+00:00" }, { "name": "symfony/validator", "version": "v7.4.5", "source": { "type": "git", "url": "https://github.com/symfony/validator.git", "reference": "fcec92c40df1c93507857da08226005573b655c6" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/validator/zipball/fcec92c40df1c93507857da08226005573b655c6", "reference": "fcec92c40df1c93507857da08226005573b655c6", "shasum": "" }, "require": { "php": ">=8.2", "symfony/deprecation-contracts": "^2.5|^3", "symfony/polyfill-ctype": "~1.8", "symfony/polyfill-mbstring": "~1.0", "symfony/polyfill-php83": "^1.27", "symfony/translation-contracts": "^2.5|^3" }, "conflict": { "doctrine/lexer": "<1.1", "symfony/dependency-injection": "<6.4", "symfony/doctrine-bridge": "<7.0", "symfony/expression-language": "<6.4", "symfony/http-kernel": "<6.4", "symfony/intl": "<6.4", "symfony/property-info": "<6.4", "symfony/translation": "<6.4.3|>=7.0,<7.0.3", "symfony/var-exporter": "<6.4.25|>=7.0,<7.3.3", "symfony/yaml": "<6.4" }, "require-dev": { "egulias/email-validator": "^2.1.10|^3|^4", "symfony/cache": "^6.4|^7.0|^8.0", "symfony/config": "^6.4|^7.0|^8.0", "symfony/console": "^6.4|^7.0|^8.0", "symfony/dependency-injection": "^6.4|^7.0|^8.0", "symfony/expression-language": "^6.4|^7.0|^8.0", "symfony/finder": "^6.4|^7.0|^8.0", "symfony/http-client": "^6.4|^7.0|^8.0", "symfony/http-foundation": "^6.4|^7.0|^8.0", "symfony/http-kernel": "^6.4|^7.0|^8.0", "symfony/intl": "^6.4|^7.0|^8.0", "symfony/mime": "^6.4|^7.0|^8.0", "symfony/process": "^6.4|^7.0|^8.0", "symfony/property-access": "^6.4|^7.0|^8.0", "symfony/property-info": "^6.4|^7.0|^8.0", "symfony/string": "^6.4|^7.0|^8.0", "symfony/translation": "^6.4.3|^7.0.3|^8.0", "symfony/type-info": "^7.1.8", "symfony/yaml": "^6.4|^7.0|^8.0" }, "type": "library", "autoload": { "psr-4": { "Symfony\\Component\\Validator\\": "" }, "exclude-from-classmap": [ "/Tests/", "/Resources/bin/" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Fabien Potencier", "email": "fabien@symfony.com" }, { "name": "Symfony Community", "homepage": "https://symfony.com/contributors" } ], "description": "Provides tools to validate values", "homepage": "https://symfony.com", "support": { "source": "https://github.com/symfony/validator/tree/v7.4.5" }, "funding": [ { "url": "https://symfony.com/sponsor", "type": "custom" }, { "url": "https://github.com/fabpot", "type": "github" }, { "url": "https://github.com/nicolas-grekas", "type": "github" }, { "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", "type": "tidelift" } ], "time": "2026-01-27T08:59:58+00:00" }, { "name": "symfony/var-dumper", "version": "v7.4.4", "source": { "type": "git", "url": "https://github.com/symfony/var-dumper.git", "reference": "0e4769b46a0c3c62390d124635ce59f66874b282" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/var-dumper/zipball/0e4769b46a0c3c62390d124635ce59f66874b282", "reference": "0e4769b46a0c3c62390d124635ce59f66874b282", "shasum": "" }, "require": { "php": ">=8.2", "symfony/deprecation-contracts": "^2.5|^3", "symfony/polyfill-mbstring": "~1.0" }, "conflict": { "symfony/console": "<6.4" }, "require-dev": { "symfony/console": "^6.4|^7.0|^8.0", "symfony/http-kernel": "^6.4|^7.0|^8.0", "symfony/process": "^6.4|^7.0|^8.0", "symfony/uid": "^6.4|^7.0|^8.0", "twig/twig": "^3.12" }, "bin": [ "Resources/bin/var-dump-server" ], "type": "library", "autoload": { "files": [ "Resources/functions/dump.php" ], "psr-4": { "Symfony\\Component\\VarDumper\\": "" }, "exclude-from-classmap": [ "/Tests/" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Nicolas Grekas", "email": "p@tchwork.com" }, { "name": "Symfony Community", "homepage": "https://symfony.com/contributors" } ], "description": "Provides mechanisms for walking through any arbitrary PHP variable", "homepage": "https://symfony.com", "keywords": [ "debug", "dump" ], "support": { "source": "https://github.com/symfony/var-dumper/tree/v7.4.4" }, "funding": [ { "url": "https://symfony.com/sponsor", "type": "custom" }, { "url": "https://github.com/fabpot", "type": "github" }, { "url": "https://github.com/nicolas-grekas", "type": "github" }, { "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", "type": "tidelift" } ], "time": "2026-01-01T22:13:48+00:00" }, { "name": "symfony/var-exporter", "version": "v7.4.0", "source": { "type": "git", "url": "https://github.com/symfony/var-exporter.git", "reference": "03a60f169c79a28513a78c967316fbc8bf17816f" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/var-exporter/zipball/03a60f169c79a28513a78c967316fbc8bf17816f", "reference": "03a60f169c79a28513a78c967316fbc8bf17816f", "shasum": "" }, "require": { "php": ">=8.2", "symfony/deprecation-contracts": "^2.5|^3" }, "require-dev": { "symfony/property-access": "^6.4|^7.0|^8.0", "symfony/serializer": "^6.4|^7.0|^8.0", "symfony/var-dumper": "^6.4|^7.0|^8.0" }, "type": "library", "autoload": { "psr-4": { "Symfony\\Component\\VarExporter\\": "" }, "exclude-from-classmap": [ "/Tests/" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Nicolas Grekas", "email": "p@tchwork.com" }, { "name": "Symfony Community", "homepage": "https://symfony.com/contributors" } ], "description": "Allows exporting any serializable PHP data structure to plain PHP code", "homepage": "https://symfony.com", "keywords": [ "clone", "construct", "export", "hydrate", "instantiate", "lazy-loading", "proxy", "serialize" ], "support": { "source": "https://github.com/symfony/var-exporter/tree/v7.4.0" }, "funding": [ { "url": "https://symfony.com/sponsor", "type": "custom" }, { "url": "https://github.com/fabpot", "type": "github" }, { "url": "https://github.com/nicolas-grekas", "type": "github" }, { "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", "type": "tidelift" } ], "time": "2025-09-11T10:15:23+00:00" }, { "name": "symfony/web-link", "version": "v7.4.4", "source": { "type": "git", "url": "https://github.com/symfony/web-link.git", "reference": "9ff1f19069e3d2d341d60729392a4a6dfc45052a" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/web-link/zipball/9ff1f19069e3d2d341d60729392a4a6dfc45052a", "reference": "9ff1f19069e3d2d341d60729392a4a6dfc45052a", "shasum": "" }, "require": { "php": ">=8.2", "psr/link": "^1.1|^2.0" }, "conflict": { "symfony/http-kernel": "<6.4" }, "provide": { "psr/link-implementation": "1.0|2.0" }, "require-dev": { "symfony/http-kernel": "^6.4|^7.0|^8.0" }, "type": "library", "autoload": { "psr-4": { "Symfony\\Component\\WebLink\\": "" }, "exclude-from-classmap": [ "/Tests/" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Kévin Dunglas", "email": "dunglas@gmail.com" }, { "name": "Symfony Community", "homepage": "https://symfony.com/contributors" } ], "description": "Manages links between resources", "homepage": "https://symfony.com", "keywords": [ "dns-prefetch", "http", "http2", "link", "performance", "prefetch", "preload", "prerender", "psr13", "push" ], "support": { "source": "https://github.com/symfony/web-link/tree/v7.4.4" }, "funding": [ { "url": "https://symfony.com/sponsor", "type": "custom" }, { "url": "https://github.com/fabpot", "type": "github" }, { "url": "https://github.com/nicolas-grekas", "type": "github" }, { "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", "type": "tidelift" } ], "time": "2026-01-01T22:13:48+00:00" }, { "name": "symfony/webpack-encore-bundle", "version": "v2.4.0", "source": { "type": "git", "url": "https://github.com/symfony/webpack-encore-bundle.git", "reference": "5b932e0feddd81aaf0ecd7d5fcd2e450e5a7817e" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/webpack-encore-bundle/zipball/5b932e0feddd81aaf0ecd7d5fcd2e450e5a7817e", "reference": "5b932e0feddd81aaf0ecd7d5fcd2e450e5a7817e", "shasum": "" }, "require": { "php": ">=8.1.0", "symfony/asset": "^5.4 || ^6.2 || ^7.0 || ^8.0", "symfony/config": "^5.4 || ^6.2 || ^7.0 || ^8.0", "symfony/dependency-injection": "^5.4 || ^6.2 || ^7.0 || ^8.0", "symfony/http-kernel": "^5.4 || ^6.2 || ^7.0 || ^8.0", "symfony/service-contracts": "^1.1.9 || ^2.1.3 || ^3.0" }, "require-dev": { "symfony/framework-bundle": "^5.4 || ^6.2 || ^7.0 || ^8.0", "symfony/http-client": "^5.4 || ^6.2 || ^7.0 || ^8.0", "symfony/phpunit-bridge": "^5.4 || ^6.2 || ^7.0 || ^8.0", "symfony/twig-bundle": "^5.4 || ^6.2 || ^7.0 || ^8.0", "symfony/web-link": "^5.4 || ^6.2 || ^7.0 || ^8.0" }, "type": "symfony-bundle", "extra": { "thanks": { "url": "https://github.com/symfony/webpack-encore", "name": "symfony/webpack-encore" } }, "autoload": { "psr-4": { "Symfony\\WebpackEncoreBundle\\": "src" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Symfony Community", "homepage": "https://symfony.com/contributors" } ], "description": "Integration of your Symfony app with Webpack Encore", "support": { "issues": "https://github.com/symfony/webpack-encore-bundle/issues", "source": "https://github.com/symfony/webpack-encore-bundle/tree/v2.4.0" }, "funding": [ { "url": "https://symfony.com/sponsor", "type": "custom" }, { "url": "https://github.com/fabpot", "type": "github" }, { "url": "https://github.com/nicolas-grekas", "type": "github" }, { "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", "type": "tidelift" } ], "time": "2025-11-27T13:41:46+00:00" }, { "name": "symfony/workflow", "version": "v7.4.4", "source": { "type": "git", "url": "https://github.com/symfony/workflow.git", "reference": "b57181ea6241870c24d6bc5885f1111da360f6f2" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/workflow/zipball/b57181ea6241870c24d6bc5885f1111da360f6f2", "reference": "b57181ea6241870c24d6bc5885f1111da360f6f2", "shasum": "" }, "require": { "php": ">=8.2", "symfony/deprecation-contracts": "2.5|^3" }, "conflict": { "symfony/event-dispatcher": "<6.4" }, "require-dev": { "psr/log": "^1|^2|^3", "symfony/config": "^6.4|^7.0|^8.0", "symfony/console": "^6.4|^7.0|^8.0", "symfony/dependency-injection": "^6.4|^7.0|^8.0", "symfony/error-handler": "^6.4|^7.0|^8.0", "symfony/event-dispatcher": "^6.4|^7.0|^8.0", "symfony/expression-language": "^6.4|^7.0|^8.0", "symfony/http-kernel": "^6.4|^7.0|^8.0", "symfony/security-core": "^6.4|^7.0|^8.0", "symfony/stopwatch": "^6.4|^7.0|^8.0", "symfony/validator": "^6.4|^7.0|^8.0" }, "type": "library", "autoload": { "psr-4": { "Symfony\\Component\\Workflow\\": "" }, "exclude-from-classmap": [ "/Tests/" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Fabien Potencier", "email": "fabien@symfony.com" }, { "name": "Grégoire Pineau", "email": "lyrixx@lyrixx.info" }, { "name": "Symfony Community", "homepage": "https://symfony.com/contributors" } ], "description": "Provides tools for managing a workflow or finite state machine", "homepage": "https://symfony.com", "keywords": [ "petrinet", "place", "state", "statemachine", "transition", "workflow" ], "support": { "source": "https://github.com/symfony/workflow/tree/v7.4.4" }, "funding": [ { "url": "https://symfony.com/sponsor", "type": "custom" }, { "url": "https://github.com/fabpot", "type": "github" }, { "url": "https://github.com/nicolas-grekas", "type": "github" }, { "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", "type": "tidelift" } ], "time": "2026-01-08T15:58:55+00:00" }, { "name": "symfony/yaml", "version": "v7.4.1", "source": { "type": "git", "url": "https://github.com/symfony/yaml.git", "reference": "24dd4de28d2e3988b311751ac49e684d783e2345" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/yaml/zipball/24dd4de28d2e3988b311751ac49e684d783e2345", "reference": "24dd4de28d2e3988b311751ac49e684d783e2345", "shasum": "" }, "require": { "php": ">=8.2", "symfony/deprecation-contracts": "^2.5|^3", "symfony/polyfill-ctype": "^1.8" }, "conflict": { "symfony/console": "<6.4" }, "require-dev": { "symfony/console": "^6.4|^7.0|^8.0" }, "bin": [ "Resources/bin/yaml-lint" ], "type": "library", "autoload": { "psr-4": { "Symfony\\Component\\Yaml\\": "" }, "exclude-from-classmap": [ "/Tests/" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Fabien Potencier", "email": "fabien@symfony.com" }, { "name": "Symfony Community", "homepage": "https://symfony.com/contributors" } ], "description": "Loads and dumps YAML files", "homepage": "https://symfony.com", "support": { "source": "https://github.com/symfony/yaml/tree/v7.4.1" }, "funding": [ { "url": "https://symfony.com/sponsor", "type": "custom" }, { "url": "https://github.com/fabpot", "type": "github" }, { "url": "https://github.com/nicolas-grekas", "type": "github" }, { "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", "type": "tidelift" } ], "time": "2025-12-04T18:11:45+00:00" }, { "name": "symfonycasts/dynamic-forms", "version": "v0.1.3", "source": { "type": "git", "url": "https://github.com/SymfonyCasts/dynamic-forms.git", "reference": "4c86c48f18a707e451c4dfffe87f3710b2052be6" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/SymfonyCasts/dynamic-forms/zipball/4c86c48f18a707e451c4dfffe87f3710b2052be6", "reference": "4c86c48f18a707e451c4dfffe87f3710b2052be6", "shasum": "" }, "require": { "php": ">=8.1", "symfony/form": "^5.4|^6.3|^7.0" }, "require-dev": { "phpunit/phpunit": "^9.6", "symfony/framework-bundle": "^6.3|^7.0", "symfony/options-resolver": "^5.4|^6.3|^7.0", "symfony/phpunit-bridge": "^5.4.32|^6.3.9|^7.0", "symfony/twig-bundle": "^5.4|^6.3|^7.0", "twig/twig": "^2.15|^3.0", "zenstruck/browser": "^1.4" }, "type": "library", "autoload": { "psr-4": { "Symfonycasts\\DynamicForms\\": "src" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Ryan Weaver", "homepage": "https://symfonycasts.com" } ], "description": "Add dynamic/dependent fields to Symfony forms", "keywords": [ "Forms", "symfony" ], "support": { "issues": "https://github.com/SymfonyCasts/dynamic-forms/issues", "source": "https://github.com/SymfonyCasts/dynamic-forms/tree/v0.1.3" }, "time": "2024-10-22T16:59:02+00:00" }, { "name": "twig/extra-bundle", "version": "v3.23.0", "source": { "type": "git", "url": "https://github.com/twigphp/twig-extra-bundle.git", "reference": "7a27e784dc56eddfef5e9295829b290ce06f1682" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/twigphp/twig-extra-bundle/zipball/7a27e784dc56eddfef5e9295829b290ce06f1682", "reference": "7a27e784dc56eddfef5e9295829b290ce06f1682", "shasum": "" }, "require": { "php": ">=8.1.0", "symfony/framework-bundle": "^5.4|^6.4|^7.0|^8.0", "symfony/twig-bundle": "^5.4|^6.4|^7.0|^8.0", "twig/twig": "^3.2|^4.0" }, "require-dev": { "league/commonmark": "^2.7", "symfony/phpunit-bridge": "^6.4|^7.0", "twig/cache-extra": "^3.0", "twig/cssinliner-extra": "^3.0", "twig/html-extra": "^3.0", "twig/inky-extra": "^3.0", "twig/intl-extra": "^3.0", "twig/markdown-extra": "^3.0", "twig/string-extra": "^3.0" }, "type": "symfony-bundle", "autoload": { "psr-4": { "Twig\\Extra\\TwigExtraBundle\\": "" }, "exclude-from-classmap": [ "/Tests/" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Fabien Potencier", "email": "fabien@symfony.com", "homepage": "http://fabien.potencier.org", "role": "Lead Developer" } ], "description": "A Symfony bundle for extra Twig extensions", "homepage": "https://twig.symfony.com", "keywords": [ "bundle", "extra", "twig" ], "support": { "source": "https://github.com/twigphp/twig-extra-bundle/tree/v3.23.0" }, "funding": [ { "url": "https://github.com/fabpot", "type": "github" }, { "url": "https://tidelift.com/funding/github/packagist/twig/twig", "type": "tidelift" } ], "time": "2025-12-18T20:46:15+00:00" }, { "name": "twig/intl-extra", "version": "v3.23.0", "source": { "type": "git", "url": "https://github.com/twigphp/intl-extra.git", "reference": "32f15a38d45a8d0ec11bc8a3d97d3ac2a261499f" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/twigphp/intl-extra/zipball/32f15a38d45a8d0ec11bc8a3d97d3ac2a261499f", "reference": "32f15a38d45a8d0ec11bc8a3d97d3ac2a261499f", "shasum": "" }, "require": { "php": ">=8.1.0", "symfony/intl": "^5.4|^6.4|^7.0|^8.0", "twig/twig": "^3.13|^4.0" }, "require-dev": { "symfony/phpunit-bridge": "^6.4|^7.0" }, "type": "library", "autoload": { "psr-4": { "Twig\\Extra\\Intl\\": "" }, "exclude-from-classmap": [ "/Tests/" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Fabien Potencier", "email": "fabien@symfony.com", "homepage": "http://fabien.potencier.org", "role": "Lead Developer" } ], "description": "A Twig extension for Intl", "homepage": "https://twig.symfony.com", "keywords": [ "intl", "twig" ], "support": { "source": "https://github.com/twigphp/intl-extra/tree/v3.23.0" }, "funding": [ { "url": "https://github.com/fabpot", "type": "github" }, { "url": "https://tidelift.com/funding/github/packagist/twig/twig", "type": "tidelift" } ], "time": "2026-01-17T13:57:47+00:00" }, { "name": "twig/string-extra", "version": "v3.23.0", "source": { "type": "git", "url": "https://github.com/twigphp/string-extra.git", "reference": "6ec8f2e8ca9b2193221a02cb599dc92c36384368" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/twigphp/string-extra/zipball/6ec8f2e8ca9b2193221a02cb599dc92c36384368", "reference": "6ec8f2e8ca9b2193221a02cb599dc92c36384368", "shasum": "" }, "require": { "php": ">=8.1.0", "symfony/string": "^5.4|^6.4|^7.0|^8.0", "symfony/translation-contracts": "^1.1|^2|^3", "twig/twig": "^3.13|^4.0" }, "require-dev": { "symfony/phpunit-bridge": "^6.4|^7.0" }, "type": "library", "autoload": { "psr-4": { "Twig\\Extra\\String\\": "" }, "exclude-from-classmap": [ "/Tests/" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Fabien Potencier", "email": "fabien@symfony.com", "homepage": "http://fabien.potencier.org", "role": "Lead Developer" } ], "description": "A Twig extension for Symfony String", "homepage": "https://twig.symfony.com", "keywords": [ "html", "string", "twig", "unicode" ], "support": { "source": "https://github.com/twigphp/string-extra/tree/v3.23.0" }, "funding": [ { "url": "https://github.com/fabpot", "type": "github" }, { "url": "https://tidelift.com/funding/github/packagist/twig/twig", "type": "tidelift" } ], "time": "2025-12-02T14:45:16+00:00" }, { "name": "twig/twig", "version": "v3.23.0", "source": { "type": "git", "url": "https://github.com/twigphp/Twig.git", "reference": "a64dc5d2cc7d6cafb9347f6cd802d0d06d0351c9" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/twigphp/Twig/zipball/a64dc5d2cc7d6cafb9347f6cd802d0d06d0351c9", "reference": "a64dc5d2cc7d6cafb9347f6cd802d0d06d0351c9", "shasum": "" }, "require": { "php": ">=8.1.0", "symfony/deprecation-contracts": "^2.5|^3", "symfony/polyfill-ctype": "^1.8", "symfony/polyfill-mbstring": "^1.3" }, "require-dev": { "phpstan/phpstan": "^2.0", "psr/container": "^1.0|^2.0", "symfony/phpunit-bridge": "^5.4.9|^6.4|^7.0" }, "type": "library", "autoload": { "files": [ "src/Resources/core.php", "src/Resources/debug.php", "src/Resources/escaper.php", "src/Resources/string_loader.php" ], "psr-4": { "Twig\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-3-Clause" ], "authors": [ { "name": "Fabien Potencier", "email": "fabien@symfony.com", "homepage": "http://fabien.potencier.org", "role": "Lead Developer" }, { "name": "Twig Team", "role": "Contributors" }, { "name": "Armin Ronacher", "email": "armin.ronacher@active-4.com", "role": "Project Founder" } ], "description": "Twig, the flexible, fast, and secure template language for PHP", "homepage": "https://twig.symfony.com", "keywords": [ "templating" ], "support": { "issues": "https://github.com/twigphp/Twig/issues", "source": "https://github.com/twigphp/Twig/tree/v3.23.0" }, "funding": [ { "url": "https://github.com/fabpot", "type": "github" }, { "url": "https://tidelift.com/funding/github/packagist/twig/twig", "type": "tidelift" } ], "time": "2026-01-23T21:00:41+00:00" }, { "name": "webmozart/assert", "version": "1.12.1", "source": { "type": "git", "url": "https://github.com/webmozarts/assert.git", "reference": "9be6926d8b485f55b9229203f962b51ed377ba68" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/webmozarts/assert/zipball/9be6926d8b485f55b9229203f962b51ed377ba68", "reference": "9be6926d8b485f55b9229203f962b51ed377ba68", "shasum": "" }, "require": { "ext-ctype": "*", "ext-date": "*", "ext-filter": "*", "php": "^7.2 || ^8.0" }, "suggest": { "ext-intl": "", "ext-simplexml": "", "ext-spl": "" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.10-dev" } }, "autoload": { "psr-4": { "Webmozart\\Assert\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Bernhard Schussek", "email": "bschussek@gmail.com" } ], "description": "Assertions to validate method input/output with nice error messages.", "keywords": [ "assert", "check", "validate" ], "support": { "issues": "https://github.com/webmozarts/assert/issues", "source": "https://github.com/webmozarts/assert/tree/1.12.1" }, "time": "2025-10-29T15:56:20+00:00" }, { "name": "willdurand/js-translation-bundle", "version": "7.0.0", "source": { "type": "git", "url": "https://github.com/willdurand/BazingaJsTranslationBundle.git", "reference": "28283525bed4071d6d827af1402318ecf29d156e" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/willdurand/BazingaJsTranslationBundle/zipball/28283525bed4071d6d827af1402318ecf29d156e", "reference": "28283525bed4071d6d827af1402318ecf29d156e", "shasum": "" }, "require": { "php": ">=7.4", "symfony/console": "~4.4|~5.0|~6.0|~7.0", "symfony/finder": "~4.4|~5.0|~6.0|~7.0", "symfony/framework-bundle": "~4.4|~5.0|~6.0|~7.0", "symfony/intl": "~4.4|~5.0|~6.0|~7.0", "symfony/translation": "~4.4|~5.0|~6.0|~7.0", "symfony/twig-bundle": "~4.4|~5.0|~6.0|~7.0" }, "replace": { "willdurand/expose-translation-bundle": "2.5.*" }, "require-dev": { "phpunit/phpunit": "^4.8|~5.7|~6.5|~8", "symfony/asset": "~4.4|~5.0|~6.0|~7.0", "symfony/browser-kit": "~4.4|~5.0|~6.0|~7.0", "symfony/filesystem": "~4.4|~5.0|~6.0|~7.0", "symfony/phpunit-bridge": "^5.0|^6.0|~7.0", "symfony/yaml": "~4.4|~5.0|~6.0|~7.0" }, "type": "symfony-bundle", "extra": { "branch-alias": { "dev-master": "6.x-dev" } }, "autoload": { "psr-4": { "Bazinga\\Bundle\\JsTranslationBundle\\": "" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "William Durand", "email": "will+git@drnd.me" } ], "description": "A pretty nice way to expose your translation messages to your JavaScript.", "keywords": [ "javascript", "symfony", "translation" ], "support": { "issues": "https://github.com/willdurand/BazingaJsTranslationBundle/issues", "source": "https://github.com/willdurand/BazingaJsTranslationBundle/tree/7.0.0" }, "time": "2025-02-22T09:35:32+00:00" }, { "name": "willdurand/jsonp-callback-validator", "version": "v2.0.0", "source": { "type": "git", "url": "https://github.com/willdurand/JsonpCallbackValidator.git", "reference": "738c36e91d4d7e0ff0cac145f77057e0fb88526e" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/willdurand/JsonpCallbackValidator/zipball/738c36e91d4d7e0ff0cac145f77057e0fb88526e", "reference": "738c36e91d4d7e0ff0cac145f77057e0fb88526e", "shasum": "" }, "require": { "php": ">=7.1.0" }, "require-dev": { "symfony/phpunit-bridge": "^5.0" }, "type": "library", "autoload": { "psr-0": { "JsonpCallbackValidator": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "William Durand", "email": "will+git@drnd.me" } ], "description": "JSONP callback validator.", "support": { "issues": "https://github.com/willdurand/JsonpCallbackValidator/issues", "source": "https://github.com/willdurand/JsonpCallbackValidator/tree/v2.0.0" }, "time": "2022-01-30T20:33:09+00:00" }, { "name": "willdurand/negotiation", "version": "3.1.0", "source": { "type": "git", "url": "https://github.com/willdurand/Negotiation.git", "reference": "68e9ea0553ef6e2ee8db5c1d98829f111e623ec2" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/willdurand/Negotiation/zipball/68e9ea0553ef6e2ee8db5c1d98829f111e623ec2", "reference": "68e9ea0553ef6e2ee8db5c1d98829f111e623ec2", "shasum": "" }, "require": { "php": ">=7.1.0" }, "require-dev": { "symfony/phpunit-bridge": "^5.0" }, "type": "library", "extra": { "branch-alias": { "dev-master": "3.0-dev" } }, "autoload": { "psr-4": { "Negotiation\\": "src/Negotiation" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "William Durand", "email": "will+git@drnd.me" } ], "description": "Content Negotiation tools for PHP provided as a standalone library.", "homepage": "http://williamdurand.fr/Negotiation/", "keywords": [ "accept", "content", "format", "header", "negotiation" ], "support": { "issues": "https://github.com/willdurand/Negotiation/issues", "source": "https://github.com/willdurand/Negotiation/tree/3.1.0" }, "time": "2022-01-30T20:08:53+00:00" } ], "packages-dev": [ { "name": "aeon-php/calendar", "version": "1.0.12", "source": { "type": "git", "url": "https://github.com/aeon-php/calendar.git", "reference": "10387ea0944ce9ce071a12d60c398ee852de70b8" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/aeon-php/calendar/zipball/10387ea0944ce9ce071a12d60c398ee852de70b8", "reference": "10387ea0944ce9ce071a12d60c398ee852de70b8", "shasum": "" }, "require": { "php": "~8.2.0 || ~8.3.0 || ~8.4.0 || ~8.5.0" }, "require-dev": { "ext-bcmath": "*", "ext-pcov": "*" }, "suggest": { "ext-bcmath": "Compare time units with high precision" }, "type": "library", "autoload": { "psr-4": { "Aeon\\": [ "src/Aeon" ] } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "description": "PHP type safe, immutable calendar library", "keywords": [ "calendar", "date", "datetime", "immutable", "time" ], "support": { "issues": "https://github.com/aeon-php/calendar/issues", "source": "https://github.com/aeon-php/calendar/tree/1.0.12" }, "funding": [ { "url": "https://flow-php.com/sponsor", "type": "custom" }, { "url": "https://github.com/norberttech", "type": "github" } ], "time": "2025-12-08T14:44:05+00:00" }, { "name": "behat/behat", "version": "v3.29.0", "source": { "type": "git", "url": "https://github.com/Behat/Behat.git", "reference": "51bdf81639a14645c5d2c06926f4aa37d204921b" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/Behat/Behat/zipball/51bdf81639a14645c5d2c06926f4aa37d204921b", "reference": "51bdf81639a14645c5d2c06926f4aa37d204921b", "shasum": "" }, "require": { "behat/gherkin": "^4.12.0", "composer-runtime-api": "^2.2", "composer/xdebug-handler": "^1.4 || ^2.0 || ^3.0", "ext-mbstring": "*", "nikic/php-parser": "^4.19.2 || ^5.2", "php": ">=8.1 <8.6", "psr/container": "^1.0 || ^2.0", "symfony/config": "^5.4 || ^6.4 || ^7.0", "symfony/console": "^5.4 || ^6.4 || ^7.0", "symfony/dependency-injection": "^5.4 || ^6.4 || ^7.0", "symfony/event-dispatcher": "^5.4 || ^6.4 || ^7.0", "symfony/translation": "^5.4 || ^6.4 || ^7.0", "symfony/yaml": "^5.4 || ^6.4 || ^7.0" }, "require-dev": { "opis/json-schema": "^2.5", "php-cs-fixer/shim": "^3.89", "phpstan/phpstan": "^2.0", "phpunit/phpunit": "^9.6", "rector/rector": "2.1.7", "sebastian/diff": "^4.0", "symfony/filesystem": "^5.4 || ^6.4 || ^7.0", "symfony/polyfill-php84": "^1.31", "symfony/process": "^5.4 || ^6.4 || ^7.0" }, "suggest": { "ext-dom": "Needed to output test results in JUnit format." }, "bin": [ "bin/behat" ], "type": "library", "autoload": { "psr-4": { "Behat\\Hook\\": "src/Behat/Hook/", "Behat\\Step\\": "src/Behat/Step/", "Behat\\Behat\\": "src/Behat/Behat/", "Behat\\Config\\": "src/Behat/Config/", "Behat\\Testwork\\": "src/Behat/Testwork/", "Behat\\Transformation\\": "src/Behat/Transformation/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Konstantin Kudryashov", "email": "ever.zet@gmail.com", "homepage": "http://everzet.com" } ], "description": "Scenario-oriented BDD framework for PHP", "homepage": "https://behat.org/", "keywords": [ "Agile", "BDD", "ScenarioBDD", "Scrum", "StoryBDD", "User story", "business", "development", "documentation", "examples", "symfony", "testing" ], "support": { "issues": "https://github.com/Behat/Behat/issues", "source": "https://github.com/Behat/Behat/tree/v3.29.0" }, "funding": [ { "url": "https://github.com/acoulton", "type": "github" }, { "url": "https://github.com/carlos-granados", "type": "github" }, { "url": "https://github.com/stof", "type": "github" } ], "time": "2025-12-11T09:51:30+00:00" }, { "name": "behat/gherkin", "version": "v4.16.1", "source": { "type": "git", "url": "https://github.com/Behat/Gherkin.git", "reference": "e26037937dfd48528746764dd870bc5d0836665f" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/Behat/Gherkin/zipball/e26037937dfd48528746764dd870bc5d0836665f", "reference": "e26037937dfd48528746764dd870bc5d0836665f", "shasum": "" }, "require": { "composer-runtime-api": "^2.2", "php": ">=8.1 <8.6" }, "require-dev": { "cucumber/gherkin-monorepo": "dev-gherkin-v37.0.0", "friendsofphp/php-cs-fixer": "^3.77", "mikey179/vfsstream": "^1.6", "phpstan/extension-installer": "^1", "phpstan/phpstan": "^2", "phpstan/phpstan-phpunit": "^2", "phpunit/phpunit": "^10.5", "symfony/yaml": "^5.4 || ^6.4 || ^7.0" }, "suggest": { "symfony/yaml": "If you want to parse features, represented in YAML files" }, "type": "library", "extra": { "branch-alias": { "dev-master": "4.x-dev" } }, "autoload": { "psr-4": { "Behat\\Gherkin\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Konstantin Kudryashov", "email": "ever.zet@gmail.com", "homepage": "https://everzet.com" } ], "description": "Gherkin DSL parser for PHP", "homepage": "https://behat.org/", "keywords": [ "BDD", "Behat", "Cucumber", "DSL", "gherkin", "parser" ], "support": { "issues": "https://github.com/Behat/Gherkin/issues", "source": "https://github.com/Behat/Gherkin/tree/v4.16.1" }, "funding": [ { "url": "https://github.com/acoulton", "type": "github" }, { "url": "https://github.com/carlos-granados", "type": "github" }, { "url": "https://github.com/stof", "type": "github" } ], "time": "2025-12-08T16:12:58+00:00" }, { "name": "behat/mink-selenium2-driver", "version": "v1.7.0", "source": { "type": "git", "url": "https://github.com/minkphp/MinkSelenium2Driver.git", "reference": "4ca4083f305de7dff4434ac402dc4e3f39c0866a" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/minkphp/MinkSelenium2Driver/zipball/4ca4083f305de7dff4434ac402dc4e3f39c0866a", "reference": "4ca4083f305de7dff4434ac402dc4e3f39c0866a", "shasum": "" }, "require": { "behat/mink": "^1.11@dev", "ext-json": "*", "instaclick/php-webdriver": "^1.4.14", "php": ">=7.2" }, "require-dev": { "mink/driver-testsuite": "dev-master", "phpstan/phpstan": "^1.10", "phpstan/phpstan-phpunit": "^1.3", "phpunit/phpunit": "^8.5.22 || ^9.5.11", "symfony/error-handler": "^4.4 || ^5.0 || ^6.0 || ^7.0" }, "type": "mink-driver", "extra": { "branch-alias": { "dev-master": "1.x-dev" } }, "autoload": { "psr-4": { "Behat\\Mink\\Driver\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Pete Otaqui", "email": "pete@otaqui.com", "homepage": "https://github.com/pete-otaqui" }, { "name": "Konstantin Kudryashov", "email": "ever.zet@gmail.com", "homepage": "http://everzet.com" } ], "description": "Selenium2 (WebDriver) driver for Mink framework", "homepage": "https://mink.behat.org/", "keywords": [ "ajax", "browser", "javascript", "selenium", "testing", "webdriver" ], "support": { "issues": "https://github.com/minkphp/MinkSelenium2Driver/issues", "source": "https://github.com/minkphp/MinkSelenium2Driver/tree/v1.7.0" }, "time": "2023-12-09T11:58:45+00:00" }, { "name": "coduo/php-matcher", "version": "6.0.17", "source": { "type": "git", "url": "https://github.com/coduo/php-matcher.git", "reference": "ec521bba7757d98fc601a80f063de1c4cbc2f92b" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/coduo/php-matcher/zipball/ec521bba7757d98fc601a80f063de1c4cbc2f92b", "reference": "ec521bba7757d98fc601a80f063de1c4cbc2f92b", "shasum": "" }, "require": { "aeon-php/calendar": "^1.0.6", "coduo/php-to-string": "^3", "doctrine/lexer": "^3.0", "ext-filter": "*", "ext-json": "*", "ext-simplexml": "*", "php": "~8.1 || ~8.2 || ~8.3 || ~8.4" }, "require-dev": { "nikic/php-parser": "^4.0", "openlss/lib-array2xml": "^1.0", "phpunit/phpunit": "^10.4", "symfony/cache": "^5.4|^6.4", "symfony/expression-language": "^5.4|^6.4|^7.0", "symfony/var-exporter": "^5.4|^6.4|^7.0" }, "suggest": { "openlss/lib-array2xml": "In order ot use Coduo\\PHPMatcher\\Matcher\\XmlMatcher", "symfony/expression-language": "In order to use Coduo\\PHPMatcher\\Matcher\\ExpressionMatcher" }, "type": "library", "autoload": { "psr-4": { "Coduo\\PHPMatcher\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Michał Dąbrowski", "email": "dabrowski@brillante.pl" }, { "name": "Norbert Orzechowicz", "email": "norbert@orzechowicz.pl" } ], "description": "PHP Matcher enables you to match values with patterns", "keywords": [ "Match", "json", "matcher", "tests" ], "support": { "issues": "https://github.com/coduo/php-matcher/issues", "source": "https://github.com/coduo/php-matcher/tree/6.0.17" }, "time": "2024-12-20T03:49:15+00:00" }, { "name": "coduo/php-to-string", "version": "3.2.2", "source": { "type": "git", "url": "https://github.com/coduo/php-to-string.git", "reference": "2f7b08b64bfd24578c498936ef80c8ff3a99b337" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/coduo/php-to-string/zipball/2f7b08b64bfd24578c498936ef80c8ff3a99b337", "reference": "2f7b08b64bfd24578c498936ef80c8ff3a99b337", "shasum": "" }, "require": { "php": ">=7.2" }, "suggest": { "ext-intl": "Required if you are going to use humanizer with locales different than en_EN" }, "type": "library", "autoload": { "psr-4": { "Coduo\\ToString\\": "src/Coduo/ToString" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Michał Dąbrowski", "email": "dabrowski@brillante.pl" }, { "name": "Norbert Orzechowicz", "email": "norbert@orzechowicz.pl" } ], "description": "Simple library that converts PHP value into strings", "keywords": [ "php", "string", "to", "to string" ], "support": { "issues": "https://github.com/coduo/php-to-string/issues", "source": "https://github.com/coduo/php-to-string/tree/3.2.2" }, "funding": [ { "url": "https://flow-php.com/sponsor", "type": "custom" }, { "url": "https://github.com/norberttech", "type": "github" } ], "time": "2025-12-02T15:30:05+00:00" }, { "name": "composer/pcre", "version": "3.3.2", "source": { "type": "git", "url": "https://github.com/composer/pcre.git", "reference": "b2bed4734f0cc156ee1fe9c0da2550420d99a21e" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/composer/pcre/zipball/b2bed4734f0cc156ee1fe9c0da2550420d99a21e", "reference": "b2bed4734f0cc156ee1fe9c0da2550420d99a21e", "shasum": "" }, "require": { "php": "^7.4 || ^8.0" }, "conflict": { "phpstan/phpstan": "<1.11.10" }, "require-dev": { "phpstan/phpstan": "^1.12 || ^2", "phpstan/phpstan-strict-rules": "^1 || ^2", "phpunit/phpunit": "^8 || ^9" }, "type": "library", "extra": { "phpstan": { "includes": [ "extension.neon" ] }, "branch-alias": { "dev-main": "3.x-dev" } }, "autoload": { "psr-4": { "Composer\\Pcre\\": "src" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Jordi Boggiano", "email": "j.boggiano@seld.be", "homepage": "http://seld.be" } ], "description": "PCRE wrapping library that offers type-safe preg_* replacements.", "keywords": [ "PCRE", "preg", "regex", "regular expression" ], "support": { "issues": "https://github.com/composer/pcre/issues", "source": "https://github.com/composer/pcre/tree/3.3.2" }, "funding": [ { "url": "https://packagist.com", "type": "custom" }, { "url": "https://github.com/composer", "type": "github" }, { "url": "https://tidelift.com/funding/github/packagist/composer/composer", "type": "tidelift" } ], "time": "2024-11-12T16:29:46+00:00" }, { "name": "composer/xdebug-handler", "version": "3.0.5", "source": { "type": "git", "url": "https://github.com/composer/xdebug-handler.git", "reference": "6c1925561632e83d60a44492e0b344cf48ab85ef" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/composer/xdebug-handler/zipball/6c1925561632e83d60a44492e0b344cf48ab85ef", "reference": "6c1925561632e83d60a44492e0b344cf48ab85ef", "shasum": "" }, "require": { "composer/pcre": "^1 || ^2 || ^3", "php": "^7.2.5 || ^8.0", "psr/log": "^1 || ^2 || ^3" }, "require-dev": { "phpstan/phpstan": "^1.0", "phpstan/phpstan-strict-rules": "^1.1", "phpunit/phpunit": "^8.5 || ^9.6 || ^10.5" }, "type": "library", "autoload": { "psr-4": { "Composer\\XdebugHandler\\": "src" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "John Stevenson", "email": "john-stevenson@blueyonder.co.uk" } ], "description": "Restarts a process without Xdebug.", "keywords": [ "Xdebug", "performance" ], "support": { "irc": "ircs://irc.libera.chat:6697/composer", "issues": "https://github.com/composer/xdebug-handler/issues", "source": "https://github.com/composer/xdebug-handler/tree/3.0.5" }, "funding": [ { "url": "https://packagist.com", "type": "custom" }, { "url": "https://github.com/composer", "type": "github" }, { "url": "https://tidelift.com/funding/github/packagist/composer/composer", "type": "tidelift" } ], "time": "2024-05-06T16:37:16+00:00" }, { "name": "dbrekelmans/bdi", "version": "1.4.1", "source": { "type": "git", "url": "https://github.com/dbrekelmans/bdi.git", "reference": "c2b77127d7aa3fad25d57575c207b54b108ab300" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/dbrekelmans/bdi/zipball/c2b77127d7aa3fad25d57575c207b54b108ab300", "reference": "c2b77127d7aa3fad25d57575c207b54b108ab300", "shasum": "" }, "require": { "ext-json": "*", "ext-zip": "*", "ext-zlib": "*", "php": "^8.1" }, "bin": [ "bdi", "bdi.phar" ], "type": "library", "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Daniël Brekelmans", "homepage": "https://github.com/dbrekelmans" }, { "name": "Contributors", "homepage": "https://github.com/dbrekelmans/bdi/graphs/contributors" } ], "description": "PHAR distribution of dbrekelmans/browser-driver-installer.", "homepage": "https://github.com/dbrekelmans/bdi", "keywords": [ "browser-driver-installer" ], "support": { "source": "https://github.com/dbrekelmans/bdi/tree/1.4.1" }, "time": "2025-11-03T11:32:28+00:00" }, { "name": "dealerdirect/phpcodesniffer-composer-installer", "version": "v1.2.0", "source": { "type": "git", "url": "https://github.com/PHPCSStandards/composer-installer.git", "reference": "845eb62303d2ca9b289ef216356568ccc075ffd1" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/PHPCSStandards/composer-installer/zipball/845eb62303d2ca9b289ef216356568ccc075ffd1", "reference": "845eb62303d2ca9b289ef216356568ccc075ffd1", "shasum": "" }, "require": { "composer-plugin-api": "^2.2", "php": ">=5.4", "squizlabs/php_codesniffer": "^3.1.0 || ^4.0" }, "require-dev": { "composer/composer": "^2.2", "ext-json": "*", "ext-zip": "*", "php-parallel-lint/php-parallel-lint": "^1.4.0", "phpcompatibility/php-compatibility": "^9.0 || ^10.0.0@dev", "yoast/phpunit-polyfills": "^1.0" }, "type": "composer-plugin", "extra": { "class": "PHPCSStandards\\Composer\\Plugin\\Installers\\PHPCodeSniffer\\Plugin" }, "autoload": { "psr-4": { "PHPCSStandards\\Composer\\Plugin\\Installers\\PHPCodeSniffer\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Franck Nijhof", "email": "opensource@frenck.dev", "homepage": "https://frenck.dev", "role": "Open source developer" }, { "name": "Contributors", "homepage": "https://github.com/PHPCSStandards/composer-installer/graphs/contributors" } ], "description": "PHP_CodeSniffer Standards Composer Installer Plugin", "keywords": [ "PHPCodeSniffer", "PHP_CodeSniffer", "code quality", "codesniffer", "composer", "installer", "phpcbf", "phpcs", "plugin", "qa", "quality", "standard", "standards", "style guide", "stylecheck", "tests" ], "support": { "issues": "https://github.com/PHPCSStandards/composer-installer/issues", "security": "https://github.com/PHPCSStandards/composer-installer/security/policy", "source": "https://github.com/PHPCSStandards/composer-installer" }, "funding": [ { "url": "https://github.com/PHPCSStandards", "type": "github" }, { "url": "https://github.com/jrfnl", "type": "github" }, { "url": "https://opencollective.com/php_codesniffer", "type": "open_collective" }, { "url": "https://thanks.dev/u/gh/phpcsstandards", "type": "thanks_dev" } ], "time": "2025-11-11T04:32:07+00:00" }, { "name": "dmore/behat-chrome-extension", "version": "1.4.1", "source": { "type": "git", "url": "https://gitlab.com/behat-chrome/behat-chrome-extension.git", "reference": "b4262f4bf9ea8a8874eb8684bb982c13aca66d3c" }, "dist": { "type": "zip", "url": "https://gitlab.com/api/v4/projects/behat-chrome%2Fbehat-chrome-extension/repository/archive.zip?sha=b4262f4bf9ea8a8874eb8684bb982c13aca66d3c", "reference": "b4262f4bf9ea8a8874eb8684bb982c13aca66d3c", "shasum": "" }, "require": { "behat/behat": "^3.0.4", "dmore/chrome-mink-driver": "^2.4.1", "friends-of-behat/mink-extension": "^2.0", "php": ">=7.1" }, "require-dev": { "phpunit/phpunit": "^8.5 || ^9.5" }, "type": "library", "autoload": { "psr-4": { "DMore\\ChromeExtension\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Dorian More", "email": "doriancmore@gmail.com" } ], "description": "Behat extension for controlling Chrome without Selenium", "homepage": "https://gitlab.com/behat-chrome/chrome-mink-driver", "keywords": [ "Behat", "chrome", "driver", "headless" ], "support": { "issues": "https://gitlab.com/behat-chrome/behat-chrome-extension/-/issues", "source": "https://gitlab.com/behat-chrome/behat-chrome-extension/-/tree/1.4.1" }, "time": "2025-12-19T06:39:12+00:00" }, { "name": "dmore/chrome-mink-driver", "version": "2.10.0", "source": { "type": "git", "url": "https://gitlab.com/behat-chrome/chrome-mink-driver.git", "reference": "197c3a2e69a0d9f2572ca4461e748d0c771db4ec" }, "dist": { "type": "zip", "url": "https://gitlab.com/api/v4/projects/behat-chrome%2Fchrome-mink-driver/repository/archive.zip?sha=197c3a2e69a0d9f2572ca4461e748d0c771db4ec", "reference": "197c3a2e69a0d9f2572ca4461e748d0c771db4ec", "shasum": "" }, "require": { "behat/mink": "^1.9", "ext-curl": "*", "ext-json": "*", "ext-mbstring": "*", "php": "^8.1", "phrity/websocket": "^1.7.0" }, "require-dev": { "mink/driver-testsuite": "dev-master", "phpunit/phpunit": "^8.5.22 || ^9.5.11", "squizlabs/php_codesniffer": "^3.5" }, "type": "library", "autoload": { "psr-4": { "DMore\\ChromeDriver\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Dorian More", "email": "doriancmore@gmail.com" } ], "description": "Mink driver for controlling chrome without selenium", "homepage": "https://gitlab.com/behat-chrome/chrome-mink-driver", "support": { "issues": "https://gitlab.com/behat-chrome/chrome-mink-driver/-/issues", "source": "https://gitlab.com/behat-chrome/chrome-mink-driver/-/tree/2.10.0" }, "time": "2025-10-03T23:14:32+00:00" }, { "name": "friends-of-behat/mink", "version": "v1.11.0", "source": { "type": "git", "url": "https://github.com/FriendsOfBehat/Mink.git", "reference": "8aa0dc57999cb12736b80b379e22187d7f18e8a9" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/FriendsOfBehat/Mink/zipball/8aa0dc57999cb12736b80b379e22187d7f18e8a9", "reference": "8aa0dc57999cb12736b80b379e22187d7f18e8a9", "shasum": "" }, "require": { "php": "^7.4|^8.0", "symfony/css-selector": "^4.4|^5.0|^6.0|^7.0" }, "replace": { "behat/mink": "self.version" }, "require-dev": { "symfony/phpunit-bridge": "^5.2|^6.0|^7.0" }, "suggest": { "behat/mink-browserkit-driver": "extremely fast headless driver for Symfony\\Kernel-based apps (Sf2, Silex)", "behat/mink-goutte-driver": "fast headless driver for any app without JS emulation", "behat/mink-selenium2-driver": "slow, but JS-enabled driver for any app (requires Selenium2)", "behat/mink-zombie-driver": "fast and JS-enabled headless driver for any app (requires node.js)", "dmore/chrome-mink-driver": "fast and JS-enabled driver for any app (requires chromium or google chrome)" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.8.x-dev" } }, "autoload": { "psr-4": { "Behat\\Mink\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Konstantin Kudryashov", "email": "ever.zet@gmail.com", "homepage": "http://everzet.com" } ], "description": "Browser controller/emulator abstraction for PHP", "homepage": "http://mink.behat.org/", "keywords": [ "browser", "testing", "web" ], "support": { "source": "https://github.com/FriendsOfBehat/Mink/tree/v1.11.0" }, "abandoned": "behat/mink", "time": "2024-02-06T13:17:10+00:00" }, { "name": "friends-of-behat/mink-browserkit-driver", "version": "v1.6.2", "source": { "type": "git", "url": "https://github.com/FriendsOfBehat/MinkBrowserKitDriver.git", "reference": "4f7d58037f8aa5f3aa17308cb6341b029859ea65" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/FriendsOfBehat/MinkBrowserKitDriver/zipball/4f7d58037f8aa5f3aa17308cb6341b029859ea65", "reference": "4f7d58037f8aa5f3aa17308cb6341b029859ea65", "shasum": "" }, "require": { "behat/mink": "^1.7", "php": "^7.4|^8.0", "symfony/browser-kit": "^4.4|^5.0|^6.0|^7.0", "symfony/dom-crawler": "^4.4|^5.0|^6.0|^7.0" }, "replace": { "behat/mink-browserkit-driver": "self.version" }, "require-dev": { "friends-of-behat/mink-driver-testsuite": "dev-master", "symfony/http-kernel": "^4.4|^5.0|^6.0|^7.0" }, "type": "mink-driver", "extra": { "branch-alias": { "dev-master": "1.3.x-dev" } }, "autoload": { "psr-4": { "Behat\\Mink\\Driver\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Konstantin Kudryashov", "email": "ever.zet@gmail.com", "homepage": "http://everzet.com" } ], "description": "Symfony2 BrowserKit driver for Mink framework", "homepage": "http://mink.behat.org/", "keywords": [ "Mink", "Symfony2", "browser", "testing" ], "support": { "source": "https://github.com/FriendsOfBehat/MinkBrowserKitDriver/tree/v1.6.2" }, "abandoned": "behat/mink-browserkit-driver", "time": "2024-02-06T13:25:07+00:00" }, { "name": "friends-of-behat/mink-debug-extension", "version": "v2.1.0", "source": { "type": "git", "url": "https://github.com/FriendsOfBehat/MinkDebugExtension.git", "reference": "270e5aa5aef5358d81569a9a16eb2b3258314f9a" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/FriendsOfBehat/MinkDebugExtension/zipball/270e5aa5aef5358d81569a9a16eb2b3258314f9a", "reference": "270e5aa5aef5358d81569a9a16eb2b3258314f9a", "shasum": "" }, "require": { "behat/behat": "^3.5", "behat/mink-extension": "^2.3", "php": ">=7.4" }, "require-dev": { "behat/mink-goutte-driver": "^1.2", "behat/mink-selenium2-driver": "^1.4", "dmore/behat-chrome-extension": "^1.3", "dmore/chrome-mink-driver": "^2.7", "symfony/process": "^4.4 || ^5.2" }, "type": "behat-extension", "extra": { "branch-alias": { "dev-master": "2.1-dev" } }, "autoload": { "psr-4": { "FriendsOfBehat\\MinkDebugExtension\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Kamil Kokot", "email": "kamil@kokot.me", "homepage": "https://kamilkokot.com" } ], "description": "Debug extension for Behat", "homepage": "https://github.com/FriendsOfBehat/MinkDebugExtension", "keywords": [ "Behat", "Mink", "debug", "logging" ], "support": { "issues": "https://github.com/FriendsOfBehat/MinkDebugExtension/issues", "source": "https://github.com/FriendsOfBehat/MinkDebugExtension/tree/v2.1.0" }, "time": "2021-12-13T08:52:43+00:00" }, { "name": "friends-of-behat/mink-extension", "version": "v2.7.5", "source": { "type": "git", "url": "https://github.com/FriendsOfBehat/MinkExtension.git", "reference": "854336030e11983f580f49faad1b49a1238f9846" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/FriendsOfBehat/MinkExtension/zipball/854336030e11983f580f49faad1b49a1238f9846", "reference": "854336030e11983f580f49faad1b49a1238f9846", "shasum": "" }, "require": { "behat/behat": "^3.0.5", "behat/mink": "^1.5", "php": ">=7.4", "symfony/config": "^4.4 || ^5.0 || ^6.0 || ^7.0" }, "replace": { "behat/mink-extension": "self.version" }, "require-dev": { "behat/mink-goutte-driver": "^1.1 || ^2.0", "phpspec/phpspec": "^6.0 || ^7.0 || 7.1.x-dev" }, "type": "behat-extension", "extra": { "branch-alias": { "dev-master": "2.1.x-dev" } }, "autoload": { "psr-0": { "Behat\\MinkExtension": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Konstantin Kudryashov", "email": "ever.zet@gmail.com" }, { "name": "Christophe Coevoet", "email": "stof@notk.org" } ], "description": "Mink extension for Behat", "homepage": "http://extensions.behat.org/mink", "keywords": [ "browser", "gui", "test", "web" ], "support": { "issues": "https://github.com/FriendsOfBehat/MinkExtension/issues", "source": "https://github.com/FriendsOfBehat/MinkExtension/tree/v2.7.5" }, "time": "2024-01-11T09:12:02+00:00" }, { "name": "friends-of-behat/page-object-extension", "version": "v0.3.2", "source": { "type": "git", "url": "https://github.com/FriendsOfBehat/PageObjectExtension.git", "reference": "2e65b0bd7cca6ff2085b0fa885dc13dc57b18d4b" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/FriendsOfBehat/PageObjectExtension/zipball/2e65b0bd7cca6ff2085b0fa885dc13dc57b18d4b", "reference": "2e65b0bd7cca6ff2085b0fa885dc13dc57b18d4b", "shasum": "" }, "require": { "behat/mink": "^1.7", "php": "^7.1 || ^8.0" }, "require-dev": { "symfony/routing": "^3.4 || ^4.4 || ^5.1" }, "suggest": { "symfony/routing": "Allow better support for PageObject pattern in Symfony applications" }, "type": "library", "extra": { "branch-alias": { "dev-master": "0.3-dev" } }, "autoload": { "psr-4": { "FriendsOfBehat\\PageObjectExtension\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Łukasz Chruściel", "email": "lchrusciel@gmail.com" }, { "name": "Kamil Kokot", "email": "kamil@kokot.me", "homepage": "http://kamil.kokot.me" }, { "name": "Mateusz Zalewski", "email": "mateusz.p.zalewski@gmail.com", "homepage": "http://mpzalewski.com.pl" } ], "description": "Provides default classes for Page object pattern in Behat", "support": { "issues": "https://github.com/FriendsOfBehat/PageObjectExtension/issues", "source": "https://github.com/FriendsOfBehat/PageObjectExtension/tree/v0.3.2" }, "time": "2020-11-05T20:37:07+00:00" }, { "name": "friends-of-behat/suite-settings-extension", "version": "v1.1.0", "source": { "type": "git", "url": "https://github.com/FriendsOfBehat/SuiteSettingsExtension.git", "reference": "7a4e44e232622d20680582f305b33846f0617823" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/FriendsOfBehat/SuiteSettingsExtension/zipball/7a4e44e232622d20680582f305b33846f0617823", "reference": "7a4e44e232622d20680582f305b33846f0617823", "shasum": "" }, "require": { "behat/behat": "^3.8", "php": "^7.4 || ^8.0" }, "require-dev": { "friends-of-behat/test-context": "^1.0" }, "type": "library", "autoload": { "psr-4": { "FriendsOfBehat\\SuiteSettingsExtension\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Kamil Kokot", "email": "kamil@kokot.me", "homepage": "https://kamilkokot.com" } ], "description": "Allows to overwrite suites' default settings.", "support": { "issues": "https://github.com/FriendsOfBehat/SuiteSettingsExtension/issues", "source": "https://github.com/FriendsOfBehat/SuiteSettingsExtension/tree/v1.1.0" }, "time": "2021-02-05T14:35:02+00:00" }, { "name": "friends-of-behat/symfony-extension", "version": "v2.6.2", "source": { "type": "git", "url": "https://github.com/FriendsOfBehat/SymfonyExtension.git", "reference": "3ed86d77923be089d67d952e7b75af48fec42e22" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/FriendsOfBehat/SymfonyExtension/zipball/3ed86d77923be089d67d952e7b75af48fec42e22", "reference": "3ed86d77923be089d67d952e7b75af48fec42e22", "shasum": "" }, "require": { "behat/behat": "^3.22", "php": "^8.1", "symfony/dependency-injection": "^6.4 || ^7.0", "symfony/http-kernel": "^6.4 || ^7.0" }, "require-dev": { "behat/mink": "^1.9", "behat/mink-browserkit-driver": "^2.0", "behat/mink-selenium2-driver": "^1.3", "friends-of-behat/mink-extension": "^2.5", "friends-of-behat/page-object-extension": "^0.3.2", "friends-of-behat/service-container-extension": "^1.1", "sylius-labs/coding-standard": ">=4.1.1, <=4.2.1", "symfony/browser-kit": "^6.4 || ^7.0", "symfony/framework-bundle": "^6.4 || ^7.0", "symfony/process": "^6.4 || ^7.0", "symfony/yaml": "^6.4 || ^7.0", "vimeo/psalm": "^6.0" }, "suggest": { "behat/mink": "^1.9", "behat/mink-browserkit-driver": "^2.0", "friends-of-behat/mink-extension": "^2.5" }, "type": "symfony-bundle", "extra": { "branch-alias": { "dev-master": "2.2-dev" } }, "autoload": { "psr-4": { "FriendsOfBehat\\SymfonyExtension\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Kamil Kokot", "email": "kamil@kokot.me", "homepage": "https://kamilkokot.com" } ], "description": "Integrates Behat with Symfony.", "support": { "issues": "https://github.com/FriendsOfBehat/SymfonyExtension/issues", "source": "https://github.com/FriendsOfBehat/SymfonyExtension/tree/v2.6.2" }, "time": "2025-06-03T13:32:20+00:00" }, { "name": "friends-of-behat/variadic-extension", "version": "v1.6.0", "source": { "type": "git", "url": "https://github.com/FriendsOfBehat/VariadicExtension.git", "reference": "892929189fd4deac9a920e64bb124231be624cdc" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/FriendsOfBehat/VariadicExtension/zipball/892929189fd4deac9a920e64bb124231be624cdc", "reference": "892929189fd4deac9a920e64bb124231be624cdc", "shasum": "" }, "require": { "behat/behat": "^3.8", "php": "^8.1", "symfony/dependency-injection": "^5.4 || ^6.4 || ^7.0" }, "require-dev": { "friends-of-behat/test-context": "^1.0" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.5-dev" } }, "autoload": { "psr-4": { "FriendsOfBehat\\VariadicExtension\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Łukasz Chruściel", "email": "lchrusciel@gmail.com" } ], "description": "Variadic support for behat context arguments", "support": { "issues": "https://github.com/FriendsOfBehat/VariadicExtension/issues", "source": "https://github.com/FriendsOfBehat/VariadicExtension/tree/v1.6.0" }, "time": "2024-01-30T11:13:11+00:00" }, { "name": "instaclick/php-webdriver", "version": "1.4.20", "source": { "type": "git", "url": "https://github.com/instaclick/php-webdriver.git", "reference": "981db0846ff4ac5be0301d609e36e2f023e74301" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/instaclick/php-webdriver/zipball/981db0846ff4ac5be0301d609e36e2f023e74301", "reference": "981db0846ff4ac5be0301d609e36e2f023e74301", "shasum": "" }, "require": { "ext-curl": "*", "php": ">=5.3.2" }, "require-dev": { "phpunit/phpunit": "^8.5 || ^9.5", "satooshi/php-coveralls": "^1.0 || ^2.0" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.4.x-dev" } }, "autoload": { "psr-0": { "WebDriver": "lib/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "Apache-2.0" ], "authors": [ { "name": "Justin Bishop", "email": "jubishop@gmail.com", "role": "Developer" }, { "name": "Anthon Pang", "email": "apang@softwaredevelopment.ca", "role": "Fork Maintainer" } ], "description": "PHP WebDriver for Selenium 2", "homepage": "http://instaclick.com/", "keywords": [ "browser", "selenium", "webdriver", "webtest" ], "support": { "issues": "https://github.com/instaclick/php-webdriver/issues", "source": "https://github.com/instaclick/php-webdriver/tree/1.4.20" }, "time": "2025-12-04T11:20:11+00:00" }, { "name": "lchrusciel/api-test-case", "version": "v5.3.5", "source": { "type": "git", "url": "https://github.com/lchrusciel/ApiTestCase.git", "reference": "9223f2825ffbac2f1d4612d9d56c058ecaef2cb6" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/lchrusciel/ApiTestCase/zipball/9223f2825ffbac2f1d4612d9d56c058ecaef2cb6", "reference": "9223f2825ffbac2f1d4612d9d56c058ecaef2cb6", "shasum": "" }, "require": { "coduo/php-matcher": "^6.0", "doctrine/data-fixtures": "^1.2 || ^2.0", "doctrine/doctrine-bundle": "^2.0 || ^3.0", "doctrine/orm": "^2.5 || ^3.0", "ext-json": "*", "nelmio/alice": "^3.6", "openlss/lib-array2xml": "^1.0", "php": "^8.1", "phpspec/php-diff": "^1.1", "phpunit/phpunit": "^10.0 || ^11.0 || ^12.0", "symfony/browser-kit": "^6.4 || ^7.4", "symfony/finder": "^6.4 || ^7.4", "symfony/framework-bundle": "^6.4 || ^7.4", "theofidry/alice-data-fixtures": "^1.0" }, "require-dev": { "phpstan/phpstan": "^1.8", "phpstan/phpstan-strict-rules": "^1.0", "phpstan/phpstan-webmozart-assert": "^1.0", "symfony/serializer": "^5.4 || ^6.0 || ^7.0" }, "suggest": { "polishsymfonycommunity/symfony-mocker-container": "For mocking container services and external APIs" }, "type": "library", "extra": { "branch-alias": { "dev-master": "5.2-dev" } }, "autoload": { "psr-4": { "ApiTestCase\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Łukasz Chruściel", "email": "lchrusciel@gmail.com" }, { "name": "Paweł Jędrzejewski", "email": "me@pjedrzejewski.com", "homepage": "http://pjedrzejewski.com" }, { "name": "Michał Marcinkowski", "email": "michal.marcinkowski@lakion.com" }, { "name": "Arkadiusz Krakowiak", "email": "arkadiusz.k.e@gmail.com" } ], "description": "Perfect PHPUnit TestCase for JSON/XML API TDD with Symfony.", "keywords": [ "TDD", "api", "doctrine", "json", "phpunit", "symfony", "xml" ], "support": { "issues": "https://github.com/lchrusciel/ApiTestCase/issues", "source": "https://github.com/lchrusciel/ApiTestCase/tree/v5.3.5" }, "time": "2026-01-11T22:22:22+00:00" }, { "name": "masterminds/html5", "version": "2.10.0", "source": { "type": "git", "url": "https://github.com/Masterminds/html5-php.git", "reference": "fcf91eb64359852f00d921887b219479b4f21251" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/Masterminds/html5-php/zipball/fcf91eb64359852f00d921887b219479b4f21251", "reference": "fcf91eb64359852f00d921887b219479b4f21251", "shasum": "" }, "require": { "ext-dom": "*", "php": ">=5.3.0" }, "require-dev": { "phpunit/phpunit": "^4.8.35 || ^5.7.21 || ^6 || ^7 || ^8 || ^9" }, "type": "library", "extra": { "branch-alias": { "dev-master": "2.7-dev" } }, "autoload": { "psr-4": { "Masterminds\\": "src" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Matt Butcher", "email": "technosophos@gmail.com" }, { "name": "Matt Farina", "email": "matt@mattfarina.com" }, { "name": "Asmir Mustafic", "email": "goetas@gmail.com" } ], "description": "An HTML5 parser and serializer.", "homepage": "http://masterminds.github.io/html5-php", "keywords": [ "HTML5", "dom", "html", "parser", "querypath", "serializer", "xml" ], "support": { "issues": "https://github.com/Masterminds/html5-php/issues", "source": "https://github.com/Masterminds/html5-php/tree/2.10.0" }, "time": "2025-07-25T09:04:22+00:00" }, { "name": "myclabs/deep-copy", "version": "1.13.4", "source": { "type": "git", "url": "https://github.com/myclabs/DeepCopy.git", "reference": "07d290f0c47959fd5eed98c95ee5602db07e0b6a" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/07d290f0c47959fd5eed98c95ee5602db07e0b6a", "reference": "07d290f0c47959fd5eed98c95ee5602db07e0b6a", "shasum": "" }, "require": { "php": "^7.1 || ^8.0" }, "conflict": { "doctrine/collections": "<1.6.8", "doctrine/common": "<2.13.3 || >=3 <3.2.2" }, "require-dev": { "doctrine/collections": "^1.6.8", "doctrine/common": "^2.13.3 || ^3.2.2", "phpspec/prophecy": "^1.10", "phpunit/phpunit": "^7.5.20 || ^8.5.23 || ^9.5.13" }, "type": "library", "autoload": { "files": [ "src/DeepCopy/deep_copy.php" ], "psr-4": { "DeepCopy\\": "src/DeepCopy/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "description": "Create deep copies (clones) of your objects", "keywords": [ "clone", "copy", "duplicate", "object", "object graph" ], "support": { "issues": "https://github.com/myclabs/DeepCopy/issues", "source": "https://github.com/myclabs/DeepCopy/tree/1.13.4" }, "funding": [ { "url": "https://tidelift.com/funding/github/packagist/myclabs/deep-copy", "type": "tidelift" } ], "time": "2025-08-01T08:46:24+00:00" }, { "name": "nelmio/alice", "version": "3.16.1", "source": { "type": "git", "url": "https://github.com/nelmio/alice.git", "reference": "56dd770a6ba7f43cea91375f4b7d1b4bed80d6b9" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/nelmio/alice/zipball/56dd770a6ba7f43cea91375f4b7d1b4bed80d6b9", "reference": "56dd770a6ba7f43cea91375f4b7d1b4bed80d6b9", "shasum": "" }, "require": { "fakerphp/faker": "^1.10", "myclabs/deep-copy": "^1.10", "php": "^8.2", "sebastian/comparator": "^3.0 || ^4.0 || ^5.0 || ^6.0 || ^7.0", "symfony/polyfill-php84": "^1.31", "symfony/property-access": "^7.4 || ^8.0", "symfony/yaml": "^7.4 || ^8.0" }, "conflict": { "symfony/framework-bundle": "<7.4.0" }, "require-dev": { "bamarni/composer-bin-plugin": "^1.8.1", "phpspec/prophecy": "^1.6", "phpspec/prophecy-phpunit": "^2.0", "phpunit/phpunit": "^11", "symfony/config": "^7.4 || ^8.0", "symfony/dependency-injection": "^7.4 || ^8.0", "symfony/finder": "^7.4 || ^8.0", "symfony/http-kernel": "^7.4 || ^8.0", "symfony/var-dumper": "^7.4 || ^8.0" }, "suggest": { "theofidry/alice-data-fixtures": "Wrapper for Alice to provide a persistence layer." }, "type": "library", "extra": { "bamarni-bin": { "bin-links": false, "forward-command": false }, "branch-alias": { "dev-master": "3.x-dev" } }, "autoload": { "files": [ "src/deep_clone.php" ], "psr-4": { "Nelmio\\Alice\\": "src" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Jordi Boggiano", "email": "j.boggiano@seld.be" }, { "name": "Tim Shelburne", "email": "shelburt02@gmail.com" }, { "name": "Théo FIDRY", "email": "theo.fidry@gmail.com" } ], "description": "Expressive fixtures generator", "keywords": [ "Fixture", "data", "faker", "test" ], "support": { "issues": "https://github.com/nelmio/alice/issues", "source": "https://github.com/nelmio/alice/tree/3.16.1" }, "funding": [ { "url": "https://github.com/theofidry", "type": "github" } ], "time": "2025-12-17T08:56:35+00:00" }, { "name": "nikic/php-parser", "version": "v5.7.0", "source": { "type": "git", "url": "https://github.com/nikic/PHP-Parser.git", "reference": "dca41cd15c2ac9d055ad70dbfd011130757d1f82" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/dca41cd15c2ac9d055ad70dbfd011130757d1f82", "reference": "dca41cd15c2ac9d055ad70dbfd011130757d1f82", "shasum": "" }, "require": { "ext-ctype": "*", "ext-json": "*", "ext-tokenizer": "*", "php": ">=7.4" }, "require-dev": { "ircmaxell/php-yacc": "^0.0.7", "phpunit/phpunit": "^9.0" }, "bin": [ "bin/php-parse" ], "type": "library", "extra": { "branch-alias": { "dev-master": "5.x-dev" } }, "autoload": { "psr-4": { "PhpParser\\": "lib/PhpParser" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-3-Clause" ], "authors": [ { "name": "Nikita Popov" } ], "description": "A PHP parser written in PHP", "keywords": [ "parser", "php" ], "support": { "issues": "https://github.com/nikic/PHP-Parser/issues", "source": "https://github.com/nikic/PHP-Parser/tree/v5.7.0" }, "time": "2025-12-06T11:56:16+00:00" }, { "name": "nyholm/psr7", "version": "1.8.2", "source": { "type": "git", "url": "https://github.com/Nyholm/psr7.git", "reference": "a71f2b11690f4b24d099d6b16690a90ae14fc6f3" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/Nyholm/psr7/zipball/a71f2b11690f4b24d099d6b16690a90ae14fc6f3", "reference": "a71f2b11690f4b24d099d6b16690a90ae14fc6f3", "shasum": "" }, "require": { "php": ">=7.2", "psr/http-factory": "^1.0", "psr/http-message": "^1.1 || ^2.0" }, "provide": { "php-http/message-factory-implementation": "1.0", "psr/http-factory-implementation": "1.0", "psr/http-message-implementation": "1.0" }, "require-dev": { "http-interop/http-factory-tests": "^0.9", "php-http/message-factory": "^1.0", "php-http/psr7-integration-tests": "^1.0", "phpunit/phpunit": "^7.5 || ^8.5 || ^9.4", "symfony/error-handler": "^4.4" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.8-dev" } }, "autoload": { "psr-4": { "Nyholm\\Psr7\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Tobias Nyholm", "email": "tobias.nyholm@gmail.com" }, { "name": "Martijn van der Ven", "email": "martijn@vanderven.se" } ], "description": "A fast PHP7 implementation of PSR-7", "homepage": "https://tnyholm.se", "keywords": [ "psr-17", "psr-7" ], "support": { "issues": "https://github.com/Nyholm/psr7/issues", "source": "https://github.com/Nyholm/psr7/tree/1.8.2" }, "funding": [ { "url": "https://github.com/Zegnat", "type": "github" }, { "url": "https://github.com/nyholm", "type": "github" } ], "time": "2024-09-09T07:06:30+00:00" }, { "name": "openlss/lib-array2xml", "version": "1.0.0", "source": { "type": "git", "url": "https://github.com/nullivex/lib-array2xml.git", "reference": "a91f18a8dfc69ffabe5f9b068bc39bb202c81d90" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/nullivex/lib-array2xml/zipball/a91f18a8dfc69ffabe5f9b068bc39bb202c81d90", "reference": "a91f18a8dfc69ffabe5f9b068bc39bb202c81d90", "shasum": "" }, "require": { "php": ">=5.3.2" }, "type": "library", "autoload": { "psr-0": { "LSS": "" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "Apache-2.0" ], "authors": [ { "name": "Bryan Tong", "email": "bryan@nullivex.com", "homepage": "https://www.nullivex.com" }, { "name": "Tony Butler", "email": "spudz76@gmail.com", "homepage": "https://www.nullivex.com" } ], "description": "Array2XML conversion library credit to lalit.org", "homepage": "https://www.nullivex.com", "keywords": [ "array", "array conversion", "xml", "xml conversion" ], "support": { "issues": "https://github.com/nullivex/lib-array2xml/issues", "source": "https://github.com/nullivex/lib-array2xml/tree/master" }, "time": "2019-03-29T20:06:56+00:00" }, { "name": "phar-io/manifest", "version": "2.0.4", "source": { "type": "git", "url": "https://github.com/phar-io/manifest.git", "reference": "54750ef60c58e43759730615a392c31c80e23176" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/phar-io/manifest/zipball/54750ef60c58e43759730615a392c31c80e23176", "reference": "54750ef60c58e43759730615a392c31c80e23176", "shasum": "" }, "require": { "ext-dom": "*", "ext-libxml": "*", "ext-phar": "*", "ext-xmlwriter": "*", "phar-io/version": "^3.0.1", "php": "^7.2 || ^8.0" }, "type": "library", "extra": { "branch-alias": { "dev-master": "2.0.x-dev" } }, "autoload": { "classmap": [ "src/" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-3-Clause" ], "authors": [ { "name": "Arne Blankerts", "email": "arne@blankerts.de", "role": "Developer" }, { "name": "Sebastian Heuer", "email": "sebastian@phpeople.de", "role": "Developer" }, { "name": "Sebastian Bergmann", "email": "sebastian@phpunit.de", "role": "Developer" } ], "description": "Component for reading phar.io manifest information from a PHP Archive (PHAR)", "support": { "issues": "https://github.com/phar-io/manifest/issues", "source": "https://github.com/phar-io/manifest/tree/2.0.4" }, "funding": [ { "url": "https://github.com/theseer", "type": "github" } ], "time": "2024-03-03T12:33:53+00:00" }, { "name": "phar-io/version", "version": "3.2.1", "source": { "type": "git", "url": "https://github.com/phar-io/version.git", "reference": "4f7fd7836c6f332bb2933569e566a0d6c4cbed74" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/phar-io/version/zipball/4f7fd7836c6f332bb2933569e566a0d6c4cbed74", "reference": "4f7fd7836c6f332bb2933569e566a0d6c4cbed74", "shasum": "" }, "require": { "php": "^7.2 || ^8.0" }, "type": "library", "autoload": { "classmap": [ "src/" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-3-Clause" ], "authors": [ { "name": "Arne Blankerts", "email": "arne@blankerts.de", "role": "Developer" }, { "name": "Sebastian Heuer", "email": "sebastian@phpeople.de", "role": "Developer" }, { "name": "Sebastian Bergmann", "email": "sebastian@phpunit.de", "role": "Developer" } ], "description": "Library for handling version information and constraints", "support": { "issues": "https://github.com/phar-io/version/issues", "source": "https://github.com/phar-io/version/tree/3.2.1" }, "time": "2022-02-21T01:04:05+00:00" }, { "name": "php-webdriver/webdriver", "version": "1.16.0", "source": { "type": "git", "url": "https://github.com/php-webdriver/php-webdriver.git", "reference": "ac0662863aa120b4f645869f584013e4c4dba46a" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/php-webdriver/php-webdriver/zipball/ac0662863aa120b4f645869f584013e4c4dba46a", "reference": "ac0662863aa120b4f645869f584013e4c4dba46a", "shasum": "" }, "require": { "ext-curl": "*", "ext-json": "*", "ext-zip": "*", "php": "^7.3 || ^8.0", "symfony/polyfill-mbstring": "^1.12", "symfony/process": "^5.0 || ^6.0 || ^7.0 || ^8.0" }, "replace": { "facebook/webdriver": "*" }, "require-dev": { "ergebnis/composer-normalize": "^2.20.0", "ondram/ci-detector": "^4.0", "php-coveralls/php-coveralls": "^2.4", "php-mock/php-mock-phpunit": "^2.0", "php-parallel-lint/php-parallel-lint": "^1.2", "phpunit/phpunit": "^9.3", "squizlabs/php_codesniffer": "^3.5", "symfony/var-dumper": "^5.0 || ^6.0 || ^7.0 || ^8.0" }, "suggest": { "ext-simplexml": "For Firefox profile creation" }, "type": "library", "autoload": { "files": [ "lib/Exception/TimeoutException.php" ], "psr-4": { "Facebook\\WebDriver\\": "lib/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "description": "A PHP client for Selenium WebDriver. Previously facebook/webdriver.", "homepage": "https://github.com/php-webdriver/php-webdriver", "keywords": [ "Chromedriver", "geckodriver", "php", "selenium", "webdriver" ], "support": { "issues": "https://github.com/php-webdriver/php-webdriver/issues", "source": "https://github.com/php-webdriver/php-webdriver/tree/1.16.0" }, "time": "2025-12-28T23:57:40+00:00" }, { "name": "phpspec/php-diff", "version": "v1.1.3", "source": { "type": "git", "url": "https://github.com/phpspec/php-diff.git", "reference": "fc1156187f9f6c8395886fe85ed88a0a245d72e9" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/phpspec/php-diff/zipball/fc1156187f9f6c8395886fe85ed88a0a245d72e9", "reference": "fc1156187f9f6c8395886fe85ed88a0a245d72e9", "shasum": "" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.0.x-dev" } }, "autoload": { "psr-0": { "Diff": "lib/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-3-Clause" ], "authors": [ { "name": "Chris Boulton", "homepage": "http://github.com/chrisboulton" } ], "description": "A comprehensive library for generating differences between two hashable objects (strings or arrays).", "support": { "source": "https://github.com/phpspec/php-diff/tree/v1.1.3" }, "time": "2020-09-18T13:47:07+00:00" }, { "name": "phpstan/extension-installer", "version": "1.4.3", "source": { "type": "git", "url": "https://github.com/phpstan/extension-installer.git", "reference": "85e90b3942d06b2326fba0403ec24fe912372936" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/phpstan/extension-installer/zipball/85e90b3942d06b2326fba0403ec24fe912372936", "reference": "85e90b3942d06b2326fba0403ec24fe912372936", "shasum": "" }, "require": { "composer-plugin-api": "^2.0", "php": "^7.2 || ^8.0", "phpstan/phpstan": "^1.9.0 || ^2.0" }, "require-dev": { "composer/composer": "^2.0", "php-parallel-lint/php-parallel-lint": "^1.2.0", "phpstan/phpstan-strict-rules": "^0.11 || ^0.12 || ^1.0" }, "type": "composer-plugin", "extra": { "class": "PHPStan\\ExtensionInstaller\\Plugin" }, "autoload": { "psr-4": { "PHPStan\\ExtensionInstaller\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "description": "Composer plugin for automatic installation of PHPStan extensions", "keywords": [ "dev", "static analysis" ], "support": { "issues": "https://github.com/phpstan/extension-installer/issues", "source": "https://github.com/phpstan/extension-installer/tree/1.4.3" }, "time": "2024-09-04T20:21:43+00:00" }, { "name": "phpstan/phpdoc-parser", "version": "2.3.2", "source": { "type": "git", "url": "https://github.com/phpstan/phpdoc-parser.git", "reference": "a004701b11273a26cd7955a61d67a7f1e525a45a" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/phpstan/phpdoc-parser/zipball/a004701b11273a26cd7955a61d67a7f1e525a45a", "reference": "a004701b11273a26cd7955a61d67a7f1e525a45a", "shasum": "" }, "require": { "php": "^7.4 || ^8.0" }, "require-dev": { "doctrine/annotations": "^2.0", "nikic/php-parser": "^5.3.0", "php-parallel-lint/php-parallel-lint": "^1.2", "phpstan/extension-installer": "^1.0", "phpstan/phpstan": "^2.0", "phpstan/phpstan-phpunit": "^2.0", "phpstan/phpstan-strict-rules": "^2.0", "phpunit/phpunit": "^9.6", "symfony/process": "^5.2" }, "type": "library", "autoload": { "psr-4": { "PHPStan\\PhpDocParser\\": [ "src/" ] } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "description": "PHPDoc parser with support for nullable, intersection and generic types", "support": { "issues": "https://github.com/phpstan/phpdoc-parser/issues", "source": "https://github.com/phpstan/phpdoc-parser/tree/2.3.2" }, "time": "2026-01-25T14:56:51+00:00" }, { "name": "phpstan/phpstan", "version": "2.1.39", "dist": { "type": "zip", "url": "https://api.github.com/repos/phpstan/phpstan/zipball/c6f73a2af4cbcd99c931d0fb8f08548cc0fa8224", "reference": "c6f73a2af4cbcd99c931d0fb8f08548cc0fa8224", "shasum": "" }, "require": { "php": "^7.4|^8.0" }, "conflict": { "phpstan/phpstan-shim": "*" }, "bin": [ "phpstan", "phpstan.phar" ], "type": "library", "autoload": { "files": [ "bootstrap.php" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "description": "PHPStan - PHP Static Analysis Tool", "keywords": [ "dev", "static analysis" ], "support": { "docs": "https://phpstan.org/user-guide/getting-started", "forum": "https://github.com/phpstan/phpstan/discussions", "issues": "https://github.com/phpstan/phpstan/issues", "security": "https://github.com/phpstan/phpstan/security/policy", "source": "https://github.com/phpstan/phpstan-src" }, "funding": [ { "url": "https://github.com/ondrejmirtes", "type": "github" }, { "url": "https://github.com/phpstan", "type": "github" } ], "time": "2026-02-11T14:48:56+00:00" }, { "name": "phpstan/phpstan-doctrine", "version": "2.0.16", "source": { "type": "git", "url": "https://github.com/phpstan/phpstan-doctrine.git", "reference": "f4ff6084a26d91174b3f0b047589af293a893104" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/phpstan/phpstan-doctrine/zipball/f4ff6084a26d91174b3f0b047589af293a893104", "reference": "f4ff6084a26d91174b3f0b047589af293a893104", "shasum": "" }, "require": { "php": "^7.4 || ^8.0", "phpstan/phpstan": "^2.1.34" }, "conflict": { "doctrine/collections": "<1.0", "doctrine/common": "<2.7", "doctrine/mongodb-odm": "<1.2", "doctrine/orm": "<2.5", "doctrine/persistence": "<1.3" }, "require-dev": { "cache/array-adapter": "^1.1", "composer/semver": "^3.3.2", "cweagans/composer-patches": "^1.7.3", "doctrine/annotations": "^2.0", "doctrine/collections": "^1.6 || ^2.1", "doctrine/common": "^2.7 || ^3.0", "doctrine/dbal": "^3.3.8", "doctrine/lexer": "^2.0 || ^3.0", "doctrine/mongodb-odm": "^2.4.3", "doctrine/orm": "^2.16.0", "doctrine/persistence": "^2.2.1 || ^3.2", "gedmo/doctrine-extensions": "^3.8", "nesbot/carbon": "^2.49", "php-parallel-lint/php-parallel-lint": "^1.2", "phpstan/phpstan-deprecation-rules": "^2.0.2", "phpstan/phpstan-phpunit": "^2.0.8", "phpstan/phpstan-strict-rules": "^2.0", "phpunit/phpunit": "^9.6.20", "ramsey/uuid": "^4.2", "symfony/cache": "^5.4", "symfony/uid": "^5.4 || ^6.4 || ^7.3" }, "type": "phpstan-extension", "extra": { "phpstan": { "includes": [ "extension.neon", "rules.neon" ] } }, "autoload": { "psr-4": { "PHPStan\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "description": "Doctrine extensions for PHPStan", "keywords": [ "static analysis" ], "support": { "issues": "https://github.com/phpstan/phpstan-doctrine/issues", "source": "https://github.com/phpstan/phpstan-doctrine/tree/2.0.16" }, "time": "2026-02-11T08:54:45+00:00" }, { "name": "phpstan/phpstan-webmozart-assert", "version": "2.0.0", "source": { "type": "git", "url": "https://github.com/phpstan/phpstan-webmozart-assert.git", "reference": "0c641817d2a8f05c7157f92d91986e74d3c8ab0c" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/phpstan/phpstan-webmozart-assert/zipball/0c641817d2a8f05c7157f92d91986e74d3c8ab0c", "reference": "0c641817d2a8f05c7157f92d91986e74d3c8ab0c", "shasum": "" }, "require": { "php": "^7.4 || ^8.0", "phpstan/phpstan": "^2.0" }, "require-dev": { "nikic/php-parser": "^5.1", "php-parallel-lint/php-parallel-lint": "^1.2", "phpstan/phpstan-deprecation-rules": "^2.0", "phpstan/phpstan-phpunit": "^2.0", "phpstan/phpstan-strict-rules": "^2.0", "phpunit/phpunit": "^9.6", "webmozart/assert": "^1.11.0" }, "type": "phpstan-extension", "extra": { "phpstan": { "includes": [ "extension.neon" ] } }, "autoload": { "psr-4": { "PHPStan\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "description": "PHPStan webmozart/assert extension", "support": { "issues": "https://github.com/phpstan/phpstan-webmozart-assert/issues", "source": "https://github.com/phpstan/phpstan-webmozart-assert/tree/2.0.0" }, "time": "2024-10-14T03:45:26+00:00" }, { "name": "phpunit/php-code-coverage", "version": "10.1.16", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/php-code-coverage.git", "reference": "7e308268858ed6baedc8704a304727d20bc07c77" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/7e308268858ed6baedc8704a304727d20bc07c77", "reference": "7e308268858ed6baedc8704a304727d20bc07c77", "shasum": "" }, "require": { "ext-dom": "*", "ext-libxml": "*", "ext-xmlwriter": "*", "nikic/php-parser": "^4.19.1 || ^5.1.0", "php": ">=8.1", "phpunit/php-file-iterator": "^4.1.0", "phpunit/php-text-template": "^3.0.1", "sebastian/code-unit-reverse-lookup": "^3.0.0", "sebastian/complexity": "^3.2.0", "sebastian/environment": "^6.1.0", "sebastian/lines-of-code": "^2.0.2", "sebastian/version": "^4.0.1", "theseer/tokenizer": "^1.2.3" }, "require-dev": { "phpunit/phpunit": "^10.1" }, "suggest": { "ext-pcov": "PHP extension that provides line coverage", "ext-xdebug": "PHP extension that provides line coverage as well as branch and path coverage" }, "type": "library", "extra": { "branch-alias": { "dev-main": "10.1.x-dev" } }, "autoload": { "classmap": [ "src/" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-3-Clause" ], "authors": [ { "name": "Sebastian Bergmann", "email": "sebastian@phpunit.de", "role": "lead" } ], "description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.", "homepage": "https://github.com/sebastianbergmann/php-code-coverage", "keywords": [ "coverage", "testing", "xunit" ], "support": { "issues": "https://github.com/sebastianbergmann/php-code-coverage/issues", "security": "https://github.com/sebastianbergmann/php-code-coverage/security/policy", "source": "https://github.com/sebastianbergmann/php-code-coverage/tree/10.1.16" }, "funding": [ { "url": "https://github.com/sebastianbergmann", "type": "github" } ], "time": "2024-08-22T04:31:57+00:00" }, { "name": "phpunit/php-file-iterator", "version": "4.1.0", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/php-file-iterator.git", "reference": "a95037b6d9e608ba092da1b23931e537cadc3c3c" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/a95037b6d9e608ba092da1b23931e537cadc3c3c", "reference": "a95037b6d9e608ba092da1b23931e537cadc3c3c", "shasum": "" }, "require": { "php": ">=8.1" }, "require-dev": { "phpunit/phpunit": "^10.0" }, "type": "library", "extra": { "branch-alias": { "dev-main": "4.0-dev" } }, "autoload": { "classmap": [ "src/" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-3-Clause" ], "authors": [ { "name": "Sebastian Bergmann", "email": "sebastian@phpunit.de", "role": "lead" } ], "description": "FilterIterator implementation that filters files based on a list of suffixes.", "homepage": "https://github.com/sebastianbergmann/php-file-iterator/", "keywords": [ "filesystem", "iterator" ], "support": { "issues": "https://github.com/sebastianbergmann/php-file-iterator/issues", "security": "https://github.com/sebastianbergmann/php-file-iterator/security/policy", "source": "https://github.com/sebastianbergmann/php-file-iterator/tree/4.1.0" }, "funding": [ { "url": "https://github.com/sebastianbergmann", "type": "github" } ], "time": "2023-08-31T06:24:48+00:00" }, { "name": "phpunit/php-invoker", "version": "4.0.0", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/php-invoker.git", "reference": "f5e568ba02fa5ba0ddd0f618391d5a9ea50b06d7" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/sebastianbergmann/php-invoker/zipball/f5e568ba02fa5ba0ddd0f618391d5a9ea50b06d7", "reference": "f5e568ba02fa5ba0ddd0f618391d5a9ea50b06d7", "shasum": "" }, "require": { "php": ">=8.1" }, "require-dev": { "ext-pcntl": "*", "phpunit/phpunit": "^10.0" }, "suggest": { "ext-pcntl": "*" }, "type": "library", "extra": { "branch-alias": { "dev-main": "4.0-dev" } }, "autoload": { "classmap": [ "src/" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-3-Clause" ], "authors": [ { "name": "Sebastian Bergmann", "email": "sebastian@phpunit.de", "role": "lead" } ], "description": "Invoke callables with a timeout", "homepage": "https://github.com/sebastianbergmann/php-invoker/", "keywords": [ "process" ], "support": { "issues": "https://github.com/sebastianbergmann/php-invoker/issues", "source": "https://github.com/sebastianbergmann/php-invoker/tree/4.0.0" }, "funding": [ { "url": "https://github.com/sebastianbergmann", "type": "github" } ], "time": "2023-02-03T06:56:09+00:00" }, { "name": "phpunit/php-text-template", "version": "3.0.1", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/php-text-template.git", "reference": "0c7b06ff49e3d5072f057eb1fa59258bf287a748" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/0c7b06ff49e3d5072f057eb1fa59258bf287a748", "reference": "0c7b06ff49e3d5072f057eb1fa59258bf287a748", "shasum": "" }, "require": { "php": ">=8.1" }, "require-dev": { "phpunit/phpunit": "^10.0" }, "type": "library", "extra": { "branch-alias": { "dev-main": "3.0-dev" } }, "autoload": { "classmap": [ "src/" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-3-Clause" ], "authors": [ { "name": "Sebastian Bergmann", "email": "sebastian@phpunit.de", "role": "lead" } ], "description": "Simple template engine.", "homepage": "https://github.com/sebastianbergmann/php-text-template/", "keywords": [ "template" ], "support": { "issues": "https://github.com/sebastianbergmann/php-text-template/issues", "security": "https://github.com/sebastianbergmann/php-text-template/security/policy", "source": "https://github.com/sebastianbergmann/php-text-template/tree/3.0.1" }, "funding": [ { "url": "https://github.com/sebastianbergmann", "type": "github" } ], "time": "2023-08-31T14:07:24+00:00" }, { "name": "phpunit/php-timer", "version": "6.0.0", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/php-timer.git", "reference": "e2a2d67966e740530f4a3343fe2e030ffdc1161d" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/e2a2d67966e740530f4a3343fe2e030ffdc1161d", "reference": "e2a2d67966e740530f4a3343fe2e030ffdc1161d", "shasum": "" }, "require": { "php": ">=8.1" }, "require-dev": { "phpunit/phpunit": "^10.0" }, "type": "library", "extra": { "branch-alias": { "dev-main": "6.0-dev" } }, "autoload": { "classmap": [ "src/" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-3-Clause" ], "authors": [ { "name": "Sebastian Bergmann", "email": "sebastian@phpunit.de", "role": "lead" } ], "description": "Utility class for timing", "homepage": "https://github.com/sebastianbergmann/php-timer/", "keywords": [ "timer" ], "support": { "issues": "https://github.com/sebastianbergmann/php-timer/issues", "source": "https://github.com/sebastianbergmann/php-timer/tree/6.0.0" }, "funding": [ { "url": "https://github.com/sebastianbergmann", "type": "github" } ], "time": "2023-02-03T06:57:52+00:00" }, { "name": "phpunit/phpunit", "version": "10.5.63", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/phpunit.git", "reference": "33198268dad71e926626b618f3ec3966661e4d90" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/33198268dad71e926626b618f3ec3966661e4d90", "reference": "33198268dad71e926626b618f3ec3966661e4d90", "shasum": "" }, "require": { "ext-dom": "*", "ext-json": "*", "ext-libxml": "*", "ext-mbstring": "*", "ext-xml": "*", "ext-xmlwriter": "*", "myclabs/deep-copy": "^1.13.4", "phar-io/manifest": "^2.0.4", "phar-io/version": "^3.2.1", "php": ">=8.1", "phpunit/php-code-coverage": "^10.1.16", "phpunit/php-file-iterator": "^4.1.0", "phpunit/php-invoker": "^4.0.0", "phpunit/php-text-template": "^3.0.1", "phpunit/php-timer": "^6.0.0", "sebastian/cli-parser": "^2.0.1", "sebastian/code-unit": "^2.0.0", "sebastian/comparator": "^5.0.5", "sebastian/diff": "^5.1.1", "sebastian/environment": "^6.1.0", "sebastian/exporter": "^5.1.4", "sebastian/global-state": "^6.0.2", "sebastian/object-enumerator": "^5.0.0", "sebastian/recursion-context": "^5.0.1", "sebastian/type": "^4.0.0", "sebastian/version": "^4.0.1" }, "suggest": { "ext-soap": "To be able to generate mocks based on WSDL files" }, "bin": [ "phpunit" ], "type": "library", "extra": { "branch-alias": { "dev-main": "10.5-dev" } }, "autoload": { "files": [ "src/Framework/Assert/Functions.php" ], "classmap": [ "src/" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-3-Clause" ], "authors": [ { "name": "Sebastian Bergmann", "email": "sebastian@phpunit.de", "role": "lead" } ], "description": "The PHP Unit Testing framework.", "homepage": "https://phpunit.de/", "keywords": [ "phpunit", "testing", "xunit" ], "support": { "issues": "https://github.com/sebastianbergmann/phpunit/issues", "security": "https://github.com/sebastianbergmann/phpunit/security/policy", "source": "https://github.com/sebastianbergmann/phpunit/tree/10.5.63" }, "funding": [ { "url": "https://phpunit.de/sponsors.html", "type": "custom" }, { "url": "https://github.com/sebastianbergmann", "type": "github" }, { "url": "https://liberapay.com/sebastianbergmann", "type": "liberapay" }, { "url": "https://thanks.dev/u/gh/sebastianbergmann", "type": "thanks_dev" }, { "url": "https://tidelift.com/funding/github/packagist/phpunit/phpunit", "type": "tidelift" } ], "time": "2026-01-27T05:48:37+00:00" }, { "name": "phrity/net-stream", "version": "1.3.0", "source": { "type": "git", "url": "https://github.com/sirn-se/phrity-net-stream.git", "reference": "9105931b65ad90c75f4885a40b268b0f65802e3e" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/sirn-se/phrity-net-stream/zipball/9105931b65ad90c75f4885a40b268b0f65802e3e", "reference": "9105931b65ad90c75f4885a40b268b0f65802e3e", "shasum": "" }, "require": { "php": "^7.4 | ^8.0", "phrity/util-errorhandler": "^1.0", "psr/http-factory": "^1.0", "psr/http-message": "^1.0 | ^2.0" }, "require-dev": { "php-coveralls/php-coveralls": "^2.0", "phpunit/phpunit": "^9.0 | ^10.0", "phrity/net-uri": "^1.1", "squizlabs/php_codesniffer": "^3.0" }, "type": "library", "autoload": { "psr-4": { "Phrity\\Net\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Sören Jensen", "email": "sirn@sirn.se", "homepage": "https://phrity.sirn.se" } ], "description": "Socket stream classes implementing PSR-7 Stream and PSR-17 StreamFactory", "homepage": "https://phrity.sirn.se/net-stream", "keywords": [ "Socket", "client", "psr-17", "psr-7", "server", "stream", "stream factory" ], "support": { "issues": "https://github.com/sirn-se/phrity-net-stream/issues", "source": "https://github.com/sirn-se/phrity-net-stream/tree/1.3.0" }, "time": "2023-10-22T10:47:03+00:00" }, { "name": "phrity/net-uri", "version": "1.3.0", "source": { "type": "git", "url": "https://github.com/sirn-se/phrity-net-uri.git", "reference": "3f458e0c4d1ddc0e218d7a5b9420127c63925f43" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/sirn-se/phrity-net-uri/zipball/3f458e0c4d1ddc0e218d7a5b9420127c63925f43", "reference": "3f458e0c4d1ddc0e218d7a5b9420127c63925f43", "shasum": "" }, "require": { "php": "^7.4 | ^8.0", "psr/http-factory": "^1.0", "psr/http-message": "^1.0 | ^2.0" }, "require-dev": { "php-coveralls/php-coveralls": "^2.0", "phpunit/phpunit": "^9.0 | ^10.0", "squizlabs/php_codesniffer": "^3.0" }, "type": "library", "autoload": { "psr-4": { "Phrity\\Net\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Sören Jensen", "email": "sirn@sirn.se", "homepage": "https://phrity.sirn.se" } ], "description": "PSR-7 Uri and PSR-17 UriFactory implementation", "homepage": "https://phrity.sirn.se/net-uri", "keywords": [ "psr-17", "psr-7", "uri", "uri factory" ], "support": { "issues": "https://github.com/sirn-se/phrity-net-uri/issues", "source": "https://github.com/sirn-se/phrity-net-uri/tree/1.3.0" }, "time": "2023-08-21T10:33:06+00:00" }, { "name": "phrity/util-errorhandler", "version": "1.2.2", "source": { "type": "git", "url": "https://github.com/sirn-se/phrity-util-errorhandler.git", "reference": "70a669cc22db2eed6a109ec66fd95168a4332c9b" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/sirn-se/phrity-util-errorhandler/zipball/70a669cc22db2eed6a109ec66fd95168a4332c9b", "reference": "70a669cc22db2eed6a109ec66fd95168a4332c9b", "shasum": "" }, "require": { "php": "^8.1" }, "require-dev": { "phpstan/phpstan": "^2.0", "phpunit/phpunit": "^10.0 || ^11.0 || ^12.0", "robiningelbrecht/phpunit-coverage-tools": "^1.9", "squizlabs/php_codesniffer": "^3.5 || ^4.0" }, "type": "library", "autoload": { "psr-4": { "Phrity\\Util\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Sören Jensen", "email": "sirn@sirn.se", "homepage": "https://phrity.sirn.se" } ], "description": "Inline error handler; catch and resolve errors for code block.", "homepage": "https://phrity.sirn.se/util-errorhandler", "keywords": [ "error", "warning" ], "support": { "issues": "https://github.com/sirn-se/phrity-util-errorhandler/issues", "source": "https://github.com/sirn-se/phrity-util-errorhandler/tree/1.2.2" }, "time": "2025-12-05T21:25:36+00:00" }, { "name": "phrity/websocket", "version": "1.7.3", "source": { "type": "git", "url": "https://github.com/sirn-se/websocket-php.git", "reference": "8a525da4457b599ab1960f24183f25626c96ce3c" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/sirn-se/websocket-php/zipball/8a525da4457b599ab1960f24183f25626c96ce3c", "reference": "8a525da4457b599ab1960f24183f25626c96ce3c", "shasum": "" }, "require": { "php": "^7.4 | ^8.0", "phrity/net-stream": "^1.2", "phrity/net-uri": "^1.2", "phrity/util-errorhandler": "^1.0", "psr/http-message": "^1.1 | ^2.0", "psr/log": "^1.0 | ^2.0 | ^3.0" }, "require-dev": { "php-coveralls/php-coveralls": "^2.0", "phpunit/phpunit": "^9.0 | ^10.0", "phrity/net-mock": "^1.3", "squizlabs/php_codesniffer": "^3.5" }, "type": "library", "autoload": { "psr-4": { "WebSocket\\": "lib/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "ISC" ], "authors": [ { "name": "Fredrik Liljegren" }, { "name": "Sören Jensen", "email": "sirn@sirn.se", "homepage": "https://phrity.sirn.se" } ], "description": "WebSocket client and server", "homepage": "https://phrity.sirn.se/websocket", "keywords": [ "client", "server", "websocket" ], "support": { "issues": "https://github.com/sirn-se/websocket-php/issues", "source": "https://github.com/sirn-se/websocket-php/tree/1.7.3" }, "time": "2024-05-31T13:43:32+00:00" }, { "name": "rector/extension-installer", "version": "0.11.2", "source": { "type": "git", "url": "https://github.com/rectorphp/extension-installer.git", "reference": "05544e9b195863b8571ae2a3b903cbec7fa062e0" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/rectorphp/extension-installer/zipball/05544e9b195863b8571ae2a3b903cbec7fa062e0", "reference": "05544e9b195863b8571ae2a3b903cbec7fa062e0", "shasum": "" }, "require": { "composer-plugin-api": "^1.1 || ^2.0", "php": "^8.0" }, "require-dev": { "composer/composer": "^2.0", "composer/xdebug-handler": "^2.0", "phpstan/extension-installer": "^1.1", "rector/phpstan-rules": "^0.4", "rector/rector-src": "dev-main", "symplify/easy-coding-standard": "^10.0", "symplify/phpstan-extensions": "^10.0" }, "type": "composer-plugin", "extra": { "class": "Rector\\RectorInstaller\\Plugin", "branch-alias": { "dev-main": "0.11.x-dev" } }, "autoload": { "psr-4": { "Rector\\RectorInstaller\\": "src" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "description": "Composer plugin for automatic installation of Rector extensions", "support": { "issues": "https://github.com/rectorphp/extension-installer/issues", "source": "https://github.com/rectorphp/extension-installer/tree/0.11.2" }, "time": "2022-01-19T00:29:14+00:00" }, { "name": "rector/rector", "version": "2.3.6", "source": { "type": "git", "url": "https://github.com/rectorphp/rector.git", "reference": "ca9ebb81d280cd362ea39474dabd42679e32ca6b" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/rectorphp/rector/zipball/ca9ebb81d280cd362ea39474dabd42679e32ca6b", "reference": "ca9ebb81d280cd362ea39474dabd42679e32ca6b", "shasum": "" }, "require": { "php": "^7.4|^8.0", "phpstan/phpstan": "^2.1.38" }, "conflict": { "rector/rector-doctrine": "*", "rector/rector-downgrade-php": "*", "rector/rector-phpunit": "*", "rector/rector-symfony": "*" }, "suggest": { "ext-dom": "To manipulate phpunit.xml via the custom-rule command" }, "bin": [ "bin/rector" ], "type": "library", "autoload": { "files": [ "bootstrap.php" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "description": "Instant Upgrade and Automated Refactoring of any PHP code", "homepage": "https://getrector.com/", "keywords": [ "automation", "dev", "migration", "refactoring" ], "support": { "issues": "https://github.com/rectorphp/rector/issues", "source": "https://github.com/rectorphp/rector/tree/2.3.6" }, "funding": [ { "url": "https://github.com/tomasvotruba", "type": "github" } ], "time": "2026-02-06T14:25:06+00:00" }, { "name": "robertfausk/behat-panther-extension", "version": "v1.2.0", "source": { "type": "git", "url": "https://github.com/robertfausk/behat-panther-extension.git", "reference": "838984a60cd53d950382bee321f8b670c3a5d120" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/robertfausk/behat-panther-extension/zipball/838984a60cd53d950382bee321f8b670c3a5d120", "reference": "838984a60cd53d950382bee321f8b670c3a5d120", "shasum": "" }, "require": { "behat/behat": "^3.0.5", "friends-of-behat/mink-extension": "^2.3.0", "php": ">=7.2", "robertfausk/mink-panther-driver": "^1.0", "symfony/config": "^3.4|^4.0|^5.0|^6.0|^7.0" }, "require-dev": { "g1a/composer-test-scenarios": "^3.0", "matthiasnoback/symfony-config-test": "^4.1|^5.1", "phpunit/phpunit": "~7.5|~9.3", "roave/security-advisories": "dev-master" }, "type": "behat-extension", "extra": { "scenarios": { "symfony3": { "require": { "symfony/config": "^3.4" } }, "symfony4": { "require": { "symfony/config": "^4.0" } }, "symfony5": { "require": { "symfony/config": "^5.0" } }, "symfony6": { "require": { "symfony/config": "^6.0" } }, "symfony7": { "require": { "symfony/config": "^7.0" } } }, "branch-alias": { "dev-main": "1.1.x-dev" } }, "autoload": { "psr-4": { "Robertfausk\\Behat\\PantherExtension\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Robert Freigang", "email": "robertfreigang@gmx.de" } ], "description": "Symfony Panther extension for Behat", "keywords": [ "Behat", "Cucumber", "Panther", "browser", "chrome", "firefox", "gherkin", "gui", "symfony", "test", "web" ], "support": { "issues": "https://github.com/robertfausk/behat-panther-extension/issues", "source": "https://github.com/robertfausk/behat-panther-extension/tree/v1.2.0" }, "time": "2025-04-04T10:09:14+00:00" }, { "name": "robertfausk/mink-panther-driver", "version": "v1.1.2", "source": { "type": "git", "url": "https://github.com/robertfausk/mink-panther-driver.git", "reference": "ac95116505015a43af687220a8e00cefabd34dc0" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/robertfausk/mink-panther-driver/zipball/ac95116505015a43af687220a8e00cefabd34dc0", "reference": "ac95116505015a43af687220a8e00cefabd34dc0", "shasum": "" }, "require": { "behat/mink": "~1.8", "ext-dom": "*", "php": ">=7.2", "symfony/panther": "~0.7|~1.0|~2.0" }, "require-dev": { "dbrekelmans/bdi": "^1.0", "mink/driver-testsuite": "dev-master", "phpunit/phpunit": "~8.5|~9.3", "symfony/dom-crawler": "~4.0|~5.0|~6.0", "symfony/http-kernel": "~4.0|~5.0|~6.0" }, "suggest": { "ext-gd": "*" }, "type": "mink-driver", "extra": { "branch-alias": { "dev-main": "1.1.x-dev" } }, "autoload": { "psr-4": { "Behat\\Mink\\Driver\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Robert Freigang", "email": "robertfreigang@gmx.de" } ], "description": "Symfony Panther driver for Mink framework", "homepage": "http://mink.behat.org/", "keywords": [ "Mink", "Panther", "browser", "chrome", "chromium", "firefox", "headless", "symfony", "testing" ], "support": { "issues": "https://github.com/robertfausk/mink-panther-driver/issues", "source": "https://github.com/robertfausk/mink-panther-driver/tree/v1.1.2" }, "time": "2025-04-03T21:55:18+00:00" }, { "name": "sebastian/cli-parser", "version": "2.0.1", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/cli-parser.git", "reference": "c34583b87e7b7a8055bf6c450c2c77ce32a24084" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/sebastianbergmann/cli-parser/zipball/c34583b87e7b7a8055bf6c450c2c77ce32a24084", "reference": "c34583b87e7b7a8055bf6c450c2c77ce32a24084", "shasum": "" }, "require": { "php": ">=8.1" }, "require-dev": { "phpunit/phpunit": "^10.0" }, "type": "library", "extra": { "branch-alias": { "dev-main": "2.0-dev" } }, "autoload": { "classmap": [ "src/" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-3-Clause" ], "authors": [ { "name": "Sebastian Bergmann", "email": "sebastian@phpunit.de", "role": "lead" } ], "description": "Library for parsing CLI options", "homepage": "https://github.com/sebastianbergmann/cli-parser", "support": { "issues": "https://github.com/sebastianbergmann/cli-parser/issues", "security": "https://github.com/sebastianbergmann/cli-parser/security/policy", "source": "https://github.com/sebastianbergmann/cli-parser/tree/2.0.1" }, "funding": [ { "url": "https://github.com/sebastianbergmann", "type": "github" } ], "time": "2024-03-02T07:12:49+00:00" }, { "name": "sebastian/code-unit", "version": "2.0.0", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/code-unit.git", "reference": "a81fee9eef0b7a76af11d121767abc44c104e503" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/sebastianbergmann/code-unit/zipball/a81fee9eef0b7a76af11d121767abc44c104e503", "reference": "a81fee9eef0b7a76af11d121767abc44c104e503", "shasum": "" }, "require": { "php": ">=8.1" }, "require-dev": { "phpunit/phpunit": "^10.0" }, "type": "library", "extra": { "branch-alias": { "dev-main": "2.0-dev" } }, "autoload": { "classmap": [ "src/" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-3-Clause" ], "authors": [ { "name": "Sebastian Bergmann", "email": "sebastian@phpunit.de", "role": "lead" } ], "description": "Collection of value objects that represent the PHP code units", "homepage": "https://github.com/sebastianbergmann/code-unit", "support": { "issues": "https://github.com/sebastianbergmann/code-unit/issues", "source": "https://github.com/sebastianbergmann/code-unit/tree/2.0.0" }, "funding": [ { "url": "https://github.com/sebastianbergmann", "type": "github" } ], "time": "2023-02-03T06:58:43+00:00" }, { "name": "sebastian/code-unit-reverse-lookup", "version": "3.0.0", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/code-unit-reverse-lookup.git", "reference": "5e3a687f7d8ae33fb362c5c0743794bbb2420a1d" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/sebastianbergmann/code-unit-reverse-lookup/zipball/5e3a687f7d8ae33fb362c5c0743794bbb2420a1d", "reference": "5e3a687f7d8ae33fb362c5c0743794bbb2420a1d", "shasum": "" }, "require": { "php": ">=8.1" }, "require-dev": { "phpunit/phpunit": "^10.0" }, "type": "library", "extra": { "branch-alias": { "dev-main": "3.0-dev" } }, "autoload": { "classmap": [ "src/" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-3-Clause" ], "authors": [ { "name": "Sebastian Bergmann", "email": "sebastian@phpunit.de" } ], "description": "Looks up which function or method a line of code belongs to", "homepage": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/", "support": { "issues": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/issues", "source": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/tree/3.0.0" }, "funding": [ { "url": "https://github.com/sebastianbergmann", "type": "github" } ], "time": "2023-02-03T06:59:15+00:00" }, { "name": "sebastian/comparator", "version": "5.0.5", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/comparator.git", "reference": "55dfef806eb7dfeb6e7a6935601fef866f8ca48d" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/55dfef806eb7dfeb6e7a6935601fef866f8ca48d", "reference": "55dfef806eb7dfeb6e7a6935601fef866f8ca48d", "shasum": "" }, "require": { "ext-dom": "*", "ext-mbstring": "*", "php": ">=8.1", "sebastian/diff": "^5.0", "sebastian/exporter": "^5.0" }, "require-dev": { "phpunit/phpunit": "^10.5" }, "type": "library", "extra": { "branch-alias": { "dev-main": "5.0-dev" } }, "autoload": { "classmap": [ "src/" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-3-Clause" ], "authors": [ { "name": "Sebastian Bergmann", "email": "sebastian@phpunit.de" }, { "name": "Jeff Welch", "email": "whatthejeff@gmail.com" }, { "name": "Volker Dusch", "email": "github@wallbash.com" }, { "name": "Bernhard Schussek", "email": "bschussek@2bepublished.at" } ], "description": "Provides the functionality to compare PHP values for equality", "homepage": "https://github.com/sebastianbergmann/comparator", "keywords": [ "comparator", "compare", "equality" ], "support": { "issues": "https://github.com/sebastianbergmann/comparator/issues", "security": "https://github.com/sebastianbergmann/comparator/security/policy", "source": "https://github.com/sebastianbergmann/comparator/tree/5.0.5" }, "funding": [ { "url": "https://github.com/sebastianbergmann", "type": "github" }, { "url": "https://liberapay.com/sebastianbergmann", "type": "liberapay" }, { "url": "https://thanks.dev/u/gh/sebastianbergmann", "type": "thanks_dev" }, { "url": "https://tidelift.com/funding/github/packagist/sebastian/comparator", "type": "tidelift" } ], "time": "2026-01-24T09:25:16+00:00" }, { "name": "sebastian/complexity", "version": "3.2.0", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/complexity.git", "reference": "68ff824baeae169ec9f2137158ee529584553799" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/sebastianbergmann/complexity/zipball/68ff824baeae169ec9f2137158ee529584553799", "reference": "68ff824baeae169ec9f2137158ee529584553799", "shasum": "" }, "require": { "nikic/php-parser": "^4.18 || ^5.0", "php": ">=8.1" }, "require-dev": { "phpunit/phpunit": "^10.0" }, "type": "library", "extra": { "branch-alias": { "dev-main": "3.2-dev" } }, "autoload": { "classmap": [ "src/" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-3-Clause" ], "authors": [ { "name": "Sebastian Bergmann", "email": "sebastian@phpunit.de", "role": "lead" } ], "description": "Library for calculating the complexity of PHP code units", "homepage": "https://github.com/sebastianbergmann/complexity", "support": { "issues": "https://github.com/sebastianbergmann/complexity/issues", "security": "https://github.com/sebastianbergmann/complexity/security/policy", "source": "https://github.com/sebastianbergmann/complexity/tree/3.2.0" }, "funding": [ { "url": "https://github.com/sebastianbergmann", "type": "github" } ], "time": "2023-12-21T08:37:17+00:00" }, { "name": "sebastian/diff", "version": "5.1.1", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/diff.git", "reference": "c41e007b4b62af48218231d6c2275e4c9b975b2e" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/c41e007b4b62af48218231d6c2275e4c9b975b2e", "reference": "c41e007b4b62af48218231d6c2275e4c9b975b2e", "shasum": "" }, "require": { "php": ">=8.1" }, "require-dev": { "phpunit/phpunit": "^10.0", "symfony/process": "^6.4" }, "type": "library", "extra": { "branch-alias": { "dev-main": "5.1-dev" } }, "autoload": { "classmap": [ "src/" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-3-Clause" ], "authors": [ { "name": "Sebastian Bergmann", "email": "sebastian@phpunit.de" }, { "name": "Kore Nordmann", "email": "mail@kore-nordmann.de" } ], "description": "Diff implementation", "homepage": "https://github.com/sebastianbergmann/diff", "keywords": [ "diff", "udiff", "unidiff", "unified diff" ], "support": { "issues": "https://github.com/sebastianbergmann/diff/issues", "security": "https://github.com/sebastianbergmann/diff/security/policy", "source": "https://github.com/sebastianbergmann/diff/tree/5.1.1" }, "funding": [ { "url": "https://github.com/sebastianbergmann", "type": "github" } ], "time": "2024-03-02T07:15:17+00:00" }, { "name": "sebastian/environment", "version": "6.1.0", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/environment.git", "reference": "8074dbcd93529b357029f5cc5058fd3e43666984" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/8074dbcd93529b357029f5cc5058fd3e43666984", "reference": "8074dbcd93529b357029f5cc5058fd3e43666984", "shasum": "" }, "require": { "php": ">=8.1" }, "require-dev": { "phpunit/phpunit": "^10.0" }, "suggest": { "ext-posix": "*" }, "type": "library", "extra": { "branch-alias": { "dev-main": "6.1-dev" } }, "autoload": { "classmap": [ "src/" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-3-Clause" ], "authors": [ { "name": "Sebastian Bergmann", "email": "sebastian@phpunit.de" } ], "description": "Provides functionality to handle HHVM/PHP environments", "homepage": "https://github.com/sebastianbergmann/environment", "keywords": [ "Xdebug", "environment", "hhvm" ], "support": { "issues": "https://github.com/sebastianbergmann/environment/issues", "security": "https://github.com/sebastianbergmann/environment/security/policy", "source": "https://github.com/sebastianbergmann/environment/tree/6.1.0" }, "funding": [ { "url": "https://github.com/sebastianbergmann", "type": "github" } ], "time": "2024-03-23T08:47:14+00:00" }, { "name": "sebastian/exporter", "version": "5.1.4", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/exporter.git", "reference": "0735b90f4da94969541dac1da743446e276defa6" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/0735b90f4da94969541dac1da743446e276defa6", "reference": "0735b90f4da94969541dac1da743446e276defa6", "shasum": "" }, "require": { "ext-mbstring": "*", "php": ">=8.1", "sebastian/recursion-context": "^5.0" }, "require-dev": { "phpunit/phpunit": "^10.5" }, "type": "library", "extra": { "branch-alias": { "dev-main": "5.1-dev" } }, "autoload": { "classmap": [ "src/" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-3-Clause" ], "authors": [ { "name": "Sebastian Bergmann", "email": "sebastian@phpunit.de" }, { "name": "Jeff Welch", "email": "whatthejeff@gmail.com" }, { "name": "Volker Dusch", "email": "github@wallbash.com" }, { "name": "Adam Harvey", "email": "aharvey@php.net" }, { "name": "Bernhard Schussek", "email": "bschussek@gmail.com" } ], "description": "Provides the functionality to export PHP variables for visualization", "homepage": "https://www.github.com/sebastianbergmann/exporter", "keywords": [ "export", "exporter" ], "support": { "issues": "https://github.com/sebastianbergmann/exporter/issues", "security": "https://github.com/sebastianbergmann/exporter/security/policy", "source": "https://github.com/sebastianbergmann/exporter/tree/5.1.4" }, "funding": [ { "url": "https://github.com/sebastianbergmann", "type": "github" }, { "url": "https://liberapay.com/sebastianbergmann", "type": "liberapay" }, { "url": "https://thanks.dev/u/gh/sebastianbergmann", "type": "thanks_dev" }, { "url": "https://tidelift.com/funding/github/packagist/sebastian/exporter", "type": "tidelift" } ], "time": "2025-09-24T06:09:11+00:00" }, { "name": "sebastian/global-state", "version": "6.0.2", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/global-state.git", "reference": "987bafff24ecc4c9ac418cab1145b96dd6e9cbd9" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/987bafff24ecc4c9ac418cab1145b96dd6e9cbd9", "reference": "987bafff24ecc4c9ac418cab1145b96dd6e9cbd9", "shasum": "" }, "require": { "php": ">=8.1", "sebastian/object-reflector": "^3.0", "sebastian/recursion-context": "^5.0" }, "require-dev": { "ext-dom": "*", "phpunit/phpunit": "^10.0" }, "type": "library", "extra": { "branch-alias": { "dev-main": "6.0-dev" } }, "autoload": { "classmap": [ "src/" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-3-Clause" ], "authors": [ { "name": "Sebastian Bergmann", "email": "sebastian@phpunit.de" } ], "description": "Snapshotting of global state", "homepage": "https://www.github.com/sebastianbergmann/global-state", "keywords": [ "global state" ], "support": { "issues": "https://github.com/sebastianbergmann/global-state/issues", "security": "https://github.com/sebastianbergmann/global-state/security/policy", "source": "https://github.com/sebastianbergmann/global-state/tree/6.0.2" }, "funding": [ { "url": "https://github.com/sebastianbergmann", "type": "github" } ], "time": "2024-03-02T07:19:19+00:00" }, { "name": "sebastian/lines-of-code", "version": "2.0.2", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/lines-of-code.git", "reference": "856e7f6a75a84e339195d48c556f23be2ebf75d0" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/sebastianbergmann/lines-of-code/zipball/856e7f6a75a84e339195d48c556f23be2ebf75d0", "reference": "856e7f6a75a84e339195d48c556f23be2ebf75d0", "shasum": "" }, "require": { "nikic/php-parser": "^4.18 || ^5.0", "php": ">=8.1" }, "require-dev": { "phpunit/phpunit": "^10.0" }, "type": "library", "extra": { "branch-alias": { "dev-main": "2.0-dev" } }, "autoload": { "classmap": [ "src/" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-3-Clause" ], "authors": [ { "name": "Sebastian Bergmann", "email": "sebastian@phpunit.de", "role": "lead" } ], "description": "Library for counting the lines of code in PHP source code", "homepage": "https://github.com/sebastianbergmann/lines-of-code", "support": { "issues": "https://github.com/sebastianbergmann/lines-of-code/issues", "security": "https://github.com/sebastianbergmann/lines-of-code/security/policy", "source": "https://github.com/sebastianbergmann/lines-of-code/tree/2.0.2" }, "funding": [ { "url": "https://github.com/sebastianbergmann", "type": "github" } ], "time": "2023-12-21T08:38:20+00:00" }, { "name": "sebastian/object-enumerator", "version": "5.0.0", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/object-enumerator.git", "reference": "202d0e344a580d7f7d04b3fafce6933e59dae906" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/sebastianbergmann/object-enumerator/zipball/202d0e344a580d7f7d04b3fafce6933e59dae906", "reference": "202d0e344a580d7f7d04b3fafce6933e59dae906", "shasum": "" }, "require": { "php": ">=8.1", "sebastian/object-reflector": "^3.0", "sebastian/recursion-context": "^5.0" }, "require-dev": { "phpunit/phpunit": "^10.0" }, "type": "library", "extra": { "branch-alias": { "dev-main": "5.0-dev" } }, "autoload": { "classmap": [ "src/" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-3-Clause" ], "authors": [ { "name": "Sebastian Bergmann", "email": "sebastian@phpunit.de" } ], "description": "Traverses array structures and object graphs to enumerate all referenced objects", "homepage": "https://github.com/sebastianbergmann/object-enumerator/", "support": { "issues": "https://github.com/sebastianbergmann/object-enumerator/issues", "source": "https://github.com/sebastianbergmann/object-enumerator/tree/5.0.0" }, "funding": [ { "url": "https://github.com/sebastianbergmann", "type": "github" } ], "time": "2023-02-03T07:08:32+00:00" }, { "name": "sebastian/object-reflector", "version": "3.0.0", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/object-reflector.git", "reference": "24ed13d98130f0e7122df55d06c5c4942a577957" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/sebastianbergmann/object-reflector/zipball/24ed13d98130f0e7122df55d06c5c4942a577957", "reference": "24ed13d98130f0e7122df55d06c5c4942a577957", "shasum": "" }, "require": { "php": ">=8.1" }, "require-dev": { "phpunit/phpunit": "^10.0" }, "type": "library", "extra": { "branch-alias": { "dev-main": "3.0-dev" } }, "autoload": { "classmap": [ "src/" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-3-Clause" ], "authors": [ { "name": "Sebastian Bergmann", "email": "sebastian@phpunit.de" } ], "description": "Allows reflection of object attributes, including inherited and non-public ones", "homepage": "https://github.com/sebastianbergmann/object-reflector/", "support": { "issues": "https://github.com/sebastianbergmann/object-reflector/issues", "source": "https://github.com/sebastianbergmann/object-reflector/tree/3.0.0" }, "funding": [ { "url": "https://github.com/sebastianbergmann", "type": "github" } ], "time": "2023-02-03T07:06:18+00:00" }, { "name": "sebastian/recursion-context", "version": "5.0.1", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/recursion-context.git", "reference": "47e34210757a2f37a97dcd207d032e1b01e64c7a" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/47e34210757a2f37a97dcd207d032e1b01e64c7a", "reference": "47e34210757a2f37a97dcd207d032e1b01e64c7a", "shasum": "" }, "require": { "php": ">=8.1" }, "require-dev": { "phpunit/phpunit": "^10.5" }, "type": "library", "extra": { "branch-alias": { "dev-main": "5.0-dev" } }, "autoload": { "classmap": [ "src/" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-3-Clause" ], "authors": [ { "name": "Sebastian Bergmann", "email": "sebastian@phpunit.de" }, { "name": "Jeff Welch", "email": "whatthejeff@gmail.com" }, { "name": "Adam Harvey", "email": "aharvey@php.net" } ], "description": "Provides functionality to recursively process PHP variables", "homepage": "https://github.com/sebastianbergmann/recursion-context", "support": { "issues": "https://github.com/sebastianbergmann/recursion-context/issues", "security": "https://github.com/sebastianbergmann/recursion-context/security/policy", "source": "https://github.com/sebastianbergmann/recursion-context/tree/5.0.1" }, "funding": [ { "url": "https://github.com/sebastianbergmann", "type": "github" }, { "url": "https://liberapay.com/sebastianbergmann", "type": "liberapay" }, { "url": "https://thanks.dev/u/gh/sebastianbergmann", "type": "thanks_dev" }, { "url": "https://tidelift.com/funding/github/packagist/sebastian/recursion-context", "type": "tidelift" } ], "time": "2025-08-10T07:50:56+00:00" }, { "name": "sebastian/type", "version": "4.0.0", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/type.git", "reference": "462699a16464c3944eefc02ebdd77882bd3925bf" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/sebastianbergmann/type/zipball/462699a16464c3944eefc02ebdd77882bd3925bf", "reference": "462699a16464c3944eefc02ebdd77882bd3925bf", "shasum": "" }, "require": { "php": ">=8.1" }, "require-dev": { "phpunit/phpunit": "^10.0" }, "type": "library", "extra": { "branch-alias": { "dev-main": "4.0-dev" } }, "autoload": { "classmap": [ "src/" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-3-Clause" ], "authors": [ { "name": "Sebastian Bergmann", "email": "sebastian@phpunit.de", "role": "lead" } ], "description": "Collection of value objects that represent the types of the PHP type system", "homepage": "https://github.com/sebastianbergmann/type", "support": { "issues": "https://github.com/sebastianbergmann/type/issues", "source": "https://github.com/sebastianbergmann/type/tree/4.0.0" }, "funding": [ { "url": "https://github.com/sebastianbergmann", "type": "github" } ], "time": "2023-02-03T07:10:45+00:00" }, { "name": "sebastian/version", "version": "4.0.1", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/version.git", "reference": "c51fa83a5d8f43f1402e3f32a005e6262244ef17" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/c51fa83a5d8f43f1402e3f32a005e6262244ef17", "reference": "c51fa83a5d8f43f1402e3f32a005e6262244ef17", "shasum": "" }, "require": { "php": ">=8.1" }, "type": "library", "extra": { "branch-alias": { "dev-main": "4.0-dev" } }, "autoload": { "classmap": [ "src/" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-3-Clause" ], "authors": [ { "name": "Sebastian Bergmann", "email": "sebastian@phpunit.de", "role": "lead" } ], "description": "Library that helps with managing the version number of Git-hosted PHP projects", "homepage": "https://github.com/sebastianbergmann/version", "support": { "issues": "https://github.com/sebastianbergmann/version/issues", "source": "https://github.com/sebastianbergmann/version/tree/4.0.1" }, "funding": [ { "url": "https://github.com/sebastianbergmann", "type": "github" } ], "time": "2023-02-07T11:34:05+00:00" }, { "name": "slevomat/coding-standard", "version": "8.22.1", "source": { "type": "git", "url": "https://github.com/slevomat/coding-standard.git", "reference": "1dd80bf3b93692bedb21a6623c496887fad05fec" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/slevomat/coding-standard/zipball/1dd80bf3b93692bedb21a6623c496887fad05fec", "reference": "1dd80bf3b93692bedb21a6623c496887fad05fec", "shasum": "" }, "require": { "dealerdirect/phpcodesniffer-composer-installer": "^0.6.2 || ^0.7 || ^1.1.2", "php": "^7.4 || ^8.0", "phpstan/phpdoc-parser": "^2.3.0", "squizlabs/php_codesniffer": "^3.13.4" }, "require-dev": { "phing/phing": "3.0.1|3.1.0", "php-parallel-lint/php-parallel-lint": "1.4.0", "phpstan/phpstan": "2.1.24", "phpstan/phpstan-deprecation-rules": "2.0.3", "phpstan/phpstan-phpunit": "2.0.7", "phpstan/phpstan-strict-rules": "2.0.6", "phpunit/phpunit": "9.6.8|10.5.48|11.4.4|11.5.36|12.3.10" }, "type": "phpcodesniffer-standard", "extra": { "branch-alias": { "dev-master": "8.x-dev" } }, "autoload": { "psr-4": { "SlevomatCodingStandard\\": "SlevomatCodingStandard/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "description": "Slevomat Coding Standard for PHP_CodeSniffer complements Consistence Coding Standard by providing sniffs with additional checks.", "keywords": [ "dev", "phpcs" ], "support": { "issues": "https://github.com/slevomat/coding-standard/issues", "source": "https://github.com/slevomat/coding-standard/tree/8.22.1" }, "funding": [ { "url": "https://github.com/kukulich", "type": "github" }, { "url": "https://tidelift.com/funding/github/packagist/slevomat/coding-standard", "type": "tidelift" } ], "time": "2025-09-13T08:53:30+00:00" }, { "name": "squizlabs/php_codesniffer", "version": "3.13.5", "source": { "type": "git", "url": "https://github.com/PHPCSStandards/PHP_CodeSniffer.git", "reference": "0ca86845ce43291e8f5692c7356fccf3bcf02bf4" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/PHPCSStandards/PHP_CodeSniffer/zipball/0ca86845ce43291e8f5692c7356fccf3bcf02bf4", "reference": "0ca86845ce43291e8f5692c7356fccf3bcf02bf4", "shasum": "" }, "require": { "ext-simplexml": "*", "ext-tokenizer": "*", "ext-xmlwriter": "*", "php": ">=5.4.0" }, "require-dev": { "phpunit/phpunit": "^4.0 || ^5.0 || ^6.0 || ^7.0 || ^8.0 || ^9.3.4" }, "bin": [ "bin/phpcbf", "bin/phpcs" ], "type": "library", "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-3-Clause" ], "authors": [ { "name": "Greg Sherwood", "role": "Former lead" }, { "name": "Juliette Reinders Folmer", "role": "Current lead" }, { "name": "Contributors", "homepage": "https://github.com/PHPCSStandards/PHP_CodeSniffer/graphs/contributors" } ], "description": "PHP_CodeSniffer tokenizes PHP, JavaScript and CSS files and detects violations of a defined set of coding standards.", "homepage": "https://github.com/PHPCSStandards/PHP_CodeSniffer", "keywords": [ "phpcs", "standards", "static analysis" ], "support": { "issues": "https://github.com/PHPCSStandards/PHP_CodeSniffer/issues", "security": "https://github.com/PHPCSStandards/PHP_CodeSniffer/security/policy", "source": "https://github.com/PHPCSStandards/PHP_CodeSniffer", "wiki": "https://github.com/PHPCSStandards/PHP_CodeSniffer/wiki" }, "funding": [ { "url": "https://github.com/PHPCSStandards", "type": "github" }, { "url": "https://github.com/jrfnl", "type": "github" }, { "url": "https://opencollective.com/php_codesniffer", "type": "open_collective" }, { "url": "https://thanks.dev/u/gh/phpcsstandards", "type": "thanks_dev" } ], "time": "2025-11-04T16:30:35+00:00" }, { "name": "sylius-labs/coding-standard", "version": "v4.5.0", "source": { "type": "git", "url": "https://github.com/SyliusLabs/CodingStandard.git", "reference": "91d3c9271a9ccc2eef2bd055dce5a286d84cf5d2" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/SyliusLabs/CodingStandard/zipball/91d3c9271a9ccc2eef2bd055dce5a286d84cf5d2", "reference": "91d3c9271a9ccc2eef2bd055dce5a286d84cf5d2", "shasum": "" }, "require": { "php": "^8.0", "slevomat/coding-standard": "^8.0", "symplify/easy-coding-standard": "^10.0 || ^11.0 || ^12.0 || ^13.0" }, "conflict": { "slevomat/coding-standard": ">=8.23", "symplify/package-builder": "^8.3" }, "type": "library", "extra": { "branch-alias": { "dev-master": "4.4-dev" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Kamil Kokot", "email": "kamil@kokot.me", "homepage": "https://kamilkokot.com" } ], "description": "Battle-tested coding standard configuration used in Sylius.", "support": { "issues": "https://github.com/SyliusLabs/CodingStandard/issues", "source": "https://github.com/SyliusLabs/CodingStandard/tree/v4.5.0" }, "time": "2025-11-24T10:57:22+00:00" }, { "name": "sylius-labs/suite-tags-extension", "version": "v0.2", "source": { "type": "git", "url": "https://github.com/SyliusLabs/SuiteTagsExtension.git", "reference": "0954be0e4e854df9cb6710700267b06374ec761f" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/SyliusLabs/SuiteTagsExtension/zipball/0954be0e4e854df9cb6710700267b06374ec761f", "reference": "0954be0e4e854df9cb6710700267b06374ec761f", "shasum": "" }, "require": { "behat/behat": "^3.4 || ^4.0", "php": "^7.4 || ^8.0" }, "require-dev": { "phpstan/phpstan": "^1.10", "symfony/process": "^4.4 || ^5.0 || ^6.0" }, "type": "library", "autoload": { "psr-4": { "SyliusLabs\\SuiteTagsExtension\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Jan Goralski", "email": "jan.wojciech.goralski@gmail.com" } ], "description": "Filters suites run by their configured tags", "support": { "issues": "https://github.com/SyliusLabs/SuiteTagsExtension/issues", "source": "https://github.com/SyliusLabs/SuiteTagsExtension/tree/v0.2" }, "time": "2024-03-04T12:02:18+00:00" }, { "name": "sylius/sylius-rector", "version": "v3.7.0", "source": { "type": "git", "url": "https://github.com/Sylius/SyliusRector.git", "reference": "2707b6fe9f6065003b8f3df8539bd8b5822b3dc8" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/Sylius/SyliusRector/zipball/2707b6fe9f6065003b8f3df8539bd8b5822b3dc8", "reference": "2707b6fe9f6065003b8f3df8539bd8b5822b3dc8", "shasum": "" }, "require": { "php": "^8.0", "rector/extension-installer": "~0.11", "rector/rector": "^2.0" }, "conflict": { "rector/rector": "<0.11", "symplify/phpstan-rules": "^11.1" }, "require-dev": { "phpstan/extension-installer": "^1.1", "phpstan/phpstan": "^2.1.2", "phpstan/phpstan-strict-rules": "^2.0.3", "phpstan/phpstan-webmozart-assert": "^2.0.0", "phpunit/phpunit": "^10.5.44", "symplify/easy-coding-standard": "^12.5.1", "symplify/package-builder": "^11.3.2", "symplify/phpstan-extensions": "^12.0.1", "symplify/phpstan-rules": "^14.2.7", "symplify/rule-doc-generator": "^12.2.5", "symplify/vendor-patches": "^11.3.7" }, "type": "rector-extension", "extra": { "rector": { "includes": [ "config/config.php" ] }, "branch-alias": { "dev-main": "2.0-dev" }, "enable-patching": true }, "autoload": { "psr-4": { "Sylius\\SyliusRector\\": "src" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "description": "Rector upgrades rules for Sylius", "support": { "issues": "https://github.com/Sylius/SyliusRector/issues", "source": "https://github.com/Sylius/SyliusRector/tree/v3.7.0" }, "funding": [ { "url": "https://github.com/sylius", "type": "github" } ], "time": "2025-12-03T15:49:59+00:00" }, { "name": "symfony/browser-kit", "version": "v7.4.4", "source": { "type": "git", "url": "https://github.com/symfony/browser-kit.git", "reference": "bed167eadaaba641f51fc842c9227aa5e251309e" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/browser-kit/zipball/bed167eadaaba641f51fc842c9227aa5e251309e", "reference": "bed167eadaaba641f51fc842c9227aa5e251309e", "shasum": "" }, "require": { "php": ">=8.2", "symfony/deprecation-contracts": "^2.5|^3", "symfony/dom-crawler": "^6.4|^7.0|^8.0" }, "require-dev": { "symfony/css-selector": "^6.4|^7.0|^8.0", "symfony/http-client": "^6.4|^7.0|^8.0", "symfony/mime": "^6.4|^7.0|^8.0", "symfony/process": "^6.4|^7.0|^8.0" }, "type": "library", "autoload": { "psr-4": { "Symfony\\Component\\BrowserKit\\": "" }, "exclude-from-classmap": [ "/Tests/" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Fabien Potencier", "email": "fabien@symfony.com" }, { "name": "Symfony Community", "homepage": "https://symfony.com/contributors" } ], "description": "Simulates the behavior of a web browser, allowing you to make requests, click on links and submit forms programmatically", "homepage": "https://symfony.com", "support": { "source": "https://github.com/symfony/browser-kit/tree/v7.4.4" }, "funding": [ { "url": "https://symfony.com/sponsor", "type": "custom" }, { "url": "https://github.com/fabpot", "type": "github" }, { "url": "https://github.com/nicolas-grekas", "type": "github" }, { "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", "type": "tidelift" } ], "time": "2026-01-13T10:40:19+00:00" }, { "name": "symfony/css-selector", "version": "v7.4.0", "source": { "type": "git", "url": "https://github.com/symfony/css-selector.git", "reference": "ab862f478513e7ca2fe9ec117a6f01a8da6e1135" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/css-selector/zipball/ab862f478513e7ca2fe9ec117a6f01a8da6e1135", "reference": "ab862f478513e7ca2fe9ec117a6f01a8da6e1135", "shasum": "" }, "require": { "php": ">=8.2" }, "type": "library", "autoload": { "psr-4": { "Symfony\\Component\\CssSelector\\": "" }, "exclude-from-classmap": [ "/Tests/" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Fabien Potencier", "email": "fabien@symfony.com" }, { "name": "Jean-François Simon", "email": "jeanfrancois.simon@sensiolabs.com" }, { "name": "Symfony Community", "homepage": "https://symfony.com/contributors" } ], "description": "Converts CSS selectors to XPath expressions", "homepage": "https://symfony.com", "support": { "source": "https://github.com/symfony/css-selector/tree/v7.4.0" }, "funding": [ { "url": "https://symfony.com/sponsor", "type": "custom" }, { "url": "https://github.com/fabpot", "type": "github" }, { "url": "https://github.com/nicolas-grekas", "type": "github" }, { "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", "type": "tidelift" } ], "time": "2025-10-30T13:39:42+00:00" }, { "name": "symfony/debug-bundle", "version": "v7.4.0", "source": { "type": "git", "url": "https://github.com/symfony/debug-bundle.git", "reference": "329383fb895353e3c8ab792cc35c4a7e7b17881b" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/debug-bundle/zipball/329383fb895353e3c8ab792cc35c4a7e7b17881b", "reference": "329383fb895353e3c8ab792cc35c4a7e7b17881b", "shasum": "" }, "require": { "composer-runtime-api": ">=2.1", "ext-xml": "*", "php": ">=8.2", "symfony/config": "^7.3|^8.0", "symfony/dependency-injection": "^6.4|^7.0|^8.0", "symfony/http-kernel": "^6.4|^7.0|^8.0", "symfony/twig-bridge": "^6.4|^7.0|^8.0", "symfony/var-dumper": "^6.4|^7.0|^8.0" }, "require-dev": { "symfony/web-profiler-bundle": "^6.4|^7.0|^8.0" }, "type": "symfony-bundle", "autoload": { "psr-4": { "Symfony\\Bundle\\DebugBundle\\": "" }, "exclude-from-classmap": [ "/Tests/" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Fabien Potencier", "email": "fabien@symfony.com" }, { "name": "Symfony Community", "homepage": "https://symfony.com/contributors" } ], "description": "Provides a tight integration of the Symfony VarDumper component and the ServerLogCommand from MonologBridge into the Symfony full-stack framework", "homepage": "https://symfony.com", "support": { "source": "https://github.com/symfony/debug-bundle/tree/v7.4.0" }, "funding": [ { "url": "https://symfony.com/sponsor", "type": "custom" }, { "url": "https://github.com/fabpot", "type": "github" }, { "url": "https://github.com/nicolas-grekas", "type": "github" }, { "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", "type": "tidelift" } ], "time": "2025-10-24T13:56:35+00:00" }, { "name": "symfony/dom-crawler", "version": "v7.4.4", "source": { "type": "git", "url": "https://github.com/symfony/dom-crawler.git", "reference": "71fd6a82fc357c8b5de22f78b228acfc43dee965" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/dom-crawler/zipball/71fd6a82fc357c8b5de22f78b228acfc43dee965", "reference": "71fd6a82fc357c8b5de22f78b228acfc43dee965", "shasum": "" }, "require": { "masterminds/html5": "^2.6", "php": ">=8.2", "symfony/deprecation-contracts": "^2.5|^3", "symfony/polyfill-ctype": "~1.8", "symfony/polyfill-mbstring": "~1.0" }, "require-dev": { "symfony/css-selector": "^6.4|^7.0|^8.0" }, "type": "library", "autoload": { "psr-4": { "Symfony\\Component\\DomCrawler\\": "" }, "exclude-from-classmap": [ "/Tests/" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Fabien Potencier", "email": "fabien@symfony.com" }, { "name": "Symfony Community", "homepage": "https://symfony.com/contributors" } ], "description": "Eases DOM navigation for HTML and XML documents", "homepage": "https://symfony.com", "support": { "source": "https://github.com/symfony/dom-crawler/tree/v7.4.4" }, "funding": [ { "url": "https://symfony.com/sponsor", "type": "custom" }, { "url": "https://github.com/fabpot", "type": "github" }, { "url": "https://github.com/nicolas-grekas", "type": "github" }, { "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", "type": "tidelift" } ], "time": "2026-01-05T08:47:25+00:00" }, { "name": "symfony/panther", "version": "v2.4.0", "source": { "type": "git", "url": "https://github.com/symfony/panther.git", "reference": "2d810395942e71aea2f7ea8e8b5f82326bb4b8b4" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/panther/zipball/2d810395942e71aea2f7ea8e8b5f82326bb4b8b4", "reference": "2d810395942e71aea2f7ea8e8b5f82326bb4b8b4", "shasum": "" }, "require": { "ext-dom": "*", "ext-libxml": "*", "php": ">=8.1", "php-webdriver/webdriver": "^1.8.2", "symfony/browser-kit": "^6.4 || ^7.3 || ^8.0", "symfony/dependency-injection": "^6.4 || ^7.3 || ^8.0", "symfony/deprecation-contracts": "^2.4 || ^3", "symfony/dom-crawler": "^6.4 || ^7.3 || ^8.0", "symfony/http-client": "^6.4 || ^7.0 || ^8.0", "symfony/http-kernel": "^6.4 || ^7.3 || ^8.0", "symfony/process": "^6.4 || ^7.3 || ^8.0" }, "require-dev": { "symfony/css-selector": "^6.4 || ^7.3 || ^8.0", "symfony/framework-bundle": "^6.4 || ^7.3 || ^8.0", "symfony/mime": "^6.4 || ^7.3 || ^8.0", "symfony/phpunit-bridge": ">=7.3.4" }, "type": "library", "extra": { "branch-alias": { "dev-main": "2.0.x-dev" } }, "autoload": { "psr-4": { "Symfony\\Component\\Panther\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Kévin Dunglas", "email": "kevin@dunglas.dev", "homepage": "https://dunglas.dev" }, { "name": "Symfony Community", "homepage": "https://symfony.com/contributors" } ], "description": "A browser testing and web scraping library for PHP and Symfony.", "homepage": "https://symfony.com/packages/Panther", "keywords": [ "e2e", "scraping", "selenium", "symfony", "testing", "webdriver" ], "support": { "issues": "https://github.com/symfony/panther/issues", "source": "https://github.com/symfony/panther/tree/v2.4.0" }, "funding": [ { "url": "https://www.panthera.org/donate", "type": "custom" }, { "url": "https://github.com/dunglas", "type": "github" }, { "url": "https://tidelift.com/funding/github/packagist/symfony/panther", "type": "tidelift" } ], "time": "2026-01-08T05:29:21+00:00" }, { "name": "symfony/web-profiler-bundle", "version": "v7.4.4", "source": { "type": "git", "url": "https://github.com/symfony/web-profiler-bundle.git", "reference": "be165e29e6109efb89bfaefe56e3deccf72a8643" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/web-profiler-bundle/zipball/be165e29e6109efb89bfaefe56e3deccf72a8643", "reference": "be165e29e6109efb89bfaefe56e3deccf72a8643", "shasum": "" }, "require": { "composer-runtime-api": ">=2.1", "php": ">=8.2", "symfony/config": "^7.3|^8.0", "symfony/deprecation-contracts": "^2.5|^3", "symfony/framework-bundle": "^6.4.13|^7.1.6|^8.0", "symfony/http-kernel": "^6.4.13|^7.1.6|^8.0", "symfony/routing": "^6.4|^7.0|^8.0", "symfony/twig-bundle": "^6.4|^7.0|^8.0", "twig/twig": "^3.15" }, "conflict": { "symfony/form": "<6.4", "symfony/mailer": "<6.4", "symfony/messenger": "<6.4", "symfony/serializer": "<7.2", "symfony/workflow": "<7.3" }, "require-dev": { "symfony/browser-kit": "^6.4|^7.0|^8.0", "symfony/console": "^6.4|^7.0|^8.0", "symfony/css-selector": "^6.4|^7.0|^8.0", "symfony/runtime": "^6.4.13|^7.1.6|^8.0", "symfony/stopwatch": "^6.4|^7.0|^8.0" }, "type": "symfony-bundle", "autoload": { "psr-4": { "Symfony\\Bundle\\WebProfilerBundle\\": "" }, "exclude-from-classmap": [ "/Tests/" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Fabien Potencier", "email": "fabien@symfony.com" }, { "name": "Symfony Community", "homepage": "https://symfony.com/contributors" } ], "description": "Provides a development tool that gives detailed information about the execution of any request", "homepage": "https://symfony.com", "keywords": [ "dev" ], "support": { "source": "https://github.com/symfony/web-profiler-bundle/tree/v7.4.4" }, "funding": [ { "url": "https://symfony.com/sponsor", "type": "custom" }, { "url": "https://github.com/fabpot", "type": "github" }, { "url": "https://github.com/nicolas-grekas", "type": "github" }, { "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", "type": "tidelift" } ], "time": "2026-01-07T11:56:45+00:00" }, { "name": "symplify/easy-coding-standard", "version": "13.0.4", "source": { "type": "git", "url": "https://github.com/easy-coding-standard/easy-coding-standard.git", "reference": "5c7e7a07e5d6a98b9dd2e6fc0a9155efb7c166c8" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/easy-coding-standard/easy-coding-standard/zipball/5c7e7a07e5d6a98b9dd2e6fc0a9155efb7c166c8", "reference": "5c7e7a07e5d6a98b9dd2e6fc0a9155efb7c166c8", "shasum": "" }, "require": { "php": ">=7.2" }, "conflict": { "friendsofphp/php-cs-fixer": "<3.92.4", "phpcsstandards/php_codesniffer": "<4.0.1", "symplify/coding-standard": "<12.1" }, "suggest": { "ext-dom": "Needed to support checkstyle output format in class CheckstyleOutputFormatter" }, "bin": [ "bin/ecs" ], "type": "library", "autoload": { "files": [ "bootstrap.php" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "description": "Use Coding Standard with 0-knowledge of PHP-CS-Fixer and PHP_CodeSniffer", "keywords": [ "Code style", "automation", "fixer", "static analysis" ], "support": { "issues": "https://github.com/easy-coding-standard/easy-coding-standard/issues", "source": "https://github.com/easy-coding-standard/easy-coding-standard/tree/13.0.4" }, "funding": [ { "url": "https://www.paypal.me/rectorphp", "type": "custom" }, { "url": "https://github.com/tomasvotruba", "type": "github" } ], "time": "2026-01-05T09:10:04+00:00" }, { "name": "theofidry/alice-data-fixtures", "version": "1.7.2", "source": { "type": "git", "url": "https://github.com/theofidry/AliceDataFixtures.git", "reference": "39a2fb2d83d683bec58e9fa0c1e22feceb17056e" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/theofidry/AliceDataFixtures/zipball/39a2fb2d83d683bec58e9fa0c1e22feceb17056e", "reference": "39a2fb2d83d683bec58e9fa0c1e22feceb17056e", "shasum": "" }, "require": { "nelmio/alice": "^3.10", "php": "^8.2", "psr/log": "^1 || ^2 || ^3", "webmozart/assert": "^1.10" }, "conflict": { "doctrine/dbal": "<3.0", "doctrine/orm": "<2.6.3", "doctrine/persistence": "<2.0", "illuminate/database": "<8.12", "ocramius/proxy-manager": "<2.1", "symfony/framework-bundle": "<5.4 || >=6.0 <6.4", "zendframework/zend-code": "<3.3.1" }, "require-dev": { "bamarni/composer-bin-plugin": "^1.4.1", "doctrine/annotations": "^1.13", "phpspec/prophecy": "^1.14.0", "phpspec/prophecy-phpunit": "^2.0.1", "phpunit/phpunit": "^9.5.10", "symfony/phpunit-bridge": "^5.3.8 || ^6.4" }, "suggest": { "alcaeus/mongo-php-adapter": "To use Doctrine with the MongoDB flavour", "doctrine/data-fixtures": "To use Doctrine", "doctrine/dbal": "To use Doctrine with the PHPCR flavour", "doctrine/mongodb": "To use Doctrine with the MongoDB flavour", "doctrine/mongodb-odm": "To use Doctrine with the MongoDB flavour", "doctrine/orm": "To use Doctrine ORM", "doctrine/phpcr-odm": "To use Doctrine with the PHPCR flavour", "illuminate/database": "To use Eloquent", "jackalope/jackalope-doctrine-dbal": "To use Doctrine with the PHPCR flavour", "ocramius/proxy-manager": "To avoid database connection on kernel boot" }, "type": "library", "extra": { "bamarni-bin": { "bin-links": false, "forward-command": false }, "branch-alias": { "dev-master": "1.x-dev" } }, "autoload": { "psr-4": { "Fidry\\AliceDataFixtures\\": "src" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Théo FIDRY", "email": "theo.fidry@gmail.com", "homepage": "https://github.com/theofidry" } ], "description": "Nelmio alice extension to persist the loaded fixtures.", "keywords": [ "Fixture", "alice", "data", "faker", "orm", "tests" ], "support": { "issues": "https://github.com/theofidry/AliceDataFixtures/issues", "source": "https://github.com/theofidry/AliceDataFixtures/tree/1.7.2" }, "funding": [ { "url": "https://github.com/theofidry", "type": "github" } ], "time": "2024-07-05T21:18:40+00:00" }, { "name": "theseer/tokenizer", "version": "1.3.1", "source": { "type": "git", "url": "https://github.com/theseer/tokenizer.git", "reference": "b7489ce515e168639d17feec34b8847c326b0b3c" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/theseer/tokenizer/zipball/b7489ce515e168639d17feec34b8847c326b0b3c", "reference": "b7489ce515e168639d17feec34b8847c326b0b3c", "shasum": "" }, "require": { "ext-dom": "*", "ext-tokenizer": "*", "ext-xmlwriter": "*", "php": "^7.2 || ^8.0" }, "type": "library", "autoload": { "classmap": [ "src/" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-3-Clause" ], "authors": [ { "name": "Arne Blankerts", "email": "arne@blankerts.de", "role": "Developer" } ], "description": "A small library for converting tokenized PHP source code into XML and potentially other formats", "support": { "issues": "https://github.com/theseer/tokenizer/issues", "source": "https://github.com/theseer/tokenizer/tree/1.3.1" }, "funding": [ { "url": "https://github.com/theseer", "type": "github" } ], "time": "2025-11-17T20:03:58+00:00" } ], "aliases": [], "minimum-stability": "stable", "stability-flags": {}, "prefer-stable": true, "prefer-lowest": false, "platform": { "php": "^8.2" }, "platform-dev": {}, "platform-overrides": { "php": "8.2.29" }, "plugin-api-version": "2.6.0" }