composer.lock 24KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695
  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": "ba486ea01ac658e6950d2e5dd39542c6",
  8. "packages": [
  9. {
  10. "name": "hoa/consistency",
  11. "version": "1.17.05.02",
  12. "source": {
  13. "type": "git",
  14. "url": "https://github.com/hoaproject/Consistency.git",
  15. "reference": "fd7d0adc82410507f332516faf655b6ed22e4c2f"
  16. },
  17. "dist": {
  18. "type": "zip",
  19. "url": "https://api.github.com/repos/hoaproject/Consistency/zipball/fd7d0adc82410507f332516faf655b6ed22e4c2f",
  20. "reference": "fd7d0adc82410507f332516faf655b6ed22e4c2f",
  21. "shasum": ""
  22. },
  23. "require": {
  24. "hoa/exception": "~1.0",
  25. "php": ">=5.5.0"
  26. },
  27. "require-dev": {
  28. "hoa/stream": "~1.0",
  29. "hoa/test": "~2.0"
  30. },
  31. "type": "library",
  32. "extra": {
  33. "branch-alias": {
  34. "dev-master": "1.x-dev"
  35. }
  36. },
  37. "autoload": {
  38. "psr-4": {
  39. "Hoa\\Consistency\\": "."
  40. },
  41. "files": [
  42. "Prelude.php"
  43. ]
  44. },
  45. "notification-url": "https://packagist.org/downloads/",
  46. "license": [
  47. "BSD-3-Clause"
  48. ],
  49. "authors": [
  50. {
  51. "name": "Ivan Enderlin",
  52. "email": "ivan.enderlin@hoa-project.net"
  53. },
  54. {
  55. "name": "Hoa community",
  56. "homepage": "https://hoa-project.net/"
  57. }
  58. ],
  59. "description": "The Hoa\\Consistency library.",
  60. "homepage": "https://hoa-project.net/",
  61. "keywords": [
  62. "autoloader",
  63. "callable",
  64. "consistency",
  65. "entity",
  66. "flex",
  67. "keyword",
  68. "library"
  69. ],
  70. "support": {
  71. "docs": "https://central.hoa-project.net/Documentation/Library/Consistency",
  72. "email": "support@hoa-project.net",
  73. "forum": "https://users.hoa-project.net/",
  74. "irc": "irc://chat.freenode.net/hoaproject",
  75. "issues": "https://github.com/hoaproject/Consistency/issues",
  76. "source": "https://central.hoa-project.net/Resource/Library/Consistency"
  77. },
  78. "abandoned": true,
  79. "time": "2017-05-02T12:18:12+00:00"
  80. },
  81. {
  82. "name": "hoa/event",
  83. "version": "1.17.01.13",
  84. "source": {
  85. "type": "git",
  86. "url": "https://github.com/hoaproject/Event.git",
  87. "reference": "6c0060dced212ffa3af0e34bb46624f990b29c54"
  88. },
  89. "dist": {
  90. "type": "zip",
  91. "url": "https://api.github.com/repos/hoaproject/Event/zipball/6c0060dced212ffa3af0e34bb46624f990b29c54",
  92. "reference": "6c0060dced212ffa3af0e34bb46624f990b29c54",
  93. "shasum": ""
  94. },
  95. "require": {
  96. "hoa/consistency": "~1.0",
  97. "hoa/exception": "~1.0"
  98. },
  99. "require-dev": {
  100. "hoa/test": "~2.0"
  101. },
  102. "type": "library",
  103. "extra": {
  104. "branch-alias": {
  105. "dev-master": "1.x-dev"
  106. }
  107. },
  108. "autoload": {
  109. "psr-4": {
  110. "Hoa\\Event\\": "."
  111. }
  112. },
  113. "notification-url": "https://packagist.org/downloads/",
  114. "license": [
  115. "BSD-3-Clause"
  116. ],
  117. "authors": [
  118. {
  119. "name": "Ivan Enderlin",
  120. "email": "ivan.enderlin@hoa-project.net"
  121. },
  122. {
  123. "name": "Hoa community",
  124. "homepage": "https://hoa-project.net/"
  125. }
  126. ],
  127. "description": "The Hoa\\Event library.",
  128. "homepage": "https://hoa-project.net/",
  129. "keywords": [
  130. "event",
  131. "library",
  132. "listener",
  133. "observer"
  134. ],
  135. "support": {
  136. "docs": "https://central.hoa-project.net/Documentation/Library/Event",
  137. "email": "support@hoa-project.net",
  138. "forum": "https://users.hoa-project.net/",
  139. "irc": "irc://chat.freenode.net/hoaproject",
  140. "issues": "https://github.com/hoaproject/Event/issues",
  141. "source": "https://central.hoa-project.net/Resource/Library/Event"
  142. },
  143. "abandoned": true,
  144. "time": "2017-01-13T15:30:50+00:00"
  145. },
  146. {
  147. "name": "hoa/exception",
  148. "version": "1.17.01.16",
  149. "source": {
  150. "type": "git",
  151. "url": "https://github.com/hoaproject/Exception.git",
  152. "reference": "091727d46420a3d7468ef0595651488bfc3a458f"
  153. },
  154. "dist": {
  155. "type": "zip",
  156. "url": "https://api.github.com/repos/hoaproject/Exception/zipball/091727d46420a3d7468ef0595651488bfc3a458f",
  157. "reference": "091727d46420a3d7468ef0595651488bfc3a458f",
  158. "shasum": ""
  159. },
  160. "require": {
  161. "hoa/consistency": "~1.0",
  162. "hoa/event": "~1.0"
  163. },
  164. "require-dev": {
  165. "hoa/test": "~2.0"
  166. },
  167. "type": "library",
  168. "extra": {
  169. "branch-alias": {
  170. "dev-master": "1.x-dev"
  171. }
  172. },
  173. "autoload": {
  174. "psr-4": {
  175. "Hoa\\Exception\\": "."
  176. }
  177. },
  178. "notification-url": "https://packagist.org/downloads/",
  179. "license": [
  180. "BSD-3-Clause"
  181. ],
  182. "authors": [
  183. {
  184. "name": "Ivan Enderlin",
  185. "email": "ivan.enderlin@hoa-project.net"
  186. },
  187. {
  188. "name": "Hoa community",
  189. "homepage": "https://hoa-project.net/"
  190. }
  191. ],
  192. "description": "The Hoa\\Exception library.",
  193. "homepage": "https://hoa-project.net/",
  194. "keywords": [
  195. "exception",
  196. "library"
  197. ],
  198. "support": {
  199. "docs": "https://central.hoa-project.net/Documentation/Library/Exception",
  200. "email": "support@hoa-project.net",
  201. "forum": "https://users.hoa-project.net/",
  202. "irc": "irc://chat.freenode.net/hoaproject",
  203. "issues": "https://github.com/hoaproject/Exception/issues",
  204. "source": "https://central.hoa-project.net/Resource/Library/Exception"
  205. },
  206. "abandoned": true,
  207. "time": "2017-01-16T07:53:27+00:00"
  208. },
  209. {
  210. "name": "hoa/http",
  211. "version": "1.17.01.13",
  212. "source": {
  213. "type": "git",
  214. "url": "https://github.com/hoaproject/Http.git",
  215. "reference": "6d3e114b48a63cf6b9532f9e9607cebade6314ef"
  216. },
  217. "dist": {
  218. "type": "zip",
  219. "url": "https://api.github.com/repos/hoaproject/Http/zipball/6d3e114b48a63cf6b9532f9e9607cebade6314ef",
  220. "reference": "6d3e114b48a63cf6b9532f9e9607cebade6314ef",
  221. "shasum": ""
  222. },
  223. "require": {
  224. "hoa/consistency": "~1.0",
  225. "hoa/exception": "~1.0",
  226. "hoa/stream": "~1.0"
  227. },
  228. "type": "library",
  229. "extra": {
  230. "branch-alias": {
  231. "dev-master": "1.x-dev"
  232. }
  233. },
  234. "autoload": {
  235. "psr-4": {
  236. "Hoa\\Http\\": "."
  237. }
  238. },
  239. "notification-url": "https://packagist.org/downloads/",
  240. "license": [
  241. "BSD-3-Clause"
  242. ],
  243. "authors": [
  244. {
  245. "name": "Ivan Enderlin",
  246. "email": "ivan.enderlin@hoa-project.net"
  247. },
  248. {
  249. "name": "Hoa community",
  250. "homepage": "https://hoa-project.net/"
  251. }
  252. ],
  253. "description": "The Hoa\\Http library.",
  254. "homepage": "https://hoa-project.net/",
  255. "keywords": [
  256. "http",
  257. "library",
  258. "request",
  259. "response",
  260. "rfc2295",
  261. "rfc2324",
  262. "rfc2518",
  263. "rfc2774",
  264. "rfc3229",
  265. "rfc4918",
  266. "rfc5842",
  267. "rfc6585",
  268. "rfc7231",
  269. "rfc7232",
  270. "rfc7233",
  271. "rfc7235",
  272. "rfc7237",
  273. "runtime"
  274. ],
  275. "support": {
  276. "docs": "https://central.hoa-project.net/Documentation/Library/Http",
  277. "email": "support@hoa-project.net",
  278. "forum": "https://users.hoa-project.net/",
  279. "irc": "irc://chat.freenode.net/hoaproject",
  280. "issues": "https://github.com/hoaproject/Http/issues",
  281. "source": "https://central.hoa-project.net/Resource/Library/Http"
  282. },
  283. "abandoned": true,
  284. "time": "2017-01-13T15:28:17+00:00"
  285. },
  286. {
  287. "name": "hoa/protocol",
  288. "version": "1.17.01.14",
  289. "source": {
  290. "type": "git",
  291. "url": "https://github.com/hoaproject/Protocol.git",
  292. "reference": "5c2cf972151c45f373230da170ea015deecf19e2"
  293. },
  294. "dist": {
  295. "type": "zip",
  296. "url": "https://api.github.com/repos/hoaproject/Protocol/zipball/5c2cf972151c45f373230da170ea015deecf19e2",
  297. "reference": "5c2cf972151c45f373230da170ea015deecf19e2",
  298. "shasum": ""
  299. },
  300. "require": {
  301. "hoa/consistency": "~1.0",
  302. "hoa/exception": "~1.0"
  303. },
  304. "require-dev": {
  305. "hoa/test": "~2.0"
  306. },
  307. "type": "library",
  308. "extra": {
  309. "branch-alias": {
  310. "dev-master": "1.x-dev"
  311. }
  312. },
  313. "autoload": {
  314. "psr-4": {
  315. "Hoa\\Protocol\\": "."
  316. },
  317. "files": [
  318. "Wrapper.php"
  319. ]
  320. },
  321. "notification-url": "https://packagist.org/downloads/",
  322. "license": [
  323. "BSD-3-Clause"
  324. ],
  325. "authors": [
  326. {
  327. "name": "Ivan Enderlin",
  328. "email": "ivan.enderlin@hoa-project.net"
  329. },
  330. {
  331. "name": "Hoa community",
  332. "homepage": "https://hoa-project.net/"
  333. }
  334. ],
  335. "description": "The Hoa\\Protocol library.",
  336. "homepage": "https://hoa-project.net/",
  337. "keywords": [
  338. "library",
  339. "protocol",
  340. "resource",
  341. "stream",
  342. "wrapper"
  343. ],
  344. "support": {
  345. "docs": "https://central.hoa-project.net/Documentation/Library/Protocol",
  346. "email": "support@hoa-project.net",
  347. "forum": "https://users.hoa-project.net/",
  348. "irc": "irc://chat.freenode.net/hoaproject",
  349. "issues": "https://github.com/hoaproject/Protocol/issues",
  350. "source": "https://central.hoa-project.net/Resource/Library/Protocol"
  351. },
  352. "abandoned": true,
  353. "time": "2017-01-14T12:26:10+00:00"
  354. },
  355. {
  356. "name": "hoa/socket",
  357. "version": "1.17.05.16",
  358. "source": {
  359. "type": "git",
  360. "url": "https://github.com/hoaproject/Socket.git",
  361. "reference": "1a43f073d910d0f803de8cc9256779db1027906d"
  362. },
  363. "dist": {
  364. "type": "zip",
  365. "url": "https://api.github.com/repos/hoaproject/Socket/zipball/1a43f073d910d0f803de8cc9256779db1027906d",
  366. "reference": "1a43f073d910d0f803de8cc9256779db1027906d",
  367. "shasum": ""
  368. },
  369. "require": {
  370. "hoa/consistency": "~1.0",
  371. "hoa/exception": "~1.0",
  372. "hoa/stream": "~1.0"
  373. },
  374. "require-dev": {
  375. "hoa/test": "~2.0"
  376. },
  377. "type": "library",
  378. "extra": {
  379. "branch-alias": {
  380. "dev-master": "1.x-dev"
  381. }
  382. },
  383. "autoload": {
  384. "psr-4": {
  385. "Hoa\\Socket\\": "."
  386. }
  387. },
  388. "notification-url": "https://packagist.org/downloads/",
  389. "license": [
  390. "BSD-3-Clause"
  391. ],
  392. "authors": [
  393. {
  394. "name": "Ivan Enderlin",
  395. "email": "ivan.enderlin@hoa-project.net"
  396. },
  397. {
  398. "name": "Hoa community",
  399. "homepage": "https://hoa-project.net/"
  400. }
  401. ],
  402. "description": "The Hoa\\Socket library.",
  403. "homepage": "https://hoa-project.net/",
  404. "keywords": [
  405. "Socket",
  406. "client",
  407. "library",
  408. "node",
  409. "server",
  410. "tcp",
  411. "udp"
  412. ],
  413. "support": {
  414. "docs": "https://central.hoa-project.net/Documentation/Library/Socket",
  415. "email": "support@hoa-project.net",
  416. "forum": "https://users.hoa-project.net/",
  417. "irc": "irc://chat.freenode.net/hoaproject",
  418. "issues": "https://github.com/hoaproject/Socket/issues",
  419. "source": "https://central.hoa-project.net/Resource/Library/Socket"
  420. },
  421. "abandoned": true,
  422. "time": "2017-05-16T07:55:41+00:00"
  423. },
  424. {
  425. "name": "hoa/stream",
  426. "version": "1.17.02.21",
  427. "source": {
  428. "type": "git",
  429. "url": "https://github.com/hoaproject/Stream.git",
  430. "reference": "3293cfffca2de10525df51436adf88a559151d82"
  431. },
  432. "dist": {
  433. "type": "zip",
  434. "url": "https://api.github.com/repos/hoaproject/Stream/zipball/3293cfffca2de10525df51436adf88a559151d82",
  435. "reference": "3293cfffca2de10525df51436adf88a559151d82",
  436. "shasum": ""
  437. },
  438. "require": {
  439. "hoa/consistency": "~1.0",
  440. "hoa/event": "~1.0",
  441. "hoa/exception": "~1.0",
  442. "hoa/protocol": "~1.0"
  443. },
  444. "require-dev": {
  445. "hoa/test": "~2.0"
  446. },
  447. "type": "library",
  448. "extra": {
  449. "branch-alias": {
  450. "dev-master": "1.x-dev"
  451. }
  452. },
  453. "autoload": {
  454. "psr-4": {
  455. "Hoa\\Stream\\": "."
  456. }
  457. },
  458. "notification-url": "https://packagist.org/downloads/",
  459. "license": [
  460. "BSD-3-Clause"
  461. ],
  462. "authors": [
  463. {
  464. "name": "Ivan Enderlin",
  465. "email": "ivan.enderlin@hoa-project.net"
  466. },
  467. {
  468. "name": "Hoa community",
  469. "homepage": "https://hoa-project.net/"
  470. }
  471. ],
  472. "description": "The Hoa\\Stream library.",
  473. "homepage": "https://hoa-project.net/",
  474. "keywords": [
  475. "Context",
  476. "bucket",
  477. "composite",
  478. "filter",
  479. "in",
  480. "library",
  481. "out",
  482. "protocol",
  483. "stream",
  484. "wrapper"
  485. ],
  486. "support": {
  487. "docs": "https://central.hoa-project.net/Documentation/Library/Stream",
  488. "email": "support@hoa-project.net",
  489. "forum": "https://users.hoa-project.net/",
  490. "irc": "irc://chat.freenode.net/hoaproject",
  491. "issues": "https://github.com/hoaproject/Stream/issues",
  492. "source": "https://central.hoa-project.net/Resource/Library/Stream"
  493. },
  494. "abandoned": true,
  495. "time": "2017-02-21T16:01:06+00:00"
  496. },
  497. {
  498. "name": "hoa/websocket",
  499. "version": "3.17.01.09",
  500. "source": {
  501. "type": "git",
  502. "url": "https://github.com/hoaproject/Websocket.git",
  503. "reference": "a1bd79cefb67278f71ac8a44873ad1416924e906"
  504. },
  505. "dist": {
  506. "type": "zip",
  507. "url": "https://api.github.com/repos/hoaproject/Websocket/zipball/a1bd79cefb67278f71ac8a44873ad1416924e906",
  508. "reference": "a1bd79cefb67278f71ac8a44873ad1416924e906",
  509. "shasum": ""
  510. },
  511. "require": {
  512. "hoa/consistency": "~1.0",
  513. "hoa/event": "~1.0",
  514. "hoa/exception": "~1.0",
  515. "hoa/http": "~1.0",
  516. "hoa/socket": "~1.0"
  517. },
  518. "require-dev": {
  519. "ext-iconv": "*",
  520. "hoa/test": "~2.0"
  521. },
  522. "suggest": {
  523. "ext-openssl": "To get a better security when exchanging messages."
  524. },
  525. "type": "library",
  526. "extra": {
  527. "branch-alias": {
  528. "dev-master": "3.x-dev"
  529. }
  530. },
  531. "autoload": {
  532. "psr-4": {
  533. "Hoa\\Websocket\\": "."
  534. },
  535. "files": [
  536. "Socket.php"
  537. ]
  538. },
  539. "notification-url": "https://packagist.org/downloads/",
  540. "license": [
  541. "BSD-3-Clause"
  542. ],
  543. "authors": [
  544. {
  545. "name": "Ivan Enderlin",
  546. "email": "ivan.enderlin@hoa-project.net"
  547. },
  548. {
  549. "name": "Hoa community",
  550. "homepage": "https://hoa-project.net/"
  551. }
  552. ],
  553. "description": "The Hoa\\Websocket library.",
  554. "homepage": "https://hoa-project.net/",
  555. "keywords": [
  556. "Socket",
  557. "client",
  558. "hybi",
  559. "library",
  560. "realtime",
  561. "rfc3629",
  562. "rfc3986",
  563. "rfc6455",
  564. "server",
  565. "websocket"
  566. ],
  567. "support": {
  568. "docs": "https://central.hoa-project.net/Documentation/Library/Websocket",
  569. "email": "support@hoa-project.net",
  570. "forum": "https://users.hoa-project.net/",
  571. "irc": "irc://chat.freenode.net/hoaproject",
  572. "issues": "https://github.com/hoaproject/Websocket/issues",
  573. "source": "https://central.hoa-project.net/Resource/Library/Websocket"
  574. },
  575. "abandoned": true,
  576. "time": "2017-01-09T13:53:08+00:00"
  577. },
  578. {
  579. "name": "mike42/escpos-php",
  580. "version": "v3.0",
  581. "source": {
  582. "type": "git",
  583. "url": "https://github.com/mike42/escpos-php.git",
  584. "reference": "dcb569a123d75f9f6a4a927aae7625ca6b7fdcf3"
  585. },
  586. "dist": {
  587. "type": "zip",
  588. "url": "https://api.github.com/repos/mike42/escpos-php/zipball/dcb569a123d75f9f6a4a927aae7625ca6b7fdcf3",
  589. "reference": "dcb569a123d75f9f6a4a927aae7625ca6b7fdcf3",
  590. "shasum": ""
  591. },
  592. "require": {
  593. "ext-intl": "*",
  594. "ext-json": "*",
  595. "ext-zlib": "*",
  596. "mike42/gfx-php": "^0.6",
  597. "php": ">=7.0.0"
  598. },
  599. "require-dev": {
  600. "phpunit/phpunit": "^6.5",
  601. "squizlabs/php_codesniffer": "^3.3"
  602. },
  603. "suggest": {
  604. "ext-gd": "Used for image printing if present.",
  605. "ext-imagick": "Will be used for image printing if present. Required for PDF printing or use of custom fonts."
  606. },
  607. "type": "library",
  608. "autoload": {
  609. "psr-4": {
  610. "Mike42\\": "src/Mike42"
  611. }
  612. },
  613. "notification-url": "https://packagist.org/downloads/",
  614. "license": [
  615. "MIT"
  616. ],
  617. "authors": [
  618. {
  619. "name": "Michael Billington",
  620. "email": "michael.billington@gmail.com"
  621. }
  622. ],
  623. "description": "PHP receipt printer library for use with ESC/POS-compatible thermal and impact printers",
  624. "homepage": "https://github.com/mike42/escpos-php",
  625. "keywords": [
  626. "Epson",
  627. "barcode",
  628. "escpos",
  629. "printer",
  630. "receipt-printer"
  631. ],
  632. "support": {
  633. "issues": "https://github.com/mike42/escpos-php/issues",
  634. "source": "https://github.com/mike42/escpos-php/tree/v3.0"
  635. },
  636. "time": "2019-10-13T06:27:43+00:00"
  637. },
  638. {
  639. "name": "mike42/gfx-php",
  640. "version": "v0.6",
  641. "source": {
  642. "type": "git",
  643. "url": "https://github.com/mike42/gfx-php.git",
  644. "reference": "ed9ded2a9298e4084a9c557ab74a89b71e43dbdb"
  645. },
  646. "dist": {
  647. "type": "zip",
  648. "url": "https://api.github.com/repos/mike42/gfx-php/zipball/ed9ded2a9298e4084a9c557ab74a89b71e43dbdb",
  649. "reference": "ed9ded2a9298e4084a9c557ab74a89b71e43dbdb",
  650. "shasum": ""
  651. },
  652. "require": {
  653. "php": ">=7.0.0"
  654. },
  655. "require-dev": {
  656. "phpbench/phpbench": "@dev",
  657. "phpunit/phpunit": "^6.5",
  658. "squizlabs/php_codesniffer": "^3.3.1"
  659. },
  660. "type": "library",
  661. "autoload": {
  662. "psr-4": {
  663. "Mike42\\": "src/Mike42"
  664. }
  665. },
  666. "notification-url": "https://packagist.org/downloads/",
  667. "license": [
  668. "LGPL-2.1-or-later"
  669. ],
  670. "authors": [
  671. {
  672. "name": "Michael Billington",
  673. "email": "michael.billington@gmail.com"
  674. }
  675. ],
  676. "description": "The pure PHP graphics library",
  677. "homepage": "https://github.com/mike42/gfx-php",
  678. "support": {
  679. "issues": "https://github.com/mike42/gfx-php/issues",
  680. "source": "https://github.com/mike42/gfx-php/tree/v0.6"
  681. },
  682. "time": "2019-10-05T02:44:33+00:00"
  683. }
  684. ],
  685. "packages-dev": [],
  686. "aliases": [],
  687. "minimum-stability": "stable",
  688. "stability-flags": [],
  689. "prefer-stable": false,
  690. "prefer-lowest": false,
  691. "platform": [],
  692. "platform-dev": [],
  693. "plugin-api-version": "2.0.0"
  694. }