composer.lock 14 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362
  1. {
  2. "_readme": [
  3. "This file locks the dependencies of your project to a known state",
  4. "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
  5. "This file is @generated automatically"
  6. ],
  7. "content-hash": "74275a109c221b0ce3813266b1c6c246",
  8. "packages": [],
  9. "packages-dev": [
  10. {
  11. "name": "dealerdirect/phpcodesniffer-composer-installer",
  12. "version": "v0.7.1",
  13. "source": {
  14. "type": "git",
  15. "url": "https://github.com/Dealerdirect/phpcodesniffer-composer-installer.git",
  16. "reference": "fe390591e0241955f22eb9ba327d137e501c771c"
  17. },
  18. "dist": {
  19. "type": "zip",
  20. "url": "https://api.github.com/repos/Dealerdirect/phpcodesniffer-composer-installer/zipball/fe390591e0241955f22eb9ba327d137e501c771c",
  21. "reference": "fe390591e0241955f22eb9ba327d137e501c771c",
  22. "shasum": ""
  23. },
  24. "require": {
  25. "composer-plugin-api": "^1.0 || ^2.0",
  26. "php": ">=5.3",
  27. "squizlabs/php_codesniffer": "^2.0 || ^3.0 || ^4.0"
  28. },
  29. "require-dev": {
  30. "composer/composer": "*",
  31. "phpcompatibility/php-compatibility": "^9.0",
  32. "sensiolabs/security-checker": "^4.1.0"
  33. },
  34. "type": "composer-plugin",
  35. "extra": {
  36. "class": "Dealerdirect\\Composer\\Plugin\\Installers\\PHPCodeSniffer\\Plugin"
  37. },
  38. "autoload": {
  39. "psr-4": {
  40. "Dealerdirect\\Composer\\Plugin\\Installers\\PHPCodeSniffer\\": "src/"
  41. }
  42. },
  43. "notification-url": "https://packagist.org/downloads/",
  44. "license": [
  45. "MIT"
  46. ],
  47. "authors": [
  48. {
  49. "name": "Franck Nijhof",
  50. "email": "franck.nijhof@dealerdirect.com",
  51. "homepage": "http://www.frenck.nl",
  52. "role": "Developer / IT Manager"
  53. }
  54. ],
  55. "description": "PHP_CodeSniffer Standards Composer Installer Plugin",
  56. "homepage": "http://www.dealerdirect.com",
  57. "keywords": [
  58. "PHPCodeSniffer",
  59. "PHP_CodeSniffer",
  60. "code quality",
  61. "codesniffer",
  62. "composer",
  63. "installer",
  64. "phpcs",
  65. "plugin",
  66. "qa",
  67. "quality",
  68. "standard",
  69. "standards",
  70. "style guide",
  71. "stylecheck",
  72. "tests"
  73. ],
  74. "support": {
  75. "issues": "https://github.com/dealerdirect/phpcodesniffer-composer-installer/issues",
  76. "source": "https://github.com/dealerdirect/phpcodesniffer-composer-installer"
  77. },
  78. "time": "2020-12-07T18:04:37+00:00"
  79. },
  80. {
  81. "name": "glpi-project/coding-standard",
  82. "version": "0.8",
  83. "source": {
  84. "type": "git",
  85. "url": "https://github.com/glpi-project/coding-standard.git",
  86. "reference": "a34ec2abf52e720ef700f59a91a4dde963b9f33e"
  87. },
  88. "dist": {
  89. "type": "zip",
  90. "url": "https://api.github.com/repos/glpi-project/coding-standard/zipball/a34ec2abf52e720ef700f59a91a4dde963b9f33e",
  91. "reference": "a34ec2abf52e720ef700f59a91a4dde963b9f33e",
  92. "shasum": ""
  93. },
  94. "require": {
  95. "slevomat/coding-standard": "^6.3",
  96. "squizlabs/php_codesniffer": "^3.5.5"
  97. },
  98. "type": "library",
  99. "notification-url": "https://packagist.org/downloads/",
  100. "license": [
  101. "GPL-2.0-or-later"
  102. ],
  103. "authors": [
  104. {
  105. "name": "Teclib'",
  106. "email": "glpi@teclib.com",
  107. "homepage": "https://teclib.com"
  108. }
  109. ],
  110. "description": "GLPI PHP CodeSniffer Coding Standard",
  111. "keywords": [
  112. "codesniffer",
  113. "glpi",
  114. "phpcs"
  115. ],
  116. "support": {
  117. "issues": "https://github.com/glpi-project/coding-standard/issues",
  118. "source": "https://github.com/glpi-project/coding-standard"
  119. },
  120. "time": "2020-06-03T08:54:27+00:00"
  121. },
  122. {
  123. "name": "phpcompatibility/php-compatibility",
  124. "version": "9.3.5",
  125. "source": {
  126. "type": "git",
  127. "url": "https://github.com/PHPCompatibility/PHPCompatibility.git",
  128. "reference": "9fb324479acf6f39452e0655d2429cc0d3914243"
  129. },
  130. "dist": {
  131. "type": "zip",
  132. "url": "https://api.github.com/repos/PHPCompatibility/PHPCompatibility/zipball/9fb324479acf6f39452e0655d2429cc0d3914243",
  133. "reference": "9fb324479acf6f39452e0655d2429cc0d3914243",
  134. "shasum": ""
  135. },
  136. "require": {
  137. "php": ">=5.3",
  138. "squizlabs/php_codesniffer": "^2.3 || ^3.0.2"
  139. },
  140. "conflict": {
  141. "squizlabs/php_codesniffer": "2.6.2"
  142. },
  143. "require-dev": {
  144. "phpunit/phpunit": "~4.5 || ^5.0 || ^6.0 || ^7.0"
  145. },
  146. "suggest": {
  147. "dealerdirect/phpcodesniffer-composer-installer": "^0.5 || This Composer plugin will sort out the PHPCS 'installed_paths' automatically.",
  148. "roave/security-advisories": "dev-master || Helps prevent installing dependencies with known security issues."
  149. },
  150. "type": "phpcodesniffer-standard",
  151. "notification-url": "https://packagist.org/downloads/",
  152. "license": [
  153. "LGPL-3.0-or-later"
  154. ],
  155. "authors": [
  156. {
  157. "name": "Wim Godden",
  158. "homepage": "https://github.com/wimg",
  159. "role": "lead"
  160. },
  161. {
  162. "name": "Juliette Reinders Folmer",
  163. "homepage": "https://github.com/jrfnl",
  164. "role": "lead"
  165. },
  166. {
  167. "name": "Contributors",
  168. "homepage": "https://github.com/PHPCompatibility/PHPCompatibility/graphs/contributors"
  169. }
  170. ],
  171. "description": "A set of sniffs for PHP_CodeSniffer that checks for PHP cross-version compatibility.",
  172. "homepage": "http://techblog.wimgodden.be/tag/codesniffer/",
  173. "keywords": [
  174. "compatibility",
  175. "phpcs",
  176. "standards"
  177. ],
  178. "time": "2019-12-27T09:44:58+00:00"
  179. },
  180. {
  181. "name": "phpstan/phpdoc-parser",
  182. "version": "0.4.9",
  183. "source": {
  184. "type": "git",
  185. "url": "https://github.com/phpstan/phpdoc-parser.git",
  186. "reference": "98a088b17966bdf6ee25c8a4b634df313d8aa531"
  187. },
  188. "dist": {
  189. "type": "zip",
  190. "url": "https://api.github.com/repos/phpstan/phpdoc-parser/zipball/98a088b17966bdf6ee25c8a4b634df313d8aa531",
  191. "reference": "98a088b17966bdf6ee25c8a4b634df313d8aa531",
  192. "shasum": ""
  193. },
  194. "require": {
  195. "php": "^7.1 || ^8.0"
  196. },
  197. "require-dev": {
  198. "consistence/coding-standard": "^3.5",
  199. "ergebnis/composer-normalize": "^2.0.2",
  200. "jakub-onderka/php-parallel-lint": "^0.9.2",
  201. "phing/phing": "^2.16.0",
  202. "phpstan/extension-installer": "^1.0",
  203. "phpstan/phpstan": "^0.12.26",
  204. "phpstan/phpstan-strict-rules": "^0.12",
  205. "phpunit/phpunit": "^6.3",
  206. "slevomat/coding-standard": "^4.7.2",
  207. "symfony/process": "^4.0"
  208. },
  209. "type": "library",
  210. "extra": {
  211. "branch-alias": {
  212. "dev-master": "0.4-dev"
  213. }
  214. },
  215. "autoload": {
  216. "psr-4": {
  217. "PHPStan\\PhpDocParser\\": [
  218. "src/"
  219. ]
  220. }
  221. },
  222. "notification-url": "https://packagist.org/downloads/",
  223. "license": [
  224. "MIT"
  225. ],
  226. "description": "PHPDoc parser with support for nullable, intersection and generic types",
  227. "support": {
  228. "issues": "https://github.com/phpstan/phpdoc-parser/issues",
  229. "source": "https://github.com/phpstan/phpdoc-parser/tree/master"
  230. },
  231. "time": "2020-08-03T20:32:43+00:00"
  232. },
  233. {
  234. "name": "slevomat/coding-standard",
  235. "version": "6.4.1",
  236. "source": {
  237. "type": "git",
  238. "url": "https://github.com/slevomat/coding-standard.git",
  239. "reference": "696dcca217d0c9da2c40d02731526c1e25b65346"
  240. },
  241. "dist": {
  242. "type": "zip",
  243. "url": "https://api.github.com/repos/slevomat/coding-standard/zipball/696dcca217d0c9da2c40d02731526c1e25b65346",
  244. "reference": "696dcca217d0c9da2c40d02731526c1e25b65346",
  245. "shasum": ""
  246. },
  247. "require": {
  248. "dealerdirect/phpcodesniffer-composer-installer": "^0.6.2 || ^0.7",
  249. "php": "^7.1 || ^8.0",
  250. "phpstan/phpdoc-parser": "0.4.5 - 0.4.9",
  251. "squizlabs/php_codesniffer": "^3.5.6"
  252. },
  253. "require-dev": {
  254. "phing/phing": "2.16.3",
  255. "php-parallel-lint/php-parallel-lint": "1.2.0",
  256. "phpstan/phpstan": "0.12.48",
  257. "phpstan/phpstan-deprecation-rules": "0.12.5",
  258. "phpstan/phpstan-phpunit": "0.12.16",
  259. "phpstan/phpstan-strict-rules": "0.12.5",
  260. "phpunit/phpunit": "7.5.20|8.5.5|9.4.0"
  261. },
  262. "type": "phpcodesniffer-standard",
  263. "extra": {
  264. "branch-alias": {
  265. "dev-master": "6.x-dev"
  266. }
  267. },
  268. "autoload": {
  269. "psr-4": {
  270. "SlevomatCodingStandard\\": "SlevomatCodingStandard"
  271. }
  272. },
  273. "notification-url": "https://packagist.org/downloads/",
  274. "license": [
  275. "MIT"
  276. ],
  277. "description": "Slevomat Coding Standard for PHP_CodeSniffer complements Consistence Coding Standard by providing sniffs with additional checks.",
  278. "support": {
  279. "issues": "https://github.com/slevomat/coding-standard/issues",
  280. "source": "https://github.com/slevomat/coding-standard/tree/6.4.1"
  281. },
  282. "funding": [
  283. {
  284. "url": "https://github.com/kukulich",
  285. "type": "github"
  286. },
  287. {
  288. "url": "https://tidelift.com/funding/github/packagist/slevomat/coding-standard",
  289. "type": "tidelift"
  290. }
  291. ],
  292. "time": "2020-10-05T12:39:37+00:00"
  293. },
  294. {
  295. "name": "squizlabs/php_codesniffer",
  296. "version": "3.5.8",
  297. "source": {
  298. "type": "git",
  299. "url": "https://github.com/squizlabs/PHP_CodeSniffer.git",
  300. "reference": "9d583721a7157ee997f235f327de038e7ea6dac4"
  301. },
  302. "dist": {
  303. "type": "zip",
  304. "url": "https://api.github.com/repos/squizlabs/PHP_CodeSniffer/zipball/9d583721a7157ee997f235f327de038e7ea6dac4",
  305. "reference": "9d583721a7157ee997f235f327de038e7ea6dac4",
  306. "shasum": ""
  307. },
  308. "require": {
  309. "ext-simplexml": "*",
  310. "ext-tokenizer": "*",
  311. "ext-xmlwriter": "*",
  312. "php": ">=5.4.0"
  313. },
  314. "require-dev": {
  315. "phpunit/phpunit": "^4.0 || ^5.0 || ^6.0 || ^7.0"
  316. },
  317. "bin": [
  318. "bin/phpcs",
  319. "bin/phpcbf"
  320. ],
  321. "type": "library",
  322. "extra": {
  323. "branch-alias": {
  324. "dev-master": "3.x-dev"
  325. }
  326. },
  327. "notification-url": "https://packagist.org/downloads/",
  328. "license": [
  329. "BSD-3-Clause"
  330. ],
  331. "authors": [
  332. {
  333. "name": "Greg Sherwood",
  334. "role": "lead"
  335. }
  336. ],
  337. "description": "PHP_CodeSniffer tokenizes PHP, JavaScript and CSS files and detects violations of a defined set of coding standards.",
  338. "homepage": "https://github.com/squizlabs/PHP_CodeSniffer",
  339. "keywords": [
  340. "phpcs",
  341. "standards"
  342. ],
  343. "support": {
  344. "issues": "https://github.com/squizlabs/PHP_CodeSniffer/issues",
  345. "source": "https://github.com/squizlabs/PHP_CodeSniffer",
  346. "wiki": "https://github.com/squizlabs/PHP_CodeSniffer/wiki"
  347. },
  348. "time": "2020-10-23T02:01:07+00:00"
  349. }
  350. ],
  351. "aliases": [],
  352. "minimum-stability": "stable",
  353. "stability-flags": [],
  354. "prefer-stable": false,
  355. "prefer-lowest": false,
  356. "platform": [],
  357. "platform-dev": [],
  358. "platform-overrides": {
  359. "php": "7.1.2"
  360. },
  361. "plugin-api-version": "2.0.0"
  362. }