composer.lock 20 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483
  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": "3e126609920d4089e867e1610f05f2d1",
  8. "packages": [],
  9. "packages-dev": [
  10. {
  11. "name": "dealerdirect/phpcodesniffer-composer-installer",
  12. "version": "v0.7.2",
  13. "source": {
  14. "type": "git",
  15. "url": "https://github.com/Dealerdirect/phpcodesniffer-composer-installer.git",
  16. "reference": "1c968e542d8843d7cd71de3c5c9c3ff3ad71a1db"
  17. },
  18. "dist": {
  19. "type": "zip",
  20. "url": "https://api.github.com/repos/Dealerdirect/phpcodesniffer-composer-installer/zipball/1c968e542d8843d7cd71de3c5c9c3ff3ad71a1db",
  21. "reference": "1c968e542d8843d7cd71de3c5c9c3ff3ad71a1db",
  22. "shasum": ""
  23. },
  24. "require": {
  25. "composer-plugin-api": "^1.0 || ^2.0",
  26. "php": ">=5.3",
  27. "squizlabs/php_codesniffer": "^2.0 || ^3.1.0 || ^4.0"
  28. },
  29. "require-dev": {
  30. "composer/composer": "*",
  31. "php-parallel-lint/php-parallel-lint": "^1.3.1",
  32. "phpcompatibility/php-compatibility": "^9.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. "name": "Contributors",
  56. "homepage": "https://github.com/Dealerdirect/phpcodesniffer-composer-installer/graphs/contributors"
  57. }
  58. ],
  59. "description": "PHP_CodeSniffer Standards Composer Installer Plugin",
  60. "homepage": "http://www.dealerdirect.com",
  61. "keywords": [
  62. "PHPCodeSniffer",
  63. "PHP_CodeSniffer",
  64. "code quality",
  65. "codesniffer",
  66. "composer",
  67. "installer",
  68. "phpcbf",
  69. "phpcs",
  70. "plugin",
  71. "qa",
  72. "quality",
  73. "standard",
  74. "standards",
  75. "style guide",
  76. "stylecheck",
  77. "tests"
  78. ],
  79. "support": {
  80. "issues": "https://github.com/dealerdirect/phpcodesniffer-composer-installer/issues",
  81. "source": "https://github.com/dealerdirect/phpcodesniffer-composer-installer"
  82. },
  83. "time": "2022-02-04T12:51:07+00:00"
  84. },
  85. {
  86. "name": "phpcompatibility/php-compatibility",
  87. "version": "9.3.5",
  88. "source": {
  89. "type": "git",
  90. "url": "https://github.com/PHPCompatibility/PHPCompatibility.git",
  91. "reference": "9fb324479acf6f39452e0655d2429cc0d3914243"
  92. },
  93. "dist": {
  94. "type": "zip",
  95. "url": "https://api.github.com/repos/PHPCompatibility/PHPCompatibility/zipball/9fb324479acf6f39452e0655d2429cc0d3914243",
  96. "reference": "9fb324479acf6f39452e0655d2429cc0d3914243",
  97. "shasum": ""
  98. },
  99. "require": {
  100. "php": ">=5.3",
  101. "squizlabs/php_codesniffer": "^2.3 || ^3.0.2"
  102. },
  103. "conflict": {
  104. "squizlabs/php_codesniffer": "2.6.2"
  105. },
  106. "require-dev": {
  107. "phpunit/phpunit": "~4.5 || ^5.0 || ^6.0 || ^7.0"
  108. },
  109. "suggest": {
  110. "dealerdirect/phpcodesniffer-composer-installer": "^0.5 || This Composer plugin will sort out the PHPCS 'installed_paths' automatically.",
  111. "roave/security-advisories": "dev-master || Helps prevent installing dependencies with known security issues."
  112. },
  113. "type": "phpcodesniffer-standard",
  114. "notification-url": "https://packagist.org/downloads/",
  115. "license": [
  116. "LGPL-3.0-or-later"
  117. ],
  118. "authors": [
  119. {
  120. "name": "Wim Godden",
  121. "homepage": "https://github.com/wimg",
  122. "role": "lead"
  123. },
  124. {
  125. "name": "Juliette Reinders Folmer",
  126. "homepage": "https://github.com/jrfnl",
  127. "role": "lead"
  128. },
  129. {
  130. "name": "Contributors",
  131. "homepage": "https://github.com/PHPCompatibility/PHPCompatibility/graphs/contributors"
  132. }
  133. ],
  134. "description": "A set of sniffs for PHP_CodeSniffer that checks for PHP cross-version compatibility.",
  135. "homepage": "http://techblog.wimgodden.be/tag/codesniffer/",
  136. "keywords": [
  137. "compatibility",
  138. "phpcs",
  139. "standards"
  140. ],
  141. "support": {
  142. "issues": "https://github.com/PHPCompatibility/PHPCompatibility/issues",
  143. "source": "https://github.com/PHPCompatibility/PHPCompatibility"
  144. },
  145. "time": "2019-12-27T09:44:58+00:00"
  146. },
  147. {
  148. "name": "phpcompatibility/phpcompatibility-paragonie",
  149. "version": "1.3.1",
  150. "source": {
  151. "type": "git",
  152. "url": "https://github.com/PHPCompatibility/PHPCompatibilityParagonie.git",
  153. "reference": "ddabec839cc003651f2ce695c938686d1086cf43"
  154. },
  155. "dist": {
  156. "type": "zip",
  157. "url": "https://api.github.com/repos/PHPCompatibility/PHPCompatibilityParagonie/zipball/ddabec839cc003651f2ce695c938686d1086cf43",
  158. "reference": "ddabec839cc003651f2ce695c938686d1086cf43",
  159. "shasum": ""
  160. },
  161. "require": {
  162. "phpcompatibility/php-compatibility": "^9.0"
  163. },
  164. "require-dev": {
  165. "dealerdirect/phpcodesniffer-composer-installer": "^0.7",
  166. "paragonie/random_compat": "dev-master",
  167. "paragonie/sodium_compat": "dev-master"
  168. },
  169. "suggest": {
  170. "dealerdirect/phpcodesniffer-composer-installer": "^0.7 || This Composer plugin will sort out the PHP_CodeSniffer 'installed_paths' automatically.",
  171. "roave/security-advisories": "dev-master || Helps prevent installing dependencies with known security issues."
  172. },
  173. "type": "phpcodesniffer-standard",
  174. "notification-url": "https://packagist.org/downloads/",
  175. "license": [
  176. "LGPL-3.0-or-later"
  177. ],
  178. "authors": [
  179. {
  180. "name": "Wim Godden",
  181. "role": "lead"
  182. },
  183. {
  184. "name": "Juliette Reinders Folmer",
  185. "role": "lead"
  186. }
  187. ],
  188. "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.",
  189. "homepage": "http://phpcompatibility.com/",
  190. "keywords": [
  191. "compatibility",
  192. "paragonie",
  193. "phpcs",
  194. "polyfill",
  195. "standards"
  196. ],
  197. "support": {
  198. "issues": "https://github.com/PHPCompatibility/PHPCompatibilityParagonie/issues",
  199. "source": "https://github.com/PHPCompatibility/PHPCompatibilityParagonie"
  200. },
  201. "time": "2021-02-15T10:24:51+00:00"
  202. },
  203. {
  204. "name": "phpcompatibility/phpcompatibility-wp",
  205. "version": "2.1.3",
  206. "source": {
  207. "type": "git",
  208. "url": "https://github.com/PHPCompatibility/PHPCompatibilityWP.git",
  209. "reference": "d55de55f88697b9cdb94bccf04f14eb3b11cf308"
  210. },
  211. "dist": {
  212. "type": "zip",
  213. "url": "https://api.github.com/repos/PHPCompatibility/PHPCompatibilityWP/zipball/d55de55f88697b9cdb94bccf04f14eb3b11cf308",
  214. "reference": "d55de55f88697b9cdb94bccf04f14eb3b11cf308",
  215. "shasum": ""
  216. },
  217. "require": {
  218. "phpcompatibility/php-compatibility": "^9.0",
  219. "phpcompatibility/phpcompatibility-paragonie": "^1.0"
  220. },
  221. "require-dev": {
  222. "dealerdirect/phpcodesniffer-composer-installer": "^0.7"
  223. },
  224. "suggest": {
  225. "dealerdirect/phpcodesniffer-composer-installer": "^0.7 || This Composer plugin will sort out the PHP_CodeSniffer 'installed_paths' automatically.",
  226. "roave/security-advisories": "dev-master || Helps prevent installing dependencies with known security issues."
  227. },
  228. "type": "phpcodesniffer-standard",
  229. "notification-url": "https://packagist.org/downloads/",
  230. "license": [
  231. "LGPL-3.0-or-later"
  232. ],
  233. "authors": [
  234. {
  235. "name": "Wim Godden",
  236. "role": "lead"
  237. },
  238. {
  239. "name": "Juliette Reinders Folmer",
  240. "role": "lead"
  241. }
  242. ],
  243. "description": "A ruleset for PHP_CodeSniffer to check for PHP cross-version compatibility issues in projects, while accounting for polyfills provided by WordPress.",
  244. "homepage": "http://phpcompatibility.com/",
  245. "keywords": [
  246. "compatibility",
  247. "phpcs",
  248. "standards",
  249. "wordpress"
  250. ],
  251. "support": {
  252. "issues": "https://github.com/PHPCompatibility/PHPCompatibilityWP/issues",
  253. "source": "https://github.com/PHPCompatibility/PHPCompatibilityWP"
  254. },
  255. "time": "2021-12-30T16:37:40+00:00"
  256. },
  257. {
  258. "name": "sirbrillig/phpcs-changed",
  259. "version": "v2.9.0",
  260. "source": {
  261. "type": "git",
  262. "url": "https://github.com/sirbrillig/phpcs-changed.git",
  263. "reference": "bc5ae2cce40055e87ad9d8037187797b62a6ada3"
  264. },
  265. "dist": {
  266. "type": "zip",
  267. "url": "https://api.github.com/repos/sirbrillig/phpcs-changed/zipball/bc5ae2cce40055e87ad9d8037187797b62a6ada3",
  268. "reference": "bc5ae2cce40055e87ad9d8037187797b62a6ada3",
  269. "shasum": ""
  270. },
  271. "require": {
  272. "php": "^7.1 || ^8.0"
  273. },
  274. "require-dev": {
  275. "dealerdirect/phpcodesniffer-composer-installer": "^0.7.1",
  276. "phpstan/phpstan": "^0.12.33",
  277. "phpunit/phpunit": "^6.4 || ^9.5",
  278. "sirbrillig/phpcs-import-detection": "^1.1.1",
  279. "sirbrillig/phpcs-variable-analysis": "^2.1.3",
  280. "squizlabs/php_codesniffer": "^3.2.1"
  281. },
  282. "bin": [
  283. "bin/phpcs-changed"
  284. ],
  285. "type": "library",
  286. "autoload": {
  287. "files": [
  288. "PhpcsChanged/Cli.php",
  289. "PhpcsChanged/SvnWorkflow.php",
  290. "PhpcsChanged/GitWorkflow.php",
  291. "PhpcsChanged/functions.php"
  292. ],
  293. "psr-4": {
  294. "PhpcsChanged\\": "PhpcsChanged/"
  295. }
  296. },
  297. "notification-url": "https://packagist.org/downloads/",
  298. "license": [
  299. "MIT"
  300. ],
  301. "authors": [
  302. {
  303. "name": "Payton Swick",
  304. "email": "payton@foolord.com"
  305. }
  306. ],
  307. "description": "Run phpcs on files, but only report warnings/errors from lines which were changed.",
  308. "support": {
  309. "issues": "https://github.com/sirbrillig/phpcs-changed/issues",
  310. "source": "https://github.com/sirbrillig/phpcs-changed/tree/v2.9.0"
  311. },
  312. "time": "2022-02-01T18:05:55+00:00"
  313. },
  314. {
  315. "name": "sirbrillig/phpcs-variable-analysis",
  316. "version": "v2.11.2",
  317. "source": {
  318. "type": "git",
  319. "url": "https://github.com/sirbrillig/phpcs-variable-analysis.git",
  320. "reference": "3fad28475bfbdbf8aa5c440f8a8f89824983d85e"
  321. },
  322. "dist": {
  323. "type": "zip",
  324. "url": "https://api.github.com/repos/sirbrillig/phpcs-variable-analysis/zipball/3fad28475bfbdbf8aa5c440f8a8f89824983d85e",
  325. "reference": "3fad28475bfbdbf8aa5c440f8a8f89824983d85e",
  326. "shasum": ""
  327. },
  328. "require": {
  329. "php": ">=5.4.0",
  330. "squizlabs/php_codesniffer": "^3.5"
  331. },
  332. "require-dev": {
  333. "dealerdirect/phpcodesniffer-composer-installer": "^0.7.0",
  334. "limedeck/phpunit-detailed-printer": "^3.1 || ^4.0 || ^5.0",
  335. "phpstan/phpstan": "^0.11.8",
  336. "phpunit/phpunit": "^5.0 || ^6.5 || ^7.0 || ^8.0",
  337. "sirbrillig/phpcs-import-detection": "^1.1"
  338. },
  339. "type": "phpcodesniffer-standard",
  340. "autoload": {
  341. "psr-4": {
  342. "VariableAnalysis\\": "VariableAnalysis/"
  343. }
  344. },
  345. "notification-url": "https://packagist.org/downloads/",
  346. "license": [
  347. "BSD-2-Clause"
  348. ],
  349. "authors": [
  350. {
  351. "name": "Sam Graham",
  352. "email": "php-codesniffer-variableanalysis@illusori.co.uk"
  353. },
  354. {
  355. "name": "Payton Swick",
  356. "email": "payton@foolord.com"
  357. }
  358. ],
  359. "description": "A PHPCS sniff to detect problems with variables.",
  360. "support": {
  361. "issues": "https://github.com/sirbrillig/phpcs-variable-analysis/issues",
  362. "source": "https://github.com/sirbrillig/phpcs-variable-analysis",
  363. "wiki": "https://github.com/sirbrillig/phpcs-variable-analysis/wiki"
  364. },
  365. "time": "2021-07-06T23:45:17+00:00"
  366. },
  367. {
  368. "name": "squizlabs/php_codesniffer",
  369. "version": "3.6.2",
  370. "source": {
  371. "type": "git",
  372. "url": "https://github.com/squizlabs/PHP_CodeSniffer.git",
  373. "reference": "5e4e71592f69da17871dba6e80dd51bce74a351a"
  374. },
  375. "dist": {
  376. "type": "zip",
  377. "url": "https://api.github.com/repos/squizlabs/PHP_CodeSniffer/zipball/5e4e71592f69da17871dba6e80dd51bce74a351a",
  378. "reference": "5e4e71592f69da17871dba6e80dd51bce74a351a",
  379. "shasum": ""
  380. },
  381. "require": {
  382. "ext-simplexml": "*",
  383. "ext-tokenizer": "*",
  384. "ext-xmlwriter": "*",
  385. "php": ">=5.4.0"
  386. },
  387. "require-dev": {
  388. "phpunit/phpunit": "^4.0 || ^5.0 || ^6.0 || ^7.0"
  389. },
  390. "bin": [
  391. "bin/phpcs",
  392. "bin/phpcbf"
  393. ],
  394. "type": "library",
  395. "extra": {
  396. "branch-alias": {
  397. "dev-master": "3.x-dev"
  398. }
  399. },
  400. "notification-url": "https://packagist.org/downloads/",
  401. "license": [
  402. "BSD-3-Clause"
  403. ],
  404. "authors": [
  405. {
  406. "name": "Greg Sherwood",
  407. "role": "lead"
  408. }
  409. ],
  410. "description": "PHP_CodeSniffer tokenizes PHP, JavaScript and CSS files and detects violations of a defined set of coding standards.",
  411. "homepage": "https://github.com/squizlabs/PHP_CodeSniffer",
  412. "keywords": [
  413. "phpcs",
  414. "standards"
  415. ],
  416. "support": {
  417. "issues": "https://github.com/squizlabs/PHP_CodeSniffer/issues",
  418. "source": "https://github.com/squizlabs/PHP_CodeSniffer",
  419. "wiki": "https://github.com/squizlabs/PHP_CodeSniffer/wiki"
  420. },
  421. "time": "2021-12-12T21:44:58+00:00"
  422. },
  423. {
  424. "name": "wp-coding-standards/wpcs",
  425. "version": "2.3.0",
  426. "source": {
  427. "type": "git",
  428. "url": "https://github.com/WordPress/WordPress-Coding-Standards.git",
  429. "reference": "7da1894633f168fe244afc6de00d141f27517b62"
  430. },
  431. "dist": {
  432. "type": "zip",
  433. "url": "https://api.github.com/repos/WordPress/WordPress-Coding-Standards/zipball/7da1894633f168fe244afc6de00d141f27517b62",
  434. "reference": "7da1894633f168fe244afc6de00d141f27517b62",
  435. "shasum": ""
  436. },
  437. "require": {
  438. "php": ">=5.4",
  439. "squizlabs/php_codesniffer": "^3.3.1"
  440. },
  441. "require-dev": {
  442. "dealerdirect/phpcodesniffer-composer-installer": "^0.5 || ^0.6",
  443. "phpcompatibility/php-compatibility": "^9.0",
  444. "phpcsstandards/phpcsdevtools": "^1.0",
  445. "phpunit/phpunit": "^4.0 || ^5.0 || ^6.0 || ^7.0"
  446. },
  447. "suggest": {
  448. "dealerdirect/phpcodesniffer-composer-installer": "^0.6 || This Composer plugin will sort out the PHPCS 'installed_paths' automatically."
  449. },
  450. "type": "phpcodesniffer-standard",
  451. "notification-url": "https://packagist.org/downloads/",
  452. "license": [
  453. "MIT"
  454. ],
  455. "authors": [
  456. {
  457. "name": "Contributors",
  458. "homepage": "https://github.com/WordPress/WordPress-Coding-Standards/graphs/contributors"
  459. }
  460. ],
  461. "description": "PHP_CodeSniffer rules (sniffs) to enforce WordPress coding conventions",
  462. "keywords": [
  463. "phpcs",
  464. "standards",
  465. "wordpress"
  466. ],
  467. "support": {
  468. "issues": "https://github.com/WordPress/WordPress-Coding-Standards/issues",
  469. "source": "https://github.com/WordPress/WordPress-Coding-Standards",
  470. "wiki": "https://github.com/WordPress/WordPress-Coding-Standards/wiki"
  471. },
  472. "time": "2020-05-13T23:57:56+00:00"
  473. }
  474. ],
  475. "aliases": [],
  476. "minimum-stability": "stable",
  477. "stability-flags": [],
  478. "prefer-stable": false,
  479. "prefer-lowest": false,
  480. "platform": [],
  481. "platform-dev": [],
  482. "plugin-api-version": "2.2.0"
  483. }