composer.lock 16 KB

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