|
|
@@ -4,25 +4,96 @@
|
|
|
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
|
|
|
"This file is @generated automatically"
|
|
|
],
|
|
|
- "content-hash": "ad5ec11e41165b0453caa49df99ecde3",
|
|
|
+ "content-hash": "910e9dd12a31628d471c653c43e32f92",
|
|
|
"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"
|
|
|
+ },
|
|
|
{
|
|
|
"name": "glpi-project/coding-standard",
|
|
|
- "version": "0.7.1",
|
|
|
+ "version": "0.8",
|
|
|
"source": {
|
|
|
"type": "git",
|
|
|
"url": "https://github.com/glpi-project/coding-standard.git",
|
|
|
- "reference": "1cef37d764aecf8fd7d5d167db25da97e289cb03"
|
|
|
+ "reference": "a34ec2abf52e720ef700f59a91a4dde963b9f33e"
|
|
|
},
|
|
|
"dist": {
|
|
|
"type": "zip",
|
|
|
- "url": "https://api.github.com/repos/glpi-project/coding-standard/zipball/1cef37d764aecf8fd7d5d167db25da97e289cb03",
|
|
|
- "reference": "1cef37d764aecf8fd7d5d167db25da97e289cb03",
|
|
|
+ "url": "https://api.github.com/repos/glpi-project/coding-standard/zipball/a34ec2abf52e720ef700f59a91a4dde963b9f33e",
|
|
|
+ "reference": "a34ec2abf52e720ef700f59a91a4dde963b9f33e",
|
|
|
"shasum": ""
|
|
|
},
|
|
|
"require": {
|
|
|
- "squizlabs/php_codesniffer": "^3.3"
|
|
|
+ "slevomat/coding-standard": "^6.3",
|
|
|
+ "squizlabs/php_codesniffer": "^3.5.5"
|
|
|
},
|
|
|
"type": "library",
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
@@ -42,20 +113,138 @@
|
|
|
"glpi",
|
|
|
"phpcs"
|
|
|
],
|
|
|
- "time": "2018-06-07T08:45:05+00:00"
|
|
|
+ "support": {
|
|
|
+ "issues": "https://github.com/glpi-project/coding-standard/issues",
|
|
|
+ "source": "https://github.com/glpi-project/coding-standard"
|
|
|
+ },
|
|
|
+ "time": "2020-06-03T08:54:27+00:00"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "phpstan/phpdoc-parser",
|
|
|
+ "version": "0.4.9",
|
|
|
+ "source": {
|
|
|
+ "type": "git",
|
|
|
+ "url": "https://github.com/phpstan/phpdoc-parser.git",
|
|
|
+ "reference": "98a088b17966bdf6ee25c8a4b634df313d8aa531"
|
|
|
+ },
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://api.github.com/repos/phpstan/phpdoc-parser/zipball/98a088b17966bdf6ee25c8a4b634df313d8aa531",
|
|
|
+ "reference": "98a088b17966bdf6ee25c8a4b634df313d8aa531",
|
|
|
+ "shasum": ""
|
|
|
+ },
|
|
|
+ "require": {
|
|
|
+ "php": "^7.1 || ^8.0"
|
|
|
+ },
|
|
|
+ "require-dev": {
|
|
|
+ "consistence/coding-standard": "^3.5",
|
|
|
+ "ergebnis/composer-normalize": "^2.0.2",
|
|
|
+ "jakub-onderka/php-parallel-lint": "^0.9.2",
|
|
|
+ "phing/phing": "^2.16.0",
|
|
|
+ "phpstan/extension-installer": "^1.0",
|
|
|
+ "phpstan/phpstan": "^0.12.26",
|
|
|
+ "phpstan/phpstan-strict-rules": "^0.12",
|
|
|
+ "phpunit/phpunit": "^6.3",
|
|
|
+ "slevomat/coding-standard": "^4.7.2",
|
|
|
+ "symfony/process": "^4.0"
|
|
|
+ },
|
|
|
+ "type": "library",
|
|
|
+ "extra": {
|
|
|
+ "branch-alias": {
|
|
|
+ "dev-master": "0.4-dev"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "autoload": {
|
|
|
+ "psr-4": {
|
|
|
+ "PHPStan\\PhpDocParser\\": [
|
|
|
+ "src/"
|
|
|
+ ]
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
+ "license": [
|
|
|
+ "MIT"
|
|
|
+ ],
|
|
|
+ "description": "PHPDoc parser with support for nullable, intersection and generic types",
|
|
|
+ "support": {
|
|
|
+ "issues": "https://github.com/phpstan/phpdoc-parser/issues",
|
|
|
+ "source": "https://github.com/phpstan/phpdoc-parser/tree/master"
|
|
|
+ },
|
|
|
+ "time": "2020-08-03T20:32:43+00:00"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "slevomat/coding-standard",
|
|
|
+ "version": "6.4.1",
|
|
|
+ "source": {
|
|
|
+ "type": "git",
|
|
|
+ "url": "https://github.com/slevomat/coding-standard.git",
|
|
|
+ "reference": "696dcca217d0c9da2c40d02731526c1e25b65346"
|
|
|
+ },
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://api.github.com/repos/slevomat/coding-standard/zipball/696dcca217d0c9da2c40d02731526c1e25b65346",
|
|
|
+ "reference": "696dcca217d0c9da2c40d02731526c1e25b65346",
|
|
|
+ "shasum": ""
|
|
|
+ },
|
|
|
+ "require": {
|
|
|
+ "dealerdirect/phpcodesniffer-composer-installer": "^0.6.2 || ^0.7",
|
|
|
+ "php": "^7.1 || ^8.0",
|
|
|
+ "phpstan/phpdoc-parser": "0.4.5 - 0.4.9",
|
|
|
+ "squizlabs/php_codesniffer": "^3.5.6"
|
|
|
+ },
|
|
|
+ "require-dev": {
|
|
|
+ "phing/phing": "2.16.3",
|
|
|
+ "php-parallel-lint/php-parallel-lint": "1.2.0",
|
|
|
+ "phpstan/phpstan": "0.12.48",
|
|
|
+ "phpstan/phpstan-deprecation-rules": "0.12.5",
|
|
|
+ "phpstan/phpstan-phpunit": "0.12.16",
|
|
|
+ "phpstan/phpstan-strict-rules": "0.12.5",
|
|
|
+ "phpunit/phpunit": "7.5.20|8.5.5|9.4.0"
|
|
|
+ },
|
|
|
+ "type": "phpcodesniffer-standard",
|
|
|
+ "extra": {
|
|
|
+ "branch-alias": {
|
|
|
+ "dev-master": "6.x-dev"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "autoload": {
|
|
|
+ "psr-4": {
|
|
|
+ "SlevomatCodingStandard\\": "SlevomatCodingStandard"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
+ "license": [
|
|
|
+ "MIT"
|
|
|
+ ],
|
|
|
+ "description": "Slevomat Coding Standard for PHP_CodeSniffer complements Consistence Coding Standard by providing sniffs with additional checks.",
|
|
|
+ "support": {
|
|
|
+ "issues": "https://github.com/slevomat/coding-standard/issues",
|
|
|
+ "source": "https://github.com/slevomat/coding-standard/tree/6.4.1"
|
|
|
+ },
|
|
|
+ "funding": [
|
|
|
+ {
|
|
|
+ "url": "https://github.com/kukulich",
|
|
|
+ "type": "github"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "url": "https://tidelift.com/funding/github/packagist/slevomat/coding-standard",
|
|
|
+ "type": "tidelift"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "time": "2020-10-05T12:39:37+00:00"
|
|
|
},
|
|
|
{
|
|
|
"name": "squizlabs/php_codesniffer",
|
|
|
- "version": "3.4.2",
|
|
|
+ "version": "3.5.8",
|
|
|
"source": {
|
|
|
"type": "git",
|
|
|
"url": "https://github.com/squizlabs/PHP_CodeSniffer.git",
|
|
|
- "reference": "b8a7362af1cc1aadb5bd36c3defc4dda2cf5f0a8"
|
|
|
+ "reference": "9d583721a7157ee997f235f327de038e7ea6dac4"
|
|
|
},
|
|
|
"dist": {
|
|
|
"type": "zip",
|
|
|
- "url": "https://api.github.com/repos/squizlabs/PHP_CodeSniffer/zipball/b8a7362af1cc1aadb5bd36c3defc4dda2cf5f0a8",
|
|
|
- "reference": "b8a7362af1cc1aadb5bd36c3defc4dda2cf5f0a8",
|
|
|
+ "url": "https://api.github.com/repos/squizlabs/PHP_CodeSniffer/zipball/9d583721a7157ee997f235f327de038e7ea6dac4",
|
|
|
+ "reference": "9d583721a7157ee997f235f327de038e7ea6dac4",
|
|
|
"shasum": ""
|
|
|
},
|
|
|
"require": {
|
|
|
@@ -93,7 +282,12 @@
|
|
|
"phpcs",
|
|
|
"standards"
|
|
|
],
|
|
|
- "time": "2019-04-10T23:49:02+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": "2020-10-23T02:01:07+00:00"
|
|
|
}
|
|
|
],
|
|
|
"aliases": [],
|
|
|
@@ -104,6 +298,7 @@
|
|
|
"platform": [],
|
|
|
"platform-dev": [],
|
|
|
"platform-overrides": {
|
|
|
- "php": "5.6"
|
|
|
- }
|
|
|
+ "php": "7.1.2"
|
|
|
+ },
|
|
|
+ "plugin-api-version": "2.0.0"
|
|
|
}
|