installed.json 25 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678
  1. {
  2. "packages": [
  3. {
  4. "name": "aziraphale/email-address-validator",
  5. "version": "2.0.1",
  6. "version_normalized": "2.0.1.0",
  7. "source": {
  8. "type": "git",
  9. "url": "https://github.com/aziraphale/email-address-validator.git",
  10. "reference": "fa25bc22c1c0b6491657c91473fae3e40719a650"
  11. },
  12. "dist": {
  13. "type": "zip",
  14. "url": "https://api.github.com/repos/aziraphale/email-address-validator/zipball/fa25bc22c1c0b6491657c91473fae3e40719a650",
  15. "reference": "fa25bc22c1c0b6491657c91473fae3e40719a650",
  16. "shasum": ""
  17. },
  18. "require-dev": {
  19. "phpunit/phpunit": "^5.7"
  20. },
  21. "time": "2017-05-22T14:05:57+00:00",
  22. "type": "library",
  23. "installation-source": "dist",
  24. "autoload": {
  25. "psr-0": {
  26. "EmailAddressValidator": ""
  27. }
  28. },
  29. "notification-url": "https://packagist.org/downloads/",
  30. "license": [
  31. "MIT"
  32. ],
  33. "authors": [
  34. {
  35. "name": "Dave Child",
  36. "email": "dave@addedbytes.com"
  37. },
  38. {
  39. "name": "Andrew Gillard",
  40. "email": "andrew@lorddeath.net"
  41. }
  42. ],
  43. "description": "Fork of AddedBytes' PHP EmailAddressValidator script, now with Composer support!",
  44. "homepage": "https://github.com/aziraphale/email-address-validator",
  45. "install-path": "../aziraphale/email-address-validator"
  46. },
  47. {
  48. "name": "geshi/geshi",
  49. "version": "dev-master",
  50. "version_normalized": "dev-master",
  51. "source": {
  52. "type": "git",
  53. "url": "https://github.com/GeSHi/geshi-1.0.git",
  54. "reference": "7884d22244c6d2de5ac7ffd919ce4add02b36e66"
  55. },
  56. "dist": {
  57. "type": "zip",
  58. "url": "https://api.github.com/repos/GeSHi/geshi-1.0/zipball/7884d22244c6d2de5ac7ffd919ce4add02b36e66",
  59. "reference": "7884d22244c6d2de5ac7ffd919ce4add02b36e66",
  60. "shasum": ""
  61. },
  62. "require-dev": {
  63. "phpunit/phpunit": "^5.7 || ^6.5 || ^7.5 || ^8.2"
  64. },
  65. "time": "2023-02-19T12:05:59+00:00",
  66. "default-branch": true,
  67. "type": "library",
  68. "installation-source": "source",
  69. "autoload": {
  70. "classmap": [
  71. "src/geshi/",
  72. "src/geshi.php"
  73. ]
  74. },
  75. "notification-url": "https://packagist.org/downloads/",
  76. "license": [
  77. "GPL-2.0+"
  78. ],
  79. "authors": [
  80. {
  81. "name": "Benny Baumann",
  82. "email": "BenBE@geshi.org",
  83. "homepage": "http://blog.benny-baumann.de/",
  84. "role": "Developer"
  85. }
  86. ],
  87. "description": "Generic Syntax Highlighter",
  88. "homepage": "http://qbnz.com/highlighter/",
  89. "support": {
  90. "forum": "https://lists.sourceforge.net/lists/listinfo/geshi-users",
  91. "irc": "irc://irc.freenode.org/geshi",
  92. "issues": "https://sourceforge.net/p/geshi/feature-requests/",
  93. "source": "https://github.com/GeSHi/geshi-1.0/tree/master"
  94. },
  95. "install-path": "../geshi/geshi"
  96. },
  97. {
  98. "name": "kissifrot/php-ixr",
  99. "version": "1.8.3",
  100. "version_normalized": "1.8.3.0",
  101. "source": {
  102. "type": "git",
  103. "url": "https://github.com/kissifrot/php-ixr.git",
  104. "reference": "4477cd1a67416ce5b6a2080f9a79d9eb50a965c1"
  105. },
  106. "dist": {
  107. "type": "zip",
  108. "url": "https://api.github.com/repos/kissifrot/php-ixr/zipball/4477cd1a67416ce5b6a2080f9a79d9eb50a965c1",
  109. "reference": "4477cd1a67416ce5b6a2080f9a79d9eb50a965c1",
  110. "shasum": ""
  111. },
  112. "require": {
  113. "php": ">=5.4.0"
  114. },
  115. "time": "2016-11-17T12:00:18+00:00",
  116. "type": "library",
  117. "installation-source": "dist",
  118. "autoload": {
  119. "psr-4": {
  120. "IXR\\": "src/"
  121. }
  122. },
  123. "notification-url": "https://packagist.org/downloads/",
  124. "license": [
  125. "BSD-3-Clause"
  126. ],
  127. "authors": [
  128. {
  129. "name": "Incutio Ltd 2010 - Simon Willison",
  130. "homepage": "http://scripts.incutio.com/xmlrpc/"
  131. }
  132. ],
  133. "description": "Incutio XML-RPC library (IXR)",
  134. "homepage": "http://scripts.incutio.com/xmlrpc/",
  135. "keywords": [
  136. "remote procedure call",
  137. "rpc",
  138. "xlm-rpc",
  139. "xmlrpc"
  140. ],
  141. "support": {
  142. "issues": "https://github.com/kissifrot/php-ixr/issues",
  143. "source": "https://github.com/kissifrot/php-ixr/tree/master"
  144. },
  145. "install-path": "../kissifrot/php-ixr"
  146. },
  147. {
  148. "name": "marcusschwarz/lesserphp",
  149. "version": "v0.6.0",
  150. "version_normalized": "0.6.0.0",
  151. "source": {
  152. "type": "git",
  153. "url": "https://github.com/MarcusSchwarz/lesserphp.git",
  154. "reference": "64ece57ad81ab1fe4d2a1894729e0d293fce09ef"
  155. },
  156. "dist": {
  157. "type": "zip",
  158. "url": "https://api.github.com/repos/MarcusSchwarz/lesserphp/zipball/64ece57ad81ab1fe4d2a1894729e0d293fce09ef",
  159. "reference": "64ece57ad81ab1fe4d2a1894729e0d293fce09ef",
  160. "shasum": ""
  161. },
  162. "require": {
  163. "php": "^7.2|^7.3|^7.4|^8.0"
  164. },
  165. "require-dev": {
  166. "phpunit/phpunit": "^8.0|^9.0"
  167. },
  168. "time": "2021-03-10T19:14:23+00:00",
  169. "bin": [
  170. "plessc"
  171. ],
  172. "type": "library",
  173. "installation-source": "dist",
  174. "autoload": {
  175. "classmap": [
  176. "lessc.inc.php"
  177. ]
  178. },
  179. "notification-url": "https://packagist.org/downloads/",
  180. "license": [
  181. "MIT",
  182. "GPL-3.0"
  183. ],
  184. "authors": [
  185. {
  186. "name": "Leaf Corcoran",
  187. "email": "leafot@gmail.com",
  188. "homepage": "http://leafo.net"
  189. },
  190. {
  191. "name": "Marcus Schwarz",
  192. "email": "github@maswaba.de",
  193. "homepage": "https://www.maswaba.de"
  194. }
  195. ],
  196. "description": "lesserphp is a compiler for LESS written in PHP based on leafo's lessphp.",
  197. "homepage": "https://www.maswaba.de/lesserphpdocs/",
  198. "support": {
  199. "issues": "https://github.com/MarcusSchwarz/lesserphp/issues",
  200. "source": "https://github.com/MarcusSchwarz/lesserphp/tree/v0.6.0"
  201. },
  202. "install-path": "../marcusschwarz/lesserphp"
  203. },
  204. {
  205. "name": "openpsa/universalfeedcreator",
  206. "version": "v1.8.4.1",
  207. "version_normalized": "1.8.4.1",
  208. "source": {
  209. "type": "git",
  210. "url": "https://github.com/flack/UniversalFeedCreator.git",
  211. "reference": "e4736a68eef454a83acd100230a2e15b424f899f"
  212. },
  213. "dist": {
  214. "type": "zip",
  215. "url": "https://api.github.com/repos/flack/UniversalFeedCreator/zipball/e4736a68eef454a83acd100230a2e15b424f899f",
  216. "reference": "e4736a68eef454a83acd100230a2e15b424f899f",
  217. "shasum": ""
  218. },
  219. "require": {
  220. "php": ">=5.0"
  221. },
  222. "require-dev": {
  223. "phpunit/phpunit": "*"
  224. },
  225. "time": "2022-04-04T10:02:43+00:00",
  226. "type": "library",
  227. "installation-source": "dist",
  228. "autoload": {
  229. "files": [
  230. "lib/constants.php"
  231. ],
  232. "classmap": [
  233. "lib"
  234. ]
  235. },
  236. "notification-url": "https://packagist.org/downloads/",
  237. "license": [
  238. "LGPL-2.1-or-later"
  239. ],
  240. "authors": [
  241. {
  242. "name": "Andreas Flack",
  243. "email": "flack@contentcontrol-berlin.de",
  244. "homepage": "http://www.contentcontrol-berlin.de/"
  245. }
  246. ],
  247. "description": "RSS and Atom feed generator by Kai Blankenhorn",
  248. "keywords": [
  249. "atom",
  250. "georss",
  251. "gpx",
  252. "opml",
  253. "pie",
  254. "rss"
  255. ],
  256. "support": {
  257. "issues": "https://github.com/flack/UniversalFeedCreator/issues",
  258. "source": "https://github.com/flack/UniversalFeedCreator/tree/v1.8.4.1"
  259. },
  260. "install-path": "../openpsa/universalfeedcreator"
  261. },
  262. {
  263. "name": "phpseclib/phpseclib",
  264. "version": "2.0.42",
  265. "version_normalized": "2.0.42.0",
  266. "source": {
  267. "type": "git",
  268. "url": "https://github.com/phpseclib/phpseclib.git",
  269. "reference": "665d289f59e646a259ebf13f29be7f6f54cab24b"
  270. },
  271. "dist": {
  272. "type": "zip",
  273. "url": "https://api.github.com/repos/phpseclib/phpseclib/zipball/665d289f59e646a259ebf13f29be7f6f54cab24b",
  274. "reference": "665d289f59e646a259ebf13f29be7f6f54cab24b",
  275. "shasum": ""
  276. },
  277. "require": {
  278. "php": ">=5.3.3"
  279. },
  280. "require-dev": {
  281. "phing/phing": "~2.7",
  282. "phpunit/phpunit": "^4.8.35|^5.7|^6.0|^9.4",
  283. "squizlabs/php_codesniffer": "~2.0"
  284. },
  285. "suggest": {
  286. "ext-gmp": "Install the GMP (GNU Multiple Precision) extension in order to speed up arbitrary precision integer arithmetic operations.",
  287. "ext-libsodium": "SSH2/SFTP can make use of some algorithms provided by the libsodium-php extension.",
  288. "ext-mcrypt": "Install the Mcrypt extension in order to speed up a few other cryptographic operations.",
  289. "ext-openssl": "Install the OpenSSL extension in order to speed up a wide variety of cryptographic operations.",
  290. "ext-xml": "Install the XML extension to load XML formatted public keys."
  291. },
  292. "time": "2023-03-06T12:45:53+00:00",
  293. "type": "library",
  294. "installation-source": "dist",
  295. "autoload": {
  296. "files": [
  297. "phpseclib/bootstrap.php"
  298. ],
  299. "psr-4": {
  300. "phpseclib\\": "phpseclib/"
  301. }
  302. },
  303. "notification-url": "https://packagist.org/downloads/",
  304. "license": [
  305. "MIT"
  306. ],
  307. "authors": [
  308. {
  309. "name": "Jim Wigginton",
  310. "email": "terrafrost@php.net",
  311. "role": "Lead Developer"
  312. },
  313. {
  314. "name": "Patrick Monnerat",
  315. "email": "pm@datasphere.ch",
  316. "role": "Developer"
  317. },
  318. {
  319. "name": "Andreas Fischer",
  320. "email": "bantu@phpbb.com",
  321. "role": "Developer"
  322. },
  323. {
  324. "name": "Hans-Jürgen Petrich",
  325. "email": "petrich@tronic-media.com",
  326. "role": "Developer"
  327. },
  328. {
  329. "name": "Graham Campbell",
  330. "email": "graham@alt-three.com",
  331. "role": "Developer"
  332. }
  333. ],
  334. "description": "PHP Secure Communications Library - Pure-PHP implementations of RSA, AES, SSH2, SFTP, X.509 etc.",
  335. "homepage": "http://phpseclib.sourceforge.net",
  336. "keywords": [
  337. "BigInteger",
  338. "aes",
  339. "asn.1",
  340. "asn1",
  341. "blowfish",
  342. "crypto",
  343. "cryptography",
  344. "encryption",
  345. "rsa",
  346. "security",
  347. "sftp",
  348. "signature",
  349. "signing",
  350. "ssh",
  351. "twofish",
  352. "x.509",
  353. "x509"
  354. ],
  355. "support": {
  356. "issues": "https://github.com/phpseclib/phpseclib/issues",
  357. "source": "https://github.com/phpseclib/phpseclib/tree/2.0.42"
  358. },
  359. "funding": [
  360. {
  361. "url": "https://github.com/terrafrost",
  362. "type": "github"
  363. },
  364. {
  365. "url": "https://www.patreon.com/phpseclib",
  366. "type": "patreon"
  367. },
  368. {
  369. "url": "https://tidelift.com/funding/github/packagist/phpseclib/phpseclib",
  370. "type": "tidelift"
  371. }
  372. ],
  373. "install-path": "../phpseclib/phpseclib"
  374. },
  375. {
  376. "name": "simplepie/simplepie",
  377. "version": "1.8.0",
  378. "version_normalized": "1.8.0.0",
  379. "source": {
  380. "type": "git",
  381. "url": "https://github.com/simplepie/simplepie.git",
  382. "reference": "65b095d87bc00898d8fa7737bdbcda93a3fbcc55"
  383. },
  384. "dist": {
  385. "type": "zip",
  386. "url": "https://api.github.com/repos/simplepie/simplepie/zipball/65b095d87bc00898d8fa7737bdbcda93a3fbcc55",
  387. "reference": "65b095d87bc00898d8fa7737bdbcda93a3fbcc55",
  388. "shasum": ""
  389. },
  390. "require": {
  391. "ext-pcre": "*",
  392. "ext-xml": "*",
  393. "ext-xmlreader": "*",
  394. "php": ">=7.2.0"
  395. },
  396. "require-dev": {
  397. "friendsofphp/php-cs-fixer": "^2.19 || ^3.8",
  398. "psr/simple-cache": "^1 || ^2 || ^3",
  399. "yoast/phpunit-polyfills": "^1.0.1"
  400. },
  401. "suggest": {
  402. "ext-curl": "",
  403. "ext-iconv": "",
  404. "ext-intl": "",
  405. "ext-mbstring": "",
  406. "mf2/mf2": "Microformat module that allows for parsing HTML for microformats"
  407. },
  408. "time": "2023-01-20T08:37:35+00:00",
  409. "type": "library",
  410. "installation-source": "dist",
  411. "autoload": {
  412. "psr-0": {
  413. "SimplePie": "library"
  414. },
  415. "psr-4": {
  416. "SimplePie\\": "src"
  417. }
  418. },
  419. "notification-url": "https://packagist.org/downloads/",
  420. "license": [
  421. "BSD-3-Clause"
  422. ],
  423. "authors": [
  424. {
  425. "name": "Ryan Parman",
  426. "homepage": "http://ryanparman.com/",
  427. "role": "Creator, alumnus developer"
  428. },
  429. {
  430. "name": "Sam Sneddon",
  431. "homepage": "https://gsnedders.com/",
  432. "role": "Alumnus developer"
  433. },
  434. {
  435. "name": "Ryan McCue",
  436. "email": "me@ryanmccue.info",
  437. "homepage": "http://ryanmccue.info/",
  438. "role": "Developer"
  439. }
  440. ],
  441. "description": "A simple Atom/RSS parsing library for PHP",
  442. "homepage": "http://simplepie.org/",
  443. "keywords": [
  444. "atom",
  445. "feeds",
  446. "rss"
  447. ],
  448. "support": {
  449. "issues": "https://github.com/simplepie/simplepie/issues",
  450. "source": "https://github.com/simplepie/simplepie/tree/1.8.0"
  451. },
  452. "install-path": "../simplepie/simplepie"
  453. },
  454. {
  455. "name": "splitbrain/php-archive",
  456. "version": "1.3.1",
  457. "version_normalized": "1.3.1.0",
  458. "source": {
  459. "type": "git",
  460. "url": "https://github.com/splitbrain/php-archive.git",
  461. "reference": "d274e5190ba309777926348900cf9578d9e533c9"
  462. },
  463. "dist": {
  464. "type": "zip",
  465. "url": "https://api.github.com/repos/splitbrain/php-archive/zipball/d274e5190ba309777926348900cf9578d9e533c9",
  466. "reference": "d274e5190ba309777926348900cf9578d9e533c9",
  467. "shasum": ""
  468. },
  469. "require": {
  470. "php": ">=7.0"
  471. },
  472. "require-dev": {
  473. "ext-bz2": "*",
  474. "ext-zip": "*",
  475. "mikey179/vfsstream": "^1.6",
  476. "phpunit/phpunit": "^8"
  477. },
  478. "suggest": {
  479. "ext-bz2": "For bz2 compression",
  480. "ext-iconv": "Used for proper filename encode handling",
  481. "ext-mbstring": "Can be used alternatively for handling filename encoding",
  482. "ext-zlib": "For zlib compression"
  483. },
  484. "time": "2022-03-23T09:21:55+00:00",
  485. "type": "library",
  486. "installation-source": "dist",
  487. "autoload": {
  488. "psr-4": {
  489. "splitbrain\\PHPArchive\\": "src"
  490. }
  491. },
  492. "notification-url": "https://packagist.org/downloads/",
  493. "license": [
  494. "MIT"
  495. ],
  496. "authors": [
  497. {
  498. "name": "Andreas Gohr",
  499. "email": "andi@splitbrain.org"
  500. }
  501. ],
  502. "description": "Pure-PHP implementation to read and write TAR and ZIP archives",
  503. "keywords": [
  504. "archive",
  505. "extract",
  506. "tar",
  507. "unpack",
  508. "unzip",
  509. "zip"
  510. ],
  511. "support": {
  512. "issues": "https://github.com/splitbrain/php-archive/issues",
  513. "source": "https://github.com/splitbrain/php-archive/tree/1.3.1"
  514. },
  515. "install-path": "../splitbrain/php-archive"
  516. },
  517. {
  518. "name": "splitbrain/php-cli",
  519. "version": "1.2.1",
  520. "version_normalized": "1.2.1.0",
  521. "source": {
  522. "type": "git",
  523. "url": "https://github.com/splitbrain/php-cli.git",
  524. "reference": "47cd2b2c1d976d22afb01e121985d59c4f98c031"
  525. },
  526. "dist": {
  527. "type": "zip",
  528. "url": "https://api.github.com/repos/splitbrain/php-cli/zipball/47cd2b2c1d976d22afb01e121985d59c4f98c031",
  529. "reference": "47cd2b2c1d976d22afb01e121985d59c4f98c031",
  530. "shasum": ""
  531. },
  532. "require": {
  533. "php": ">=5.3.0"
  534. },
  535. "require-dev": {
  536. "phpunit/phpunit": "^8"
  537. },
  538. "suggest": {
  539. "psr/log": "Allows you to make the CLI available as PSR-3 logger"
  540. },
  541. "time": "2022-11-04T11:59:39+00:00",
  542. "type": "library",
  543. "installation-source": "dist",
  544. "autoload": {
  545. "psr-4": {
  546. "splitbrain\\phpcli\\": "src"
  547. }
  548. },
  549. "notification-url": "https://packagist.org/downloads/",
  550. "license": [
  551. "MIT"
  552. ],
  553. "authors": [
  554. {
  555. "name": "Andreas Gohr",
  556. "email": "andi@splitbrain.org"
  557. }
  558. ],
  559. "description": "Easy command line scripts for PHP with opt parsing and color output. No dependencies",
  560. "keywords": [
  561. "argparse",
  562. "cli",
  563. "command line",
  564. "console",
  565. "getopt",
  566. "optparse",
  567. "terminal"
  568. ],
  569. "support": {
  570. "issues": "https://github.com/splitbrain/php-cli/issues",
  571. "source": "https://github.com/splitbrain/php-cli/tree/1.2.1"
  572. },
  573. "install-path": "../splitbrain/php-cli"
  574. },
  575. {
  576. "name": "splitbrain/php-jsstrip",
  577. "version": "1.0.1",
  578. "version_normalized": "1.0.1.0",
  579. "source": {
  580. "type": "git",
  581. "url": "https://github.com/splitbrain/php-jsstrip.git",
  582. "reference": "21254b19b381a25d6f3dd89dbd5c8191373a4d69"
  583. },
  584. "dist": {
  585. "type": "zip",
  586. "url": "https://api.github.com/repos/splitbrain/php-jsstrip/zipball/21254b19b381a25d6f3dd89dbd5c8191373a4d69",
  587. "reference": "21254b19b381a25d6f3dd89dbd5c8191373a4d69",
  588. "shasum": ""
  589. },
  590. "require": {
  591. "php": ">=7.2"
  592. },
  593. "require-dev": {
  594. "phpunit/phpunit": "^8.0"
  595. },
  596. "time": "2023-03-12T10:23:16+00:00",
  597. "type": "library",
  598. "installation-source": "dist",
  599. "autoload": {
  600. "psr-4": {
  601. "splitbrain\\JSStrip\\": "src/",
  602. "splitbrain\\JSStrip\\tests\\": "tests/"
  603. }
  604. },
  605. "notification-url": "https://packagist.org/downloads/",
  606. "license": [
  607. "BSD-3-Clause"
  608. ],
  609. "authors": [
  610. {
  611. "name": "Andreas Gohr",
  612. "email": "andi@splitbrain.org"
  613. }
  614. ],
  615. "description": "PHP based JavaScript minimizer",
  616. "support": {
  617. "issues": "https://github.com/splitbrain/php-jsstrip/issues",
  618. "source": "https://github.com/splitbrain/php-jsstrip/tree/1.0.1"
  619. },
  620. "funding": [
  621. {
  622. "url": "https://github.com/sponsors/splitbrain",
  623. "type": "github"
  624. }
  625. ],
  626. "install-path": "../splitbrain/php-jsstrip"
  627. },
  628. {
  629. "name": "splitbrain/slika",
  630. "version": "1.0.5",
  631. "version_normalized": "1.0.5.0",
  632. "source": {
  633. "type": "git",
  634. "url": "https://github.com/splitbrain/slika.git",
  635. "reference": "be0785cb6b7def847df5d92e0e5fde57def7220f"
  636. },
  637. "dist": {
  638. "type": "zip",
  639. "url": "https://api.github.com/repos/splitbrain/slika/zipball/be0785cb6b7def847df5d92e0e5fde57def7220f",
  640. "reference": "be0785cb6b7def847df5d92e0e5fde57def7220f",
  641. "shasum": ""
  642. },
  643. "require-dev": {
  644. "phpunit/phpunit": "^8.0"
  645. },
  646. "suggest": {
  647. "ext-gd": "PHP's builtin image manipulation library. Alternatively use an installation of ImageMagick"
  648. },
  649. "time": "2022-02-04T22:41:26+00:00",
  650. "type": "library",
  651. "installation-source": "dist",
  652. "autoload": {
  653. "psr-4": {
  654. "splitbrain\\slika\\": "src",
  655. "splitbrain\\slika\\tests\\": "tests"
  656. }
  657. },
  658. "notification-url": "https://packagist.org/downloads/",
  659. "license": [
  660. "MIT"
  661. ],
  662. "authors": [
  663. {
  664. "name": "Andreas Gohr",
  665. "email": "andi@splitbrain.org"
  666. }
  667. ],
  668. "description": "Simple image resizing",
  669. "support": {
  670. "issues": "https://github.com/splitbrain/slika/issues",
  671. "source": "https://github.com/splitbrain/slika/tree/1.0.5"
  672. },
  673. "install-path": "../splitbrain/slika"
  674. }
  675. ],
  676. "dev": true,
  677. "dev-package-names": []
  678. }