2021-02-23 17:16:15 +00:00
{
"_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"
],
2021-05-17 11:55:16 +00:00
"content-hash": "08cbff247b2ce81588d7a876a61cf9ae",
2021-02-23 17:16:15 +00:00
"packages": [],
"packages-dev": [
{
"name": "dealerdirect/phpcodesniffer-composer-installer",
"version": "v0.7.1",
"source": {
"type": "git",
"url": "https://github.com/Dealerdirect/phpcodesniffer-composer-installer.git",
"reference": "fe390591e0241955f22eb9ba327d137e501c771c"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/Dealerdirect/phpcodesniffer-composer-installer/zipball/fe390591e0241955f22eb9ba327d137e501c771c",
"reference": "fe390591e0241955f22eb9ba327d137e501c771c",
"shasum": ""
},
"require": {
"composer-plugin-api": "^1.0 || ^2.0",
"php": ">=5.3",
"squizlabs/php_codesniffer": "^2.0 || ^3.0 || ^4.0"
},
"require-dev": {
"composer/composer": "*",
"phpcompatibility/php-compatibility": "^9.0",
"sensiolabs/security-checker": "^4.1.0"
},
"type": "composer-plugin",
"extra": {
"class": "Dealerdirect\\Composer\\Plugin\\Installers\\PHPCodeSniffer\\Plugin"
},
"autoload": {
"psr-4": {
"Dealerdirect\\Composer\\Plugin\\Installers\\PHPCodeSniffer\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Franck Nijhof",
"email": "franck.nijhof@dealerdirect.com",
"homepage": "http://www.frenck.nl",
"role": "Developer / IT Manager"
}
],
"description": "PHP_CodeSniffer Standards Composer Installer Plugin",
"homepage": "http://www.dealerdirect.com",
"keywords": [
"PHPCodeSniffer",
"PHP_CodeSniffer",
"code quality",
"codesniffer",
"composer",
"installer",
"phpcs",
"plugin",
"qa",
"quality",
"standard",
"standards",
"style guide",
"stylecheck",
"tests"
],
"support": {
"issues": "https://github.com/dealerdirect/phpcodesniffer-composer-installer/issues",
"source": "https://github.com/dealerdirect/phpcodesniffer-composer-installer"
},
"time": "2020-12-07T18:04:37+00:00"
},
{
2021-05-17 11:55:16 +00:00
"name": "marcocesarato/php-conventional-changelog",
"version": "1.10.7",
2021-02-23 17:16:15 +00:00
"source": {
"type": "git",
2021-05-17 11:55:16 +00:00
"url": "https://github.com/marcocesarato/php-conventional-changelog.git",
"reference": "ec3a4b6df15af22967e2093299def52246ec9bcd"
2021-02-23 17:16:15 +00:00
},
"dist": {
"type": "zip",
2021-05-17 11:55:16 +00:00
"url": "https://api.github.com/repos/marcocesarato/php-conventional-changelog/zipball/ec3a4b6df15af22967e2093299def52246ec9bcd",
"reference": "ec3a4b6df15af22967e2093299def52246ec9bcd",
2021-02-23 17:16:15 +00:00
"shasum": ""
},
"require": {
2021-05-17 11:55:16 +00:00
"ext-json": "*",
"php": ">=7.1.3",
"symfony/console": "^4 || ^5"
2021-02-23 17:16:15 +00:00
},
"require-dev": {
2021-05-17 11:55:16 +00:00
"brainmaestro/composer-git-hooks": "^2.8",
"friendsofphp/php-cs-fixer": "^2.18"
2021-04-10 20:00:39 +00:00
},
2021-05-17 11:55:16 +00:00
"bin": [
"conventional-changelog"
],
2021-04-10 20:00:39 +00:00
"type": "library",
"extra": {
2021-05-17 11:55:16 +00:00
"hooks": {
"pre-commit": "composer fix-cs",
"pre-push": "composer check-cs",
"post-merge": "composer install"
2021-04-10 20:00:39 +00:00
}
},
"autoload": {
"psr-4": {
2021-05-17 11:55:16 +00:00
"ConventionalChangelog\\": "src/"
2021-04-10 20:00:39 +00:00
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
2021-05-17 11:55:16 +00:00
"GPL-3.0-or-later"
2021-04-10 20:00:39 +00:00
],
"authors": [
{
2021-05-17 11:55:16 +00:00
"name": "Marco Cesarato",
"email": "cesarato.developer@gmail.com"
2021-04-10 20:00:39 +00:00
}
],
2021-05-17 11:55:16 +00:00
"description": "Generate changelogs and release notes from a project's commit messages and metadata and automate versioning with semver.org and conventionalcommits.org",
2021-04-10 20:00:39 +00:00
"keywords": [
2021-05-17 11:55:16 +00:00
"changelog",
"commit",
"commits",
"convention",
"conventional",
"conventional-changelog",
"conventional-changelog-preset",
"conventional-commit",
"conventional-commits",
"conventionalcommits",
"generation",
"git",
"history",
2021-05-02 09:15:44 +00:00
"php",
2021-05-17 11:55:16 +00:00
"readme",
"tag"
2021-04-10 20:00:39 +00:00
],
"support": {
2021-05-17 11:55:16 +00:00
"issues": "https://github.com/marcocesarato/php-conventional-changelog/issues",
"source": "https://github.com/marcocesarato/php-conventional-changelog/tree/v1.10.7"
2021-04-10 20:00:39 +00:00
},
2021-05-17 11:55:16 +00:00
"time": "2021-05-15T11:48:32+00:00"
2021-04-10 20:00:39 +00:00
},
{
2021-05-17 11:55:16 +00:00
"name": "phpcompatibility/php-compatibility",
"version": "9.3.5",
2021-04-10 20:00:39 +00:00
"source": {
"type": "git",
2021-05-17 11:55:16 +00:00
"url": "https://github.com/PHPCompatibility/PHPCompatibility.git",
"reference": "9fb324479acf6f39452e0655d2429cc0d3914243"
2021-04-10 20:00:39 +00:00
},
"dist": {
"type": "zip",
2021-05-17 11:55:16 +00:00
"url": "https://api.github.com/repos/PHPCompatibility/PHPCompatibility/zipball/9fb324479acf6f39452e0655d2429cc0d3914243",
"reference": "9fb324479acf6f39452e0655d2429cc0d3914243",
2021-04-10 20:00:39 +00:00
"shasum": ""
},
"require": {
2021-05-17 11:55:16 +00:00
"php": ">=5.3",
"squizlabs/php_codesniffer": "^2.3 || ^3.0.2"
2021-04-10 20:00:39 +00:00
},
2021-05-17 11:55:16 +00:00
"conflict": {
"squizlabs/php_codesniffer": "2.6.2"
2021-04-10 20:00:39 +00:00
},
2021-05-17 11:55:16 +00:00
"require-dev": {
"phpunit/phpunit": "~4.5 || ^5.0 || ^6.0 || ^7.0"
2021-04-10 20:00:39 +00:00
},
2021-05-17 11:55:16 +00:00
"suggest": {
"dealerdirect/phpcodesniffer-composer-installer": "^0.5 || This Composer plugin will sort out the PHPCS 'installed_paths' automatically.",
"roave/security-advisories": "dev-master || Helps prevent installing dependencies with known security issues."
2021-04-10 20:00:39 +00:00
},
2021-05-17 11:55:16 +00:00
"type": "phpcodesniffer-standard",
2021-04-10 20:00:39 +00:00
"notification-url": "https://packagist.org/downloads/",
"license": [
2021-05-17 11:55:16 +00:00
"LGPL-3.0-or-later"
2021-04-10 20:00:39 +00:00
],
"authors": [
{
2021-05-17 11:55:16 +00:00
"name": "Wim Godden",
"homepage": "https://github.com/wimg",
"role": "lead"
2021-04-10 20:00:39 +00:00
},
{
2021-05-17 11:55:16 +00:00
"name": "Juliette Reinders Folmer",
"homepage": "https://github.com/jrfnl",
"role": "lead"
2021-04-10 20:00:39 +00:00
},
{
2021-05-17 11:55:16 +00:00
"name": "Contributors",
"homepage": "https://github.com/PHPCompatibility/PHPCompatibility/graphs/contributors"
2021-04-10 20:00:39 +00:00
}
],
2021-05-17 11:55:16 +00:00
"description": "A set of sniffs for PHP_CodeSniffer that checks for PHP cross-version compatibility.",
"homepage": "http://techblog.wimgodden.be/tag/codesniffer/",
2021-04-10 20:00:39 +00:00
"keywords": [
2021-05-17 11:55:16 +00:00
"compatibility",
"phpcs",
"standards"
2021-04-10 20:00:39 +00:00
],
"support": {
2021-05-17 11:55:16 +00:00
"issues": "https://github.com/PHPCompatibility/PHPCompatibility/issues",
"source": "https://github.com/PHPCompatibility/PHPCompatibility"
2021-04-10 20:00:39 +00:00
},
2021-05-17 11:55:16 +00:00
"time": "2019-12-27T09:44:58+00:00"
2021-04-10 20:00:39 +00:00
},
{
2021-05-17 11:55:16 +00:00
"name": "phpcompatibility/phpcompatibility-paragonie",
"version": "1.3.1",
2021-04-10 20:00:39 +00:00
"source": {
"type": "git",
2021-05-17 11:55:16 +00:00
"url": "https://github.com/PHPCompatibility/PHPCompatibilityParagonie.git",
"reference": "ddabec839cc003651f2ce695c938686d1086cf43"
2021-04-10 20:00:39 +00:00
},
"dist": {
"type": "zip",
2021-05-17 11:55:16 +00:00
"url": "https://api.github.com/repos/PHPCompatibility/PHPCompatibilityParagonie/zipball/ddabec839cc003651f2ce695c938686d1086cf43",
"reference": "ddabec839cc003651f2ce695c938686d1086cf43",
2021-04-10 20:00:39 +00:00
"shasum": ""
},
"require": {
2021-05-17 11:55:16 +00:00
"phpcompatibility/php-compatibility": "^9.0"
2021-04-10 20:00:39 +00:00
},
2021-05-02 09:15:44 +00:00
"require-dev": {
2021-05-17 11:55:16 +00:00
"dealerdirect/phpcodesniffer-composer-installer": "^0.7",
"paragonie/random_compat": "dev-master",
"paragonie/sodium_compat": "dev-master"
2021-04-10 20:00:39 +00:00
},
2021-05-17 11:55:16 +00:00
"suggest": {
"dealerdirect/phpcodesniffer-composer-installer": "^0.7 || This Composer plugin will sort out the PHP_CodeSniffer 'installed_paths' automatically.",
"roave/security-advisories": "dev-master || Helps prevent installing dependencies with known security issues."
2021-04-10 20:00:39 +00:00
},
2021-05-17 11:55:16 +00:00
"type": "phpcodesniffer-standard",
2021-04-10 20:00:39 +00:00
"notification-url": "https://packagist.org/downloads/",
"license": [
2021-05-17 11:55:16 +00:00
"LGPL-3.0-or-later"
2021-04-10 20:00:39 +00:00
],
2021-05-17 11:55:16 +00:00
"authors": [
2021-04-10 20:00:39 +00:00
{
2021-05-17 11:55:16 +00:00
"name": "Wim Godden",
"role": "lead"
2021-04-10 20:00:39 +00:00
},
{
2021-05-17 11:55:16 +00:00
"name": "Juliette Reinders Folmer",
"role": "lead"
2021-04-10 20:00:39 +00:00
}
],
2021-05-17 11:55:16 +00:00
"description": "A set of rulesets for PHP_CodeSniffer to check for PHP cross-version compatibility issues in projects, while accounting for polyfills provided by the Paragonie polyfill libraries.",
"homepage": "http://phpcompatibility.com/",
"keywords": [
"compatibility",
"paragonie",
"phpcs",
"polyfill",
"standards"
],
"support": {
"issues": "https://github.com/PHPCompatibility/PHPCompatibilityParagonie/issues",
"source": "https://github.com/PHPCompatibility/PHPCompatibilityParagonie"
},
"time": "2021-02-15T10:24:51+00:00"
2021-04-10 20:00:39 +00:00
},
{
2021-05-17 11:55:16 +00:00
"name": "phpcompatibility/phpcompatibility-wp",
"version": "2.1.1",
2021-04-10 20:00:39 +00:00
"source": {
"type": "git",
2021-05-17 11:55:16 +00:00
"url": "https://github.com/PHPCompatibility/PHPCompatibilityWP.git",
"reference": "b7dc0cd7a8f767ccac5e7637550ea1c50a67b09e"
2021-04-10 20:00:39 +00:00
},
"dist": {
"type": "zip",
2021-05-17 11:55:16 +00:00
"url": "https://api.github.com/repos/PHPCompatibility/PHPCompatibilityWP/zipball/b7dc0cd7a8f767ccac5e7637550ea1c50a67b09e",
"reference": "b7dc0cd7a8f767ccac5e7637550ea1c50a67b09e",
2021-04-10 20:00:39 +00:00
"shasum": ""
},
"require": {
2021-05-17 11:55:16 +00:00
"phpcompatibility/php-compatibility": "^9.0",
"phpcompatibility/phpcompatibility-paragonie": "^1.0"
2021-04-10 20:00:39 +00:00
},
2021-05-02 09:15:44 +00:00
"require-dev": {
2021-05-17 11:55:16 +00:00
"dealerdirect/phpcodesniffer-composer-installer": "^0.7"
2021-04-10 20:00:39 +00:00
},
2021-05-17 11:55:16 +00:00
"suggest": {
"dealerdirect/phpcodesniffer-composer-installer": "^0.7 || This Composer plugin will sort out the PHP_CodeSniffer 'installed_paths' automatically.",
"roave/security-advisories": "dev-master || Helps prevent installing dependencies with known security issues."
2021-04-10 20:00:39 +00:00
},
2021-05-17 11:55:16 +00:00
"type": "phpcodesniffer-standard",
2021-04-10 20:00:39 +00:00
"notification-url": "https://packagist.org/downloads/",
"license": [
2021-05-17 11:55:16 +00:00
"LGPL-3.0-or-later"
2021-04-10 20:00:39 +00:00
],
2021-05-17 11:55:16 +00:00
"authors": [
2021-04-10 20:00:39 +00:00
{
2021-05-17 11:55:16 +00:00
"name": "Wim Godden",
"role": "lead"
2021-04-10 20:00:39 +00:00
},
{
2021-05-17 11:55:16 +00:00
"name": "Juliette Reinders Folmer",
"role": "lead"
2021-04-10 20:00:39 +00:00
}
],
2021-05-17 11:55:16 +00:00
"description": "A ruleset for PHP_CodeSniffer to check for PHP cross-version compatibility issues in projects, while accounting for polyfills provided by WordPress.",
"homepage": "http://phpcompatibility.com/",
"keywords": [
"compatibility",
"phpcs",
"standards",
"wordpress"
],
"support": {
"issues": "https://github.com/PHPCompatibility/PHPCompatibilityWP/issues",
"source": "https://github.com/PHPCompatibility/PHPCompatibilityWP"
},
"time": "2021-02-15T12:58:46+00:00"
2021-05-02 09:15:44 +00:00
},
{
2021-05-17 11:55:16 +00:00
"name": "phpstan/phpstan",
"version": "0.12.86",
2021-05-02 09:15:44 +00:00
"source": {
"type": "git",
2021-05-17 11:55:16 +00:00
"url": "https://github.com/phpstan/phpstan.git",
"reference": "a84fdc53ecca7643dbc89ef8880d8b393a6c155a"
2021-05-02 09:15:44 +00:00
},
"dist": {
"type": "zip",
2021-05-17 11:55:16 +00:00
"url": "https://api.github.com/repos/phpstan/phpstan/zipball/a84fdc53ecca7643dbc89ef8880d8b393a6c155a",
"reference": "a84fdc53ecca7643dbc89ef8880d8b393a6c155a",
2021-05-02 09:15:44 +00:00
"shasum": ""
},
"require": {
2021-05-17 11:55:16 +00:00
"php": "^7.1|^8.0"
2021-05-02 09:15:44 +00:00
},
2021-05-17 11:55:16 +00:00
"conflict": {
"phpstan/phpstan-shim": "*"
2021-05-02 09:15:44 +00:00
},
2021-05-17 11:55:16 +00:00
"bin": [
"phpstan",
"phpstan.phar"
],
"type": "library",
2021-05-02 09:15:44 +00:00
"extra": {
"branch-alias": {
2021-05-17 11:55:16 +00:00
"dev-master": "0.12-dev"
2021-05-02 09:15:44 +00:00
}
},
"autoload": {
2021-05-17 11:55:16 +00:00
"files": [
"bootstrap.php"
]
2021-05-02 09:15:44 +00:00
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
2021-04-10 20:00:39 +00:00
],
2021-05-17 11:55:16 +00:00
"description": "PHPStan - PHP Static Analysis Tool",
2021-04-10 20:00:39 +00:00
"support": {
2021-05-17 11:55:16 +00:00
"issues": "https://github.com/phpstan/phpstan/issues",
"source": "https://github.com/phpstan/phpstan/tree/0.12.86"
2021-04-10 20:00:39 +00:00
},
"funding": [
{
2021-05-17 11:55:16 +00:00
"url": "https://github.com/ondrejmirtes",
"type": "github"
2021-04-10 20:00:39 +00:00
},
{
2021-05-17 11:55:16 +00:00
"url": "https://www.patreon.com/phpstan",
"type": "patreon"
},
{
"url": "https://tidelift.com/funding/github/packagist/phpstan/phpstan",
"type": "tidelift"
2021-04-10 20:00:39 +00:00
}
],
2021-05-17 11:55:16 +00:00
"time": "2021-05-08T11:29:01+00:00"
2021-04-10 20:00:39 +00:00
},
{
2021-05-17 11:55:16 +00:00
"name": "psr/container",
"version": "1.1.1",
2021-04-10 20:00:39 +00:00
"source": {
"type": "git",
2021-05-17 11:55:16 +00:00
"url": "https://github.com/php-fig/container.git",
"reference": "8622567409010282b7aeebe4bb841fe98b58dcaf"
2021-04-10 20:00:39 +00:00
},
"dist": {
"type": "zip",
2021-05-17 11:55:16 +00:00
"url": "https://api.github.com/repos/php-fig/container/zipball/8622567409010282b7aeebe4bb841fe98b58dcaf",
"reference": "8622567409010282b7aeebe4bb841fe98b58dcaf",
2021-04-10 20:00:39 +00:00
"shasum": ""
},
"require": {
2021-05-17 11:55:16 +00:00
"php": ">=7.2.0"
2021-04-10 20:00:39 +00:00
},
"type": "library",
"autoload": {
"psr-4": {
2021-05-17 11:55:16 +00:00
"Psr\\Container\\": "src/"
2021-05-02 09:15:44 +00:00
}
2021-04-10 20:00:39 +00:00
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
2021-05-17 11:55:16 +00:00
"authors": [
2021-04-10 20:00:39 +00:00
{
2021-05-17 11:55:16 +00:00
"name": "PHP-FIG",
"homepage": "https://www.php-fig.org/"
2021-04-10 20:00:39 +00:00
}
],
2021-05-17 11:55:16 +00:00
"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/1.1.1"
},
"time": "2021-03-05T17:36:06+00:00"
2021-04-10 20:00:39 +00:00
},
{
2021-05-17 11:55:16 +00:00
"name": "rector/rector",
"version": "0.11.2",
2021-04-10 20:00:39 +00:00
"source": {
"type": "git",
2021-05-17 11:55:16 +00:00
"url": "https://github.com/rectorphp/rector.git",
"reference": "e29636e79289d2db427d0c2fc19dbbef1185face"
2021-04-10 20:00:39 +00:00
},
"dist": {
"type": "zip",
2021-05-17 11:55:16 +00:00
"url": "https://api.github.com/repos/rectorphp/rector/zipball/e29636e79289d2db427d0c2fc19dbbef1185face",
"reference": "e29636e79289d2db427d0c2fc19dbbef1185face",
2021-04-10 20:00:39 +00:00
"shasum": ""
},
"require": {
2021-05-17 11:55:16 +00:00
"php": "^7.1|^8.0",
"phpstan/phpstan": "0.12.86"
2021-05-02 09:15:44 +00:00
},
2021-05-17 11:55:16 +00:00
"conflict": {
"phpstan/phpdoc-parser": "<=0.5.3",
"phpstan/phpstan": "<=0.12.82"
2021-04-10 20:00:39 +00:00
},
2021-05-17 11:55:16 +00:00
"bin": [
"bin/rector"
],
2021-04-10 20:00:39 +00:00
"type": "library",
"extra": {
"branch-alias": {
2021-05-17 11:55:16 +00:00
"dev-main": "0.10-dev"
2021-04-10 20:00:39 +00:00
}
},
"autoload": {
2021-05-17 11:55:16 +00:00
"files": [
"bootstrap.php"
]
2021-04-10 20:00:39 +00:00
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
2021-05-17 11:55:16 +00:00
"description": "Prefixed and PHP 7.1 downgraded version of rector/rector",
2021-05-02 09:15:44 +00:00
"support": {
2021-05-17 11:55:16 +00:00
"issues": "https://github.com/rectorphp/rector/issues",
"source": "https://github.com/rectorphp/rector/tree/0.11.2"
2021-05-02 09:15:44 +00:00
},
2021-05-17 11:55:16 +00:00
"funding": [
{
"url": "https://github.com/tomasvotruba",
"type": "github"
}
],
"time": "2021-05-14T12:31:19+00:00"
2021-05-02 09:15:44 +00:00
},
{
2021-05-17 11:55:16 +00:00
"name": "squizlabs/php_codesniffer",
"version": "3.6.0",
2021-05-02 09:15:44 +00:00
"source": {
"type": "git",
2021-05-17 11:55:16 +00:00
"url": "https://github.com/squizlabs/PHP_CodeSniffer.git",
"reference": "ffced0d2c8fa8e6cdc4d695a743271fab6c38625"
2021-05-02 09:15:44 +00:00
},
"dist": {
"type": "zip",
2021-05-17 11:55:16 +00:00
"url": "https://api.github.com/repos/squizlabs/PHP_CodeSniffer/zipball/ffced0d2c8fa8e6cdc4d695a743271fab6c38625",
"reference": "ffced0d2c8fa8e6cdc4d695a743271fab6c38625",
2021-05-02 09:15:44 +00:00
"shasum": ""
},
"require": {
2021-05-17 11:55:16 +00:00
"ext-simplexml": "*",
"ext-tokenizer": "*",
"ext-xmlwriter": "*",
"php": ">=5.4.0"
2021-05-02 09:15:44 +00:00
},
"require-dev": {
2021-05-17 11:55:16 +00:00
"phpunit/phpunit": "^4.0 || ^5.0 || ^6.0 || ^7.0"
2021-05-02 09:15:44 +00:00
},
"bin": [
2021-05-17 11:55:16 +00:00
"bin/phpcs",
"bin/phpcbf"
2021-04-10 20:00:39 +00:00
],
2021-05-17 11:55:16 +00:00
"type": "library",
2021-05-02 09:15:44 +00:00
"extra": {
"branch-alias": {
2021-05-17 11:55:16 +00:00
"dev-master": "3.x-dev"
2021-05-02 09:15:44 +00:00
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
2021-05-17 11:55:16 +00:00
"BSD-3-Clause"
2021-04-10 20:00:39 +00:00
],
2021-05-17 11:55:16 +00:00
"authors": [
2021-04-10 20:00:39 +00:00
{
2021-05-17 11:55:16 +00:00
"name": "Greg Sherwood",
"role": "lead"
2021-04-10 20:00:39 +00:00
}
],
2021-05-17 11:55:16 +00:00
"description": "PHP_CodeSniffer tokenizes PHP, JavaScript and CSS files and detects violations of a defined set of coding standards.",
"homepage": "https://github.com/squizlabs/PHP_CodeSniffer",
"keywords": [
"phpcs",
"standards"
],
"support": {
"issues": "https://github.com/squizlabs/PHP_CodeSniffer/issues",
"source": "https://github.com/squizlabs/PHP_CodeSniffer",
"wiki": "https://github.com/squizlabs/PHP_CodeSniffer/wiki"
},
"time": "2021-04-09T00:54:41+00:00"
2021-04-10 20:00:39 +00:00
},
{
2021-05-17 11:55:16 +00:00
"name": "symfony/console",
"version": "v5.2.8",
2021-04-10 20:00:39 +00:00
"source": {
"type": "git",
2021-05-17 11:55:16 +00:00
"url": "https://github.com/symfony/console.git",
"reference": "864568fdc0208b3eba3638b6000b69d2386e6768"
2021-04-10 20:00:39 +00:00
},
"dist": {
"type": "zip",
2021-05-17 11:55:16 +00:00
"url": "https://api.github.com/repos/symfony/console/zipball/864568fdc0208b3eba3638b6000b69d2386e6768",
"reference": "864568fdc0208b3eba3638b6000b69d2386e6768",
2021-04-10 20:00:39 +00:00
"shasum": ""
},
"require": {
2021-05-17 11:55:16 +00:00
"php": ">=7.2.5",
"symfony/polyfill-mbstring": "~1.0",
"symfony/polyfill-php73": "^1.8",
"symfony/polyfill-php80": "^1.15",
"symfony/service-contracts": "^1.1|^2",
"symfony/string": "^5.1"
},
"conflict": {
"symfony/dependency-injection": "<4.4",
"symfony/dotenv": "<5.1",
"symfony/event-dispatcher": "<4.4",
"symfony/lock": "<4.4",
"symfony/process": "<4.4"
},
"provide": {
"psr/log-implementation": "1.0"
2021-05-02 09:15:44 +00:00
},
"require-dev": {
2021-05-17 11:55:16 +00:00
"psr/log": "~1.0",
"symfony/config": "^4.4|^5.0",
"symfony/dependency-injection": "^4.4|^5.0",
"symfony/event-dispatcher": "^4.4|^5.0",
"symfony/lock": "^4.4|^5.0",
"symfony/process": "^4.4|^5.0",
"symfony/var-dumper": "^4.4|^5.0"
2021-04-10 20:00:39 +00:00
},
2021-05-17 11:55:16 +00:00
"suggest": {
"psr/log": "For using the console logger",
"symfony/event-dispatcher": "",
"symfony/lock": "",
"symfony/process": ""
2021-05-02 09:15:44 +00:00
},
2021-05-17 11:55:16 +00:00
"type": "library",
2021-04-10 20:00:39 +00:00
"autoload": {
"psr-4": {
2021-05-17 11:55:16 +00:00
"Symfony\\Component\\Console\\": ""
},
"exclude-from-classmap": [
"/Tests/"
]
2021-04-10 20:00:39 +00:00
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
2021-05-17 11:55:16 +00:00
"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"
],
2021-04-10 20:00:39 +00:00
"support": {
2021-05-17 11:55:16 +00:00
"source": "https://github.com/symfony/console/tree/v5.2.8"
2021-04-10 20:00:39 +00:00
},
"funding": [
{
2021-05-17 11:55:16 +00:00
"url": "https://symfony.com/sponsor",
2021-04-10 20:00:39 +00:00
"type": "custom"
},
{
2021-05-17 11:55:16 +00:00
"url": "https://github.com/fabpot",
2021-04-10 20:00:39 +00:00
"type": "github"
2021-05-17 11:55:16 +00:00
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
2021-04-10 20:00:39 +00:00
}
],
2021-05-17 11:55:16 +00:00
"time": "2021-05-11T15:45:21+00:00"
2021-04-10 20:00:39 +00:00
},
{
2021-05-17 11:55:16 +00:00
"name": "symfony/polyfill-ctype",
"version": "v1.22.1",
2021-04-10 20:00:39 +00:00
"source": {
"type": "git",
2021-05-17 11:55:16 +00:00
"url": "https://github.com/symfony/polyfill-ctype.git",
"reference": "c6c942b1ac76c82448322025e084cadc56048b4e"
2021-04-10 20:00:39 +00:00
},
"dist": {
"type": "zip",
2021-05-17 11:55:16 +00:00
"url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/c6c942b1ac76c82448322025e084cadc56048b4e",
"reference": "c6c942b1ac76c82448322025e084cadc56048b4e",
2021-04-10 20:00:39 +00:00
"shasum": ""
},
"require": {
2021-05-17 11:55:16 +00:00
"php": ">=7.1"
},
"suggest": {
"ext-ctype": "For best performance"
2021-04-10 20:00:39 +00:00
},
2021-05-02 09:15:44 +00:00
"type": "library",
"extra": {
"branch-alias": {
2021-05-17 11:55:16 +00:00
"dev-main": "1.22-dev"
},
"thanks": {
"name": "symfony/polyfill",
"url": "https://github.com/symfony/polyfill"
2021-05-02 09:15:44 +00:00
}
2021-04-10 20:00:39 +00:00
},
"autoload": {
"psr-4": {
2021-05-17 11:55:16 +00:00
"Symfony\\Polyfill\\Ctype\\": ""
},
"files": [
"bootstrap.php"
]
2021-04-10 20:00:39 +00:00
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
2021-05-17 11:55:16 +00:00
"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"
],
2021-04-10 20:00:39 +00:00
"support": {
2021-05-17 11:55:16 +00:00
"source": "https://github.com/symfony/polyfill-ctype/tree/v1.22.1"
2021-04-10 20:00:39 +00:00
},
"funding": [
{
2021-05-17 11:55:16 +00:00
"url": "https://symfony.com/sponsor",
2021-04-10 20:00:39 +00:00
"type": "custom"
},
{
2021-05-17 11:55:16 +00:00
"url": "https://github.com/fabpot",
2021-04-10 20:00:39 +00:00
"type": "github"
2021-05-17 11:55:16 +00:00
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
2021-04-10 20:00:39 +00:00
}
],
2021-05-17 11:55:16 +00:00
"time": "2021-01-07T16:49:33+00:00"
2021-04-10 20:00:39 +00:00
},
{
2021-05-17 11:55:16 +00:00
"name": "symfony/polyfill-intl-grapheme",
"version": "v1.22.1",
2021-04-10 20:00:39 +00:00
"source": {
"type": "git",
2021-05-17 11:55:16 +00:00
"url": "https://github.com/symfony/polyfill-intl-grapheme.git",
"reference": "5601e09b69f26c1828b13b6bb87cb07cddba3170"
2021-04-10 20:00:39 +00:00
},
"dist": {
"type": "zip",
2021-05-17 11:55:16 +00:00
"url": "https://api.github.com/repos/symfony/polyfill-intl-grapheme/zipball/5601e09b69f26c1828b13b6bb87cb07cddba3170",
"reference": "5601e09b69f26c1828b13b6bb87cb07cddba3170",
2021-04-10 20:00:39 +00:00
"shasum": ""
},
"require": {
2021-05-17 11:55:16 +00:00
"php": ">=7.1"
2021-04-10 20:00:39 +00:00
},
2021-05-17 11:55:16 +00:00
"suggest": {
"ext-intl": "For best performance"
2021-04-10 20:00:39 +00:00
},
"type": "library",
2021-05-02 09:15:44 +00:00
"extra": {
"branch-alias": {
2021-05-17 11:55:16 +00:00
"dev-main": "1.22-dev"
},
"thanks": {
"name": "symfony/polyfill",
"url": "https://github.com/symfony/polyfill"
2021-05-02 09:15:44 +00:00
}
},
2021-04-10 20:00:39 +00:00
"autoload": {
"psr-4": {
2021-05-17 11:55:16 +00:00
"Symfony\\Polyfill\\Intl\\Grapheme\\": ""
},
"files": [
"bootstrap.php"
]
2021-04-10 20:00:39 +00:00
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
2021-05-17 11:55:16 +00:00
"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"
],
2021-04-10 20:00:39 +00:00
"support": {
2021-05-17 11:55:16 +00:00
"source": "https://github.com/symfony/polyfill-intl-grapheme/tree/v1.22.1"
2021-04-10 20:00:39 +00:00
},
"funding": [
{
2021-05-17 11:55:16 +00:00
"url": "https://symfony.com/sponsor",
2021-04-10 20:00:39 +00:00
"type": "custom"
},
{
2021-05-17 11:55:16 +00:00
"url": "https://github.com/fabpot",
2021-05-02 09:15:44 +00:00
"type": "github"
2021-05-17 11:55:16 +00:00
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
2021-04-10 20:00:39 +00:00
}
],
2021-05-17 11:55:16 +00:00
"time": "2021-01-22T09:19:47+00:00"
2021-04-10 20:00:39 +00:00
},
{
2021-05-17 11:55:16 +00:00
"name": "symfony/polyfill-intl-normalizer",
"version": "v1.22.1",
2021-04-10 20:00:39 +00:00
"source": {
"type": "git",
2021-05-17 11:55:16 +00:00
"url": "https://github.com/symfony/polyfill-intl-normalizer.git",
"reference": "43a0283138253ed1d48d352ab6d0bdb3f809f248"
2021-04-10 20:00:39 +00:00
},
"dist": {
"type": "zip",
2021-05-17 11:55:16 +00:00
"url": "https://api.github.com/repos/symfony/polyfill-intl-normalizer/zipball/43a0283138253ed1d48d352ab6d0bdb3f809f248",
"reference": "43a0283138253ed1d48d352ab6d0bdb3f809f248",
2021-04-10 20:00:39 +00:00
"shasum": ""
},
"require": {
2021-05-17 11:55:16 +00:00
"php": ">=7.1"
2021-05-02 09:15:44 +00:00
},
2021-05-17 11:55:16 +00:00
"suggest": {
"ext-intl": "For best performance"
2021-04-10 20:00:39 +00:00
},
"type": "library",
2021-05-02 09:15:44 +00:00
"extra": {
"branch-alias": {
2021-05-17 11:55:16 +00:00
"dev-main": "1.22-dev"
},
"thanks": {
"name": "symfony/polyfill",
"url": "https://github.com/symfony/polyfill"
2021-05-02 09:15:44 +00:00
}
},
2021-04-10 20:00:39 +00:00
"autoload": {
"psr-4": {
2021-05-17 11:55:16 +00:00
"Symfony\\Polyfill\\Intl\\Normalizer\\": ""
},
"files": [
"bootstrap.php"
],
"classmap": [
"Resources/stubs"
]
2021-04-10 20:00:39 +00:00
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
2021-05-17 11:55:16 +00:00
"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"
],
2021-04-10 20:00:39 +00:00
"support": {
2021-05-17 11:55:16 +00:00
"source": "https://github.com/symfony/polyfill-intl-normalizer/tree/v1.22.1"
2021-04-10 20:00:39 +00:00
},
"funding": [
{
2021-05-17 11:55:16 +00:00
"url": "https://symfony.com/sponsor",
2021-04-10 20:00:39 +00:00
"type": "custom"
},
{
2021-05-17 11:55:16 +00:00
"url": "https://github.com/fabpot",
2021-04-10 20:00:39 +00:00
"type": "github"
2021-05-17 11:55:16 +00:00
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
2021-04-10 20:00:39 +00:00
}
],
2021-05-17 11:55:16 +00:00
"time": "2021-01-22T09:19:47+00:00"
2021-04-10 20:00:39 +00:00
},
{
2021-05-17 11:55:16 +00:00
"name": "symfony/polyfill-mbstring",
"version": "v1.22.1",
2021-04-10 20:00:39 +00:00
"source": {
"type": "git",
2021-05-17 11:55:16 +00:00
"url": "https://github.com/symfony/polyfill-mbstring.git",
"reference": "5232de97ee3b75b0360528dae24e73db49566ab1"
2021-04-10 20:00:39 +00:00
},
"dist": {
"type": "zip",
2021-05-17 11:55:16 +00:00
"url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/5232de97ee3b75b0360528dae24e73db49566ab1",
"reference": "5232de97ee3b75b0360528dae24e73db49566ab1",
2021-04-10 20:00:39 +00:00
"shasum": ""
},
"require": {
2021-05-17 11:55:16 +00:00
"php": ">=7.1"
2021-04-10 20:00:39 +00:00
},
2021-05-17 11:55:16 +00:00
"suggest": {
"ext-mbstring": "For best performance"
2021-04-10 20:00:39 +00:00
},
"type": "library",
2021-05-02 09:15:44 +00:00
"extra": {
"branch-alias": {
2021-05-17 11:55:16 +00:00
"dev-main": "1.22-dev"
},
"thanks": {
"name": "symfony/polyfill",
"url": "https://github.com/symfony/polyfill"
2021-05-02 09:15:44 +00:00
}
},
2021-04-10 20:00:39 +00:00
"autoload": {
"psr-4": {
2021-05-17 11:55:16 +00:00
"Symfony\\Polyfill\\Mbstring\\": ""
},
"files": [
"bootstrap.php"
]
2021-04-10 20:00:39 +00:00
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
2021-05-17 11:55:16 +00:00
"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"
],
2021-04-10 20:00:39 +00:00
"support": {
2021-05-17 11:55:16 +00:00
"source": "https://github.com/symfony/polyfill-mbstring/tree/v1.22.1"
2021-04-10 20:00:39 +00:00
},
"funding": [
{
2021-05-17 11:55:16 +00:00
"url": "https://symfony.com/sponsor",
2021-04-10 20:00:39 +00:00
"type": "custom"
},
{
2021-05-17 11:55:16 +00:00
"url": "https://github.com/fabpot",
2021-04-10 20:00:39 +00:00
"type": "github"
2021-05-17 11:55:16 +00:00
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
2021-04-10 20:00:39 +00:00
}
],
2021-05-17 11:55:16 +00:00
"time": "2021-01-22T09:19:47+00:00"
2021-04-10 20:00:39 +00:00
},
{
2021-05-17 11:55:16 +00:00
"name": "symfony/polyfill-php73",
"version": "v1.22.1",
2021-04-10 20:00:39 +00:00
"source": {
"type": "git",
2021-05-17 11:55:16 +00:00
"url": "https://github.com/symfony/polyfill-php73.git",
"reference": "a678b42e92f86eca04b7fa4c0f6f19d097fb69e2"
2021-04-10 20:00:39 +00:00
},
"dist": {
"type": "zip",
2021-05-17 11:55:16 +00:00
"url": "https://api.github.com/repos/symfony/polyfill-php73/zipball/a678b42e92f86eca04b7fa4c0f6f19d097fb69e2",
"reference": "a678b42e92f86eca04b7fa4c0f6f19d097fb69e2",
2021-04-10 20:00:39 +00:00
"shasum": ""
},
"require": {
2021-05-17 11:55:16 +00:00
"php": ">=7.1"
2021-04-10 20:00:39 +00:00
},
"type": "library",
2021-05-02 09:15:44 +00:00
"extra": {
"branch-alias": {
2021-05-17 11:55:16 +00:00
"dev-main": "1.22-dev"
},
"thanks": {
"name": "symfony/polyfill",
"url": "https://github.com/symfony/polyfill"
2021-05-02 09:15:44 +00:00
}
},
2021-04-10 20:00:39 +00:00
"autoload": {
"psr-4": {
2021-05-17 11:55:16 +00:00
"Symfony\\Polyfill\\Php73\\": ""
},
"files": [
"bootstrap.php"
],
"classmap": [
"Resources/stubs"
]
2021-04-10 20:00:39 +00:00
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
2021-05-17 11:55:16 +00:00
"authors": [
{
"name": "Nicolas Grekas",
"email": "p@tchwork.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
"description": "Symfony polyfill backporting some PHP 7.3+ features to lower PHP versions",
"homepage": "https://symfony.com",
"keywords": [
"compatibility",
"polyfill",
"portable",
"shim"
],
2021-04-10 20:00:39 +00:00
"support": {
2021-05-17 11:55:16 +00:00
"source": "https://github.com/symfony/polyfill-php73/tree/v1.22.1"
2021-04-10 20:00:39 +00:00
},
"funding": [
{
2021-05-17 11:55:16 +00:00
"url": "https://symfony.com/sponsor",
2021-04-10 20:00:39 +00:00
"type": "custom"
},
{
2021-05-17 11:55:16 +00:00
"url": "https://github.com/fabpot",
2021-04-10 20:00:39 +00:00
"type": "github"
2021-05-17 11:55:16 +00:00
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
2021-04-10 20:00:39 +00:00
}
],
2021-05-17 11:55:16 +00:00
"time": "2021-01-07T16:49:33+00:00"
2021-04-10 20:00:39 +00:00
},
{
2021-05-17 11:55:16 +00:00
"name": "symfony/polyfill-php80",
"version": "v1.22.1",
2021-04-10 20:00:39 +00:00
"source": {
"type": "git",
2021-05-17 11:55:16 +00:00
"url": "https://github.com/symfony/polyfill-php80.git",
"reference": "dc3063ba22c2a1fd2f45ed856374d79114998f91"
2021-04-10 20:00:39 +00:00
},
"dist": {
"type": "zip",
2021-05-17 11:55:16 +00:00
"url": "https://api.github.com/repos/symfony/polyfill-php80/zipball/dc3063ba22c2a1fd2f45ed856374d79114998f91",
"reference": "dc3063ba22c2a1fd2f45ed856374d79114998f91",
2021-04-10 20:00:39 +00:00
"shasum": ""
},
"require": {
2021-05-17 11:55:16 +00:00
"php": ">=7.1"
2021-04-10 20:00:39 +00:00
},
"type": "library",
2021-05-02 09:15:44 +00:00
"extra": {
"branch-alias": {
2021-05-17 11:55:16 +00:00
"dev-main": "1.22-dev"
},
"thanks": {
"name": "symfony/polyfill",
"url": "https://github.com/symfony/polyfill"
2021-05-02 09:15:44 +00:00
}
},
2021-04-10 20:00:39 +00:00
"autoload": {
"psr-4": {
2021-05-17 11:55:16 +00:00
"Symfony\\Polyfill\\Php80\\": ""
},
"files": [
"bootstrap.php"
],
"classmap": [
"Resources/stubs"
]
2021-04-10 20:00:39 +00:00
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
2021-05-17 11:55:16 +00:00
"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"
],
2021-04-10 20:00:39 +00:00
"support": {
2021-05-17 11:55:16 +00:00
"source": "https://github.com/symfony/polyfill-php80/tree/v1.22.1"
2021-04-10 20:00:39 +00:00
},
2021-05-17 11:55:16 +00:00
"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": "2021-01-07T16:49:33+00:00"
2021-04-10 20:00:39 +00:00
},
{
2021-05-17 11:55:16 +00:00
"name": "symfony/service-contracts",
"version": "v2.4.0",
2021-04-10 20:00:39 +00:00
"source": {
"type": "git",
2021-05-17 11:55:16 +00:00
"url": "https://github.com/symfony/service-contracts.git",
"reference": "f040a30e04b57fbcc9c6cbcf4dbaa96bd318b9bb"
2021-04-10 20:00:39 +00:00
},
"dist": {
"type": "zip",
2021-05-17 11:55:16 +00:00
"url": "https://api.github.com/repos/symfony/service-contracts/zipball/f040a30e04b57fbcc9c6cbcf4dbaa96bd318b9bb",
"reference": "f040a30e04b57fbcc9c6cbcf4dbaa96bd318b9bb",
2021-04-10 20:00:39 +00:00
"shasum": ""
},
"require": {
2021-05-17 11:55:16 +00:00
"php": ">=7.2.5",
"psr/container": "^1.1"
2021-04-10 20:00:39 +00:00
},
2021-05-17 11:55:16 +00:00
"suggest": {
"symfony/service-implementation": ""
2021-04-10 20:00:39 +00:00
},
"type": "library",
2021-05-02 09:15:44 +00:00
"extra": {
"branch-alias": {
2021-05-17 11:55:16 +00:00
"dev-main": "2.4-dev"
},
"thanks": {
"name": "symfony/contracts",
"url": "https://github.com/symfony/contracts"
2021-05-02 09:15:44 +00:00
}
},
2021-04-10 20:00:39 +00:00
"autoload": {
"psr-4": {
2021-05-17 11:55:16 +00:00
"Symfony\\Contracts\\Service\\": ""
2021-05-02 09:15:44 +00:00
}
2021-04-10 20:00:39 +00:00
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
2021-05-17 11:55:16 +00:00
"name": "Nicolas Grekas",
"email": "p@tchwork.com"
2021-04-10 20:00:39 +00:00
},
{
2021-05-17 11:55:16 +00:00
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
2021-04-10 20:00:39 +00:00
}
],
2021-05-17 11:55:16 +00:00
"description": "Generic abstractions related to writing services",
"homepage": "https://symfony.com",
2021-04-10 20:00:39 +00:00
"keywords": [
2021-05-17 11:55:16 +00:00
"abstractions",
"contracts",
"decoupling",
"interfaces",
"interoperability",
"standards"
2021-04-10 20:00:39 +00:00
],
"support": {
2021-05-17 11:55:16 +00:00
"source": "https://github.com/symfony/service-contracts/tree/v2.4.0"
2021-04-10 20:00:39 +00:00
},
2021-05-17 11:55:16 +00:00
"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": "2021-04-01T10:43:52+00:00"
2021-04-10 20:00:39 +00:00
},
{
2021-05-17 11:55:16 +00:00
"name": "symfony/string",
"version": "v5.2.8",
2021-04-10 20:00:39 +00:00
"source": {
"type": "git",
2021-05-17 11:55:16 +00:00
"url": "https://github.com/symfony/string.git",
"reference": "01b35eb64cac8467c3f94cd0ce2d0d376bb7d1db"
2021-04-10 20:00:39 +00:00
},
"dist": {
"type": "zip",
2021-05-17 11:55:16 +00:00
"url": "https://api.github.com/repos/symfony/string/zipball/01b35eb64cac8467c3f94cd0ce2d0d376bb7d1db",
"reference": "01b35eb64cac8467c3f94cd0ce2d0d376bb7d1db",
2021-04-10 20:00:39 +00:00
"shasum": ""
},
"require": {
2021-05-17 11:55:16 +00:00
"php": ">=7.2.5",
"symfony/polyfill-ctype": "~1.8",
"symfony/polyfill-intl-grapheme": "~1.0",
"symfony/polyfill-intl-normalizer": "~1.0",
"symfony/polyfill-mbstring": "~1.0",
"symfony/polyfill-php80": "~1.15"
2021-04-10 20:00:39 +00:00
},
"require-dev": {
2021-05-17 11:55:16 +00:00
"symfony/error-handler": "^4.4|^5.0",
"symfony/http-client": "^4.4|^5.0",
"symfony/translation-contracts": "^1.1|^2",
"symfony/var-exporter": "^4.4|^5.0"
2021-04-10 20:00:39 +00:00
},
"type": "library",
"autoload": {
"psr-4": {
2021-05-17 11:55:16 +00:00
"Symfony\\Component\\String\\": ""
},
"files": [
"Resources/functions.php"
],
"exclude-from-classmap": [
"/Tests/"
]
2021-04-10 20:00:39 +00:00
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
2021-05-17 11:55:16 +00:00
"name": "Nicolas Grekas",
"email": "p@tchwork.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
2021-04-10 20:00:39 +00:00
}
],
2021-05-17 11:55:16 +00:00
"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",
2021-04-10 20:00:39 +00:00
"keywords": [
2021-05-17 11:55:16 +00:00
"grapheme",
"i18n",
"string",
"unicode",
"utf-8",
"utf8"
2021-04-10 20:00:39 +00:00
],
"support": {
2021-05-17 11:55:16 +00:00
"source": "https://github.com/symfony/string/tree/v5.2.8"
2021-02-23 17:16:15 +00:00
},
2021-05-17 11:55:16 +00:00
"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": "2021-05-10T14:56:10+00:00"
2021-02-23 17:16:15 +00:00
},
{
"name": "wp-coding-standards/wpcs",
"version": "2.3.0",
"source": {
"type": "git",
"url": "https://github.com/WordPress/WordPress-Coding-Standards.git",
"reference": "7da1894633f168fe244afc6de00d141f27517b62"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/WordPress/WordPress-Coding-Standards/zipball/7da1894633f168fe244afc6de00d141f27517b62",
"reference": "7da1894633f168fe244afc6de00d141f27517b62",
"shasum": ""
},
"require": {
"php": ">=5.4",
"squizlabs/php_codesniffer": "^3.3.1"
},
"require-dev": {
"dealerdirect/phpcodesniffer-composer-installer": "^0.5 || ^0.6",
"phpcompatibility/php-compatibility": "^9.0",
"phpcsstandards/phpcsdevtools": "^1.0",
"phpunit/phpunit": "^4.0 || ^5.0 || ^6.0 || ^7.0"
},
"suggest": {
"dealerdirect/phpcodesniffer-composer-installer": "^0.6 || This Composer plugin will sort out the PHPCS 'installed_paths' automatically."
},
"type": "phpcodesniffer-standard",
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Contributors",
"homepage": "https://github.com/WordPress/WordPress-Coding-Standards/graphs/contributors"
}
],
"description": "PHP_CodeSniffer rules (sniffs) to enforce WordPress coding conventions",
"keywords": [
"phpcs",
"standards",
"wordpress"
],
"support": {
"issues": "https://github.com/WordPress/WordPress-Coding-Standards/issues",
"source": "https://github.com/WordPress/WordPress-Coding-Standards",
"wiki": "https://github.com/WordPress/WordPress-Coding-Standards/wiki"
},
"time": "2020-05-13T23:57:56+00:00"
}
],
"aliases": [],
"minimum-stability": "stable",
"stability-flags": [],
2021-04-16 00:23:23 +00:00
"prefer-stable": true,
2021-02-23 17:16:15 +00:00
"prefer-lowest": false,
"platform": [],
"platform-dev": [],
"plugin-api-version": "2.0.0"
}