installed.json 25KB

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