{
"_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": "7a68e3addad8496d4b3067e5a029c2bf",
"packages": [],
"packages-dev": [
{
"name": "composer/package-versions-deprecated",
"version": "1.11.99.5",
"source": {
"type": "git",
"url": "https://github.com/composer/package-versions-deprecated.git",
"reference": "b4f54f74ef3453349c24a845d22392cd31e65f1d"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/composer/package-versions-deprecated/zipball/b4f54f74ef3453349c24a845d22392cd31e65f1d",
"reference": "b4f54f74ef3453349c24a845d22392cd31e65f1d",
"shasum": ""
},
"require": {
"composer-plugin-api": "^1.1.0 || ^2.0",
"php": "^7 || ^8"
},
"replace": {
"ocramius/package-versions": "1.11.99"
},
"require-dev": {
"composer/composer": "^1.9.3 || ^2.0@dev",
"ext-zip": "^1.13",
"phpunit/phpunit": "^6.5 || ^7"
},
"type": "composer-plugin",
"extra": {
"class": "PackageVersions\\Installer",
"branch-alias": {
"dev-master": "1.x-dev"
}
},
"autoload": {
"psr-4": {
"PackageVersions\\": "src/PackageVersions"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Marco Pivetta",
"email": "ocramius@gmail.com"
},
{
"name": "Jordi Boggiano",
"email": "j.boggiano@seld.be"
}
],
"description": "Composer plugin that provides efficient querying for installed package versions (no runtime IO)",
"support": {
"issues": "https://github.com/composer/package-versions-deprecated/issues",
"source": "https://github.com/composer/package-versions-deprecated/tree/1.11.99.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": "2022-01-17T14:14:24+00:00"
},
{
"name": "doctrine/instantiator",
"version": "1.5.0",
"source": {
"type": "git",
"url": "https://github.com/doctrine/instantiator.git",
"reference": "0a0fa9780f5d4e507415a065172d26a98d02047b"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/doctrine/instantiator/zipball/0a0fa9780f5d4e507415a065172d26a98d02047b",
"reference": "0a0fa9780f5d4e507415a065172d26a98d02047b",
"shasum": ""
},
"require": {
"php": "^7.1 || ^8.0"
},
"require-dev": {
"doctrine/coding-standard": "^9 || ^11",
"ext-pdo": "*",
"ext-phar": "*",
"phpbench/phpbench": "^0.16 || ^1",
"phpstan/phpstan": "^1.4",
"phpstan/phpstan-phpunit": "^1",
"phpunit/phpunit": "^7.5 || ^8.5 || ^9.5",
"vimeo/psalm": "^4.30 || ^5.4"
},
"type": "library",
"autoload": {
"psr-4": {
"Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Marco Pivetta",
"email": "ocramius@gmail.com",
"homepage": "https://ocramius.github.io/"
}
],
"description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors",
"homepage": "https://www.doctrine-project.org/projects/instantiator.html",
"keywords": [
"constructor",
"instantiate"
],
"support": {
"issues": "https://github.com/doctrine/instantiator/issues",
"source": "https://github.com/doctrine/instantiator/tree/1.5.0"
},
"funding": [
{
"url": "https://www.doctrine-project.org/sponsorship.html",
"type": "custom"
},
{
"url": "https://www.patreon.com/phpdoctrine",
"type": "patreon"
},
{
"url": "https://tidelift.com/funding/github/packagist/doctrine%2Finstantiator",
"type": "tidelift"
}
],
"time": "2022-12-30T00:15:36+00:00"
},
{
"name": "fidry/console",
"version": "0.5.5",
"source": {
"type": "git",
"url": "https://github.com/theofidry/console.git",
"reference": "bc1fe03f600c63f12ec0a39c6b746c1a1fb77bf7"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/theofidry/console/zipball/bc1fe03f600c63f12ec0a39c6b746c1a1fb77bf7",
"reference": "bc1fe03f600c63f12ec0a39c6b746c1a1fb77bf7",
"shasum": ""
},
"require": {
"php": "^7.4.0 || ^8.0.0",
"symfony/console": "^4.4 || ^5.4 || ^6.1",
"symfony/event-dispatcher-contracts": "^1.0 || ^2.5 || ^3.0",
"symfony/service-contracts": "^1.0 || ^2.5 || ^3.0",
"thecodingmachine/safe": "^1.3 || ^2.0",
"webmozart/assert": "^1.11"
},
"conflict": {
"symfony/dependency-injection": "<5.3.0",
"symfony/framework-bundle": "<5.3.0",
"symfony/http-kernel": "<5.3.0"
},
"require-dev": {
"bamarni/composer-bin-plugin": "^1.4",
"composer/semver": "^3.3",
"ergebnis/composer-normalize": "^2.28",
"infection/infection": "^0.26",
"phpspec/prophecy-phpunit": "^2.0",
"phpunit/phpunit": "^9.4.3",
"symfony/dependency-injection": "^4.4 || ^5.4 || ^6.1",
"symfony/framework-bundle": "^4.4 || ^5.4 || ^6.1",
"symfony/http-kernel": "^4.4 || ^5.4 || ^6.1",
"symfony/phpunit-bridge": "^4.4.47 || ^5.4 || ^6.0",
"symfony/yaml": "^4.4 || ^5.4 || ^6.1",
"webmozarts/strict-phpunit": "^7.3"
},
"type": "library",
"extra": {
"bamarni-bin": {
"bin-links": false,
"forward-command": false
},
"branch-alias": {
"dev-main": "1.0.x-dev"
}
},
"autoload": {
"psr-4": {
"Fidry\\Console\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Théo Fidry",
"email": "theo.fidry@gmail.com"
}
],
"description": "Library to create CLI applications",
"keywords": [
"cli",
"console",
"symfony"
],
"support": {
"issues": "https://github.com/theofidry/console/issues",
"source": "https://github.com/theofidry/console/tree/0.5.5"
},
"funding": [
{
"url": "https://github.com/theofidry",
"type": "github"
}
],
"time": "2022-12-18T10:49:34+00:00"
},
{
"name": "humbug/php-scoper",
"version": "0.17.5",
"source": {
"type": "git",
"url": "https://github.com/humbug/php-scoper.git",
"reference": "f67ae1e5360259911d6c4be871e4aeb4e6661541"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/humbug/php-scoper/zipball/f67ae1e5360259911d6c4be871e4aeb4e6661541",
"reference": "f67ae1e5360259911d6c4be871e4aeb4e6661541",
"shasum": ""
},
"require": {
"composer/package-versions-deprecated": "^1.8",
"fidry/console": "^0.5.0",
"jetbrains/phpstorm-stubs": "^v2022.1",
"nikic/php-parser": "^4.12",
"php": "^7.4 || ^8.0",
"symfony/console": "^5.2 || ^6.0",
"symfony/filesystem": "^5.2 || ^6.0",
"symfony/finder": "^5.2 || ^6.0",
"symfony/polyfill-php80": "^1.23",
"symfony/polyfill-php81": "^1.24",
"thecodingmachine/safe": "^1.3 || ^2.0"
},
"replace": {
"symfony/polyfill-php73": "*"
},
"require-dev": {
"bamarni/composer-bin-plugin": "^1.1",
"humbug/box": "^3.16.0 || ^4.0",
"phpspec/prophecy-phpunit": "^2.0",
"phpunit/phpunit": "^9.0"
},
"bin": [
"bin/php-scoper"
],
"type": "library",
"extra": {
"bamarni-bin": {
"bin-links": false
},
"branch-alias": {
"dev-master": "1.0-dev"
}
},
"autoload": {
"files": [
"src/functions.php"
],
"psr-4": {
"Humbug\\PhpScoper\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Bernhard Schussek",
"email": "bschussek@gmail.com"
},
{
"name": "Théo Fidry",
"email": "theo.fidry@gmail.com"
},
{
"name": "Pádraic Brady",
"email": "padraic.brady@gmail.com"
}
],
"description": "Prefixes all PHP namespaces in a file or directory.",
"support": {
"issues": "https://github.com/humbug/php-scoper/issues",
"source": "https://github.com/humbug/php-scoper/tree/0.17.5"
},
"time": "2022-06-26T22:25:11+00:00"
},
{
"name": "jetbrains/phpstorm-stubs",
"version": "v2022.3",
"source": {
"type": "git",
"url": "https://github.com/JetBrains/phpstorm-stubs.git",
"reference": "6b568c153cea002dc6fad96285c3063d07cab18d"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/JetBrains/phpstorm-stubs/zipball/6b568c153cea002dc6fad96285c3063d07cab18d",
"reference": "6b568c153cea002dc6fad96285c3063d07cab18d",
"shasum": ""
},
"require-dev": {
"friendsofphp/php-cs-fixer": "@stable",
"nikic/php-parser": "@stable",
"php": "^8.0",
"phpdocumentor/reflection-docblock": "@stable",
"phpunit/phpunit": "@stable"
},
"type": "library",
"autoload": {
"files": [
"PhpStormStubsMap.php"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"Apache-2.0"
],
"description": "PHP runtime & extensions header files for PhpStorm",
"homepage": "https://www.jetbrains.com/phpstorm",
"keywords": [
"autocomplete",
"code",
"inference",
"inspection",
"jetbrains",
"phpstorm",
"stubs",
"type"
],
"support": {
"source": "https://github.com/JetBrains/phpstorm-stubs/tree/v2022.3"
},
"time": "2022-10-17T09:21:37+00:00"
},
{
"name": "mixpanel/mixpanel-php",
"version": "2.11.0",
"source": {
"type": "git",
"url": "https://github.com/mixpanel/mixpanel-php.git",
"reference": "4b0fafacf2129eff5d50721e129b07f0c32687e7"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/mixpanel/mixpanel-php/zipball/4b0fafacf2129eff5d50721e129b07f0c32687e7",
"reference": "4b0fafacf2129eff5d50721e129b07f0c32687e7",
"shasum": ""
},
"require": {
"php": ">=5.0"
},
"require-dev": {
"phpdocumentor/phpdocumentor": "2.9.*",
"phpunit/phpunit": "5.6.*"
},
"type": "library",
"autoload": {
"files": [
"lib/Mixpanel.php"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"Apache-2.0"
],
"authors": [
{
"name": "Mixpanel