composer.lock 17 KB

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