patchtester/composer.lock

83 lines
2.8 KiB
Plaintext
Raw Normal View History

2015-06-16 19:26:06 +00:00
{
"_readme": [
"This file locks the dependencies of your project to a known state",
2018-07-21 16:28:10 +00:00
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
2015-06-16 19:26:06 +00:00
"This file is @generated automatically"
],
2023-08-17 19:33:17 +00:00
"content-hash": "f97e1ad00f7289b11f69088eff68b532",
2015-06-16 19:26:06 +00:00
"packages": [],
"packages-dev": [
{
"name": "squizlabs/php_codesniffer",
"version": "3.7.2",
2015-06-16 19:26:06 +00:00
"source": {
"type": "git",
"url": "https://github.com/squizlabs/PHP_CodeSniffer.git",
"reference": "ed8e00df0a83aa96acf703f8c2979ff33341f879"
2015-06-16 19:26:06 +00:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/squizlabs/PHP_CodeSniffer/zipball/ed8e00df0a83aa96acf703f8c2979ff33341f879",
"reference": "ed8e00df0a83aa96acf703f8c2979ff33341f879",
2015-06-16 19:26:06 +00:00
"shasum": ""
},
"require": {
"ext-simplexml": "*",
2015-06-16 19:26:06 +00:00
"ext-tokenizer": "*",
"ext-xmlwriter": "*",
"php": ">=5.4.0"
2015-06-16 19:26:06 +00:00
},
"require-dev": {
"phpunit/phpunit": "^4.0 || ^5.0 || ^6.0 || ^7.0"
2015-06-16 19:26:06 +00:00
},
"bin": [
"bin/phpcs",
"bin/phpcbf"
2015-06-16 19:26:06 +00:00
],
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "3.x-dev"
2015-06-16 19:26:06 +00:00
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Greg Sherwood",
"role": "lead"
}
],
"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",
2015-06-16 19:26:06 +00:00
"keywords": [
"phpcs",
"standards",
"static analysis"
2015-06-16 19:26:06 +00:00
],
"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": "2023-02-22T23:07:41+00:00"
2015-06-16 19:26:06 +00:00
}
],
"aliases": [],
"minimum-stability": "stable",
2023-08-17 19:33:17 +00:00
"stability-flags": [],
2015-06-16 19:26:06 +00:00
"prefer-stable": false,
"prefer-lowest": false,
"platform": {
"php": "^7.2",
"ext-json": "*"
},
"platform-dev": [],
"platform-overrides": {
"php": "7.2.5"
},
"plugin-api-version": "2.3.0"
2015-06-16 19:26:06 +00:00
}