|
@@ -0,0 +1,6601 @@
|
|
|
|
|
+{
|
|
|
|
|
+ "_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": "1707572c0f900c2df05fe3a3b81d0153",
|
|
|
|
|
+ "packages": [
|
|
|
|
|
+ {
|
|
|
|
|
+ "name": "cakephp/chronos",
|
|
|
|
|
+ "version": "3.5.0",
|
|
|
|
|
+ "source": {
|
|
|
|
|
+ "type": "git",
|
|
|
|
|
+ "url": "https://github.com/cakephp/chronos.git",
|
|
|
|
|
+ "reference": "e6e777b534244911566face8a5dbdbd7f7bda5a6"
|
|
|
|
|
+ },
|
|
|
|
|
+ "dist": {
|
|
|
|
|
+ "type": "zip",
|
|
|
|
|
+ "url": "https://api.github.com/repos/cakephp/chronos/zipball/e6e777b534244911566face8a5dbdbd7f7bda5a6",
|
|
|
|
|
+ "reference": "e6e777b534244911566face8a5dbdbd7f7bda5a6",
|
|
|
|
|
+ "shasum": ""
|
|
|
|
|
+ },
|
|
|
|
|
+ "require": {
|
|
|
|
|
+ "php": ">=8.1",
|
|
|
|
|
+ "psr/clock": "^1.0"
|
|
|
|
|
+ },
|
|
|
|
|
+ "provide": {
|
|
|
|
|
+ "psr/clock-implementation": "1.0"
|
|
|
|
|
+ },
|
|
|
|
|
+ "require-dev": {
|
|
|
|
|
+ "cakephp/cakephp-codesniffer": "^5.0",
|
|
|
|
|
+ "phpunit/phpunit": "^10.5.58 || ^11.5.3 || ^12.1.3"
|
|
|
|
|
+ },
|
|
|
|
|
+ "type": "library",
|
|
|
|
|
+ "autoload": {
|
|
|
|
|
+ "psr-4": {
|
|
|
|
|
+ "Cake\\Chronos\\": "src/"
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
|
|
+ "license": [
|
|
|
|
|
+ "MIT"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "authors": [
|
|
|
|
|
+ {
|
|
|
|
|
+ "name": "Brian Nesbitt",
|
|
|
|
|
+ "email": "brian@nesbot.com",
|
|
|
|
|
+ "homepage": "http://nesbot.com"
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "name": "The CakePHP Team",
|
|
|
|
|
+ "homepage": "https://cakephp.org"
|
|
|
|
|
+ }
|
|
|
|
|
+ ],
|
|
|
|
|
+ "description": "A simple API extension for DateTime.",
|
|
|
|
|
+ "homepage": "https://cakephp.org",
|
|
|
|
|
+ "keywords": [
|
|
|
|
|
+ "date",
|
|
|
|
|
+ "datetime",
|
|
|
|
|
+ "time"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "support": {
|
|
|
|
|
+ "issues": "https://github.com/cakephp/chronos/issues",
|
|
|
|
|
+ "source": "https://github.com/cakephp/chronos"
|
|
|
|
|
+ },
|
|
|
|
|
+ "time": "2026-04-10T02:50:39+00:00"
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "name": "cakephp/core",
|
|
|
|
|
+ "version": "5.3.4",
|
|
|
|
|
+ "source": {
|
|
|
|
|
+ "type": "git",
|
|
|
|
|
+ "url": "https://github.com/cakephp/core.git",
|
|
|
|
|
+ "reference": "eb012517900ed288f580aa3487e9a09f28ea85f9"
|
|
|
|
|
+ },
|
|
|
|
|
+ "dist": {
|
|
|
|
|
+ "type": "zip",
|
|
|
|
|
+ "url": "https://api.github.com/repos/cakephp/core/zipball/eb012517900ed288f580aa3487e9a09f28ea85f9",
|
|
|
|
|
+ "reference": "eb012517900ed288f580aa3487e9a09f28ea85f9",
|
|
|
|
|
+ "shasum": ""
|
|
|
|
|
+ },
|
|
|
|
|
+ "require": {
|
|
|
|
|
+ "cakephp/utility": "^5.3.0",
|
|
|
|
|
+ "league/container": "^5.1",
|
|
|
|
|
+ "php": ">=8.2",
|
|
|
|
|
+ "psr/container": "^1.1 || ^2.0"
|
|
|
|
|
+ },
|
|
|
|
|
+ "provide": {
|
|
|
|
|
+ "psr/container-implementation": "^2.0"
|
|
|
|
|
+ },
|
|
|
|
|
+ "suggest": {
|
|
|
|
|
+ "cakephp/cache": "To use Configure::store() and restore().",
|
|
|
|
|
+ "cakephp/event": "To use PluginApplicationInterface or plugin applications.",
|
|
|
|
|
+ "league/container": "To use Container and ServiceProvider classes"
|
|
|
|
|
+ },
|
|
|
|
|
+ "type": "library",
|
|
|
|
|
+ "extra": {
|
|
|
|
|
+ "branch-alias": {
|
|
|
|
|
+ "dev-5.next": "5.4.x-dev"
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
|
|
+ "autoload": {
|
|
|
|
|
+ "files": [
|
|
|
|
|
+ "functions.php"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "psr-4": {
|
|
|
|
|
+ "Cake\\Core\\": "."
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
|
|
+ "license": [
|
|
|
|
|
+ "MIT"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "authors": [
|
|
|
|
|
+ {
|
|
|
|
|
+ "name": "CakePHP Community",
|
|
|
|
|
+ "homepage": "https://github.com/cakephp/core/graphs/contributors"
|
|
|
|
|
+ }
|
|
|
|
|
+ ],
|
|
|
|
|
+ "description": "CakePHP Framework Core classes",
|
|
|
|
|
+ "homepage": "https://cakephp.org",
|
|
|
|
|
+ "keywords": [
|
|
|
|
|
+ "cakephp",
|
|
|
|
|
+ "core",
|
|
|
|
|
+ "framework"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "support": {
|
|
|
|
|
+ "forum": "https://stackoverflow.com/tags/cakephp",
|
|
|
|
|
+ "irc": "irc://irc.freenode.org/cakephp",
|
|
|
|
|
+ "issues": "https://github.com/cakephp/cakephp/issues",
|
|
|
|
|
+ "source": "https://github.com/cakephp/core"
|
|
|
|
|
+ },
|
|
|
|
|
+ "time": "2026-03-31T06:25:23+00:00"
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "name": "cakephp/database",
|
|
|
|
|
+ "version": "5.3.4",
|
|
|
|
|
+ "source": {
|
|
|
|
|
+ "type": "git",
|
|
|
|
|
+ "url": "https://github.com/cakephp/database.git",
|
|
|
|
|
+ "reference": "cf94dcb57c54a1a308fd866b038cd6995910e36e"
|
|
|
|
|
+ },
|
|
|
|
|
+ "dist": {
|
|
|
|
|
+ "type": "zip",
|
|
|
|
|
+ "url": "https://api.github.com/repos/cakephp/database/zipball/cf94dcb57c54a1a308fd866b038cd6995910e36e",
|
|
|
|
|
+ "reference": "cf94dcb57c54a1a308fd866b038cd6995910e36e",
|
|
|
|
|
+ "shasum": ""
|
|
|
|
|
+ },
|
|
|
|
|
+ "require": {
|
|
|
|
|
+ "cakephp/chronos": "^3.3",
|
|
|
|
|
+ "cakephp/core": "^5.3.0",
|
|
|
|
|
+ "cakephp/datasource": "^5.3.0",
|
|
|
|
|
+ "php": ">=8.2",
|
|
|
|
|
+ "psr/log": "^3.0"
|
|
|
|
|
+ },
|
|
|
|
|
+ "require-dev": {
|
|
|
|
|
+ "cakephp/i18n": "^5.3.0",
|
|
|
|
|
+ "cakephp/log": "^5.3.0"
|
|
|
|
|
+ },
|
|
|
|
|
+ "suggest": {
|
|
|
|
|
+ "cakephp/i18n": "If you are using locale-aware datetime formats.",
|
|
|
|
|
+ "cakephp/log": "If you want to use query logging without providing a logger yourself."
|
|
|
|
|
+ },
|
|
|
|
|
+ "type": "library",
|
|
|
|
|
+ "extra": {
|
|
|
|
|
+ "branch-alias": {
|
|
|
|
|
+ "dev-5.next": "5.4.x-dev"
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
|
|
+ "autoload": {
|
|
|
|
|
+ "psr-4": {
|
|
|
|
|
+ "Cake\\Database\\": "."
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
|
|
+ "license": [
|
|
|
|
|
+ "MIT"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "authors": [
|
|
|
|
|
+ {
|
|
|
|
|
+ "name": "CakePHP Community",
|
|
|
|
|
+ "homepage": "https://github.com/cakephp/database/graphs/contributors"
|
|
|
|
|
+ }
|
|
|
|
|
+ ],
|
|
|
|
|
+ "description": "Flexible and powerful Database abstraction library with a familiar PDO-like API",
|
|
|
|
|
+ "homepage": "https://cakephp.org",
|
|
|
|
|
+ "keywords": [
|
|
|
|
|
+ "abstraction",
|
|
|
|
|
+ "cakephp",
|
|
|
|
|
+ "database",
|
|
|
|
|
+ "database abstraction",
|
|
|
|
|
+ "pdo"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "support": {
|
|
|
|
|
+ "forum": "https://stackoverflow.com/tags/cakephp",
|
|
|
|
|
+ "irc": "irc://irc.freenode.org/cakephp",
|
|
|
|
|
+ "issues": "https://github.com/cakephp/cakephp/issues",
|
|
|
|
|
+ "source": "https://github.com/cakephp/database"
|
|
|
|
|
+ },
|
|
|
|
|
+ "time": "2026-03-31T06:25:23+00:00"
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "name": "cakephp/datasource",
|
|
|
|
|
+ "version": "5.3.4",
|
|
|
|
|
+ "source": {
|
|
|
|
|
+ "type": "git",
|
|
|
|
|
+ "url": "https://github.com/cakephp/datasource.git",
|
|
|
|
|
+ "reference": "512464eb27b19316b515ec338089b83822c9ab5a"
|
|
|
|
|
+ },
|
|
|
|
|
+ "dist": {
|
|
|
|
|
+ "type": "zip",
|
|
|
|
|
+ "url": "https://api.github.com/repos/cakephp/datasource/zipball/512464eb27b19316b515ec338089b83822c9ab5a",
|
|
|
|
|
+ "reference": "512464eb27b19316b515ec338089b83822c9ab5a",
|
|
|
|
|
+ "shasum": ""
|
|
|
|
|
+ },
|
|
|
|
|
+ "require": {
|
|
|
|
|
+ "cakephp/core": "^5.3.0",
|
|
|
|
|
+ "php": ">=8.2",
|
|
|
|
|
+ "psr/simple-cache": "^2.0 || ^3.0"
|
|
|
|
|
+ },
|
|
|
|
|
+ "require-dev": {
|
|
|
|
|
+ "cakephp/cache": "^5.3.0",
|
|
|
|
|
+ "cakephp/collection": "^5.3.0",
|
|
|
|
|
+ "cakephp/utility": "^5.3.0"
|
|
|
|
|
+ },
|
|
|
|
|
+ "suggest": {
|
|
|
|
|
+ "cakephp/cache": "If you decide to use Query caching.",
|
|
|
|
|
+ "cakephp/collection": "If you decide to use ResultSetInterface.",
|
|
|
|
|
+ "cakephp/utility": "If you decide to use EntityTrait."
|
|
|
|
|
+ },
|
|
|
|
|
+ "type": "library",
|
|
|
|
|
+ "extra": {
|
|
|
|
|
+ "branch-alias": {
|
|
|
|
|
+ "dev-5.next": "5.4.x-dev"
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
|
|
+ "autoload": {
|
|
|
|
|
+ "psr-4": {
|
|
|
|
|
+ "Cake\\Datasource\\": "."
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
|
|
+ "license": [
|
|
|
|
|
+ "MIT"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "authors": [
|
|
|
|
|
+ {
|
|
|
|
|
+ "name": "CakePHP Community",
|
|
|
|
|
+ "homepage": "https://github.com/cakephp/datasource/graphs/contributors"
|
|
|
|
|
+ }
|
|
|
|
|
+ ],
|
|
|
|
|
+ "description": "Provides connection managing and traits for Entities and Queries that can be reused for different datastores",
|
|
|
|
|
+ "homepage": "https://cakephp.org",
|
|
|
|
|
+ "keywords": [
|
|
|
|
|
+ "cakephp",
|
|
|
|
|
+ "connection management",
|
|
|
|
|
+ "datasource",
|
|
|
|
|
+ "entity",
|
|
|
|
|
+ "query"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "support": {
|
|
|
|
|
+ "forum": "https://stackoverflow.com/tags/cakephp",
|
|
|
|
|
+ "irc": "irc://irc.freenode.org/cakephp",
|
|
|
|
|
+ "issues": "https://github.com/cakephp/cakephp/issues",
|
|
|
|
|
+ "source": "https://github.com/cakephp/datasource"
|
|
|
|
|
+ },
|
|
|
|
|
+ "time": "2026-04-04T08:08:42+00:00"
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "name": "cakephp/utility",
|
|
|
|
|
+ "version": "5.3.4",
|
|
|
|
|
+ "source": {
|
|
|
|
|
+ "type": "git",
|
|
|
|
|
+ "url": "https://github.com/cakephp/utility.git",
|
|
|
|
|
+ "reference": "4ac9826fe5faa1505ec5aa3c171d6b58b6ab4e99"
|
|
|
|
|
+ },
|
|
|
|
|
+ "dist": {
|
|
|
|
|
+ "type": "zip",
|
|
|
|
|
+ "url": "https://api.github.com/repos/cakephp/utility/zipball/4ac9826fe5faa1505ec5aa3c171d6b58b6ab4e99",
|
|
|
|
|
+ "reference": "4ac9826fe5faa1505ec5aa3c171d6b58b6ab4e99",
|
|
|
|
|
+ "shasum": ""
|
|
|
|
|
+ },
|
|
|
|
|
+ "require": {
|
|
|
|
|
+ "cakephp/core": "^5.3.0",
|
|
|
|
|
+ "php": ">=8.2"
|
|
|
|
|
+ },
|
|
|
|
|
+ "suggest": {
|
|
|
|
|
+ "ext-intl": "To use Text::transliterate() or Text::slug()",
|
|
|
|
|
+ "lib-ICU": "To use Text::transliterate() or Text::slug()"
|
|
|
|
|
+ },
|
|
|
|
|
+ "type": "library",
|
|
|
|
|
+ "extra": {
|
|
|
|
|
+ "branch-alias": {
|
|
|
|
|
+ "dev-5.next": "5.4.x-dev"
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
|
|
+ "autoload": {
|
|
|
|
|
+ "files": [
|
|
|
|
|
+ "bootstrap.php"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "psr-4": {
|
|
|
|
|
+ "Cake\\Utility\\": "."
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
|
|
+ "license": [
|
|
|
|
|
+ "MIT"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "authors": [
|
|
|
|
|
+ {
|
|
|
|
|
+ "name": "CakePHP Community",
|
|
|
|
|
+ "homepage": "https://github.com/cakephp/utility/graphs/contributors"
|
|
|
|
|
+ }
|
|
|
|
|
+ ],
|
|
|
|
|
+ "description": "CakePHP Utility classes such as Inflector, String, Hash, and Security",
|
|
|
|
|
+ "homepage": "https://cakephp.org",
|
|
|
|
|
+ "keywords": [
|
|
|
|
|
+ "cakephp",
|
|
|
|
|
+ "hash",
|
|
|
|
|
+ "inflector",
|
|
|
|
|
+ "security",
|
|
|
|
|
+ "string",
|
|
|
|
|
+ "utility"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "support": {
|
|
|
|
|
+ "forum": "https://stackoverflow.com/tags/cakephp",
|
|
|
|
|
+ "irc": "irc://irc.freenode.org/cakephp",
|
|
|
|
|
+ "issues": "https://github.com/cakephp/cakephp/issues",
|
|
|
|
|
+ "source": "https://github.com/cakephp/utility"
|
|
|
|
|
+ },
|
|
|
|
|
+ "time": "2026-03-09T09:38:36+00:00"
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "name": "doctrine/dbal",
|
|
|
|
|
+ "version": "4.4.3",
|
|
|
|
|
+ "source": {
|
|
|
|
|
+ "type": "git",
|
|
|
|
|
+ "url": "https://github.com/doctrine/dbal.git",
|
|
|
|
|
+ "reference": "61e730f1658814821a85f2402c945f3883407dec"
|
|
|
|
|
+ },
|
|
|
|
|
+ "dist": {
|
|
|
|
|
+ "type": "zip",
|
|
|
|
|
+ "url": "https://api.github.com/repos/doctrine/dbal/zipball/61e730f1658814821a85f2402c945f3883407dec",
|
|
|
|
|
+ "reference": "61e730f1658814821a85f2402c945f3883407dec",
|
|
|
|
|
+ "shasum": ""
|
|
|
|
|
+ },
|
|
|
|
|
+ "require": {
|
|
|
|
|
+ "doctrine/deprecations": "^1.1.5",
|
|
|
|
|
+ "php": "^8.2",
|
|
|
|
|
+ "psr/cache": "^1|^2|^3",
|
|
|
|
|
+ "psr/log": "^1|^2|^3"
|
|
|
|
|
+ },
|
|
|
|
|
+ "require-dev": {
|
|
|
|
|
+ "doctrine/coding-standard": "14.0.0",
|
|
|
|
|
+ "fig/log-test": "^1",
|
|
|
|
|
+ "jetbrains/phpstorm-stubs": "2023.2",
|
|
|
|
|
+ "phpstan/phpstan": "2.1.30",
|
|
|
|
|
+ "phpstan/phpstan-phpunit": "2.0.7",
|
|
|
|
|
+ "phpstan/phpstan-strict-rules": "^2",
|
|
|
|
|
+ "phpunit/phpunit": "11.5.50",
|
|
|
|
|
+ "slevomat/coding-standard": "8.27.1",
|
|
|
|
|
+ "squizlabs/php_codesniffer": "4.0.1",
|
|
|
|
|
+ "symfony/cache": "^6.3.8|^7.0|^8.0",
|
|
|
|
|
+ "symfony/console": "^5.4|^6.3|^7.0|^8.0"
|
|
|
|
|
+ },
|
|
|
|
|
+ "suggest": {
|
|
|
|
|
+ "symfony/console": "For helpful console commands such as SQL execution and import of files."
|
|
|
|
|
+ },
|
|
|
|
|
+ "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/4.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%2Fdbal",
|
|
|
|
|
+ "type": "tidelift"
|
|
|
|
|
+ }
|
|
|
|
|
+ ],
|
|
|
|
|
+ "time": "2026-03-20T08:52:12+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": "fig/http-message-util",
|
|
|
|
|
+ "version": "1.1.5",
|
|
|
|
|
+ "source": {
|
|
|
|
|
+ "type": "git",
|
|
|
|
|
+ "url": "https://github.com/php-fig/http-message-util.git",
|
|
|
|
|
+ "reference": "9d94dc0154230ac39e5bf89398b324a86f63f765"
|
|
|
|
|
+ },
|
|
|
|
|
+ "dist": {
|
|
|
|
|
+ "type": "zip",
|
|
|
|
|
+ "url": "https://api.github.com/repos/php-fig/http-message-util/zipball/9d94dc0154230ac39e5bf89398b324a86f63f765",
|
|
|
|
|
+ "reference": "9d94dc0154230ac39e5bf89398b324a86f63f765",
|
|
|
|
|
+ "shasum": ""
|
|
|
|
|
+ },
|
|
|
|
|
+ "require": {
|
|
|
|
|
+ "php": "^5.3 || ^7.0 || ^8.0"
|
|
|
|
|
+ },
|
|
|
|
|
+ "suggest": {
|
|
|
|
|
+ "psr/http-message": "The package containing the PSR-7 interfaces"
|
|
|
|
|
+ },
|
|
|
|
|
+ "type": "library",
|
|
|
|
|
+ "extra": {
|
|
|
|
|
+ "branch-alias": {
|
|
|
|
|
+ "dev-master": "1.1.x-dev"
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
|
|
+ "autoload": {
|
|
|
|
|
+ "psr-4": {
|
|
|
|
|
+ "Fig\\Http\\Message\\": "src/"
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
|
|
+ "license": [
|
|
|
|
|
+ "MIT"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "authors": [
|
|
|
|
|
+ {
|
|
|
|
|
+ "name": "PHP-FIG",
|
|
|
|
|
+ "homepage": "https://www.php-fig.org/"
|
|
|
|
|
+ }
|
|
|
|
|
+ ],
|
|
|
|
|
+ "description": "Utility classes and constants for use with PSR-7 (psr/http-message)",
|
|
|
|
|
+ "keywords": [
|
|
|
|
|
+ "http",
|
|
|
|
|
+ "http-message",
|
|
|
|
|
+ "psr",
|
|
|
|
|
+ "psr-7",
|
|
|
|
|
+ "request",
|
|
|
|
|
+ "response"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "support": {
|
|
|
|
|
+ "issues": "https://github.com/php-fig/http-message-util/issues",
|
|
|
|
|
+ "source": "https://github.com/php-fig/http-message-util/tree/1.1.5"
|
|
|
|
|
+ },
|
|
|
|
|
+ "time": "2020-11-24T22:02:12+00:00"
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "name": "guzzlehttp/psr7",
|
|
|
|
|
+ "version": "2.9.0",
|
|
|
|
|
+ "source": {
|
|
|
|
|
+ "type": "git",
|
|
|
|
|
+ "url": "https://github.com/guzzle/psr7.git",
|
|
|
|
|
+ "reference": "7d0ed42f28e42d61352a7a79de682e5e67fec884"
|
|
|
|
|
+ },
|
|
|
|
|
+ "dist": {
|
|
|
|
|
+ "type": "zip",
|
|
|
|
|
+ "url": "https://api.github.com/repos/guzzle/psr7/zipball/7d0ed42f28e42d61352a7a79de682e5e67fec884",
|
|
|
|
|
+ "reference": "7d0ed42f28e42d61352a7a79de682e5e67fec884",
|
|
|
|
|
+ "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",
|
|
|
|
|
+ "jshttp/mime-db": "1.54.0.1",
|
|
|
|
|
+ "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.9.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": "2026-03-10T16:41:02+00:00"
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "name": "laravel/serializable-closure",
|
|
|
|
|
+ "version": "v2.0.12",
|
|
|
|
|
+ "source": {
|
|
|
|
|
+ "type": "git",
|
|
|
|
|
+ "url": "https://github.com/laravel/serializable-closure.git",
|
|
|
|
|
+ "reference": "a6abb4e54f6fcd3138120b9ad497f0bd146f9919"
|
|
|
|
|
+ },
|
|
|
|
|
+ "dist": {
|
|
|
|
|
+ "type": "zip",
|
|
|
|
|
+ "url": "https://api.github.com/repos/laravel/serializable-closure/zipball/a6abb4e54f6fcd3138120b9ad497f0bd146f9919",
|
|
|
|
|
+ "reference": "a6abb4e54f6fcd3138120b9ad497f0bd146f9919",
|
|
|
|
|
+ "shasum": ""
|
|
|
|
|
+ },
|
|
|
|
|
+ "require": {
|
|
|
|
|
+ "php": "^8.1"
|
|
|
|
|
+ },
|
|
|
|
|
+ "require-dev": {
|
|
|
|
|
+ "illuminate/support": "^10.0|^11.0|^12.0|^13.0",
|
|
|
|
|
+ "nesbot/carbon": "^2.67|^3.0",
|
|
|
|
|
+ "pestphp/pest": "^2.36|^3.0|^4.0",
|
|
|
|
|
+ "phpstan/phpstan": "^2.0",
|
|
|
|
|
+ "symfony/var-dumper": "^6.2.0|^7.0.0|^8.0.0"
|
|
|
|
|
+ },
|
|
|
|
|
+ "type": "library",
|
|
|
|
|
+ "extra": {
|
|
|
|
|
+ "branch-alias": {
|
|
|
|
|
+ "dev-master": "2.x-dev"
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
|
|
+ "autoload": {
|
|
|
|
|
+ "psr-4": {
|
|
|
|
|
+ "Laravel\\SerializableClosure\\": "src/"
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
|
|
+ "license": [
|
|
|
|
|
+ "MIT"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "authors": [
|
|
|
|
|
+ {
|
|
|
|
|
+ "name": "Taylor Otwell",
|
|
|
|
|
+ "email": "taylor@laravel.com"
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "name": "Nuno Maduro",
|
|
|
|
|
+ "email": "nuno@laravel.com"
|
|
|
|
|
+ }
|
|
|
|
|
+ ],
|
|
|
|
|
+ "description": "Laravel Serializable Closure provides an easy and secure way to serialize closures in PHP.",
|
|
|
|
|
+ "keywords": [
|
|
|
|
|
+ "closure",
|
|
|
|
|
+ "laravel",
|
|
|
|
|
+ "serializable"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "support": {
|
|
|
|
|
+ "issues": "https://github.com/laravel/serializable-closure/issues",
|
|
|
|
|
+ "source": "https://github.com/laravel/serializable-closure"
|
|
|
|
|
+ },
|
|
|
|
|
+ "time": "2026-04-14T13:33:34+00:00"
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "name": "league/container",
|
|
|
|
|
+ "version": "5.2.0",
|
|
|
|
|
+ "source": {
|
|
|
|
|
+ "type": "git",
|
|
|
|
|
+ "url": "https://github.com/thephpleague/container.git",
|
|
|
|
|
+ "reference": "58accbc032f0090a9bd08326f93062c5a658b2c5"
|
|
|
|
|
+ },
|
|
|
|
|
+ "dist": {
|
|
|
|
|
+ "type": "zip",
|
|
|
|
|
+ "url": "https://api.github.com/repos/thephpleague/container/zipball/58accbc032f0090a9bd08326f93062c5a658b2c5",
|
|
|
|
|
+ "reference": "58accbc032f0090a9bd08326f93062c5a658b2c5",
|
|
|
|
|
+ "shasum": ""
|
|
|
|
|
+ },
|
|
|
|
|
+ "require": {
|
|
|
|
|
+ "php": "^8.1",
|
|
|
|
|
+ "psr/container": "^2.0.2",
|
|
|
|
|
+ "psr/event-dispatcher": "^1.0"
|
|
|
|
|
+ },
|
|
|
|
|
+ "provide": {
|
|
|
|
|
+ "psr/container-implementation": "^1.0"
|
|
|
|
|
+ },
|
|
|
|
|
+ "replace": {
|
|
|
|
|
+ "orno/di": "~2.0"
|
|
|
|
|
+ },
|
|
|
|
|
+ "require-dev": {
|
|
|
|
|
+ "nette/php-generator": "^4.1",
|
|
|
|
|
+ "nikic/php-parser": "^5.0",
|
|
|
|
|
+ "phpstan/phpstan": "^2.1.11",
|
|
|
|
|
+ "phpunit/phpunit": "^10.5.45|^11.5.15|^12.0",
|
|
|
|
|
+ "roave/security-advisories": "dev-latest",
|
|
|
|
|
+ "scrutinizer/ocular": "^1.9",
|
|
|
|
|
+ "squizlabs/php_codesniffer": "^3.9"
|
|
|
|
|
+ },
|
|
|
|
|
+ "type": "library",
|
|
|
|
|
+ "extra": {
|
|
|
|
|
+ "branch-alias": {
|
|
|
|
|
+ "dev-1.x": "1.x-dev",
|
|
|
|
|
+ "dev-2.x": "2.x-dev",
|
|
|
|
|
+ "dev-3.x": "3.x-dev",
|
|
|
|
|
+ "dev-4.x": "4.x-dev",
|
|
|
|
|
+ "dev-5.x": "5.x-dev",
|
|
|
|
|
+ "dev-master": "5.x-dev"
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
|
|
+ "autoload": {
|
|
|
|
|
+ "psr-4": {
|
|
|
|
|
+ "League\\Container\\": "src"
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
|
|
+ "license": [
|
|
|
|
|
+ "MIT"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "authors": [
|
|
|
|
|
+ {
|
|
|
|
|
+ "name": "Phil Bennett",
|
|
|
|
|
+ "email": "mail@philbennett.co.uk",
|
|
|
|
|
+ "role": "Developer"
|
|
|
|
|
+ }
|
|
|
|
|
+ ],
|
|
|
|
|
+ "description": "A fast and intuitive dependency injection container.",
|
|
|
|
|
+ "homepage": "https://github.com/thephpleague/container",
|
|
|
|
|
+ "keywords": [
|
|
|
|
|
+ "container",
|
|
|
|
|
+ "dependency",
|
|
|
|
|
+ "di",
|
|
|
|
|
+ "injection",
|
|
|
|
|
+ "league",
|
|
|
|
|
+ "provider",
|
|
|
|
|
+ "service"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "support": {
|
|
|
|
|
+ "issues": "https://github.com/thephpleague/container/issues",
|
|
|
|
|
+ "source": "https://github.com/thephpleague/container/tree/5.2.0"
|
|
|
|
|
+ },
|
|
|
|
|
+ "funding": [
|
|
|
|
|
+ {
|
|
|
|
|
+ "url": "https://github.com/philipobenito",
|
|
|
|
|
+ "type": "github"
|
|
|
|
|
+ }
|
|
|
|
|
+ ],
|
|
|
|
|
+ "time": "2026-03-19T18:52:39+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": "nikic/fast-route",
|
|
|
|
|
+ "version": "v1.3.0",
|
|
|
|
|
+ "source": {
|
|
|
|
|
+ "type": "git",
|
|
|
|
|
+ "url": "https://github.com/nikic/FastRoute.git",
|
|
|
|
|
+ "reference": "181d480e08d9476e61381e04a71b34dc0432e812"
|
|
|
|
|
+ },
|
|
|
|
|
+ "dist": {
|
|
|
|
|
+ "type": "zip",
|
|
|
|
|
+ "url": "https://api.github.com/repos/nikic/FastRoute/zipball/181d480e08d9476e61381e04a71b34dc0432e812",
|
|
|
|
|
+ "reference": "181d480e08d9476e61381e04a71b34dc0432e812",
|
|
|
|
|
+ "shasum": ""
|
|
|
|
|
+ },
|
|
|
|
|
+ "require": {
|
|
|
|
|
+ "php": ">=5.4.0"
|
|
|
|
|
+ },
|
|
|
|
|
+ "require-dev": {
|
|
|
|
|
+ "phpunit/phpunit": "^4.8.35|~5.7"
|
|
|
|
|
+ },
|
|
|
|
|
+ "type": "library",
|
|
|
|
|
+ "autoload": {
|
|
|
|
|
+ "files": [
|
|
|
|
|
+ "src/functions.php"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "psr-4": {
|
|
|
|
|
+ "FastRoute\\": "src/"
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
|
|
+ "license": [
|
|
|
|
|
+ "BSD-3-Clause"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "authors": [
|
|
|
|
|
+ {
|
|
|
|
|
+ "name": "Nikita Popov",
|
|
|
|
|
+ "email": "nikic@php.net"
|
|
|
|
|
+ }
|
|
|
|
|
+ ],
|
|
|
|
|
+ "description": "Fast request router for PHP",
|
|
|
|
|
+ "keywords": [
|
|
|
|
|
+ "router",
|
|
|
|
|
+ "routing"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "support": {
|
|
|
|
|
+ "issues": "https://github.com/nikic/FastRoute/issues",
|
|
|
|
|
+ "source": "https://github.com/nikic/FastRoute/tree/master"
|
|
|
|
|
+ },
|
|
|
|
|
+ "time": "2018-02-13T20:26:39+00:00"
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "name": "php-di/invoker",
|
|
|
|
|
+ "version": "2.3.7",
|
|
|
|
|
+ "source": {
|
|
|
|
|
+ "type": "git",
|
|
|
|
|
+ "url": "https://github.com/PHP-DI/Invoker.git",
|
|
|
|
|
+ "reference": "3c1ddfdef181431fbc4be83378f6d036d59e81e1"
|
|
|
|
|
+ },
|
|
|
|
|
+ "dist": {
|
|
|
|
|
+ "type": "zip",
|
|
|
|
|
+ "url": "https://api.github.com/repos/PHP-DI/Invoker/zipball/3c1ddfdef181431fbc4be83378f6d036d59e81e1",
|
|
|
|
|
+ "reference": "3c1ddfdef181431fbc4be83378f6d036d59e81e1",
|
|
|
|
|
+ "shasum": ""
|
|
|
|
|
+ },
|
|
|
|
|
+ "require": {
|
|
|
|
|
+ "php": ">=7.3",
|
|
|
|
|
+ "psr/container": "^1.0|^2.0"
|
|
|
|
|
+ },
|
|
|
|
|
+ "require-dev": {
|
|
|
|
|
+ "athletic/athletic": "~0.1.8",
|
|
|
|
|
+ "mnapoli/hard-mode": "~0.3.0",
|
|
|
|
|
+ "phpunit/phpunit": "^9.0 || ^10 || ^11 || ^12"
|
|
|
|
|
+ },
|
|
|
|
|
+ "type": "library",
|
|
|
|
|
+ "autoload": {
|
|
|
|
|
+ "psr-4": {
|
|
|
|
|
+ "Invoker\\": "src/"
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
|
|
+ "license": [
|
|
|
|
|
+ "MIT"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "description": "Generic and extensible callable invoker",
|
|
|
|
|
+ "homepage": "https://github.com/PHP-DI/Invoker",
|
|
|
|
|
+ "keywords": [
|
|
|
|
|
+ "callable",
|
|
|
|
|
+ "dependency",
|
|
|
|
|
+ "dependency-injection",
|
|
|
|
|
+ "injection",
|
|
|
|
|
+ "invoke",
|
|
|
|
|
+ "invoker"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "support": {
|
|
|
|
|
+ "issues": "https://github.com/PHP-DI/Invoker/issues",
|
|
|
|
|
+ "source": "https://github.com/PHP-DI/Invoker/tree/2.3.7"
|
|
|
|
|
+ },
|
|
|
|
|
+ "funding": [
|
|
|
|
|
+ {
|
|
|
|
|
+ "url": "https://github.com/mnapoli",
|
|
|
|
|
+ "type": "github"
|
|
|
|
|
+ }
|
|
|
|
|
+ ],
|
|
|
|
|
+ "time": "2025-08-30T10:22:22+00:00"
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "name": "php-di/php-di",
|
|
|
|
|
+ "version": "7.1.1",
|
|
|
|
|
+ "source": {
|
|
|
|
|
+ "type": "git",
|
|
|
|
|
+ "url": "https://github.com/PHP-DI/PHP-DI.git",
|
|
|
|
|
+ "reference": "f88054cc052e40dbe7b383c8817c19442d480352"
|
|
|
|
|
+ },
|
|
|
|
|
+ "dist": {
|
|
|
|
|
+ "type": "zip",
|
|
|
|
|
+ "url": "https://api.github.com/repos/PHP-DI/PHP-DI/zipball/f88054cc052e40dbe7b383c8817c19442d480352",
|
|
|
|
|
+ "reference": "f88054cc052e40dbe7b383c8817c19442d480352",
|
|
|
|
|
+ "shasum": ""
|
|
|
|
|
+ },
|
|
|
|
|
+ "require": {
|
|
|
|
|
+ "laravel/serializable-closure": "^1.0 || ^2.0",
|
|
|
|
|
+ "php": ">=8.0",
|
|
|
|
|
+ "php-di/invoker": "^2.0",
|
|
|
|
|
+ "psr/container": "^1.1 || ^2.0"
|
|
|
|
|
+ },
|
|
|
|
|
+ "provide": {
|
|
|
|
|
+ "psr/container-implementation": "^1.0"
|
|
|
|
|
+ },
|
|
|
|
|
+ "require-dev": {
|
|
|
|
|
+ "friendsofphp/php-cs-fixer": "^3",
|
|
|
|
|
+ "friendsofphp/proxy-manager-lts": "^1",
|
|
|
|
|
+ "mnapoli/phpunit-easymock": "^1.3",
|
|
|
|
|
+ "phpunit/phpunit": "^9.6 || ^10 || ^11",
|
|
|
|
|
+ "vimeo/psalm": "^5|^6"
|
|
|
|
|
+ },
|
|
|
|
|
+ "suggest": {
|
|
|
|
|
+ "friendsofphp/proxy-manager-lts": "Install it if you want to use lazy injection (version ^1)"
|
|
|
|
|
+ },
|
|
|
|
|
+ "type": "library",
|
|
|
|
|
+ "autoload": {
|
|
|
|
|
+ "files": [
|
|
|
|
|
+ "src/functions.php"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "psr-4": {
|
|
|
|
|
+ "DI\\": "src/"
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
|
|
+ "license": [
|
|
|
|
|
+ "MIT"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "description": "The dependency injection container for humans",
|
|
|
|
|
+ "homepage": "https://php-di.org/",
|
|
|
|
|
+ "keywords": [
|
|
|
|
|
+ "PSR-11",
|
|
|
|
|
+ "container",
|
|
|
|
|
+ "container-interop",
|
|
|
|
|
+ "dependency injection",
|
|
|
|
|
+ "di",
|
|
|
|
|
+ "ioc",
|
|
|
|
|
+ "psr11"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "support": {
|
|
|
|
|
+ "issues": "https://github.com/PHP-DI/PHP-DI/issues",
|
|
|
|
|
+ "source": "https://github.com/PHP-DI/PHP-DI/tree/7.1.1"
|
|
|
|
|
+ },
|
|
|
|
|
+ "funding": [
|
|
|
|
|
+ {
|
|
|
|
|
+ "url": "https://github.com/mnapoli",
|
|
|
|
|
+ "type": "github"
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "url": "https://tidelift.com/funding/github/packagist/php-di/php-di",
|
|
|
|
|
+ "type": "tidelift"
|
|
|
|
|
+ }
|
|
|
|
|
+ ],
|
|
|
|
|
+ "time": "2025-08-16T11:10:48+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-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/http-server-handler",
|
|
|
|
|
+ "version": "1.0.2",
|
|
|
|
|
+ "source": {
|
|
|
|
|
+ "type": "git",
|
|
|
|
|
+ "url": "https://github.com/php-fig/http-server-handler.git",
|
|
|
|
|
+ "reference": "84c4fb66179be4caaf8e97bd239203245302e7d4"
|
|
|
|
|
+ },
|
|
|
|
|
+ "dist": {
|
|
|
|
|
+ "type": "zip",
|
|
|
|
|
+ "url": "https://api.github.com/repos/php-fig/http-server-handler/zipball/84c4fb66179be4caaf8e97bd239203245302e7d4",
|
|
|
|
|
+ "reference": "84c4fb66179be4caaf8e97bd239203245302e7d4",
|
|
|
|
|
+ "shasum": ""
|
|
|
|
|
+ },
|
|
|
|
|
+ "require": {
|
|
|
|
|
+ "php": ">=7.0",
|
|
|
|
|
+ "psr/http-message": "^1.0 || ^2.0"
|
|
|
|
|
+ },
|
|
|
|
|
+ "type": "library",
|
|
|
|
|
+ "extra": {
|
|
|
|
|
+ "branch-alias": {
|
|
|
|
|
+ "dev-master": "1.0.x-dev"
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
|
|
+ "autoload": {
|
|
|
|
|
+ "psr-4": {
|
|
|
|
|
+ "Psr\\Http\\Server\\": "src/"
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
|
|
+ "license": [
|
|
|
|
|
+ "MIT"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "authors": [
|
|
|
|
|
+ {
|
|
|
|
|
+ "name": "PHP-FIG",
|
|
|
|
|
+ "homepage": "https://www.php-fig.org/"
|
|
|
|
|
+ }
|
|
|
|
|
+ ],
|
|
|
|
|
+ "description": "Common interface for HTTP server-side request handler",
|
|
|
|
|
+ "keywords": [
|
|
|
|
|
+ "handler",
|
|
|
|
|
+ "http",
|
|
|
|
|
+ "http-interop",
|
|
|
|
|
+ "psr",
|
|
|
|
|
+ "psr-15",
|
|
|
|
|
+ "psr-7",
|
|
|
|
|
+ "request",
|
|
|
|
|
+ "response",
|
|
|
|
|
+ "server"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "support": {
|
|
|
|
|
+ "source": "https://github.com/php-fig/http-server-handler/tree/1.0.2"
|
|
|
|
|
+ },
|
|
|
|
|
+ "time": "2023-04-10T20:06:20+00:00"
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "name": "psr/http-server-middleware",
|
|
|
|
|
+ "version": "1.0.2",
|
|
|
|
|
+ "source": {
|
|
|
|
|
+ "type": "git",
|
|
|
|
|
+ "url": "https://github.com/php-fig/http-server-middleware.git",
|
|
|
|
|
+ "reference": "c1481f747daaa6a0782775cd6a8c26a1bf4a3829"
|
|
|
|
|
+ },
|
|
|
|
|
+ "dist": {
|
|
|
|
|
+ "type": "zip",
|
|
|
|
|
+ "url": "https://api.github.com/repos/php-fig/http-server-middleware/zipball/c1481f747daaa6a0782775cd6a8c26a1bf4a3829",
|
|
|
|
|
+ "reference": "c1481f747daaa6a0782775cd6a8c26a1bf4a3829",
|
|
|
|
|
+ "shasum": ""
|
|
|
|
|
+ },
|
|
|
|
|
+ "require": {
|
|
|
|
|
+ "php": ">=7.0",
|
|
|
|
|
+ "psr/http-message": "^1.0 || ^2.0",
|
|
|
|
|
+ "psr/http-server-handler": "^1.0"
|
|
|
|
|
+ },
|
|
|
|
|
+ "type": "library",
|
|
|
|
|
+ "extra": {
|
|
|
|
|
+ "branch-alias": {
|
|
|
|
|
+ "dev-master": "1.0.x-dev"
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
|
|
+ "autoload": {
|
|
|
|
|
+ "psr-4": {
|
|
|
|
|
+ "Psr\\Http\\Server\\": "src/"
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
|
|
+ "license": [
|
|
|
|
|
+ "MIT"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "authors": [
|
|
|
|
|
+ {
|
|
|
|
|
+ "name": "PHP-FIG",
|
|
|
|
|
+ "homepage": "https://www.php-fig.org/"
|
|
|
|
|
+ }
|
|
|
|
|
+ ],
|
|
|
|
|
+ "description": "Common interface for HTTP server-side middleware",
|
|
|
|
|
+ "keywords": [
|
|
|
|
|
+ "http",
|
|
|
|
|
+ "http-interop",
|
|
|
|
|
+ "middleware",
|
|
|
|
|
+ "psr",
|
|
|
|
|
+ "psr-15",
|
|
|
|
|
+ "psr-7",
|
|
|
|
|
+ "request",
|
|
|
|
|
+ "response"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "support": {
|
|
|
|
|
+ "issues": "https://github.com/php-fig/http-server-middleware/issues",
|
|
|
|
|
+ "source": "https://github.com/php-fig/http-server-middleware/tree/1.0.2"
|
|
|
|
|
+ },
|
|
|
|
|
+ "time": "2023-04-11T06:14:47+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": "psr/simple-cache",
|
|
|
|
|
+ "version": "3.0.0",
|
|
|
|
|
+ "source": {
|
|
|
|
|
+ "type": "git",
|
|
|
|
|
+ "url": "https://github.com/php-fig/simple-cache.git",
|
|
|
|
|
+ "reference": "764e0b3939f5ca87cb904f570ef9be2d78a07865"
|
|
|
|
|
+ },
|
|
|
|
|
+ "dist": {
|
|
|
|
|
+ "type": "zip",
|
|
|
|
|
+ "url": "https://api.github.com/repos/php-fig/simple-cache/zipball/764e0b3939f5ca87cb904f570ef9be2d78a07865",
|
|
|
|
|
+ "reference": "764e0b3939f5ca87cb904f570ef9be2d78a07865",
|
|
|
|
|
+ "shasum": ""
|
|
|
|
|
+ },
|
|
|
|
|
+ "require": {
|
|
|
|
|
+ "php": ">=8.0.0"
|
|
|
|
|
+ },
|
|
|
|
|
+ "type": "library",
|
|
|
|
|
+ "extra": {
|
|
|
|
|
+ "branch-alias": {
|
|
|
|
|
+ "dev-master": "3.0.x-dev"
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
|
|
+ "autoload": {
|
|
|
|
|
+ "psr-4": {
|
|
|
|
|
+ "Psr\\SimpleCache\\": "src/"
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
|
|
+ "license": [
|
|
|
|
|
+ "MIT"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "authors": [
|
|
|
|
|
+ {
|
|
|
|
|
+ "name": "PHP-FIG",
|
|
|
|
|
+ "homepage": "https://www.php-fig.org/"
|
|
|
|
|
+ }
|
|
|
|
|
+ ],
|
|
|
|
|
+ "description": "Common interfaces for simple caching",
|
|
|
|
|
+ "keywords": [
|
|
|
|
|
+ "cache",
|
|
|
|
|
+ "caching",
|
|
|
|
|
+ "psr",
|
|
|
|
|
+ "psr-16",
|
|
|
|
|
+ "simple-cache"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "support": {
|
|
|
|
|
+ "source": "https://github.com/php-fig/simple-cache/tree/3.0.0"
|
|
|
|
|
+ },
|
|
|
|
|
+ "time": "2021-10-29T13:26:27+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": "robmorgan/phinx",
|
|
|
|
|
+ "version": "0.16.11",
|
|
|
|
|
+ "source": {
|
|
|
|
|
+ "type": "git",
|
|
|
|
|
+ "url": "https://github.com/cakephp/phinx.git",
|
|
|
|
|
+ "reference": "a03014fea316ba021fc0776982e5bed2d10228d4"
|
|
|
|
|
+ },
|
|
|
|
|
+ "dist": {
|
|
|
|
|
+ "type": "zip",
|
|
|
|
|
+ "url": "https://api.github.com/repos/cakephp/phinx/zipball/a03014fea316ba021fc0776982e5bed2d10228d4",
|
|
|
|
|
+ "reference": "a03014fea316ba021fc0776982e5bed2d10228d4",
|
|
|
|
|
+ "shasum": ""
|
|
|
|
|
+ },
|
|
|
|
|
+ "require": {
|
|
|
|
|
+ "cakephp/database": "^5.0.2",
|
|
|
|
|
+ "composer-runtime-api": "^2.0",
|
|
|
|
|
+ "php-64bit": ">=8.1",
|
|
|
|
|
+ "psr/container": "^1.1|^2.0",
|
|
|
|
|
+ "symfony/config": "^4.0|^5.0|^6.0|^7.0|^8.0",
|
|
|
|
|
+ "symfony/console": "^6.0|^7.0|^8.0"
|
|
|
|
|
+ },
|
|
|
|
|
+ "require-dev": {
|
|
|
|
|
+ "cakephp/cakephp-codesniffer": "^5.0",
|
|
|
|
|
+ "cakephp/i18n": "^5.0",
|
|
|
|
|
+ "ext-json": "*",
|
|
|
|
|
+ "ext-pdo": "*",
|
|
|
|
|
+ "phpunit/phpunit": "^10.5",
|
|
|
|
|
+ "symfony/yaml": "^4.0|^5.0|^6.0|^7.0|^8.0"
|
|
|
|
|
+ },
|
|
|
|
|
+ "suggest": {
|
|
|
|
|
+ "ext-json": "Install if using JSON configuration format",
|
|
|
|
|
+ "ext-pdo": "PDO extension is needed",
|
|
|
|
|
+ "symfony/yaml": "Install if using YAML configuration format"
|
|
|
|
|
+ },
|
|
|
|
|
+ "bin": [
|
|
|
|
|
+ "bin/phinx"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "type": "library",
|
|
|
|
|
+ "autoload": {
|
|
|
|
|
+ "psr-4": {
|
|
|
|
|
+ "Phinx\\": "src/Phinx/"
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
|
|
+ "license": [
|
|
|
|
|
+ "MIT"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "authors": [
|
|
|
|
|
+ {
|
|
|
|
|
+ "name": "Rob Morgan",
|
|
|
|
|
+ "email": "robbym@gmail.com",
|
|
|
|
|
+ "homepage": "https://robmorgan.id.au",
|
|
|
|
|
+ "role": "Lead Developer"
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "name": "Woody Gilk",
|
|
|
|
|
+ "email": "woody.gilk@gmail.com",
|
|
|
|
|
+ "homepage": "https://shadowhand.me",
|
|
|
|
|
+ "role": "Developer"
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "name": "Richard Quadling",
|
|
|
|
|
+ "email": "rquadling@gmail.com",
|
|
|
|
|
+ "role": "Developer"
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "name": "CakePHP Community",
|
|
|
|
|
+ "homepage": "https://github.com/cakephp/phinx/graphs/contributors",
|
|
|
|
|
+ "role": "Developer"
|
|
|
|
|
+ }
|
|
|
|
|
+ ],
|
|
|
|
|
+ "description": "Phinx makes it ridiculously easy to manage the database migrations for your PHP app.",
|
|
|
|
|
+ "homepage": "https://phinx.org",
|
|
|
|
|
+ "keywords": [
|
|
|
|
|
+ "database",
|
|
|
|
|
+ "database migrations",
|
|
|
|
|
+ "db",
|
|
|
|
|
+ "migrations",
|
|
|
|
|
+ "phinx"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "support": {
|
|
|
|
|
+ "issues": "https://github.com/cakephp/phinx/issues",
|
|
|
|
|
+ "source": "https://github.com/cakephp/phinx/tree/0.16.11"
|
|
|
|
|
+ },
|
|
|
|
|
+ "time": "2026-03-15T00:04:32+00:00"
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "name": "slim/psr7",
|
|
|
|
|
+ "version": "1.8.0",
|
|
|
|
|
+ "source": {
|
|
|
|
|
+ "type": "git",
|
|
|
|
|
+ "url": "https://github.com/slimphp/Slim-Psr7.git",
|
|
|
|
|
+ "reference": "76e7e3b1cdfd583e9035c4c966c08e01e45ce959"
|
|
|
|
|
+ },
|
|
|
|
|
+ "dist": {
|
|
|
|
|
+ "type": "zip",
|
|
|
|
|
+ "url": "https://api.github.com/repos/slimphp/Slim-Psr7/zipball/76e7e3b1cdfd583e9035c4c966c08e01e45ce959",
|
|
|
|
|
+ "reference": "76e7e3b1cdfd583e9035c4c966c08e01e45ce959",
|
|
|
|
|
+ "shasum": ""
|
|
|
|
|
+ },
|
|
|
|
|
+ "require": {
|
|
|
|
|
+ "fig/http-message-util": "^1.1.5",
|
|
|
|
|
+ "php": "^8.0",
|
|
|
|
|
+ "psr/http-factory": "^1.1",
|
|
|
|
|
+ "psr/http-message": "^1.0 || ^2.0",
|
|
|
|
|
+ "ralouphie/getallheaders": "^3.0"
|
|
|
|
|
+ },
|
|
|
|
|
+ "provide": {
|
|
|
|
|
+ "psr/http-factory-implementation": "^1.0",
|
|
|
|
|
+ "psr/http-message-implementation": "^1.0 || ^2.0"
|
|
|
|
|
+ },
|
|
|
|
|
+ "require-dev": {
|
|
|
|
|
+ "adriansuter/php-autoload-override": "^1.5|| ^2.0",
|
|
|
|
|
+ "ext-json": "*",
|
|
|
|
|
+ "http-interop/http-factory-tests": "^1.0 || ^2.0",
|
|
|
|
|
+ "php-http/psr7-integration-tests": "^1.5",
|
|
|
|
|
+ "phpstan/phpstan": "^2.1",
|
|
|
|
|
+ "phpunit/phpunit": "^9.6 || ^10",
|
|
|
|
|
+ "squizlabs/php_codesniffer": "^3.13"
|
|
|
|
|
+ },
|
|
|
|
|
+ "type": "library",
|
|
|
|
|
+ "autoload": {
|
|
|
|
|
+ "psr-4": {
|
|
|
|
|
+ "Slim\\Psr7\\": "src"
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
|
|
+ "license": [
|
|
|
|
|
+ "MIT"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "authors": [
|
|
|
|
|
+ {
|
|
|
|
|
+ "name": "Josh Lockhart",
|
|
|
|
|
+ "email": "hello@joshlockhart.com",
|
|
|
|
|
+ "homepage": "https://joshlockhart.com"
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "name": "Andrew Smith",
|
|
|
|
|
+ "email": "a.smith@silentworks.co.uk",
|
|
|
|
|
+ "homepage": "https://silentworks.co.uk"
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "name": "Rob Allen",
|
|
|
|
|
+ "email": "rob@akrabat.com",
|
|
|
|
|
+ "homepage": "https://akrabat.com"
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "name": "Pierre Berube",
|
|
|
|
|
+ "email": "pierre@lgse.com",
|
|
|
|
|
+ "homepage": "https://www.lgse.com"
|
|
|
|
|
+ }
|
|
|
|
|
+ ],
|
|
|
|
|
+ "description": "Strict PSR-7 implementation",
|
|
|
|
|
+ "homepage": "https://www.slimframework.com",
|
|
|
|
|
+ "keywords": [
|
|
|
|
|
+ "http",
|
|
|
|
|
+ "psr-7",
|
|
|
|
|
+ "psr7"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "support": {
|
|
|
|
|
+ "issues": "https://github.com/slimphp/Slim-Psr7/issues",
|
|
|
|
|
+ "source": "https://github.com/slimphp/Slim-Psr7/tree/1.8.0"
|
|
|
|
|
+ },
|
|
|
|
|
+ "time": "2025-11-02T17:51:19+00:00"
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "name": "slim/slim",
|
|
|
|
|
+ "version": "4.15.1",
|
|
|
|
|
+ "source": {
|
|
|
|
|
+ "type": "git",
|
|
|
|
|
+ "url": "https://github.com/slimphp/Slim.git",
|
|
|
|
|
+ "reference": "887893516557506f254d950425ce7f5387a26970"
|
|
|
|
|
+ },
|
|
|
|
|
+ "dist": {
|
|
|
|
|
+ "type": "zip",
|
|
|
|
|
+ "url": "https://api.github.com/repos/slimphp/Slim/zipball/887893516557506f254d950425ce7f5387a26970",
|
|
|
|
|
+ "reference": "887893516557506f254d950425ce7f5387a26970",
|
|
|
|
|
+ "shasum": ""
|
|
|
|
|
+ },
|
|
|
|
|
+ "require": {
|
|
|
|
|
+ "ext-json": "*",
|
|
|
|
|
+ "nikic/fast-route": "^1.3",
|
|
|
|
|
+ "php": "~7.4.0 || ~8.0.0 || ~8.1.0 || ~8.2.0 || ~8.3.0 || ~8.4.0 || ~8.5.0",
|
|
|
|
|
+ "psr/container": "^1.0 || ^2.0",
|
|
|
|
|
+ "psr/http-factory": "^1.1",
|
|
|
|
|
+ "psr/http-message": "^1.1 || ^2.0",
|
|
|
|
|
+ "psr/http-server-handler": "^1.0",
|
|
|
|
|
+ "psr/http-server-middleware": "^1.0",
|
|
|
|
|
+ "psr/log": "^1.1 || ^2.0 || ^3.0"
|
|
|
|
|
+ },
|
|
|
|
|
+ "require-dev": {
|
|
|
|
|
+ "adriansuter/php-autoload-override": "^1.4 || ^2",
|
|
|
|
|
+ "ext-simplexml": "*",
|
|
|
|
|
+ "guzzlehttp/psr7": "^2.6",
|
|
|
|
|
+ "httpsoft/http-message": "^1.1",
|
|
|
|
|
+ "httpsoft/http-server-request": "^1.1",
|
|
|
|
|
+ "laminas/laminas-diactoros": "^2.17 || ^3",
|
|
|
|
|
+ "nyholm/psr7": "^1.8",
|
|
|
|
|
+ "nyholm/psr7-server": "^1.1",
|
|
|
|
|
+ "phpspec/prophecy": "^1.19",
|
|
|
|
|
+ "phpspec/prophecy-phpunit": "^2.1",
|
|
|
|
|
+ "phpstan/phpstan": "^1 || ^2",
|
|
|
|
|
+ "phpunit/phpunit": "^9.6 || ^10 || ^11 || ^12",
|
|
|
|
|
+ "slim/http": "^1.3",
|
|
|
|
|
+ "slim/psr7": "^1.6",
|
|
|
|
|
+ "squizlabs/php_codesniffer": "^3.10",
|
|
|
|
|
+ "vimeo/psalm": "^5 || ^6"
|
|
|
|
|
+ },
|
|
|
|
|
+ "suggest": {
|
|
|
|
|
+ "ext-simplexml": "Needed to support XML format in BodyParsingMiddleware",
|
|
|
|
|
+ "ext-xml": "Needed to support XML format in BodyParsingMiddleware",
|
|
|
|
|
+ "php-di/php-di": "PHP-DI is the recommended container library to be used with Slim",
|
|
|
|
|
+ "slim/psr7": "Slim PSR-7 implementation. See https://www.slimframework.com/docs/v4/start/installation.html for more information."
|
|
|
|
|
+ },
|
|
|
|
|
+ "type": "library",
|
|
|
|
|
+ "autoload": {
|
|
|
|
|
+ "psr-4": {
|
|
|
|
|
+ "Slim\\": "Slim"
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
|
|
+ "license": [
|
|
|
|
|
+ "MIT"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "authors": [
|
|
|
|
|
+ {
|
|
|
|
|
+ "name": "Josh Lockhart",
|
|
|
|
|
+ "email": "hello@joshlockhart.com",
|
|
|
|
|
+ "homepage": "https://joshlockhart.com"
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "name": "Andrew Smith",
|
|
|
|
|
+ "email": "a.smith@silentworks.co.uk",
|
|
|
|
|
+ "homepage": "https://silentworks.co.uk"
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "name": "Rob Allen",
|
|
|
|
|
+ "email": "rob@akrabat.com",
|
|
|
|
|
+ "homepage": "https://akrabat.com"
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "name": "Pierre Berube",
|
|
|
|
|
+ "email": "pierre@lgse.com",
|
|
|
|
|
+ "homepage": "https://www.lgse.com"
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "name": "Gabriel Manricks",
|
|
|
|
|
+ "email": "gmanricks@me.com",
|
|
|
|
|
+ "homepage": "http://gabrielmanricks.com"
|
|
|
|
|
+ }
|
|
|
|
|
+ ],
|
|
|
|
|
+ "description": "Slim is a PHP micro framework that helps you quickly write simple yet powerful web applications and APIs",
|
|
|
|
|
+ "homepage": "https://www.slimframework.com",
|
|
|
|
|
+ "keywords": [
|
|
|
|
|
+ "api",
|
|
|
|
|
+ "framework",
|
|
|
|
|
+ "micro",
|
|
|
|
|
+ "router"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "support": {
|
|
|
|
|
+ "docs": "https://www.slimframework.com/docs/v4/",
|
|
|
|
|
+ "forum": "https://discourse.slimframework.com/",
|
|
|
|
|
+ "irc": "irc://irc.freenode.net:6667/slimphp",
|
|
|
|
|
+ "issues": "https://github.com/slimphp/Slim/issues",
|
|
|
|
|
+ "rss": "https://www.slimframework.com/blog/feed.rss",
|
|
|
|
|
+ "slack": "https://slimphp.slack.com/",
|
|
|
|
|
+ "source": "https://github.com/slimphp/Slim",
|
|
|
|
|
+ "wiki": "https://github.com/slimphp/Slim/wiki"
|
|
|
|
|
+ },
|
|
|
|
|
+ "funding": [
|
|
|
|
|
+ {
|
|
|
|
|
+ "url": "https://opencollective.com/slimphp",
|
|
|
|
|
+ "type": "open_collective"
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "url": "https://tidelift.com/funding/github/packagist/slim/slim",
|
|
|
|
|
+ "type": "tidelift"
|
|
|
|
|
+ }
|
|
|
|
|
+ ],
|
|
|
|
|
+ "time": "2025-11-21T12:23:44+00:00"
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "name": "symfony/config",
|
|
|
|
|
+ "version": "v7.4.8",
|
|
|
|
|
+ "source": {
|
|
|
|
|
+ "type": "git",
|
|
|
|
|
+ "url": "https://github.com/symfony/config.git",
|
|
|
|
|
+ "reference": "2d19dde43fa2ff720b9a40763ace7226594f503b"
|
|
|
|
|
+ },
|
|
|
|
|
+ "dist": {
|
|
|
|
|
+ "type": "zip",
|
|
|
|
|
+ "url": "https://api.github.com/repos/symfony/config/zipball/2d19dde43fa2ff720b9a40763ace7226594f503b",
|
|
|
|
|
+ "reference": "2d19dde43fa2ff720b9a40763ace7226594f503b",
|
|
|
|
|
+ "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.8"
|
|
|
|
|
+ },
|
|
|
|
|
+ "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-03-24T13:12:05+00:00"
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "name": "symfony/console",
|
|
|
|
|
+ "version": "v7.4.8",
|
|
|
|
|
+ "source": {
|
|
|
|
|
+ "type": "git",
|
|
|
|
|
+ "url": "https://github.com/symfony/console.git",
|
|
|
|
|
+ "reference": "1e92e39c51f95b88e3d66fa2d9f06d1fb45dd707"
|
|
|
|
|
+ },
|
|
|
|
|
+ "dist": {
|
|
|
|
|
+ "type": "zip",
|
|
|
|
|
+ "url": "https://api.github.com/repos/symfony/console/zipball/1e92e39c51f95b88e3d66fa2d9f06d1fb45dd707",
|
|
|
|
|
+ "reference": "1e92e39c51f95b88e3d66fa2d9f06d1fb45dd707",
|
|
|
|
|
+ "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.8"
|
|
|
|
|
+ },
|
|
|
|
|
+ "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-03-30T13:54:39+00:00"
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "name": "symfony/deprecation-contracts",
|
|
|
|
|
+ "version": "v3.6.0",
|
|
|
|
|
+ "source": {
|
|
|
|
|
+ "type": "git",
|
|
|
|
|
+ "url": "https://github.com/symfony/deprecation-contracts.git",
|
|
|
|
|
+ "reference": "63afe740e99a13ba87ec199bb07bbdee937a5b62"
|
|
|
|
|
+ },
|
|
|
|
|
+ "dist": {
|
|
|
|
|
+ "type": "zip",
|
|
|
|
|
+ "url": "https://api.github.com/repos/symfony/deprecation-contracts/zipball/63afe740e99a13ba87ec199bb07bbdee937a5b62",
|
|
|
|
|
+ "reference": "63afe740e99a13ba87ec199bb07bbdee937a5b62",
|
|
|
|
|
+ "shasum": ""
|
|
|
|
|
+ },
|
|
|
|
|
+ "require": {
|
|
|
|
|
+ "php": ">=8.1"
|
|
|
|
|
+ },
|
|
|
|
|
+ "type": "library",
|
|
|
|
|
+ "extra": {
|
|
|
|
|
+ "thanks": {
|
|
|
|
|
+ "url": "https://github.com/symfony/contracts",
|
|
|
|
|
+ "name": "symfony/contracts"
|
|
|
|
|
+ },
|
|
|
|
|
+ "branch-alias": {
|
|
|
|
|
+ "dev-main": "3.6-dev"
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
|
|
+ "autoload": {
|
|
|
|
|
+ "files": [
|
|
|
|
|
+ "function.php"
|
|
|
|
|
+ ]
|
|
|
|
|
+ },
|
|
|
|
|
+ "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 generic function and convention to trigger deprecation notices",
|
|
|
|
|
+ "homepage": "https://symfony.com",
|
|
|
|
|
+ "support": {
|
|
|
|
|
+ "source": "https://github.com/symfony/deprecation-contracts/tree/v3.6.0"
|
|
|
|
|
+ },
|
|
|
|
|
+ "funding": [
|
|
|
|
|
+ {
|
|
|
|
|
+ "url": "https://symfony.com/sponsor",
|
|
|
|
|
+ "type": "custom"
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "url": "https://github.com/fabpot",
|
|
|
|
|
+ "type": "github"
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
|
|
|
|
|
+ "type": "tidelift"
|
|
|
|
|
+ }
|
|
|
|
|
+ ],
|
|
|
|
|
+ "time": "2024-09-25T14:21:43+00:00"
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "name": "symfony/filesystem",
|
|
|
|
|
+ "version": "v7.4.8",
|
|
|
|
|
+ "source": {
|
|
|
|
|
+ "type": "git",
|
|
|
|
|
+ "url": "https://github.com/symfony/filesystem.git",
|
|
|
|
|
+ "reference": "58b9790d12f9670b7f53a1c1738febd3108970a5"
|
|
|
|
|
+ },
|
|
|
|
|
+ "dist": {
|
|
|
|
|
+ "type": "zip",
|
|
|
|
|
+ "url": "https://api.github.com/repos/symfony/filesystem/zipball/58b9790d12f9670b7f53a1c1738febd3108970a5",
|
|
|
|
|
+ "reference": "58b9790d12f9670b7f53a1c1738febd3108970a5",
|
|
|
|
|
+ "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.8"
|
|
|
|
|
+ },
|
|
|
|
|
+ "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-03-24T13:12:05+00:00"
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "name": "symfony/polyfill-ctype",
|
|
|
|
|
+ "version": "v1.37.0",
|
|
|
|
|
+ "source": {
|
|
|
|
|
+ "type": "git",
|
|
|
|
|
+ "url": "https://github.com/symfony/polyfill-ctype.git",
|
|
|
|
|
+ "reference": "141046a8f9477948ff284fa65be2095baafb94f2"
|
|
|
|
|
+ },
|
|
|
|
|
+ "dist": {
|
|
|
|
|
+ "type": "zip",
|
|
|
|
|
+ "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/141046a8f9477948ff284fa65be2095baafb94f2",
|
|
|
|
|
+ "reference": "141046a8f9477948ff284fa65be2095baafb94f2",
|
|
|
|
|
+ "shasum": ""
|
|
|
|
|
+ },
|
|
|
|
|
+ "require": {
|
|
|
|
|
+ "php": ">=7.2"
|
|
|
|
|
+ },
|
|
|
|
|
+ "provide": {
|
|
|
|
|
+ "ext-ctype": "*"
|
|
|
|
|
+ },
|
|
|
|
|
+ "suggest": {
|
|
|
|
|
+ "ext-ctype": "For best performance"
|
|
|
|
|
+ },
|
|
|
|
|
+ "type": "library",
|
|
|
|
|
+ "extra": {
|
|
|
|
|
+ "thanks": {
|
|
|
|
|
+ "url": "https://github.com/symfony/polyfill",
|
|
|
|
|
+ "name": "symfony/polyfill"
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
|
|
+ "autoload": {
|
|
|
|
|
+ "files": [
|
|
|
|
|
+ "bootstrap.php"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "psr-4": {
|
|
|
|
|
+ "Symfony\\Polyfill\\Ctype\\": ""
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
|
|
+ "license": [
|
|
|
|
|
+ "MIT"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "authors": [
|
|
|
|
|
+ {
|
|
|
|
|
+ "name": "Gert de Pagter",
|
|
|
|
|
+ "email": "BackEndTea@gmail.com"
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "name": "Symfony Community",
|
|
|
|
|
+ "homepage": "https://symfony.com/contributors"
|
|
|
|
|
+ }
|
|
|
|
|
+ ],
|
|
|
|
|
+ "description": "Symfony polyfill for ctype functions",
|
|
|
|
|
+ "homepage": "https://symfony.com",
|
|
|
|
|
+ "keywords": [
|
|
|
|
|
+ "compatibility",
|
|
|
|
|
+ "ctype",
|
|
|
|
|
+ "polyfill",
|
|
|
|
|
+ "portable"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "support": {
|
|
|
|
|
+ "source": "https://github.com/symfony/polyfill-ctype/tree/v1.37.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-04-10T16:19:22+00:00"
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "name": "symfony/polyfill-intl-grapheme",
|
|
|
|
|
+ "version": "v1.37.0",
|
|
|
|
|
+ "source": {
|
|
|
|
|
+ "type": "git",
|
|
|
|
|
+ "url": "https://github.com/symfony/polyfill-intl-grapheme.git",
|
|
|
|
|
+ "reference": "4864388bfbd3001ce88e234fab652acd91fdc57e"
|
|
|
|
|
+ },
|
|
|
|
|
+ "dist": {
|
|
|
|
|
+ "type": "zip",
|
|
|
|
|
+ "url": "https://api.github.com/repos/symfony/polyfill-intl-grapheme/zipball/4864388bfbd3001ce88e234fab652acd91fdc57e",
|
|
|
|
|
+ "reference": "4864388bfbd3001ce88e234fab652acd91fdc57e",
|
|
|
|
|
+ "shasum": ""
|
|
|
|
|
+ },
|
|
|
|
|
+ "require": {
|
|
|
|
|
+ "php": ">=7.2"
|
|
|
|
|
+ },
|
|
|
|
|
+ "suggest": {
|
|
|
|
|
+ "ext-intl": "For best performance"
|
|
|
|
|
+ },
|
|
|
|
|
+ "type": "library",
|
|
|
|
|
+ "extra": {
|
|
|
|
|
+ "thanks": {
|
|
|
|
|
+ "url": "https://github.com/symfony/polyfill",
|
|
|
|
|
+ "name": "symfony/polyfill"
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
|
|
+ "autoload": {
|
|
|
|
|
+ "files": [
|
|
|
|
|
+ "bootstrap.php"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "psr-4": {
|
|
|
|
|
+ "Symfony\\Polyfill\\Intl\\Grapheme\\": ""
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
|
|
+ "license": [
|
|
|
|
|
+ "MIT"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "authors": [
|
|
|
|
|
+ {
|
|
|
|
|
+ "name": "Nicolas Grekas",
|
|
|
|
|
+ "email": "p@tchwork.com"
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "name": "Symfony Community",
|
|
|
|
|
+ "homepage": "https://symfony.com/contributors"
|
|
|
|
|
+ }
|
|
|
|
|
+ ],
|
|
|
|
|
+ "description": "Symfony polyfill for intl's grapheme_* functions",
|
|
|
|
|
+ "homepage": "https://symfony.com",
|
|
|
|
|
+ "keywords": [
|
|
|
|
|
+ "compatibility",
|
|
|
|
|
+ "grapheme",
|
|
|
|
|
+ "intl",
|
|
|
|
|
+ "polyfill",
|
|
|
|
|
+ "portable",
|
|
|
|
|
+ "shim"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "support": {
|
|
|
|
|
+ "source": "https://github.com/symfony/polyfill-intl-grapheme/tree/v1.37.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-04-26T13:13:48+00:00"
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "name": "symfony/polyfill-intl-normalizer",
|
|
|
|
|
+ "version": "v1.37.0",
|
|
|
|
|
+ "source": {
|
|
|
|
|
+ "type": "git",
|
|
|
|
|
+ "url": "https://github.com/symfony/polyfill-intl-normalizer.git",
|
|
|
|
|
+ "reference": "3833d7255cc303546435cb650316bff708a1c75c"
|
|
|
|
|
+ },
|
|
|
|
|
+ "dist": {
|
|
|
|
|
+ "type": "zip",
|
|
|
|
|
+ "url": "https://api.github.com/repos/symfony/polyfill-intl-normalizer/zipball/3833d7255cc303546435cb650316bff708a1c75c",
|
|
|
|
|
+ "reference": "3833d7255cc303546435cb650316bff708a1c75c",
|
|
|
|
|
+ "shasum": ""
|
|
|
|
|
+ },
|
|
|
|
|
+ "require": {
|
|
|
|
|
+ "php": ">=7.2"
|
|
|
|
|
+ },
|
|
|
|
|
+ "suggest": {
|
|
|
|
|
+ "ext-intl": "For best performance"
|
|
|
|
|
+ },
|
|
|
|
|
+ "type": "library",
|
|
|
|
|
+ "extra": {
|
|
|
|
|
+ "thanks": {
|
|
|
|
|
+ "url": "https://github.com/symfony/polyfill",
|
|
|
|
|
+ "name": "symfony/polyfill"
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
|
|
+ "autoload": {
|
|
|
|
|
+ "files": [
|
|
|
|
|
+ "bootstrap.php"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "psr-4": {
|
|
|
|
|
+ "Symfony\\Polyfill\\Intl\\Normalizer\\": ""
|
|
|
|
|
+ },
|
|
|
|
|
+ "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 for intl's Normalizer class and related functions",
|
|
|
|
|
+ "homepage": "https://symfony.com",
|
|
|
|
|
+ "keywords": [
|
|
|
|
|
+ "compatibility",
|
|
|
|
|
+ "intl",
|
|
|
|
|
+ "normalizer",
|
|
|
|
|
+ "polyfill",
|
|
|
|
|
+ "portable",
|
|
|
|
|
+ "shim"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "support": {
|
|
|
|
|
+ "source": "https://github.com/symfony/polyfill-intl-normalizer/tree/v1.37.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/polyfill-mbstring",
|
|
|
|
|
+ "version": "v1.37.0",
|
|
|
|
|
+ "source": {
|
|
|
|
|
+ "type": "git",
|
|
|
|
|
+ "url": "https://github.com/symfony/polyfill-mbstring.git",
|
|
|
|
|
+ "reference": "6a21eb99c6973357967f6ce3708cd55a6bec6315"
|
|
|
|
|
+ },
|
|
|
|
|
+ "dist": {
|
|
|
|
|
+ "type": "zip",
|
|
|
|
|
+ "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/6a21eb99c6973357967f6ce3708cd55a6bec6315",
|
|
|
|
|
+ "reference": "6a21eb99c6973357967f6ce3708cd55a6bec6315",
|
|
|
|
|
+ "shasum": ""
|
|
|
|
|
+ },
|
|
|
|
|
+ "require": {
|
|
|
|
|
+ "ext-iconv": "*",
|
|
|
|
|
+ "php": ">=7.2"
|
|
|
|
|
+ },
|
|
|
|
|
+ "provide": {
|
|
|
|
|
+ "ext-mbstring": "*"
|
|
|
|
|
+ },
|
|
|
|
|
+ "suggest": {
|
|
|
|
|
+ "ext-mbstring": "For best performance"
|
|
|
|
|
+ },
|
|
|
|
|
+ "type": "library",
|
|
|
|
|
+ "extra": {
|
|
|
|
|
+ "thanks": {
|
|
|
|
|
+ "url": "https://github.com/symfony/polyfill",
|
|
|
|
|
+ "name": "symfony/polyfill"
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
|
|
+ "autoload": {
|
|
|
|
|
+ "files": [
|
|
|
|
|
+ "bootstrap.php"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "psr-4": {
|
|
|
|
|
+ "Symfony\\Polyfill\\Mbstring\\": ""
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
|
|
+ "license": [
|
|
|
|
|
+ "MIT"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "authors": [
|
|
|
|
|
+ {
|
|
|
|
|
+ "name": "Nicolas Grekas",
|
|
|
|
|
+ "email": "p@tchwork.com"
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "name": "Symfony Community",
|
|
|
|
|
+ "homepage": "https://symfony.com/contributors"
|
|
|
|
|
+ }
|
|
|
|
|
+ ],
|
|
|
|
|
+ "description": "Symfony polyfill for the Mbstring extension",
|
|
|
|
|
+ "homepage": "https://symfony.com",
|
|
|
|
|
+ "keywords": [
|
|
|
|
|
+ "compatibility",
|
|
|
|
|
+ "mbstring",
|
|
|
|
|
+ "polyfill",
|
|
|
|
|
+ "portable",
|
|
|
|
|
+ "shim"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "support": {
|
|
|
|
|
+ "source": "https://github.com/symfony/polyfill-mbstring/tree/v1.37.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-04-10T17:25:58+00:00"
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "name": "symfony/service-contracts",
|
|
|
|
|
+ "version": "v3.6.1",
|
|
|
|
|
+ "source": {
|
|
|
|
|
+ "type": "git",
|
|
|
|
|
+ "url": "https://github.com/symfony/service-contracts.git",
|
|
|
|
|
+ "reference": "45112560a3ba2d715666a509a0bc9521d10b6c43"
|
|
|
|
|
+ },
|
|
|
|
|
+ "dist": {
|
|
|
|
|
+ "type": "zip",
|
|
|
|
|
+ "url": "https://api.github.com/repos/symfony/service-contracts/zipball/45112560a3ba2d715666a509a0bc9521d10b6c43",
|
|
|
|
|
+ "reference": "45112560a3ba2d715666a509a0bc9521d10b6c43",
|
|
|
|
|
+ "shasum": ""
|
|
|
|
|
+ },
|
|
|
|
|
+ "require": {
|
|
|
|
|
+ "php": ">=8.1",
|
|
|
|
|
+ "psr/container": "^1.1|^2.0",
|
|
|
|
|
+ "symfony/deprecation-contracts": "^2.5|^3"
|
|
|
|
|
+ },
|
|
|
|
|
+ "conflict": {
|
|
|
|
|
+ "ext-psr": "<1.1|>=2"
|
|
|
|
|
+ },
|
|
|
|
|
+ "type": "library",
|
|
|
|
|
+ "extra": {
|
|
|
|
|
+ "thanks": {
|
|
|
|
|
+ "url": "https://github.com/symfony/contracts",
|
|
|
|
|
+ "name": "symfony/contracts"
|
|
|
|
|
+ },
|
|
|
|
|
+ "branch-alias": {
|
|
|
|
|
+ "dev-main": "3.6-dev"
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
|
|
+ "autoload": {
|
|
|
|
|
+ "psr-4": {
|
|
|
|
|
+ "Symfony\\Contracts\\Service\\": ""
|
|
|
|
|
+ },
|
|
|
|
|
+ "exclude-from-classmap": [
|
|
|
|
|
+ "/Test/"
|
|
|
|
|
+ ]
|
|
|
|
|
+ },
|
|
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
|
|
+ "license": [
|
|
|
|
|
+ "MIT"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "authors": [
|
|
|
|
|
+ {
|
|
|
|
|
+ "name": "Nicolas Grekas",
|
|
|
|
|
+ "email": "p@tchwork.com"
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "name": "Symfony Community",
|
|
|
|
|
+ "homepage": "https://symfony.com/contributors"
|
|
|
|
|
+ }
|
|
|
|
|
+ ],
|
|
|
|
|
+ "description": "Generic abstractions related to writing services",
|
|
|
|
|
+ "homepage": "https://symfony.com",
|
|
|
|
|
+ "keywords": [
|
|
|
|
|
+ "abstractions",
|
|
|
|
|
+ "contracts",
|
|
|
|
|
+ "decoupling",
|
|
|
|
|
+ "interfaces",
|
|
|
|
|
+ "interoperability",
|
|
|
|
|
+ "standards"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "support": {
|
|
|
|
|
+ "source": "https://github.com/symfony/service-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-15T11:30:57+00:00"
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "name": "symfony/string",
|
|
|
|
|
+ "version": "v7.4.8",
|
|
|
|
|
+ "source": {
|
|
|
|
|
+ "type": "git",
|
|
|
|
|
+ "url": "https://github.com/symfony/string.git",
|
|
|
|
|
+ "reference": "114ac57257d75df748eda23dd003878080b8e688"
|
|
|
|
|
+ },
|
|
|
|
|
+ "dist": {
|
|
|
|
|
+ "type": "zip",
|
|
|
|
|
+ "url": "https://api.github.com/repos/symfony/string/zipball/114ac57257d75df748eda23dd003878080b8e688",
|
|
|
|
|
+ "reference": "114ac57257d75df748eda23dd003878080b8e688",
|
|
|
|
|
+ "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.8"
|
|
|
|
|
+ },
|
|
|
|
|
+ "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-03-24T13:12:05+00:00"
|
|
|
|
|
+ }
|
|
|
|
|
+ ],
|
|
|
|
|
+ "packages-dev": [
|
|
|
|
|
+ {
|
|
|
|
|
+ "name": "clue/ndjson-react",
|
|
|
|
|
+ "version": "v1.3.0",
|
|
|
|
|
+ "source": {
|
|
|
|
|
+ "type": "git",
|
|
|
|
|
+ "url": "https://github.com/clue/reactphp-ndjson.git",
|
|
|
|
|
+ "reference": "392dc165fce93b5bb5c637b67e59619223c931b0"
|
|
|
|
|
+ },
|
|
|
|
|
+ "dist": {
|
|
|
|
|
+ "type": "zip",
|
|
|
|
|
+ "url": "https://api.github.com/repos/clue/reactphp-ndjson/zipball/392dc165fce93b5bb5c637b67e59619223c931b0",
|
|
|
|
|
+ "reference": "392dc165fce93b5bb5c637b67e59619223c931b0",
|
|
|
|
|
+ "shasum": ""
|
|
|
|
|
+ },
|
|
|
|
|
+ "require": {
|
|
|
|
|
+ "php": ">=5.3",
|
|
|
|
|
+ "react/stream": "^1.2"
|
|
|
|
|
+ },
|
|
|
|
|
+ "require-dev": {
|
|
|
|
|
+ "phpunit/phpunit": "^9.5 || ^5.7 || ^4.8.35",
|
|
|
|
|
+ "react/event-loop": "^1.2"
|
|
|
|
|
+ },
|
|
|
|
|
+ "type": "library",
|
|
|
|
|
+ "autoload": {
|
|
|
|
|
+ "psr-4": {
|
|
|
|
|
+ "Clue\\React\\NDJson\\": "src/"
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
|
|
+ "license": [
|
|
|
|
|
+ "MIT"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "authors": [
|
|
|
|
|
+ {
|
|
|
|
|
+ "name": "Christian Lück",
|
|
|
|
|
+ "email": "christian@clue.engineering"
|
|
|
|
|
+ }
|
|
|
|
|
+ ],
|
|
|
|
|
+ "description": "Streaming newline-delimited JSON (NDJSON) parser and encoder for ReactPHP.",
|
|
|
|
|
+ "homepage": "https://github.com/clue/reactphp-ndjson",
|
|
|
|
|
+ "keywords": [
|
|
|
|
|
+ "NDJSON",
|
|
|
|
|
+ "json",
|
|
|
|
|
+ "jsonlines",
|
|
|
|
|
+ "newline",
|
|
|
|
|
+ "reactphp",
|
|
|
|
|
+ "streaming"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "support": {
|
|
|
|
|
+ "issues": "https://github.com/clue/reactphp-ndjson/issues",
|
|
|
|
|
+ "source": "https://github.com/clue/reactphp-ndjson/tree/v1.3.0"
|
|
|
|
|
+ },
|
|
|
|
|
+ "funding": [
|
|
|
|
|
+ {
|
|
|
|
|
+ "url": "https://clue.engineering/support",
|
|
|
|
|
+ "type": "custom"
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "url": "https://github.com/clue",
|
|
|
|
|
+ "type": "github"
|
|
|
|
|
+ }
|
|
|
|
|
+ ],
|
|
|
|
|
+ "time": "2022-12-23T10:58:28+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/semver",
|
|
|
|
|
+ "version": "3.4.4",
|
|
|
|
|
+ "source": {
|
|
|
|
|
+ "type": "git",
|
|
|
|
|
+ "url": "https://github.com/composer/semver.git",
|
|
|
|
|
+ "reference": "198166618906cb2de69b95d7d47e5fa8aa1b2b95"
|
|
|
|
|
+ },
|
|
|
|
|
+ "dist": {
|
|
|
|
|
+ "type": "zip",
|
|
|
|
|
+ "url": "https://api.github.com/repos/composer/semver/zipball/198166618906cb2de69b95d7d47e5fa8aa1b2b95",
|
|
|
|
|
+ "reference": "198166618906cb2de69b95d7d47e5fa8aa1b2b95",
|
|
|
|
|
+ "shasum": ""
|
|
|
|
|
+ },
|
|
|
|
|
+ "require": {
|
|
|
|
|
+ "php": "^5.3.2 || ^7.0 || ^8.0"
|
|
|
|
|
+ },
|
|
|
|
|
+ "require-dev": {
|
|
|
|
|
+ "phpstan/phpstan": "^1.11",
|
|
|
|
|
+ "symfony/phpunit-bridge": "^3 || ^7"
|
|
|
|
|
+ },
|
|
|
|
|
+ "type": "library",
|
|
|
|
|
+ "extra": {
|
|
|
|
|
+ "branch-alias": {
|
|
|
|
|
+ "dev-main": "3.x-dev"
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
|
|
+ "autoload": {
|
|
|
|
|
+ "psr-4": {
|
|
|
|
|
+ "Composer\\Semver\\": "src"
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
|
|
+ "license": [
|
|
|
|
|
+ "MIT"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "authors": [
|
|
|
|
|
+ {
|
|
|
|
|
+ "name": "Nils Adermann",
|
|
|
|
|
+ "email": "naderman@naderman.de",
|
|
|
|
|
+ "homepage": "http://www.naderman.de"
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "name": "Jordi Boggiano",
|
|
|
|
|
+ "email": "j.boggiano@seld.be",
|
|
|
|
|
+ "homepage": "http://seld.be"
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "name": "Rob Bast",
|
|
|
|
|
+ "email": "rob.bast@gmail.com",
|
|
|
|
|
+ "homepage": "http://robbast.nl"
|
|
|
|
|
+ }
|
|
|
|
|
+ ],
|
|
|
|
|
+ "description": "Semver library that offers utilities, version constraint parsing and validation.",
|
|
|
|
|
+ "keywords": [
|
|
|
|
|
+ "semantic",
|
|
|
|
|
+ "semver",
|
|
|
|
|
+ "validation",
|
|
|
|
|
+ "versioning"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "support": {
|
|
|
|
|
+ "irc": "ircs://irc.libera.chat:6697/composer",
|
|
|
|
|
+ "issues": "https://github.com/composer/semver/issues",
|
|
|
|
|
+ "source": "https://github.com/composer/semver/tree/3.4.4"
|
|
|
|
|
+ },
|
|
|
|
|
+ "funding": [
|
|
|
|
|
+ {
|
|
|
|
|
+ "url": "https://packagist.com",
|
|
|
|
|
+ "type": "custom"
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "url": "https://github.com/composer",
|
|
|
|
|
+ "type": "github"
|
|
|
|
|
+ }
|
|
|
|
|
+ ],
|
|
|
|
|
+ "time": "2025-08-20T19:15:30+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": "ergebnis/agent-detector",
|
|
|
|
|
+ "version": "1.1.1",
|
|
|
|
|
+ "source": {
|
|
|
|
|
+ "type": "git",
|
|
|
|
|
+ "url": "https://github.com/ergebnis/agent-detector.git",
|
|
|
|
|
+ "reference": "5b654a9f1ff8a5d2ce6a57568df5ae8801c87f64"
|
|
|
|
|
+ },
|
|
|
|
|
+ "dist": {
|
|
|
|
|
+ "type": "zip",
|
|
|
|
|
+ "url": "https://api.github.com/repos/ergebnis/agent-detector/zipball/5b654a9f1ff8a5d2ce6a57568df5ae8801c87f64",
|
|
|
|
|
+ "reference": "5b654a9f1ff8a5d2ce6a57568df5ae8801c87f64",
|
|
|
|
|
+ "shasum": ""
|
|
|
|
|
+ },
|
|
|
|
|
+ "require": {
|
|
|
|
|
+ "php": "~7.4.0 || ~8.0.0 || ~8.1.0 || ~8.2.0 || ~8.3.0 || ~8.4.0 || ~8.5.0 || ~8.6.0"
|
|
|
|
|
+ },
|
|
|
|
|
+ "require-dev": {
|
|
|
|
|
+ "ergebnis/composer-normalize": "^2.50.0",
|
|
|
|
|
+ "ergebnis/license": "^2.7.0",
|
|
|
|
|
+ "ergebnis/php-cs-fixer-config": "^6.60.2",
|
|
|
|
|
+ "ergebnis/phpstan-rules": "^2.13.1",
|
|
|
|
|
+ "ergebnis/phpunit-slow-test-detector": "^2.24.0",
|
|
|
|
|
+ "ergebnis/rector-rules": "^1.16.0",
|
|
|
|
|
+ "fakerphp/faker": "^1.24.1",
|
|
|
|
|
+ "infection/infection": "^0.26.6",
|
|
|
|
|
+ "phpstan/extension-installer": "^1.4.3",
|
|
|
|
|
+ "phpstan/phpstan": "^2.1.46",
|
|
|
|
|
+ "phpstan/phpstan-deprecation-rules": "^2.0.4",
|
|
|
|
|
+ "phpstan/phpstan-phpunit": "^2.0.16",
|
|
|
|
|
+ "phpstan/phpstan-strict-rules": "^2.0.10",
|
|
|
|
|
+ "phpunit/phpunit": "^9.6.34",
|
|
|
|
|
+ "rector/rector": "^2.4.1"
|
|
|
|
|
+ },
|
|
|
|
|
+ "type": "library",
|
|
|
|
|
+ "extra": {
|
|
|
|
|
+ "branch-alias": {
|
|
|
|
|
+ "dev-main": "1.0-dev"
|
|
|
|
|
+ },
|
|
|
|
|
+ "composer-normalize": {
|
|
|
|
|
+ "indent-size": 2,
|
|
|
|
|
+ "indent-style": "space"
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
|
|
+ "autoload": {
|
|
|
|
|
+ "psr-4": {
|
|
|
|
|
+ "Ergebnis\\AgentDetector\\": "src/"
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
|
|
+ "license": [
|
|
|
|
|
+ "MIT"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "authors": [
|
|
|
|
|
+ {
|
|
|
|
|
+ "name": "Andreas Möller",
|
|
|
|
|
+ "email": "am@localheinz.com",
|
|
|
|
|
+ "homepage": "https://localheinz.com"
|
|
|
|
|
+ }
|
|
|
|
|
+ ],
|
|
|
|
|
+ "description": "Provides a detector for detecting the presence of an agent.",
|
|
|
|
|
+ "homepage": "https://github.com/ergebnis/agent-detector",
|
|
|
|
|
+ "support": {
|
|
|
|
|
+ "issues": "https://github.com/ergebnis/agent-detector/issues",
|
|
|
|
|
+ "security": "https://github.com/ergebnis/agent-detector/blob/main/.github/SECURITY.md",
|
|
|
|
|
+ "source": "https://github.com/ergebnis/agent-detector"
|
|
|
|
|
+ },
|
|
|
|
|
+ "time": "2026-04-10T13:45:13+00:00"
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "name": "evenement/evenement",
|
|
|
|
|
+ "version": "v3.0.2",
|
|
|
|
|
+ "source": {
|
|
|
|
|
+ "type": "git",
|
|
|
|
|
+ "url": "https://github.com/igorw/evenement.git",
|
|
|
|
|
+ "reference": "0a16b0d71ab13284339abb99d9d2bd813640efbc"
|
|
|
|
|
+ },
|
|
|
|
|
+ "dist": {
|
|
|
|
|
+ "type": "zip",
|
|
|
|
|
+ "url": "https://api.github.com/repos/igorw/evenement/zipball/0a16b0d71ab13284339abb99d9d2bd813640efbc",
|
|
|
|
|
+ "reference": "0a16b0d71ab13284339abb99d9d2bd813640efbc",
|
|
|
|
|
+ "shasum": ""
|
|
|
|
|
+ },
|
|
|
|
|
+ "require": {
|
|
|
|
|
+ "php": ">=7.0"
|
|
|
|
|
+ },
|
|
|
|
|
+ "require-dev": {
|
|
|
|
|
+ "phpunit/phpunit": "^9 || ^6"
|
|
|
|
|
+ },
|
|
|
|
|
+ "type": "library",
|
|
|
|
|
+ "autoload": {
|
|
|
|
|
+ "psr-4": {
|
|
|
|
|
+ "Evenement\\": "src/"
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
|
|
+ "license": [
|
|
|
|
|
+ "MIT"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "authors": [
|
|
|
|
|
+ {
|
|
|
|
|
+ "name": "Igor Wiedler",
|
|
|
|
|
+ "email": "igor@wiedler.ch"
|
|
|
|
|
+ }
|
|
|
|
|
+ ],
|
|
|
|
|
+ "description": "Événement is a very simple event dispatching library for PHP",
|
|
|
|
|
+ "keywords": [
|
|
|
|
|
+ "event-dispatcher",
|
|
|
|
|
+ "event-emitter"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "support": {
|
|
|
|
|
+ "issues": "https://github.com/igorw/evenement/issues",
|
|
|
|
|
+ "source": "https://github.com/igorw/evenement/tree/v3.0.2"
|
|
|
|
|
+ },
|
|
|
|
|
+ "time": "2023-08-08T05:53:35+00:00"
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "name": "fidry/cpu-core-counter",
|
|
|
|
|
+ "version": "1.3.0",
|
|
|
|
|
+ "source": {
|
|
|
|
|
+ "type": "git",
|
|
|
|
|
+ "url": "https://github.com/theofidry/cpu-core-counter.git",
|
|
|
|
|
+ "reference": "db9508f7b1474469d9d3c53b86f817e344732678"
|
|
|
|
|
+ },
|
|
|
|
|
+ "dist": {
|
|
|
|
|
+ "type": "zip",
|
|
|
|
|
+ "url": "https://api.github.com/repos/theofidry/cpu-core-counter/zipball/db9508f7b1474469d9d3c53b86f817e344732678",
|
|
|
|
|
+ "reference": "db9508f7b1474469d9d3c53b86f817e344732678",
|
|
|
|
|
+ "shasum": ""
|
|
|
|
|
+ },
|
|
|
|
|
+ "require": {
|
|
|
|
|
+ "php": "^7.2 || ^8.0"
|
|
|
|
|
+ },
|
|
|
|
|
+ "require-dev": {
|
|
|
|
|
+ "fidry/makefile": "^0.2.0",
|
|
|
|
|
+ "fidry/php-cs-fixer-config": "^1.1.2",
|
|
|
|
|
+ "phpstan/extension-installer": "^1.2.0",
|
|
|
|
|
+ "phpstan/phpstan": "^2.0",
|
|
|
|
|
+ "phpstan/phpstan-deprecation-rules": "^2.0.0",
|
|
|
|
|
+ "phpstan/phpstan-phpunit": "^2.0",
|
|
|
|
|
+ "phpstan/phpstan-strict-rules": "^2.0",
|
|
|
|
|
+ "phpunit/phpunit": "^8.5.31 || ^9.5.26",
|
|
|
|
|
+ "webmozarts/strict-phpunit": "^7.5"
|
|
|
|
|
+ },
|
|
|
|
|
+ "type": "library",
|
|
|
|
|
+ "autoload": {
|
|
|
|
|
+ "psr-4": {
|
|
|
|
|
+ "Fidry\\CpuCoreCounter\\": "src/"
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
|
|
+ "license": [
|
|
|
|
|
+ "MIT"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "authors": [
|
|
|
|
|
+ {
|
|
|
|
|
+ "name": "Théo FIDRY",
|
|
|
|
|
+ "email": "theo.fidry@gmail.com"
|
|
|
|
|
+ }
|
|
|
|
|
+ ],
|
|
|
|
|
+ "description": "Tiny utility to get the number of CPU cores.",
|
|
|
|
|
+ "keywords": [
|
|
|
|
|
+ "CPU",
|
|
|
|
|
+ "core"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "support": {
|
|
|
|
|
+ "issues": "https://github.com/theofidry/cpu-core-counter/issues",
|
|
|
|
|
+ "source": "https://github.com/theofidry/cpu-core-counter/tree/1.3.0"
|
|
|
|
|
+ },
|
|
|
|
|
+ "funding": [
|
|
|
|
|
+ {
|
|
|
|
|
+ "url": "https://github.com/theofidry",
|
|
|
|
|
+ "type": "github"
|
|
|
|
|
+ }
|
|
|
|
|
+ ],
|
|
|
|
|
+ "time": "2025-08-14T07:29:31+00:00"
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "name": "friendsofphp/php-cs-fixer",
|
|
|
|
|
+ "version": "v3.95.1",
|
|
|
|
|
+ "source": {
|
|
|
|
|
+ "type": "git",
|
|
|
|
|
+ "url": "https://github.com/PHP-CS-Fixer/PHP-CS-Fixer.git",
|
|
|
|
|
+ "reference": "a9727678fbd12997f1d9de8f4a37824ed9df1065"
|
|
|
|
|
+ },
|
|
|
|
|
+ "dist": {
|
|
|
|
|
+ "type": "zip",
|
|
|
|
|
+ "url": "https://api.github.com/repos/PHP-CS-Fixer/PHP-CS-Fixer/zipball/a9727678fbd12997f1d9de8f4a37824ed9df1065",
|
|
|
|
|
+ "reference": "a9727678fbd12997f1d9de8f4a37824ed9df1065",
|
|
|
|
|
+ "shasum": ""
|
|
|
|
|
+ },
|
|
|
|
|
+ "require": {
|
|
|
|
|
+ "clue/ndjson-react": "^1.3",
|
|
|
|
|
+ "composer/semver": "^3.4",
|
|
|
|
|
+ "composer/xdebug-handler": "^3.0.5",
|
|
|
|
|
+ "ergebnis/agent-detector": "^1.1.1",
|
|
|
|
|
+ "ext-filter": "*",
|
|
|
|
|
+ "ext-hash": "*",
|
|
|
|
|
+ "ext-json": "*",
|
|
|
|
|
+ "ext-tokenizer": "*",
|
|
|
|
|
+ "fidry/cpu-core-counter": "^1.3",
|
|
|
|
|
+ "php": "^7.4 || ^8.0",
|
|
|
|
|
+ "react/child-process": "^0.6.6",
|
|
|
|
|
+ "react/event-loop": "^1.5",
|
|
|
|
|
+ "react/socket": "^1.16",
|
|
|
|
|
+ "react/stream": "^1.4",
|
|
|
|
|
+ "sebastian/diff": "^4.0.6 || ^5.1.1 || ^6.0.2 || ^7.0 || ^8.0",
|
|
|
|
|
+ "symfony/console": "^5.4.47 || ^6.4.24 || ^7.0 || ^8.0",
|
|
|
|
|
+ "symfony/event-dispatcher": "^5.4.45 || ^6.4.24 || ^7.0 || ^8.0",
|
|
|
|
|
+ "symfony/filesystem": "^5.4.45 || ^6.4.24 || ^7.0 || ^8.0",
|
|
|
|
|
+ "symfony/finder": "^5.4.45 || ^6.4.24 || ^7.0 || ^8.0",
|
|
|
|
|
+ "symfony/options-resolver": "^5.4.45 || ^6.4.24 || ^7.0 || ^8.0",
|
|
|
|
|
+ "symfony/polyfill-mbstring": "^1.33",
|
|
|
|
|
+ "symfony/polyfill-php80": "^1.33",
|
|
|
|
|
+ "symfony/polyfill-php81": "^1.33",
|
|
|
|
|
+ "symfony/polyfill-php84": "^1.33",
|
|
|
|
|
+ "symfony/process": "^5.4.47 || ^6.4.24 || ^7.2 || ^8.0",
|
|
|
|
|
+ "symfony/stopwatch": "^5.4.45 || ^6.4.24 || ^7.0 || ^8.0"
|
|
|
|
|
+ },
|
|
|
|
|
+ "require-dev": {
|
|
|
|
|
+ "facile-it/paraunit": "^1.3.1 || ^2.8.0",
|
|
|
|
|
+ "infection/infection": "^0.32.6",
|
|
|
|
|
+ "justinrainbow/json-schema": "^6.8.0",
|
|
|
|
|
+ "keradus/cli-executor": "^2.3",
|
|
|
|
|
+ "mikey179/vfsstream": "^1.6.12",
|
|
|
|
|
+ "php-coveralls/php-coveralls": "^2.9.1",
|
|
|
|
|
+ "php-cs-fixer/phpunit-constraint-isidenticalstring": "^1.8",
|
|
|
|
|
+ "php-cs-fixer/phpunit-constraint-xmlmatchesxsd": "^1.8",
|
|
|
|
|
+ "phpunit/phpunit": "^9.6.34 || ^10.5.63 || ^11.5.55",
|
|
|
|
|
+ "symfony/polyfill-php85": "^1.33",
|
|
|
|
|
+ "symfony/var-dumper": "^5.4.48 || ^6.4.32 || ^7.4.4 || ^8.0.8",
|
|
|
|
|
+ "symfony/yaml": "^5.4.45 || ^6.4.30 || ^7.4.1 || ^8.0.8"
|
|
|
|
|
+ },
|
|
|
|
|
+ "suggest": {
|
|
|
|
|
+ "ext-dom": "For handling output formats in XML",
|
|
|
|
|
+ "ext-mbstring": "For handling non-UTF8 characters."
|
|
|
|
|
+ },
|
|
|
|
|
+ "bin": [
|
|
|
|
|
+ "php-cs-fixer"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "type": "application",
|
|
|
|
|
+ "autoload": {
|
|
|
|
|
+ "psr-4": {
|
|
|
|
|
+ "PhpCsFixer\\": "src/"
|
|
|
|
|
+ },
|
|
|
|
|
+ "exclude-from-classmap": [
|
|
|
|
|
+ "src/**/Internal/"
|
|
|
|
|
+ ]
|
|
|
|
|
+ },
|
|
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
|
|
+ "license": [
|
|
|
|
|
+ "MIT"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "authors": [
|
|
|
|
|
+ {
|
|
|
|
|
+ "name": "Fabien Potencier",
|
|
|
|
|
+ "email": "fabien@symfony.com"
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "name": "Dariusz Rumiński",
|
|
|
|
|
+ "email": "dariusz.ruminski@gmail.com"
|
|
|
|
|
+ }
|
|
|
|
|
+ ],
|
|
|
|
|
+ "description": "A tool to automatically fix PHP code style",
|
|
|
|
|
+ "keywords": [
|
|
|
|
|
+ "Static code analysis",
|
|
|
|
|
+ "fixer",
|
|
|
|
|
+ "standards",
|
|
|
|
|
+ "static analysis"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "support": {
|
|
|
|
|
+ "issues": "https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues",
|
|
|
|
|
+ "source": "https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/tree/v3.95.1"
|
|
|
|
|
+ },
|
|
|
|
|
+ "funding": [
|
|
|
|
|
+ {
|
|
|
|
|
+ "url": "https://github.com/keradus",
|
|
|
|
|
+ "type": "github"
|
|
|
|
|
+ }
|
|
|
|
|
+ ],
|
|
|
|
|
+ "time": "2026-04-12T17:00:09+00:00"
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "name": "graham-campbell/result-type",
|
|
|
|
|
+ "version": "v1.1.4",
|
|
|
|
|
+ "source": {
|
|
|
|
|
+ "type": "git",
|
|
|
|
|
+ "url": "https://github.com/GrahamCampbell/Result-Type.git",
|
|
|
|
|
+ "reference": "e01f4a821471308ba86aa202fed6698b6b695e3b"
|
|
|
|
|
+ },
|
|
|
|
|
+ "dist": {
|
|
|
|
|
+ "type": "zip",
|
|
|
|
|
+ "url": "https://api.github.com/repos/GrahamCampbell/Result-Type/zipball/e01f4a821471308ba86aa202fed6698b6b695e3b",
|
|
|
|
|
+ "reference": "e01f4a821471308ba86aa202fed6698b6b695e3b",
|
|
|
|
|
+ "shasum": ""
|
|
|
|
|
+ },
|
|
|
|
|
+ "require": {
|
|
|
|
|
+ "php": "^7.2.5 || ^8.0",
|
|
|
|
|
+ "phpoption/phpoption": "^1.9.5"
|
|
|
|
|
+ },
|
|
|
|
|
+ "require-dev": {
|
|
|
|
|
+ "phpunit/phpunit": "^8.5.41 || ^9.6.22 || ^10.5.45 || ^11.5.7"
|
|
|
|
|
+ },
|
|
|
|
|
+ "type": "library",
|
|
|
|
|
+ "autoload": {
|
|
|
|
|
+ "psr-4": {
|
|
|
|
|
+ "GrahamCampbell\\ResultType\\": "src/"
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
|
|
+ "license": [
|
|
|
|
|
+ "MIT"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "authors": [
|
|
|
|
|
+ {
|
|
|
|
|
+ "name": "Graham Campbell",
|
|
|
|
|
+ "email": "hello@gjcampbell.co.uk",
|
|
|
|
|
+ "homepage": "https://github.com/GrahamCampbell"
|
|
|
|
|
+ }
|
|
|
|
|
+ ],
|
|
|
|
|
+ "description": "An Implementation Of The Result Type",
|
|
|
|
|
+ "keywords": [
|
|
|
|
|
+ "Graham Campbell",
|
|
|
|
|
+ "GrahamCampbell",
|
|
|
|
|
+ "Result Type",
|
|
|
|
|
+ "Result-Type",
|
|
|
|
|
+ "result"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "support": {
|
|
|
|
|
+ "issues": "https://github.com/GrahamCampbell/Result-Type/issues",
|
|
|
|
|
+ "source": "https://github.com/GrahamCampbell/Result-Type/tree/v1.1.4"
|
|
|
|
|
+ },
|
|
|
|
|
+ "funding": [
|
|
|
|
|
+ {
|
|
|
|
|
+ "url": "https://github.com/GrahamCampbell",
|
|
|
|
|
+ "type": "github"
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "url": "https://tidelift.com/funding/github/packagist/graham-campbell/result-type",
|
|
|
|
|
+ "type": "tidelift"
|
|
|
|
|
+ }
|
|
|
|
|
+ ],
|
|
|
|
|
+ "time": "2025-12-27T19:43:20+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": "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": "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": "phpoption/phpoption",
|
|
|
|
|
+ "version": "1.9.5",
|
|
|
|
|
+ "source": {
|
|
|
|
|
+ "type": "git",
|
|
|
|
|
+ "url": "https://github.com/schmittjoh/php-option.git",
|
|
|
|
|
+ "reference": "75365b91986c2405cf5e1e012c5595cd487a98be"
|
|
|
|
|
+ },
|
|
|
|
|
+ "dist": {
|
|
|
|
|
+ "type": "zip",
|
|
|
|
|
+ "url": "https://api.github.com/repos/schmittjoh/php-option/zipball/75365b91986c2405cf5e1e012c5595cd487a98be",
|
|
|
|
|
+ "reference": "75365b91986c2405cf5e1e012c5595cd487a98be",
|
|
|
|
|
+ "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 || ^10.5.53 || ^11.5.34"
|
|
|
|
|
+ },
|
|
|
|
|
+ "type": "library",
|
|
|
|
|
+ "extra": {
|
|
|
|
|
+ "bamarni-bin": {
|
|
|
|
|
+ "bin-links": true,
|
|
|
|
|
+ "forward-command": false
|
|
|
|
|
+ },
|
|
|
|
|
+ "branch-alias": {
|
|
|
|
|
+ "dev-master": "1.9-dev"
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
|
|
+ "autoload": {
|
|
|
|
|
+ "psr-4": {
|
|
|
|
|
+ "PhpOption\\": "src/PhpOption/"
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
|
|
+ "license": [
|
|
|
|
|
+ "Apache-2.0"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "authors": [
|
|
|
|
|
+ {
|
|
|
|
|
+ "name": "Johannes M. Schmitt",
|
|
|
|
|
+ "email": "schmittjoh@gmail.com",
|
|
|
|
|
+ "homepage": "https://github.com/schmittjoh"
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "name": "Graham Campbell",
|
|
|
|
|
+ "email": "hello@gjcampbell.co.uk",
|
|
|
|
|
+ "homepage": "https://github.com/GrahamCampbell"
|
|
|
|
|
+ }
|
|
|
|
|
+ ],
|
|
|
|
|
+ "description": "Option Type for PHP",
|
|
|
|
|
+ "keywords": [
|
|
|
|
|
+ "language",
|
|
|
|
|
+ "option",
|
|
|
|
|
+ "php",
|
|
|
|
|
+ "type"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "support": {
|
|
|
|
|
+ "issues": "https://github.com/schmittjoh/php-option/issues",
|
|
|
|
|
+ "source": "https://github.com/schmittjoh/php-option/tree/1.9.5"
|
|
|
|
|
+ },
|
|
|
|
|
+ "funding": [
|
|
|
|
|
+ {
|
|
|
|
|
+ "url": "https://github.com/GrahamCampbell",
|
|
|
|
|
+ "type": "github"
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "url": "https://tidelift.com/funding/github/packagist/phpoption/phpoption",
|
|
|
|
|
+ "type": "tidelift"
|
|
|
|
|
+ }
|
|
|
|
|
+ ],
|
|
|
|
|
+ "time": "2025-12-27T19:41:33+00:00"
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "name": "phpstan/phpstan",
|
|
|
|
|
+ "version": "1.12.33",
|
|
|
|
|
+ "dist": {
|
|
|
|
|
+ "type": "zip",
|
|
|
|
|
+ "url": "https://api.github.com/repos/phpstan/phpstan/zipball/37982d6fc7cbb746dda7773530cda557cdf119e1",
|
|
|
|
|
+ "reference": "37982d6fc7cbb746dda7773530cda557cdf119e1",
|
|
|
|
|
+ "shasum": ""
|
|
|
|
|
+ },
|
|
|
|
|
+ "require": {
|
|
|
|
|
+ "php": "^7.2|^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-28T20:30:03+00:00"
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "name": "phpunit/php-code-coverage",
|
|
|
|
|
+ "version": "11.0.12",
|
|
|
|
|
+ "source": {
|
|
|
|
|
+ "type": "git",
|
|
|
|
|
+ "url": "https://github.com/sebastianbergmann/php-code-coverage.git",
|
|
|
|
|
+ "reference": "2c1ed04922802c15e1de5d7447b4856de949cf56"
|
|
|
|
|
+ },
|
|
|
|
|
+ "dist": {
|
|
|
|
|
+ "type": "zip",
|
|
|
|
|
+ "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/2c1ed04922802c15e1de5d7447b4856de949cf56",
|
|
|
|
|
+ "reference": "2c1ed04922802c15e1de5d7447b4856de949cf56",
|
|
|
|
|
+ "shasum": ""
|
|
|
|
|
+ },
|
|
|
|
|
+ "require": {
|
|
|
|
|
+ "ext-dom": "*",
|
|
|
|
|
+ "ext-libxml": "*",
|
|
|
|
|
+ "ext-xmlwriter": "*",
|
|
|
|
|
+ "nikic/php-parser": "^5.7.0",
|
|
|
|
|
+ "php": ">=8.2",
|
|
|
|
|
+ "phpunit/php-file-iterator": "^5.1.0",
|
|
|
|
|
+ "phpunit/php-text-template": "^4.0.1",
|
|
|
|
|
+ "sebastian/code-unit-reverse-lookup": "^4.0.1",
|
|
|
|
|
+ "sebastian/complexity": "^4.0.1",
|
|
|
|
|
+ "sebastian/environment": "^7.2.1",
|
|
|
|
|
+ "sebastian/lines-of-code": "^3.0.1",
|
|
|
|
|
+ "sebastian/version": "^5.0.2",
|
|
|
|
|
+ "theseer/tokenizer": "^1.3.1"
|
|
|
|
|
+ },
|
|
|
|
|
+ "require-dev": {
|
|
|
|
|
+ "phpunit/phpunit": "^11.5.46"
|
|
|
|
|
+ },
|
|
|
|
|
+ "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": "11.0.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/11.0.12"
|
|
|
|
|
+ },
|
|
|
|
|
+ "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/phpunit/php-code-coverage",
|
|
|
|
|
+ "type": "tidelift"
|
|
|
|
|
+ }
|
|
|
|
|
+ ],
|
|
|
|
|
+ "time": "2025-12-24T07:01:01+00:00"
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "name": "phpunit/php-file-iterator",
|
|
|
|
|
+ "version": "5.1.1",
|
|
|
|
|
+ "source": {
|
|
|
|
|
+ "type": "git",
|
|
|
|
|
+ "url": "https://github.com/sebastianbergmann/php-file-iterator.git",
|
|
|
|
|
+ "reference": "2f3a64888c814fc235386b7387dd5b5ed92ad903"
|
|
|
|
|
+ },
|
|
|
|
|
+ "dist": {
|
|
|
|
|
+ "type": "zip",
|
|
|
|
|
+ "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/2f3a64888c814fc235386b7387dd5b5ed92ad903",
|
|
|
|
|
+ "reference": "2f3a64888c814fc235386b7387dd5b5ed92ad903",
|
|
|
|
|
+ "shasum": ""
|
|
|
|
|
+ },
|
|
|
|
|
+ "require": {
|
|
|
|
|
+ "php": ">=8.2"
|
|
|
|
|
+ },
|
|
|
|
|
+ "require-dev": {
|
|
|
|
|
+ "phpunit/phpunit": "^11.3"
|
|
|
|
|
+ },
|
|
|
|
|
+ "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",
|
|
|
|
|
+ "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/5.1.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/phpunit/php-file-iterator",
|
|
|
|
|
+ "type": "tidelift"
|
|
|
|
|
+ }
|
|
|
|
|
+ ],
|
|
|
|
|
+ "time": "2026-02-02T13:52:54+00:00"
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "name": "phpunit/php-invoker",
|
|
|
|
|
+ "version": "5.0.1",
|
|
|
|
|
+ "source": {
|
|
|
|
|
+ "type": "git",
|
|
|
|
|
+ "url": "https://github.com/sebastianbergmann/php-invoker.git",
|
|
|
|
|
+ "reference": "c1ca3814734c07492b3d4c5f794f4b0995333da2"
|
|
|
|
|
+ },
|
|
|
|
|
+ "dist": {
|
|
|
|
|
+ "type": "zip",
|
|
|
|
|
+ "url": "https://api.github.com/repos/sebastianbergmann/php-invoker/zipball/c1ca3814734c07492b3d4c5f794f4b0995333da2",
|
|
|
|
|
+ "reference": "c1ca3814734c07492b3d4c5f794f4b0995333da2",
|
|
|
|
|
+ "shasum": ""
|
|
|
|
|
+ },
|
|
|
|
|
+ "require": {
|
|
|
|
|
+ "php": ">=8.2"
|
|
|
|
|
+ },
|
|
|
|
|
+ "require-dev": {
|
|
|
|
|
+ "ext-pcntl": "*",
|
|
|
|
|
+ "phpunit/phpunit": "^11.0"
|
|
|
|
|
+ },
|
|
|
|
|
+ "suggest": {
|
|
|
|
|
+ "ext-pcntl": "*"
|
|
|
|
|
+ },
|
|
|
|
|
+ "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",
|
|
|
|
|
+ "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",
|
|
|
|
|
+ "security": "https://github.com/sebastianbergmann/php-invoker/security/policy",
|
|
|
|
|
+ "source": "https://github.com/sebastianbergmann/php-invoker/tree/5.0.1"
|
|
|
|
|
+ },
|
|
|
|
|
+ "funding": [
|
|
|
|
|
+ {
|
|
|
|
|
+ "url": "https://github.com/sebastianbergmann",
|
|
|
|
|
+ "type": "github"
|
|
|
|
|
+ }
|
|
|
|
|
+ ],
|
|
|
|
|
+ "time": "2024-07-03T05:07:44+00:00"
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "name": "phpunit/php-text-template",
|
|
|
|
|
+ "version": "4.0.1",
|
|
|
|
|
+ "source": {
|
|
|
|
|
+ "type": "git",
|
|
|
|
|
+ "url": "https://github.com/sebastianbergmann/php-text-template.git",
|
|
|
|
|
+ "reference": "3e0404dc6b300e6bf56415467ebcb3fe4f33e964"
|
|
|
|
|
+ },
|
|
|
|
|
+ "dist": {
|
|
|
|
|
+ "type": "zip",
|
|
|
|
|
+ "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/3e0404dc6b300e6bf56415467ebcb3fe4f33e964",
|
|
|
|
|
+ "reference": "3e0404dc6b300e6bf56415467ebcb3fe4f33e964",
|
|
|
|
|
+ "shasum": ""
|
|
|
|
|
+ },
|
|
|
|
|
+ "require": {
|
|
|
|
|
+ "php": ">=8.2"
|
|
|
|
|
+ },
|
|
|
|
|
+ "require-dev": {
|
|
|
|
|
+ "phpunit/phpunit": "^11.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": "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/4.0.1"
|
|
|
|
|
+ },
|
|
|
|
|
+ "funding": [
|
|
|
|
|
+ {
|
|
|
|
|
+ "url": "https://github.com/sebastianbergmann",
|
|
|
|
|
+ "type": "github"
|
|
|
|
|
+ }
|
|
|
|
|
+ ],
|
|
|
|
|
+ "time": "2024-07-03T05:08:43+00:00"
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "name": "phpunit/php-timer",
|
|
|
|
|
+ "version": "7.0.1",
|
|
|
|
|
+ "source": {
|
|
|
|
|
+ "type": "git",
|
|
|
|
|
+ "url": "https://github.com/sebastianbergmann/php-timer.git",
|
|
|
|
|
+ "reference": "3b415def83fbcb41f991d9ebf16ae4ad8b7837b3"
|
|
|
|
|
+ },
|
|
|
|
|
+ "dist": {
|
|
|
|
|
+ "type": "zip",
|
|
|
|
|
+ "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/3b415def83fbcb41f991d9ebf16ae4ad8b7837b3",
|
|
|
|
|
+ "reference": "3b415def83fbcb41f991d9ebf16ae4ad8b7837b3",
|
|
|
|
|
+ "shasum": ""
|
|
|
|
|
+ },
|
|
|
|
|
+ "require": {
|
|
|
|
|
+ "php": ">=8.2"
|
|
|
|
|
+ },
|
|
|
|
|
+ "require-dev": {
|
|
|
|
|
+ "phpunit/phpunit": "^11.0"
|
|
|
|
|
+ },
|
|
|
|
|
+ "type": "library",
|
|
|
|
|
+ "extra": {
|
|
|
|
|
+ "branch-alias": {
|
|
|
|
|
+ "dev-main": "7.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",
|
|
|
|
|
+ "security": "https://github.com/sebastianbergmann/php-timer/security/policy",
|
|
|
|
|
+ "source": "https://github.com/sebastianbergmann/php-timer/tree/7.0.1"
|
|
|
|
|
+ },
|
|
|
|
|
+ "funding": [
|
|
|
|
|
+ {
|
|
|
|
|
+ "url": "https://github.com/sebastianbergmann",
|
|
|
|
|
+ "type": "github"
|
|
|
|
|
+ }
|
|
|
|
|
+ ],
|
|
|
|
|
+ "time": "2024-07-03T05:09:35+00:00"
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "name": "phpunit/phpunit",
|
|
|
|
|
+ "version": "11.5.55",
|
|
|
|
|
+ "source": {
|
|
|
|
|
+ "type": "git",
|
|
|
|
|
+ "url": "https://github.com/sebastianbergmann/phpunit.git",
|
|
|
|
|
+ "reference": "adc7262fccc12de2b30f12a8aa0b33775d814f00"
|
|
|
|
|
+ },
|
|
|
|
|
+ "dist": {
|
|
|
|
|
+ "type": "zip",
|
|
|
|
|
+ "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/adc7262fccc12de2b30f12a8aa0b33775d814f00",
|
|
|
|
|
+ "reference": "adc7262fccc12de2b30f12a8aa0b33775d814f00",
|
|
|
|
|
+ "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.2",
|
|
|
|
|
+ "phpunit/php-code-coverage": "^11.0.12",
|
|
|
|
|
+ "phpunit/php-file-iterator": "^5.1.1",
|
|
|
|
|
+ "phpunit/php-invoker": "^5.0.1",
|
|
|
|
|
+ "phpunit/php-text-template": "^4.0.1",
|
|
|
|
|
+ "phpunit/php-timer": "^7.0.1",
|
|
|
|
|
+ "sebastian/cli-parser": "^3.0.2",
|
|
|
|
|
+ "sebastian/code-unit": "^3.0.3",
|
|
|
|
|
+ "sebastian/comparator": "^6.3.3",
|
|
|
|
|
+ "sebastian/diff": "^6.0.2",
|
|
|
|
|
+ "sebastian/environment": "^7.2.1",
|
|
|
|
|
+ "sebastian/exporter": "^6.3.2",
|
|
|
|
|
+ "sebastian/global-state": "^7.0.2",
|
|
|
|
|
+ "sebastian/object-enumerator": "^6.0.1",
|
|
|
|
|
+ "sebastian/recursion-context": "^6.0.3",
|
|
|
|
|
+ "sebastian/type": "^5.1.3",
|
|
|
|
|
+ "sebastian/version": "^5.0.2",
|
|
|
|
|
+ "staabm/side-effects-detector": "^1.0.5"
|
|
|
|
|
+ },
|
|
|
|
|
+ "suggest": {
|
|
|
|
|
+ "ext-soap": "To be able to generate mocks based on WSDL files"
|
|
|
|
|
+ },
|
|
|
|
|
+ "bin": [
|
|
|
|
|
+ "phpunit"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "type": "library",
|
|
|
|
|
+ "extra": {
|
|
|
|
|
+ "branch-alias": {
|
|
|
|
|
+ "dev-main": "11.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/11.5.55"
|
|
|
|
|
+ },
|
|
|
|
|
+ "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-02-18T12:37:06+00:00"
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "name": "react/cache",
|
|
|
|
|
+ "version": "v1.2.0",
|
|
|
|
|
+ "source": {
|
|
|
|
|
+ "type": "git",
|
|
|
|
|
+ "url": "https://github.com/reactphp/cache.git",
|
|
|
|
|
+ "reference": "d47c472b64aa5608225f47965a484b75c7817d5b"
|
|
|
|
|
+ },
|
|
|
|
|
+ "dist": {
|
|
|
|
|
+ "type": "zip",
|
|
|
|
|
+ "url": "https://api.github.com/repos/reactphp/cache/zipball/d47c472b64aa5608225f47965a484b75c7817d5b",
|
|
|
|
|
+ "reference": "d47c472b64aa5608225f47965a484b75c7817d5b",
|
|
|
|
|
+ "shasum": ""
|
|
|
|
|
+ },
|
|
|
|
|
+ "require": {
|
|
|
|
|
+ "php": ">=5.3.0",
|
|
|
|
|
+ "react/promise": "^3.0 || ^2.0 || ^1.1"
|
|
|
|
|
+ },
|
|
|
|
|
+ "require-dev": {
|
|
|
|
|
+ "phpunit/phpunit": "^9.5 || ^5.7 || ^4.8.35"
|
|
|
|
|
+ },
|
|
|
|
|
+ "type": "library",
|
|
|
|
|
+ "autoload": {
|
|
|
|
|
+ "psr-4": {
|
|
|
|
|
+ "React\\Cache\\": "src/"
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
|
|
+ "license": [
|
|
|
|
|
+ "MIT"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "authors": [
|
|
|
|
|
+ {
|
|
|
|
|
+ "name": "Christian Lück",
|
|
|
|
|
+ "email": "christian@clue.engineering",
|
|
|
|
|
+ "homepage": "https://clue.engineering/"
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "name": "Cees-Jan Kiewiet",
|
|
|
|
|
+ "email": "reactphp@ceesjankiewiet.nl",
|
|
|
|
|
+ "homepage": "https://wyrihaximus.net/"
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "name": "Jan Sorgalla",
|
|
|
|
|
+ "email": "jsorgalla@gmail.com",
|
|
|
|
|
+ "homepage": "https://sorgalla.com/"
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "name": "Chris Boden",
|
|
|
|
|
+ "email": "cboden@gmail.com",
|
|
|
|
|
+ "homepage": "https://cboden.dev/"
|
|
|
|
|
+ }
|
|
|
|
|
+ ],
|
|
|
|
|
+ "description": "Async, Promise-based cache interface for ReactPHP",
|
|
|
|
|
+ "keywords": [
|
|
|
|
|
+ "cache",
|
|
|
|
|
+ "caching",
|
|
|
|
|
+ "promise",
|
|
|
|
|
+ "reactphp"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "support": {
|
|
|
|
|
+ "issues": "https://github.com/reactphp/cache/issues",
|
|
|
|
|
+ "source": "https://github.com/reactphp/cache/tree/v1.2.0"
|
|
|
|
|
+ },
|
|
|
|
|
+ "funding": [
|
|
|
|
|
+ {
|
|
|
|
|
+ "url": "https://opencollective.com/reactphp",
|
|
|
|
|
+ "type": "open_collective"
|
|
|
|
|
+ }
|
|
|
|
|
+ ],
|
|
|
|
|
+ "time": "2022-11-30T15:59:55+00:00"
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "name": "react/child-process",
|
|
|
|
|
+ "version": "v0.6.7",
|
|
|
|
|
+ "source": {
|
|
|
|
|
+ "type": "git",
|
|
|
|
|
+ "url": "https://github.com/reactphp/child-process.git",
|
|
|
|
|
+ "reference": "970f0e71945556422ee4570ccbabaedc3cf04ad3"
|
|
|
|
|
+ },
|
|
|
|
|
+ "dist": {
|
|
|
|
|
+ "type": "zip",
|
|
|
|
|
+ "url": "https://api.github.com/repos/reactphp/child-process/zipball/970f0e71945556422ee4570ccbabaedc3cf04ad3",
|
|
|
|
|
+ "reference": "970f0e71945556422ee4570ccbabaedc3cf04ad3",
|
|
|
|
|
+ "shasum": ""
|
|
|
|
|
+ },
|
|
|
|
|
+ "require": {
|
|
|
|
|
+ "evenement/evenement": "^3.0 || ^2.0 || ^1.0",
|
|
|
|
|
+ "php": ">=5.3.0",
|
|
|
|
|
+ "react/event-loop": "^1.2",
|
|
|
|
|
+ "react/stream": "^1.4"
|
|
|
|
|
+ },
|
|
|
|
|
+ "require-dev": {
|
|
|
|
|
+ "phpunit/phpunit": "^9.6 || ^5.7 || ^4.8.36",
|
|
|
|
|
+ "react/socket": "^1.16",
|
|
|
|
|
+ "sebastian/environment": "^5.0 || ^3.0 || ^2.0 || ^1.0"
|
|
|
|
|
+ },
|
|
|
|
|
+ "type": "library",
|
|
|
|
|
+ "autoload": {
|
|
|
|
|
+ "psr-4": {
|
|
|
|
|
+ "React\\ChildProcess\\": "src/"
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
|
|
+ "license": [
|
|
|
|
|
+ "MIT"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "authors": [
|
|
|
|
|
+ {
|
|
|
|
|
+ "name": "Christian Lück",
|
|
|
|
|
+ "email": "christian@clue.engineering",
|
|
|
|
|
+ "homepage": "https://clue.engineering/"
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "name": "Cees-Jan Kiewiet",
|
|
|
|
|
+ "email": "reactphp@ceesjankiewiet.nl",
|
|
|
|
|
+ "homepage": "https://wyrihaximus.net/"
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "name": "Jan Sorgalla",
|
|
|
|
|
+ "email": "jsorgalla@gmail.com",
|
|
|
|
|
+ "homepage": "https://sorgalla.com/"
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "name": "Chris Boden",
|
|
|
|
|
+ "email": "cboden@gmail.com",
|
|
|
|
|
+ "homepage": "https://cboden.dev/"
|
|
|
|
|
+ }
|
|
|
|
|
+ ],
|
|
|
|
|
+ "description": "Event-driven library for executing child processes with ReactPHP.",
|
|
|
|
|
+ "keywords": [
|
|
|
|
|
+ "event-driven",
|
|
|
|
|
+ "process",
|
|
|
|
|
+ "reactphp"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "support": {
|
|
|
|
|
+ "issues": "https://github.com/reactphp/child-process/issues",
|
|
|
|
|
+ "source": "https://github.com/reactphp/child-process/tree/v0.6.7"
|
|
|
|
|
+ },
|
|
|
|
|
+ "funding": [
|
|
|
|
|
+ {
|
|
|
|
|
+ "url": "https://opencollective.com/reactphp",
|
|
|
|
|
+ "type": "open_collective"
|
|
|
|
|
+ }
|
|
|
|
|
+ ],
|
|
|
|
|
+ "time": "2025-12-23T15:25:20+00:00"
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "name": "react/dns",
|
|
|
|
|
+ "version": "v1.14.0",
|
|
|
|
|
+ "source": {
|
|
|
|
|
+ "type": "git",
|
|
|
|
|
+ "url": "https://github.com/reactphp/dns.git",
|
|
|
|
|
+ "reference": "7562c05391f42701c1fccf189c8225fece1cd7c3"
|
|
|
|
|
+ },
|
|
|
|
|
+ "dist": {
|
|
|
|
|
+ "type": "zip",
|
|
|
|
|
+ "url": "https://api.github.com/repos/reactphp/dns/zipball/7562c05391f42701c1fccf189c8225fece1cd7c3",
|
|
|
|
|
+ "reference": "7562c05391f42701c1fccf189c8225fece1cd7c3",
|
|
|
|
|
+ "shasum": ""
|
|
|
|
|
+ },
|
|
|
|
|
+ "require": {
|
|
|
|
|
+ "php": ">=5.3.0",
|
|
|
|
|
+ "react/cache": "^1.0 || ^0.6 || ^0.5",
|
|
|
|
|
+ "react/event-loop": "^1.2",
|
|
|
|
|
+ "react/promise": "^3.2 || ^2.7 || ^1.2.1"
|
|
|
|
|
+ },
|
|
|
|
|
+ "require-dev": {
|
|
|
|
|
+ "phpunit/phpunit": "^9.6 || ^5.7 || ^4.8.36",
|
|
|
|
|
+ "react/async": "^4.3 || ^3 || ^2",
|
|
|
|
|
+ "react/promise-timer": "^1.11"
|
|
|
|
|
+ },
|
|
|
|
|
+ "type": "library",
|
|
|
|
|
+ "autoload": {
|
|
|
|
|
+ "psr-4": {
|
|
|
|
|
+ "React\\Dns\\": "src/"
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
|
|
+ "license": [
|
|
|
|
|
+ "MIT"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "authors": [
|
|
|
|
|
+ {
|
|
|
|
|
+ "name": "Christian Lück",
|
|
|
|
|
+ "email": "christian@clue.engineering",
|
|
|
|
|
+ "homepage": "https://clue.engineering/"
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "name": "Cees-Jan Kiewiet",
|
|
|
|
|
+ "email": "reactphp@ceesjankiewiet.nl",
|
|
|
|
|
+ "homepage": "https://wyrihaximus.net/"
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "name": "Jan Sorgalla",
|
|
|
|
|
+ "email": "jsorgalla@gmail.com",
|
|
|
|
|
+ "homepage": "https://sorgalla.com/"
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "name": "Chris Boden",
|
|
|
|
|
+ "email": "cboden@gmail.com",
|
|
|
|
|
+ "homepage": "https://cboden.dev/"
|
|
|
|
|
+ }
|
|
|
|
|
+ ],
|
|
|
|
|
+ "description": "Async DNS resolver for ReactPHP",
|
|
|
|
|
+ "keywords": [
|
|
|
|
|
+ "async",
|
|
|
|
|
+ "dns",
|
|
|
|
|
+ "dns-resolver",
|
|
|
|
|
+ "reactphp"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "support": {
|
|
|
|
|
+ "issues": "https://github.com/reactphp/dns/issues",
|
|
|
|
|
+ "source": "https://github.com/reactphp/dns/tree/v1.14.0"
|
|
|
|
|
+ },
|
|
|
|
|
+ "funding": [
|
|
|
|
|
+ {
|
|
|
|
|
+ "url": "https://opencollective.com/reactphp",
|
|
|
|
|
+ "type": "open_collective"
|
|
|
|
|
+ }
|
|
|
|
|
+ ],
|
|
|
|
|
+ "time": "2025-11-18T19:34:28+00:00"
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "name": "react/event-loop",
|
|
|
|
|
+ "version": "v1.6.0",
|
|
|
|
|
+ "source": {
|
|
|
|
|
+ "type": "git",
|
|
|
|
|
+ "url": "https://github.com/reactphp/event-loop.git",
|
|
|
|
|
+ "reference": "ba276bda6083df7e0050fd9b33f66ad7a4ac747a"
|
|
|
|
|
+ },
|
|
|
|
|
+ "dist": {
|
|
|
|
|
+ "type": "zip",
|
|
|
|
|
+ "url": "https://api.github.com/repos/reactphp/event-loop/zipball/ba276bda6083df7e0050fd9b33f66ad7a4ac747a",
|
|
|
|
|
+ "reference": "ba276bda6083df7e0050fd9b33f66ad7a4ac747a",
|
|
|
|
|
+ "shasum": ""
|
|
|
|
|
+ },
|
|
|
|
|
+ "require": {
|
|
|
|
|
+ "php": ">=5.3.0"
|
|
|
|
|
+ },
|
|
|
|
|
+ "require-dev": {
|
|
|
|
|
+ "phpunit/phpunit": "^9.6 || ^5.7 || ^4.8.36"
|
|
|
|
|
+ },
|
|
|
|
|
+ "suggest": {
|
|
|
|
|
+ "ext-pcntl": "For signal handling support when using the StreamSelectLoop"
|
|
|
|
|
+ },
|
|
|
|
|
+ "type": "library",
|
|
|
|
|
+ "autoload": {
|
|
|
|
|
+ "psr-4": {
|
|
|
|
|
+ "React\\EventLoop\\": "src/"
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
|
|
+ "license": [
|
|
|
|
|
+ "MIT"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "authors": [
|
|
|
|
|
+ {
|
|
|
|
|
+ "name": "Christian Lück",
|
|
|
|
|
+ "email": "christian@clue.engineering",
|
|
|
|
|
+ "homepage": "https://clue.engineering/"
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "name": "Cees-Jan Kiewiet",
|
|
|
|
|
+ "email": "reactphp@ceesjankiewiet.nl",
|
|
|
|
|
+ "homepage": "https://wyrihaximus.net/"
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "name": "Jan Sorgalla",
|
|
|
|
|
+ "email": "jsorgalla@gmail.com",
|
|
|
|
|
+ "homepage": "https://sorgalla.com/"
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "name": "Chris Boden",
|
|
|
|
|
+ "email": "cboden@gmail.com",
|
|
|
|
|
+ "homepage": "https://cboden.dev/"
|
|
|
|
|
+ }
|
|
|
|
|
+ ],
|
|
|
|
|
+ "description": "ReactPHP's core reactor event loop that libraries can use for evented I/O.",
|
|
|
|
|
+ "keywords": [
|
|
|
|
|
+ "asynchronous",
|
|
|
|
|
+ "event-loop"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "support": {
|
|
|
|
|
+ "issues": "https://github.com/reactphp/event-loop/issues",
|
|
|
|
|
+ "source": "https://github.com/reactphp/event-loop/tree/v1.6.0"
|
|
|
|
|
+ },
|
|
|
|
|
+ "funding": [
|
|
|
|
|
+ {
|
|
|
|
|
+ "url": "https://opencollective.com/reactphp",
|
|
|
|
|
+ "type": "open_collective"
|
|
|
|
|
+ }
|
|
|
|
|
+ ],
|
|
|
|
|
+ "time": "2025-11-17T20:46:25+00:00"
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "name": "react/promise",
|
|
|
|
|
+ "version": "v3.3.0",
|
|
|
|
|
+ "source": {
|
|
|
|
|
+ "type": "git",
|
|
|
|
|
+ "url": "https://github.com/reactphp/promise.git",
|
|
|
|
|
+ "reference": "23444f53a813a3296c1368bb104793ce8d88f04a"
|
|
|
|
|
+ },
|
|
|
|
|
+ "dist": {
|
|
|
|
|
+ "type": "zip",
|
|
|
|
|
+ "url": "https://api.github.com/repos/reactphp/promise/zipball/23444f53a813a3296c1368bb104793ce8d88f04a",
|
|
|
|
|
+ "reference": "23444f53a813a3296c1368bb104793ce8d88f04a",
|
|
|
|
|
+ "shasum": ""
|
|
|
|
|
+ },
|
|
|
|
|
+ "require": {
|
|
|
|
|
+ "php": ">=7.1.0"
|
|
|
|
|
+ },
|
|
|
|
|
+ "require-dev": {
|
|
|
|
|
+ "phpstan/phpstan": "1.12.28 || 1.4.10",
|
|
|
|
|
+ "phpunit/phpunit": "^9.6 || ^7.5"
|
|
|
|
|
+ },
|
|
|
|
|
+ "type": "library",
|
|
|
|
|
+ "autoload": {
|
|
|
|
|
+ "files": [
|
|
|
|
|
+ "src/functions_include.php"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "psr-4": {
|
|
|
|
|
+ "React\\Promise\\": "src/"
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
|
|
+ "license": [
|
|
|
|
|
+ "MIT"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "authors": [
|
|
|
|
|
+ {
|
|
|
|
|
+ "name": "Jan Sorgalla",
|
|
|
|
|
+ "email": "jsorgalla@gmail.com",
|
|
|
|
|
+ "homepage": "https://sorgalla.com/"
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "name": "Christian Lück",
|
|
|
|
|
+ "email": "christian@clue.engineering",
|
|
|
|
|
+ "homepage": "https://clue.engineering/"
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "name": "Cees-Jan Kiewiet",
|
|
|
|
|
+ "email": "reactphp@ceesjankiewiet.nl",
|
|
|
|
|
+ "homepage": "https://wyrihaximus.net/"
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "name": "Chris Boden",
|
|
|
|
|
+ "email": "cboden@gmail.com",
|
|
|
|
|
+ "homepage": "https://cboden.dev/"
|
|
|
|
|
+ }
|
|
|
|
|
+ ],
|
|
|
|
|
+ "description": "A lightweight implementation of CommonJS Promises/A for PHP",
|
|
|
|
|
+ "keywords": [
|
|
|
|
|
+ "promise",
|
|
|
|
|
+ "promises"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "support": {
|
|
|
|
|
+ "issues": "https://github.com/reactphp/promise/issues",
|
|
|
|
|
+ "source": "https://github.com/reactphp/promise/tree/v3.3.0"
|
|
|
|
|
+ },
|
|
|
|
|
+ "funding": [
|
|
|
|
|
+ {
|
|
|
|
|
+ "url": "https://opencollective.com/reactphp",
|
|
|
|
|
+ "type": "open_collective"
|
|
|
|
|
+ }
|
|
|
|
|
+ ],
|
|
|
|
|
+ "time": "2025-08-19T18:57:03+00:00"
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "name": "react/socket",
|
|
|
|
|
+ "version": "v1.17.0",
|
|
|
|
|
+ "source": {
|
|
|
|
|
+ "type": "git",
|
|
|
|
|
+ "url": "https://github.com/reactphp/socket.git",
|
|
|
|
|
+ "reference": "ef5b17b81f6f60504c539313f94f2d826c5faa08"
|
|
|
|
|
+ },
|
|
|
|
|
+ "dist": {
|
|
|
|
|
+ "type": "zip",
|
|
|
|
|
+ "url": "https://api.github.com/repos/reactphp/socket/zipball/ef5b17b81f6f60504c539313f94f2d826c5faa08",
|
|
|
|
|
+ "reference": "ef5b17b81f6f60504c539313f94f2d826c5faa08",
|
|
|
|
|
+ "shasum": ""
|
|
|
|
|
+ },
|
|
|
|
|
+ "require": {
|
|
|
|
|
+ "evenement/evenement": "^3.0 || ^2.0 || ^1.0",
|
|
|
|
|
+ "php": ">=5.3.0",
|
|
|
|
|
+ "react/dns": "^1.13",
|
|
|
|
|
+ "react/event-loop": "^1.2",
|
|
|
|
|
+ "react/promise": "^3.2 || ^2.6 || ^1.2.1",
|
|
|
|
|
+ "react/stream": "^1.4"
|
|
|
|
|
+ },
|
|
|
|
|
+ "require-dev": {
|
|
|
|
|
+ "phpunit/phpunit": "^9.6 || ^5.7 || ^4.8.36",
|
|
|
|
|
+ "react/async": "^4.3 || ^3.3 || ^2",
|
|
|
|
|
+ "react/promise-stream": "^1.4",
|
|
|
|
|
+ "react/promise-timer": "^1.11"
|
|
|
|
|
+ },
|
|
|
|
|
+ "type": "library",
|
|
|
|
|
+ "autoload": {
|
|
|
|
|
+ "psr-4": {
|
|
|
|
|
+ "React\\Socket\\": "src/"
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
|
|
+ "license": [
|
|
|
|
|
+ "MIT"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "authors": [
|
|
|
|
|
+ {
|
|
|
|
|
+ "name": "Christian Lück",
|
|
|
|
|
+ "email": "christian@clue.engineering",
|
|
|
|
|
+ "homepage": "https://clue.engineering/"
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "name": "Cees-Jan Kiewiet",
|
|
|
|
|
+ "email": "reactphp@ceesjankiewiet.nl",
|
|
|
|
|
+ "homepage": "https://wyrihaximus.net/"
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "name": "Jan Sorgalla",
|
|
|
|
|
+ "email": "jsorgalla@gmail.com",
|
|
|
|
|
+ "homepage": "https://sorgalla.com/"
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "name": "Chris Boden",
|
|
|
|
|
+ "email": "cboden@gmail.com",
|
|
|
|
|
+ "homepage": "https://cboden.dev/"
|
|
|
|
|
+ }
|
|
|
|
|
+ ],
|
|
|
|
|
+ "description": "Async, streaming plaintext TCP/IP and secure TLS socket server and client connections for ReactPHP",
|
|
|
|
|
+ "keywords": [
|
|
|
|
|
+ "Connection",
|
|
|
|
|
+ "Socket",
|
|
|
|
|
+ "async",
|
|
|
|
|
+ "reactphp",
|
|
|
|
|
+ "stream"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "support": {
|
|
|
|
|
+ "issues": "https://github.com/reactphp/socket/issues",
|
|
|
|
|
+ "source": "https://github.com/reactphp/socket/tree/v1.17.0"
|
|
|
|
|
+ },
|
|
|
|
|
+ "funding": [
|
|
|
|
|
+ {
|
|
|
|
|
+ "url": "https://opencollective.com/reactphp",
|
|
|
|
|
+ "type": "open_collective"
|
|
|
|
|
+ }
|
|
|
|
|
+ ],
|
|
|
|
|
+ "time": "2025-11-19T20:47:34+00:00"
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "name": "react/stream",
|
|
|
|
|
+ "version": "v1.4.0",
|
|
|
|
|
+ "source": {
|
|
|
|
|
+ "type": "git",
|
|
|
|
|
+ "url": "https://github.com/reactphp/stream.git",
|
|
|
|
|
+ "reference": "1e5b0acb8fe55143b5b426817155190eb6f5b18d"
|
|
|
|
|
+ },
|
|
|
|
|
+ "dist": {
|
|
|
|
|
+ "type": "zip",
|
|
|
|
|
+ "url": "https://api.github.com/repos/reactphp/stream/zipball/1e5b0acb8fe55143b5b426817155190eb6f5b18d",
|
|
|
|
|
+ "reference": "1e5b0acb8fe55143b5b426817155190eb6f5b18d",
|
|
|
|
|
+ "shasum": ""
|
|
|
|
|
+ },
|
|
|
|
|
+ "require": {
|
|
|
|
|
+ "evenement/evenement": "^3.0 || ^2.0 || ^1.0",
|
|
|
|
|
+ "php": ">=5.3.8",
|
|
|
|
|
+ "react/event-loop": "^1.2"
|
|
|
|
|
+ },
|
|
|
|
|
+ "require-dev": {
|
|
|
|
|
+ "clue/stream-filter": "~1.2",
|
|
|
|
|
+ "phpunit/phpunit": "^9.6 || ^5.7 || ^4.8.36"
|
|
|
|
|
+ },
|
|
|
|
|
+ "type": "library",
|
|
|
|
|
+ "autoload": {
|
|
|
|
|
+ "psr-4": {
|
|
|
|
|
+ "React\\Stream\\": "src/"
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
|
|
+ "license": [
|
|
|
|
|
+ "MIT"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "authors": [
|
|
|
|
|
+ {
|
|
|
|
|
+ "name": "Christian Lück",
|
|
|
|
|
+ "email": "christian@clue.engineering",
|
|
|
|
|
+ "homepage": "https://clue.engineering/"
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "name": "Cees-Jan Kiewiet",
|
|
|
|
|
+ "email": "reactphp@ceesjankiewiet.nl",
|
|
|
|
|
+ "homepage": "https://wyrihaximus.net/"
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "name": "Jan Sorgalla",
|
|
|
|
|
+ "email": "jsorgalla@gmail.com",
|
|
|
|
|
+ "homepage": "https://sorgalla.com/"
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "name": "Chris Boden",
|
|
|
|
|
+ "email": "cboden@gmail.com",
|
|
|
|
|
+ "homepage": "https://cboden.dev/"
|
|
|
|
|
+ }
|
|
|
|
|
+ ],
|
|
|
|
|
+ "description": "Event-driven readable and writable streams for non-blocking I/O in ReactPHP",
|
|
|
|
|
+ "keywords": [
|
|
|
|
|
+ "event-driven",
|
|
|
|
|
+ "io",
|
|
|
|
|
+ "non-blocking",
|
|
|
|
|
+ "pipe",
|
|
|
|
|
+ "reactphp",
|
|
|
|
|
+ "readable",
|
|
|
|
|
+ "stream",
|
|
|
|
|
+ "writable"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "support": {
|
|
|
|
|
+ "issues": "https://github.com/reactphp/stream/issues",
|
|
|
|
|
+ "source": "https://github.com/reactphp/stream/tree/v1.4.0"
|
|
|
|
|
+ },
|
|
|
|
|
+ "funding": [
|
|
|
|
|
+ {
|
|
|
|
|
+ "url": "https://opencollective.com/reactphp",
|
|
|
|
|
+ "type": "open_collective"
|
|
|
|
|
+ }
|
|
|
|
|
+ ],
|
|
|
|
|
+ "time": "2024-06-11T12:45:25+00:00"
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "name": "sebastian/cli-parser",
|
|
|
|
|
+ "version": "3.0.2",
|
|
|
|
|
+ "source": {
|
|
|
|
|
+ "type": "git",
|
|
|
|
|
+ "url": "https://github.com/sebastianbergmann/cli-parser.git",
|
|
|
|
|
+ "reference": "15c5dd40dc4f38794d383bb95465193f5e0ae180"
|
|
|
|
|
+ },
|
|
|
|
|
+ "dist": {
|
|
|
|
|
+ "type": "zip",
|
|
|
|
|
+ "url": "https://api.github.com/repos/sebastianbergmann/cli-parser/zipball/15c5dd40dc4f38794d383bb95465193f5e0ae180",
|
|
|
|
|
+ "reference": "15c5dd40dc4f38794d383bb95465193f5e0ae180",
|
|
|
|
|
+ "shasum": ""
|
|
|
|
|
+ },
|
|
|
|
|
+ "require": {
|
|
|
|
|
+ "php": ">=8.2"
|
|
|
|
|
+ },
|
|
|
|
|
+ "require-dev": {
|
|
|
|
|
+ "phpunit/phpunit": "^11.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": "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/3.0.2"
|
|
|
|
|
+ },
|
|
|
|
|
+ "funding": [
|
|
|
|
|
+ {
|
|
|
|
|
+ "url": "https://github.com/sebastianbergmann",
|
|
|
|
|
+ "type": "github"
|
|
|
|
|
+ }
|
|
|
|
|
+ ],
|
|
|
|
|
+ "time": "2024-07-03T04:41:36+00:00"
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "name": "sebastian/code-unit",
|
|
|
|
|
+ "version": "3.0.3",
|
|
|
|
|
+ "source": {
|
|
|
|
|
+ "type": "git",
|
|
|
|
|
+ "url": "https://github.com/sebastianbergmann/code-unit.git",
|
|
|
|
|
+ "reference": "54391c61e4af8078e5b276ab082b6d3c54c9ad64"
|
|
|
|
|
+ },
|
|
|
|
|
+ "dist": {
|
|
|
|
|
+ "type": "zip",
|
|
|
|
|
+ "url": "https://api.github.com/repos/sebastianbergmann/code-unit/zipball/54391c61e4af8078e5b276ab082b6d3c54c9ad64",
|
|
|
|
|
+ "reference": "54391c61e4af8078e5b276ab082b6d3c54c9ad64",
|
|
|
|
|
+ "shasum": ""
|
|
|
|
|
+ },
|
|
|
|
|
+ "require": {
|
|
|
|
|
+ "php": ">=8.2"
|
|
|
|
|
+ },
|
|
|
|
|
+ "require-dev": {
|
|
|
|
|
+ "phpunit/phpunit": "^11.5"
|
|
|
|
|
+ },
|
|
|
|
|
+ "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": "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",
|
|
|
|
|
+ "security": "https://github.com/sebastianbergmann/code-unit/security/policy",
|
|
|
|
|
+ "source": "https://github.com/sebastianbergmann/code-unit/tree/3.0.3"
|
|
|
|
|
+ },
|
|
|
|
|
+ "funding": [
|
|
|
|
|
+ {
|
|
|
|
|
+ "url": "https://github.com/sebastianbergmann",
|
|
|
|
|
+ "type": "github"
|
|
|
|
|
+ }
|
|
|
|
|
+ ],
|
|
|
|
|
+ "time": "2025-03-19T07:56:08+00:00"
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "name": "sebastian/code-unit-reverse-lookup",
|
|
|
|
|
+ "version": "4.0.1",
|
|
|
|
|
+ "source": {
|
|
|
|
|
+ "type": "git",
|
|
|
|
|
+ "url": "https://github.com/sebastianbergmann/code-unit-reverse-lookup.git",
|
|
|
|
|
+ "reference": "183a9b2632194febd219bb9246eee421dad8d45e"
|
|
|
|
|
+ },
|
|
|
|
|
+ "dist": {
|
|
|
|
|
+ "type": "zip",
|
|
|
|
|
+ "url": "https://api.github.com/repos/sebastianbergmann/code-unit-reverse-lookup/zipball/183a9b2632194febd219bb9246eee421dad8d45e",
|
|
|
|
|
+ "reference": "183a9b2632194febd219bb9246eee421dad8d45e",
|
|
|
|
|
+ "shasum": ""
|
|
|
|
|
+ },
|
|
|
|
|
+ "require": {
|
|
|
|
|
+ "php": ">=8.2"
|
|
|
|
|
+ },
|
|
|
|
|
+ "require-dev": {
|
|
|
|
|
+ "phpunit/phpunit": "^11.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"
|
|
|
|
|
+ }
|
|
|
|
|
+ ],
|
|
|
|
|
+ "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",
|
|
|
|
|
+ "security": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/security/policy",
|
|
|
|
|
+ "source": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/tree/4.0.1"
|
|
|
|
|
+ },
|
|
|
|
|
+ "funding": [
|
|
|
|
|
+ {
|
|
|
|
|
+ "url": "https://github.com/sebastianbergmann",
|
|
|
|
|
+ "type": "github"
|
|
|
|
|
+ }
|
|
|
|
|
+ ],
|
|
|
|
|
+ "time": "2024-07-03T04:45:54+00:00"
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "name": "sebastian/comparator",
|
|
|
|
|
+ "version": "6.3.3",
|
|
|
|
|
+ "source": {
|
|
|
|
|
+ "type": "git",
|
|
|
|
|
+ "url": "https://github.com/sebastianbergmann/comparator.git",
|
|
|
|
|
+ "reference": "2c95e1e86cb8dd41beb8d502057d1081ccc8eca9"
|
|
|
|
|
+ },
|
|
|
|
|
+ "dist": {
|
|
|
|
|
+ "type": "zip",
|
|
|
|
|
+ "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/2c95e1e86cb8dd41beb8d502057d1081ccc8eca9",
|
|
|
|
|
+ "reference": "2c95e1e86cb8dd41beb8d502057d1081ccc8eca9",
|
|
|
|
|
+ "shasum": ""
|
|
|
|
|
+ },
|
|
|
|
|
+ "require": {
|
|
|
|
|
+ "ext-dom": "*",
|
|
|
|
|
+ "ext-mbstring": "*",
|
|
|
|
|
+ "php": ">=8.2",
|
|
|
|
|
+ "sebastian/diff": "^6.0",
|
|
|
|
|
+ "sebastian/exporter": "^6.0"
|
|
|
|
|
+ },
|
|
|
|
|
+ "require-dev": {
|
|
|
|
|
+ "phpunit/phpunit": "^11.4"
|
|
|
|
|
+ },
|
|
|
|
|
+ "suggest": {
|
|
|
|
|
+ "ext-bcmath": "For comparing BcMath\\Number objects"
|
|
|
|
|
+ },
|
|
|
|
|
+ "type": "library",
|
|
|
|
|
+ "extra": {
|
|
|
|
|
+ "branch-alias": {
|
|
|
|
|
+ "dev-main": "6.3-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/6.3.3"
|
|
|
|
|
+ },
|
|
|
|
|
+ "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:26:40+00:00"
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "name": "sebastian/complexity",
|
|
|
|
|
+ "version": "4.0.1",
|
|
|
|
|
+ "source": {
|
|
|
|
|
+ "type": "git",
|
|
|
|
|
+ "url": "https://github.com/sebastianbergmann/complexity.git",
|
|
|
|
|
+ "reference": "ee41d384ab1906c68852636b6de493846e13e5a0"
|
|
|
|
|
+ },
|
|
|
|
|
+ "dist": {
|
|
|
|
|
+ "type": "zip",
|
|
|
|
|
+ "url": "https://api.github.com/repos/sebastianbergmann/complexity/zipball/ee41d384ab1906c68852636b6de493846e13e5a0",
|
|
|
|
|
+ "reference": "ee41d384ab1906c68852636b6de493846e13e5a0",
|
|
|
|
|
+ "shasum": ""
|
|
|
|
|
+ },
|
|
|
|
|
+ "require": {
|
|
|
|
|
+ "nikic/php-parser": "^5.0",
|
|
|
|
|
+ "php": ">=8.2"
|
|
|
|
|
+ },
|
|
|
|
|
+ "require-dev": {
|
|
|
|
|
+ "phpunit/phpunit": "^11.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": "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/4.0.1"
|
|
|
|
|
+ },
|
|
|
|
|
+ "funding": [
|
|
|
|
|
+ {
|
|
|
|
|
+ "url": "https://github.com/sebastianbergmann",
|
|
|
|
|
+ "type": "github"
|
|
|
|
|
+ }
|
|
|
|
|
+ ],
|
|
|
|
|
+ "time": "2024-07-03T04:49:50+00:00"
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "name": "sebastian/diff",
|
|
|
|
|
+ "version": "6.0.2",
|
|
|
|
|
+ "source": {
|
|
|
|
|
+ "type": "git",
|
|
|
|
|
+ "url": "https://github.com/sebastianbergmann/diff.git",
|
|
|
|
|
+ "reference": "b4ccd857127db5d41a5b676f24b51371d76d8544"
|
|
|
|
|
+ },
|
|
|
|
|
+ "dist": {
|
|
|
|
|
+ "type": "zip",
|
|
|
|
|
+ "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/b4ccd857127db5d41a5b676f24b51371d76d8544",
|
|
|
|
|
+ "reference": "b4ccd857127db5d41a5b676f24b51371d76d8544",
|
|
|
|
|
+ "shasum": ""
|
|
|
|
|
+ },
|
|
|
|
|
+ "require": {
|
|
|
|
|
+ "php": ">=8.2"
|
|
|
|
|
+ },
|
|
|
|
|
+ "require-dev": {
|
|
|
|
|
+ "phpunit/phpunit": "^11.0",
|
|
|
|
|
+ "symfony/process": "^4.2 || ^5"
|
|
|
|
|
+ },
|
|
|
|
|
+ "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"
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "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/6.0.2"
|
|
|
|
|
+ },
|
|
|
|
|
+ "funding": [
|
|
|
|
|
+ {
|
|
|
|
|
+ "url": "https://github.com/sebastianbergmann",
|
|
|
|
|
+ "type": "github"
|
|
|
|
|
+ }
|
|
|
|
|
+ ],
|
|
|
|
|
+ "time": "2024-07-03T04:53:05+00:00"
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "name": "sebastian/environment",
|
|
|
|
|
+ "version": "7.2.1",
|
|
|
|
|
+ "source": {
|
|
|
|
|
+ "type": "git",
|
|
|
|
|
+ "url": "https://github.com/sebastianbergmann/environment.git",
|
|
|
|
|
+ "reference": "a5c75038693ad2e8d4b6c15ba2403532647830c4"
|
|
|
|
|
+ },
|
|
|
|
|
+ "dist": {
|
|
|
|
|
+ "type": "zip",
|
|
|
|
|
+ "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/a5c75038693ad2e8d4b6c15ba2403532647830c4",
|
|
|
|
|
+ "reference": "a5c75038693ad2e8d4b6c15ba2403532647830c4",
|
|
|
|
|
+ "shasum": ""
|
|
|
|
|
+ },
|
|
|
|
|
+ "require": {
|
|
|
|
|
+ "php": ">=8.2"
|
|
|
|
|
+ },
|
|
|
|
|
+ "require-dev": {
|
|
|
|
|
+ "phpunit/phpunit": "^11.3"
|
|
|
|
|
+ },
|
|
|
|
|
+ "suggest": {
|
|
|
|
|
+ "ext-posix": "*"
|
|
|
|
|
+ },
|
|
|
|
|
+ "type": "library",
|
|
|
|
|
+ "extra": {
|
|
|
|
|
+ "branch-alias": {
|
|
|
|
|
+ "dev-main": "7.2-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/7.2.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/environment",
|
|
|
|
|
+ "type": "tidelift"
|
|
|
|
|
+ }
|
|
|
|
|
+ ],
|
|
|
|
|
+ "time": "2025-05-21T11:55:47+00:00"
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "name": "sebastian/exporter",
|
|
|
|
|
+ "version": "6.3.2",
|
|
|
|
|
+ "source": {
|
|
|
|
|
+ "type": "git",
|
|
|
|
|
+ "url": "https://github.com/sebastianbergmann/exporter.git",
|
|
|
|
|
+ "reference": "70a298763b40b213ec087c51c739efcaa90bcd74"
|
|
|
|
|
+ },
|
|
|
|
|
+ "dist": {
|
|
|
|
|
+ "type": "zip",
|
|
|
|
|
+ "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/70a298763b40b213ec087c51c739efcaa90bcd74",
|
|
|
|
|
+ "reference": "70a298763b40b213ec087c51c739efcaa90bcd74",
|
|
|
|
|
+ "shasum": ""
|
|
|
|
|
+ },
|
|
|
|
|
+ "require": {
|
|
|
|
|
+ "ext-mbstring": "*",
|
|
|
|
|
+ "php": ">=8.2",
|
|
|
|
|
+ "sebastian/recursion-context": "^6.0"
|
|
|
|
|
+ },
|
|
|
|
|
+ "require-dev": {
|
|
|
|
|
+ "phpunit/phpunit": "^11.3"
|
|
|
|
|
+ },
|
|
|
|
|
+ "type": "library",
|
|
|
|
|
+ "extra": {
|
|
|
|
|
+ "branch-alias": {
|
|
|
|
|
+ "dev-main": "6.3-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/6.3.2"
|
|
|
|
|
+ },
|
|
|
|
|
+ "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:12:51+00:00"
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "name": "sebastian/global-state",
|
|
|
|
|
+ "version": "7.0.2",
|
|
|
|
|
+ "source": {
|
|
|
|
|
+ "type": "git",
|
|
|
|
|
+ "url": "https://github.com/sebastianbergmann/global-state.git",
|
|
|
|
|
+ "reference": "3be331570a721f9a4b5917f4209773de17f747d7"
|
|
|
|
|
+ },
|
|
|
|
|
+ "dist": {
|
|
|
|
|
+ "type": "zip",
|
|
|
|
|
+ "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/3be331570a721f9a4b5917f4209773de17f747d7",
|
|
|
|
|
+ "reference": "3be331570a721f9a4b5917f4209773de17f747d7",
|
|
|
|
|
+ "shasum": ""
|
|
|
|
|
+ },
|
|
|
|
|
+ "require": {
|
|
|
|
|
+ "php": ">=8.2",
|
|
|
|
|
+ "sebastian/object-reflector": "^4.0",
|
|
|
|
|
+ "sebastian/recursion-context": "^6.0"
|
|
|
|
|
+ },
|
|
|
|
|
+ "require-dev": {
|
|
|
|
|
+ "ext-dom": "*",
|
|
|
|
|
+ "phpunit/phpunit": "^11.0"
|
|
|
|
|
+ },
|
|
|
|
|
+ "type": "library",
|
|
|
|
|
+ "extra": {
|
|
|
|
|
+ "branch-alias": {
|
|
|
|
|
+ "dev-main": "7.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/7.0.2"
|
|
|
|
|
+ },
|
|
|
|
|
+ "funding": [
|
|
|
|
|
+ {
|
|
|
|
|
+ "url": "https://github.com/sebastianbergmann",
|
|
|
|
|
+ "type": "github"
|
|
|
|
|
+ }
|
|
|
|
|
+ ],
|
|
|
|
|
+ "time": "2024-07-03T04:57:36+00:00"
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "name": "sebastian/lines-of-code",
|
|
|
|
|
+ "version": "3.0.1",
|
|
|
|
|
+ "source": {
|
|
|
|
|
+ "type": "git",
|
|
|
|
|
+ "url": "https://github.com/sebastianbergmann/lines-of-code.git",
|
|
|
|
|
+ "reference": "d36ad0d782e5756913e42ad87cb2890f4ffe467a"
|
|
|
|
|
+ },
|
|
|
|
|
+ "dist": {
|
|
|
|
|
+ "type": "zip",
|
|
|
|
|
+ "url": "https://api.github.com/repos/sebastianbergmann/lines-of-code/zipball/d36ad0d782e5756913e42ad87cb2890f4ffe467a",
|
|
|
|
|
+ "reference": "d36ad0d782e5756913e42ad87cb2890f4ffe467a",
|
|
|
|
|
+ "shasum": ""
|
|
|
|
|
+ },
|
|
|
|
|
+ "require": {
|
|
|
|
|
+ "nikic/php-parser": "^5.0",
|
|
|
|
|
+ "php": ">=8.2"
|
|
|
|
|
+ },
|
|
|
|
|
+ "require-dev": {
|
|
|
|
|
+ "phpunit/phpunit": "^11.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": "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/3.0.1"
|
|
|
|
|
+ },
|
|
|
|
|
+ "funding": [
|
|
|
|
|
+ {
|
|
|
|
|
+ "url": "https://github.com/sebastianbergmann",
|
|
|
|
|
+ "type": "github"
|
|
|
|
|
+ }
|
|
|
|
|
+ ],
|
|
|
|
|
+ "time": "2024-07-03T04:58:38+00:00"
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "name": "sebastian/object-enumerator",
|
|
|
|
|
+ "version": "6.0.1",
|
|
|
|
|
+ "source": {
|
|
|
|
|
+ "type": "git",
|
|
|
|
|
+ "url": "https://github.com/sebastianbergmann/object-enumerator.git",
|
|
|
|
|
+ "reference": "f5b498e631a74204185071eb41f33f38d64608aa"
|
|
|
|
|
+ },
|
|
|
|
|
+ "dist": {
|
|
|
|
|
+ "type": "zip",
|
|
|
|
|
+ "url": "https://api.github.com/repos/sebastianbergmann/object-enumerator/zipball/f5b498e631a74204185071eb41f33f38d64608aa",
|
|
|
|
|
+ "reference": "f5b498e631a74204185071eb41f33f38d64608aa",
|
|
|
|
|
+ "shasum": ""
|
|
|
|
|
+ },
|
|
|
|
|
+ "require": {
|
|
|
|
|
+ "php": ">=8.2",
|
|
|
|
|
+ "sebastian/object-reflector": "^4.0",
|
|
|
|
|
+ "sebastian/recursion-context": "^6.0"
|
|
|
|
|
+ },
|
|
|
|
|
+ "require-dev": {
|
|
|
|
|
+ "phpunit/phpunit": "^11.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": "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",
|
|
|
|
|
+ "security": "https://github.com/sebastianbergmann/object-enumerator/security/policy",
|
|
|
|
|
+ "source": "https://github.com/sebastianbergmann/object-enumerator/tree/6.0.1"
|
|
|
|
|
+ },
|
|
|
|
|
+ "funding": [
|
|
|
|
|
+ {
|
|
|
|
|
+ "url": "https://github.com/sebastianbergmann",
|
|
|
|
|
+ "type": "github"
|
|
|
|
|
+ }
|
|
|
|
|
+ ],
|
|
|
|
|
+ "time": "2024-07-03T05:00:13+00:00"
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "name": "sebastian/object-reflector",
|
|
|
|
|
+ "version": "4.0.1",
|
|
|
|
|
+ "source": {
|
|
|
|
|
+ "type": "git",
|
|
|
|
|
+ "url": "https://github.com/sebastianbergmann/object-reflector.git",
|
|
|
|
|
+ "reference": "6e1a43b411b2ad34146dee7524cb13a068bb35f9"
|
|
|
|
|
+ },
|
|
|
|
|
+ "dist": {
|
|
|
|
|
+ "type": "zip",
|
|
|
|
|
+ "url": "https://api.github.com/repos/sebastianbergmann/object-reflector/zipball/6e1a43b411b2ad34146dee7524cb13a068bb35f9",
|
|
|
|
|
+ "reference": "6e1a43b411b2ad34146dee7524cb13a068bb35f9",
|
|
|
|
|
+ "shasum": ""
|
|
|
|
|
+ },
|
|
|
|
|
+ "require": {
|
|
|
|
|
+ "php": ">=8.2"
|
|
|
|
|
+ },
|
|
|
|
|
+ "require-dev": {
|
|
|
|
|
+ "phpunit/phpunit": "^11.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"
|
|
|
|
|
+ }
|
|
|
|
|
+ ],
|
|
|
|
|
+ "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",
|
|
|
|
|
+ "security": "https://github.com/sebastianbergmann/object-reflector/security/policy",
|
|
|
|
|
+ "source": "https://github.com/sebastianbergmann/object-reflector/tree/4.0.1"
|
|
|
|
|
+ },
|
|
|
|
|
+ "funding": [
|
|
|
|
|
+ {
|
|
|
|
|
+ "url": "https://github.com/sebastianbergmann",
|
|
|
|
|
+ "type": "github"
|
|
|
|
|
+ }
|
|
|
|
|
+ ],
|
|
|
|
|
+ "time": "2024-07-03T05:01:32+00:00"
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "name": "sebastian/recursion-context",
|
|
|
|
|
+ "version": "6.0.3",
|
|
|
|
|
+ "source": {
|
|
|
|
|
+ "type": "git",
|
|
|
|
|
+ "url": "https://github.com/sebastianbergmann/recursion-context.git",
|
|
|
|
|
+ "reference": "f6458abbf32a6c8174f8f26261475dc133b3d9dc"
|
|
|
|
|
+ },
|
|
|
|
|
+ "dist": {
|
|
|
|
|
+ "type": "zip",
|
|
|
|
|
+ "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/f6458abbf32a6c8174f8f26261475dc133b3d9dc",
|
|
|
|
|
+ "reference": "f6458abbf32a6c8174f8f26261475dc133b3d9dc",
|
|
|
|
|
+ "shasum": ""
|
|
|
|
|
+ },
|
|
|
|
|
+ "require": {
|
|
|
|
|
+ "php": ">=8.2"
|
|
|
|
|
+ },
|
|
|
|
|
+ "require-dev": {
|
|
|
|
|
+ "phpunit/phpunit": "^11.3"
|
|
|
|
|
+ },
|
|
|
|
|
+ "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"
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "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/6.0.3"
|
|
|
|
|
+ },
|
|
|
|
|
+ "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-13T04:42:22+00:00"
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "name": "sebastian/type",
|
|
|
|
|
+ "version": "5.1.3",
|
|
|
|
|
+ "source": {
|
|
|
|
|
+ "type": "git",
|
|
|
|
|
+ "url": "https://github.com/sebastianbergmann/type.git",
|
|
|
|
|
+ "reference": "f77d2d4e78738c98d9a68d2596fe5e8fa380f449"
|
|
|
|
|
+ },
|
|
|
|
|
+ "dist": {
|
|
|
|
|
+ "type": "zip",
|
|
|
|
|
+ "url": "https://api.github.com/repos/sebastianbergmann/type/zipball/f77d2d4e78738c98d9a68d2596fe5e8fa380f449",
|
|
|
|
|
+ "reference": "f77d2d4e78738c98d9a68d2596fe5e8fa380f449",
|
|
|
|
|
+ "shasum": ""
|
|
|
|
|
+ },
|
|
|
|
|
+ "require": {
|
|
|
|
|
+ "php": ">=8.2"
|
|
|
|
|
+ },
|
|
|
|
|
+ "require-dev": {
|
|
|
|
|
+ "phpunit/phpunit": "^11.3"
|
|
|
|
|
+ },
|
|
|
|
|
+ "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",
|
|
|
|
|
+ "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",
|
|
|
|
|
+ "security": "https://github.com/sebastianbergmann/type/security/policy",
|
|
|
|
|
+ "source": "https://github.com/sebastianbergmann/type/tree/5.1.3"
|
|
|
|
|
+ },
|
|
|
|
|
+ "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/type",
|
|
|
|
|
+ "type": "tidelift"
|
|
|
|
|
+ }
|
|
|
|
|
+ ],
|
|
|
|
|
+ "time": "2025-08-09T06:55:48+00:00"
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "name": "sebastian/version",
|
|
|
|
|
+ "version": "5.0.2",
|
|
|
|
|
+ "source": {
|
|
|
|
|
+ "type": "git",
|
|
|
|
|
+ "url": "https://github.com/sebastianbergmann/version.git",
|
|
|
|
|
+ "reference": "c687e3387b99f5b03b6caa64c74b63e2936ff874"
|
|
|
|
|
+ },
|
|
|
|
|
+ "dist": {
|
|
|
|
|
+ "type": "zip",
|
|
|
|
|
+ "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/c687e3387b99f5b03b6caa64c74b63e2936ff874",
|
|
|
|
|
+ "reference": "c687e3387b99f5b03b6caa64c74b63e2936ff874",
|
|
|
|
|
+ "shasum": ""
|
|
|
|
|
+ },
|
|
|
|
|
+ "require": {
|
|
|
|
|
+ "php": ">=8.2"
|
|
|
|
|
+ },
|
|
|
|
|
+ "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",
|
|
|
|
|
+ "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",
|
|
|
|
|
+ "security": "https://github.com/sebastianbergmann/version/security/policy",
|
|
|
|
|
+ "source": "https://github.com/sebastianbergmann/version/tree/5.0.2"
|
|
|
|
|
+ },
|
|
|
|
|
+ "funding": [
|
|
|
|
|
+ {
|
|
|
|
|
+ "url": "https://github.com/sebastianbergmann",
|
|
|
|
|
+ "type": "github"
|
|
|
|
|
+ }
|
|
|
|
|
+ ],
|
|
|
|
|
+ "time": "2024-10-09T05:16:32+00:00"
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "name": "staabm/side-effects-detector",
|
|
|
|
|
+ "version": "1.0.5",
|
|
|
|
|
+ "source": {
|
|
|
|
|
+ "type": "git",
|
|
|
|
|
+ "url": "https://github.com/staabm/side-effects-detector.git",
|
|
|
|
|
+ "reference": "d8334211a140ce329c13726d4a715adbddd0a163"
|
|
|
|
|
+ },
|
|
|
|
|
+ "dist": {
|
|
|
|
|
+ "type": "zip",
|
|
|
|
|
+ "url": "https://api.github.com/repos/staabm/side-effects-detector/zipball/d8334211a140ce329c13726d4a715adbddd0a163",
|
|
|
|
|
+ "reference": "d8334211a140ce329c13726d4a715adbddd0a163",
|
|
|
|
|
+ "shasum": ""
|
|
|
|
|
+ },
|
|
|
|
|
+ "require": {
|
|
|
|
|
+ "ext-tokenizer": "*",
|
|
|
|
|
+ "php": "^7.4 || ^8.0"
|
|
|
|
|
+ },
|
|
|
|
|
+ "require-dev": {
|
|
|
|
|
+ "phpstan/extension-installer": "^1.4.3",
|
|
|
|
|
+ "phpstan/phpstan": "^1.12.6",
|
|
|
|
|
+ "phpunit/phpunit": "^9.6.21",
|
|
|
|
|
+ "symfony/var-dumper": "^5.4.43",
|
|
|
|
|
+ "tomasvotruba/type-coverage": "1.0.0",
|
|
|
|
|
+ "tomasvotruba/unused-public": "1.0.0"
|
|
|
|
|
+ },
|
|
|
|
|
+ "type": "library",
|
|
|
|
|
+ "autoload": {
|
|
|
|
|
+ "classmap": [
|
|
|
|
|
+ "lib/"
|
|
|
|
|
+ ]
|
|
|
|
|
+ },
|
|
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
|
|
+ "license": [
|
|
|
|
|
+ "MIT"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "description": "A static analysis tool to detect side effects in PHP code",
|
|
|
|
|
+ "keywords": [
|
|
|
|
|
+ "static analysis"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "support": {
|
|
|
|
|
+ "issues": "https://github.com/staabm/side-effects-detector/issues",
|
|
|
|
|
+ "source": "https://github.com/staabm/side-effects-detector/tree/1.0.5"
|
|
|
|
|
+ },
|
|
|
|
|
+ "funding": [
|
|
|
|
|
+ {
|
|
|
|
|
+ "url": "https://github.com/staabm",
|
|
|
|
|
+ "type": "github"
|
|
|
|
|
+ }
|
|
|
|
|
+ ],
|
|
|
|
|
+ "time": "2024-10-20T05:08:20+00:00"
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "name": "symfony/event-dispatcher",
|
|
|
|
|
+ "version": "v7.4.8",
|
|
|
|
|
+ "source": {
|
|
|
|
|
+ "type": "git",
|
|
|
|
|
+ "url": "https://github.com/symfony/event-dispatcher.git",
|
|
|
|
|
+ "reference": "f57b899fa736fd71121168ef268f23c206083f0a"
|
|
|
|
|
+ },
|
|
|
|
|
+ "dist": {
|
|
|
|
|
+ "type": "zip",
|
|
|
|
|
+ "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/f57b899fa736fd71121168ef268f23c206083f0a",
|
|
|
|
|
+ "reference": "f57b899fa736fd71121168ef268f23c206083f0a",
|
|
|
|
|
+ "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.8"
|
|
|
|
|
+ },
|
|
|
|
|
+ "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-03-30T13:54:39+00:00"
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "name": "symfony/event-dispatcher-contracts",
|
|
|
|
|
+ "version": "v3.6.0",
|
|
|
|
|
+ "source": {
|
|
|
|
|
+ "type": "git",
|
|
|
|
|
+ "url": "https://github.com/symfony/event-dispatcher-contracts.git",
|
|
|
|
|
+ "reference": "59eb412e93815df44f05f342958efa9f46b1e586"
|
|
|
|
|
+ },
|
|
|
|
|
+ "dist": {
|
|
|
|
|
+ "type": "zip",
|
|
|
|
|
+ "url": "https://api.github.com/repos/symfony/event-dispatcher-contracts/zipball/59eb412e93815df44f05f342958efa9f46b1e586",
|
|
|
|
|
+ "reference": "59eb412e93815df44f05f342958efa9f46b1e586",
|
|
|
|
|
+ "shasum": ""
|
|
|
|
|
+ },
|
|
|
|
|
+ "require": {
|
|
|
|
|
+ "php": ">=8.1",
|
|
|
|
|
+ "psr/event-dispatcher": "^1"
|
|
|
|
|
+ },
|
|
|
|
|
+ "type": "library",
|
|
|
|
|
+ "extra": {
|
|
|
|
|
+ "thanks": {
|
|
|
|
|
+ "url": "https://github.com/symfony/contracts",
|
|
|
|
|
+ "name": "symfony/contracts"
|
|
|
|
|
+ },
|
|
|
|
|
+ "branch-alias": {
|
|
|
|
|
+ "dev-main": "3.6-dev"
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
|
|
+ "autoload": {
|
|
|
|
|
+ "psr-4": {
|
|
|
|
|
+ "Symfony\\Contracts\\EventDispatcher\\": ""
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
|
|
+ "license": [
|
|
|
|
|
+ "MIT"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "authors": [
|
|
|
|
|
+ {
|
|
|
|
|
+ "name": "Nicolas Grekas",
|
|
|
|
|
+ "email": "p@tchwork.com"
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "name": "Symfony Community",
|
|
|
|
|
+ "homepage": "https://symfony.com/contributors"
|
|
|
|
|
+ }
|
|
|
|
|
+ ],
|
|
|
|
|
+ "description": "Generic abstractions related to dispatching event",
|
|
|
|
|
+ "homepage": "https://symfony.com",
|
|
|
|
|
+ "keywords": [
|
|
|
|
|
+ "abstractions",
|
|
|
|
|
+ "contracts",
|
|
|
|
|
+ "decoupling",
|
|
|
|
|
+ "interfaces",
|
|
|
|
|
+ "interoperability",
|
|
|
|
|
+ "standards"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "support": {
|
|
|
|
|
+ "source": "https://github.com/symfony/event-dispatcher-contracts/tree/v3.6.0"
|
|
|
|
|
+ },
|
|
|
|
|
+ "funding": [
|
|
|
|
|
+ {
|
|
|
|
|
+ "url": "https://symfony.com/sponsor",
|
|
|
|
|
+ "type": "custom"
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "url": "https://github.com/fabpot",
|
|
|
|
|
+ "type": "github"
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
|
|
|
|
|
+ "type": "tidelift"
|
|
|
|
|
+ }
|
|
|
|
|
+ ],
|
|
|
|
|
+ "time": "2024-09-25T14:21:43+00:00"
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "name": "symfony/finder",
|
|
|
|
|
+ "version": "v7.4.8",
|
|
|
|
|
+ "source": {
|
|
|
|
|
+ "type": "git",
|
|
|
|
|
+ "url": "https://github.com/symfony/finder.git",
|
|
|
|
|
+ "reference": "e0be088d22278583a82da281886e8c3592fbf149"
|
|
|
|
|
+ },
|
|
|
|
|
+ "dist": {
|
|
|
|
|
+ "type": "zip",
|
|
|
|
|
+ "url": "https://api.github.com/repos/symfony/finder/zipball/e0be088d22278583a82da281886e8c3592fbf149",
|
|
|
|
|
+ "reference": "e0be088d22278583a82da281886e8c3592fbf149",
|
|
|
|
|
+ "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.8"
|
|
|
|
|
+ },
|
|
|
|
|
+ "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-03-24T13:12:05+00:00"
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "name": "symfony/options-resolver",
|
|
|
|
|
+ "version": "v7.4.8",
|
|
|
|
|
+ "source": {
|
|
|
|
|
+ "type": "git",
|
|
|
|
|
+ "url": "https://github.com/symfony/options-resolver.git",
|
|
|
|
|
+ "reference": "2888fcdc4dc2fd5f7c7397be78631e8af12e02b4"
|
|
|
|
|
+ },
|
|
|
|
|
+ "dist": {
|
|
|
|
|
+ "type": "zip",
|
|
|
|
|
+ "url": "https://api.github.com/repos/symfony/options-resolver/zipball/2888fcdc4dc2fd5f7c7397be78631e8af12e02b4",
|
|
|
|
|
+ "reference": "2888fcdc4dc2fd5f7c7397be78631e8af12e02b4",
|
|
|
|
|
+ "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.8"
|
|
|
|
|
+ },
|
|
|
|
|
+ "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-03-24T13:12:05+00:00"
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "name": "symfony/polyfill-php80",
|
|
|
|
|
+ "version": "v1.37.0",
|
|
|
|
|
+ "source": {
|
|
|
|
|
+ "type": "git",
|
|
|
|
|
+ "url": "https://github.com/symfony/polyfill-php80.git",
|
|
|
|
|
+ "reference": "dfb55726c3a76ea3b6459fcfda1ec2d80a682411"
|
|
|
|
|
+ },
|
|
|
|
|
+ "dist": {
|
|
|
|
|
+ "type": "zip",
|
|
|
|
|
+ "url": "https://api.github.com/repos/symfony/polyfill-php80/zipball/dfb55726c3a76ea3b6459fcfda1ec2d80a682411",
|
|
|
|
|
+ "reference": "dfb55726c3a76ea3b6459fcfda1ec2d80a682411",
|
|
|
|
|
+ "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\\Php80\\": ""
|
|
|
|
|
+ },
|
|
|
|
|
+ "classmap": [
|
|
|
|
|
+ "Resources/stubs"
|
|
|
|
|
+ ]
|
|
|
|
|
+ },
|
|
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
|
|
+ "license": [
|
|
|
|
|
+ "MIT"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "authors": [
|
|
|
|
|
+ {
|
|
|
|
|
+ "name": "Ion Bazan",
|
|
|
|
|
+ "email": "ion.bazan@gmail.com"
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "name": "Nicolas Grekas",
|
|
|
|
|
+ "email": "p@tchwork.com"
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "name": "Symfony Community",
|
|
|
|
|
+ "homepage": "https://symfony.com/contributors"
|
|
|
|
|
+ }
|
|
|
|
|
+ ],
|
|
|
|
|
+ "description": "Symfony polyfill backporting some PHP 8.0+ features to lower PHP versions",
|
|
|
|
|
+ "homepage": "https://symfony.com",
|
|
|
|
|
+ "keywords": [
|
|
|
|
|
+ "compatibility",
|
|
|
|
|
+ "polyfill",
|
|
|
|
|
+ "portable",
|
|
|
|
|
+ "shim"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "support": {
|
|
|
|
|
+ "source": "https://github.com/symfony/polyfill-php80/tree/v1.37.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-04-10T16:19:22+00:00"
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "name": "symfony/polyfill-php81",
|
|
|
|
|
+ "version": "v1.37.0",
|
|
|
|
|
+ "source": {
|
|
|
|
|
+ "type": "git",
|
|
|
|
|
+ "url": "https://github.com/symfony/polyfill-php81.git",
|
|
|
|
|
+ "reference": "4a4cfc2d253c21a5ad0e53071df248ed48c6ce5c"
|
|
|
|
|
+ },
|
|
|
|
|
+ "dist": {
|
|
|
|
|
+ "type": "zip",
|
|
|
|
|
+ "url": "https://api.github.com/repos/symfony/polyfill-php81/zipball/4a4cfc2d253c21a5ad0e53071df248ed48c6ce5c",
|
|
|
|
|
+ "reference": "4a4cfc2d253c21a5ad0e53071df248ed48c6ce5c",
|
|
|
|
|
+ "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\\Php81\\": ""
|
|
|
|
|
+ },
|
|
|
|
|
+ "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.1+ features to lower PHP versions",
|
|
|
|
|
+ "homepage": "https://symfony.com",
|
|
|
|
|
+ "keywords": [
|
|
|
|
|
+ "compatibility",
|
|
|
|
|
+ "polyfill",
|
|
|
|
|
+ "portable",
|
|
|
|
|
+ "shim"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "support": {
|
|
|
|
|
+ "source": "https://github.com/symfony/polyfill-php81/tree/v1.37.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/polyfill-php84",
|
|
|
|
|
+ "version": "v1.37.0",
|
|
|
|
|
+ "source": {
|
|
|
|
|
+ "type": "git",
|
|
|
|
|
+ "url": "https://github.com/symfony/polyfill-php84.git",
|
|
|
|
|
+ "reference": "88486db2c389b290bf87ff1de7ebc1e13e42bb06"
|
|
|
|
|
+ },
|
|
|
|
|
+ "dist": {
|
|
|
|
|
+ "type": "zip",
|
|
|
|
|
+ "url": "https://api.github.com/repos/symfony/polyfill-php84/zipball/88486db2c389b290bf87ff1de7ebc1e13e42bb06",
|
|
|
|
|
+ "reference": "88486db2c389b290bf87ff1de7ebc1e13e42bb06",
|
|
|
|
|
+ "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.37.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-04-10T18:47:49+00:00"
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "name": "symfony/process",
|
|
|
|
|
+ "version": "v7.4.8",
|
|
|
|
|
+ "source": {
|
|
|
|
|
+ "type": "git",
|
|
|
|
|
+ "url": "https://github.com/symfony/process.git",
|
|
|
|
|
+ "reference": "60f19cd3badc8de688421e21e4305eba50f8089a"
|
|
|
|
|
+ },
|
|
|
|
|
+ "dist": {
|
|
|
|
|
+ "type": "zip",
|
|
|
|
|
+ "url": "https://api.github.com/repos/symfony/process/zipball/60f19cd3badc8de688421e21e4305eba50f8089a",
|
|
|
|
|
+ "reference": "60f19cd3badc8de688421e21e4305eba50f8089a",
|
|
|
|
|
+ "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.8"
|
|
|
|
|
+ },
|
|
|
|
|
+ "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-03-24T13:12:05+00:00"
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "name": "symfony/stopwatch",
|
|
|
|
|
+ "version": "v7.4.8",
|
|
|
|
|
+ "source": {
|
|
|
|
|
+ "type": "git",
|
|
|
|
|
+ "url": "https://github.com/symfony/stopwatch.git",
|
|
|
|
|
+ "reference": "70a852d72fec4d51efb1f48dcd968efcaf5ccb89"
|
|
|
|
|
+ },
|
|
|
|
|
+ "dist": {
|
|
|
|
|
+ "type": "zip",
|
|
|
|
|
+ "url": "https://api.github.com/repos/symfony/stopwatch/zipball/70a852d72fec4d51efb1f48dcd968efcaf5ccb89",
|
|
|
|
|
+ "reference": "70a852d72fec4d51efb1f48dcd968efcaf5ccb89",
|
|
|
|
|
+ "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.8"
|
|
|
|
|
+ },
|
|
|
|
|
+ "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-03-24T13:12:05+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"
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "name": "vlucas/phpdotenv",
|
|
|
|
|
+ "version": "v5.6.3",
|
|
|
|
|
+ "source": {
|
|
|
|
|
+ "type": "git",
|
|
|
|
|
+ "url": "https://github.com/vlucas/phpdotenv.git",
|
|
|
|
|
+ "reference": "955e7815d677a3eaa7075231212f2110983adecc"
|
|
|
|
|
+ },
|
|
|
|
|
+ "dist": {
|
|
|
|
|
+ "type": "zip",
|
|
|
|
|
+ "url": "https://api.github.com/repos/vlucas/phpdotenv/zipball/955e7815d677a3eaa7075231212f2110983adecc",
|
|
|
|
|
+ "reference": "955e7815d677a3eaa7075231212f2110983adecc",
|
|
|
|
|
+ "shasum": ""
|
|
|
|
|
+ },
|
|
|
|
|
+ "require": {
|
|
|
|
|
+ "ext-pcre": "*",
|
|
|
|
|
+ "graham-campbell/result-type": "^1.1.4",
|
|
|
|
|
+ "php": "^7.2.5 || ^8.0",
|
|
|
|
|
+ "phpoption/phpoption": "^1.9.5",
|
|
|
|
|
+ "symfony/polyfill-ctype": "^1.26",
|
|
|
|
|
+ "symfony/polyfill-mbstring": "^1.26",
|
|
|
|
|
+ "symfony/polyfill-php80": "^1.26"
|
|
|
|
|
+ },
|
|
|
|
|
+ "require-dev": {
|
|
|
|
|
+ "bamarni/composer-bin-plugin": "^1.8.2",
|
|
|
|
|
+ "ext-filter": "*",
|
|
|
|
|
+ "phpunit/phpunit": "^8.5.34 || ^9.6.13 || ^10.4.2"
|
|
|
|
|
+ },
|
|
|
|
|
+ "suggest": {
|
|
|
|
|
+ "ext-filter": "Required to use the boolean validator."
|
|
|
|
|
+ },
|
|
|
|
|
+ "type": "library",
|
|
|
|
|
+ "extra": {
|
|
|
|
|
+ "bamarni-bin": {
|
|
|
|
|
+ "bin-links": true,
|
|
|
|
|
+ "forward-command": false
|
|
|
|
|
+ },
|
|
|
|
|
+ "branch-alias": {
|
|
|
|
|
+ "dev-master": "5.6-dev"
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
|
|
+ "autoload": {
|
|
|
|
|
+ "psr-4": {
|
|
|
|
|
+ "Dotenv\\": "src/"
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
|
|
+ "license": [
|
|
|
|
|
+ "BSD-3-Clause"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "authors": [
|
|
|
|
|
+ {
|
|
|
|
|
+ "name": "Graham Campbell",
|
|
|
|
|
+ "email": "hello@gjcampbell.co.uk",
|
|
|
|
|
+ "homepage": "https://github.com/GrahamCampbell"
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "name": "Vance Lucas",
|
|
|
|
|
+ "email": "vance@vancelucas.com",
|
|
|
|
|
+ "homepage": "https://github.com/vlucas"
|
|
|
|
|
+ }
|
|
|
|
|
+ ],
|
|
|
|
|
+ "description": "Loads environment variables from `.env` to `getenv()`, `$_ENV` and `$_SERVER` automagically.",
|
|
|
|
|
+ "keywords": [
|
|
|
|
|
+ "dotenv",
|
|
|
|
|
+ "env",
|
|
|
|
|
+ "environment"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "support": {
|
|
|
|
|
+ "issues": "https://github.com/vlucas/phpdotenv/issues",
|
|
|
|
|
+ "source": "https://github.com/vlucas/phpdotenv/tree/v5.6.3"
|
|
|
|
|
+ },
|
|
|
|
|
+ "funding": [
|
|
|
|
|
+ {
|
|
|
|
|
+ "url": "https://github.com/GrahamCampbell",
|
|
|
|
|
+ "type": "github"
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "url": "https://tidelift.com/funding/github/packagist/vlucas/phpdotenv",
|
|
|
|
|
+ "type": "tidelift"
|
|
|
|
|
+ }
|
|
|
|
|
+ ],
|
|
|
|
|
+ "time": "2025-12-27T19:49:13+00:00"
|
|
|
|
|
+ }
|
|
|
|
|
+ ],
|
|
|
|
|
+ "aliases": [],
|
|
|
|
|
+ "minimum-stability": "stable",
|
|
|
|
|
+ "stability-flags": {},
|
|
|
|
|
+ "prefer-stable": false,
|
|
|
|
|
+ "prefer-lowest": false,
|
|
|
|
|
+ "platform": {
|
|
|
|
|
+ "php": "^8.3"
|
|
|
|
|
+ },
|
|
|
|
|
+ "platform-dev": {},
|
|
|
|
|
+ "platform-overrides": {
|
|
|
|
|
+ "php": "8.3"
|
|
|
|
|
+ },
|
|
|
|
|
+ "plugin-api-version": "2.9.0"
|
|
|
|
|
+}
|