installed.json 30 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855
  1. {
  2. "packages": [
  3. {
  4. "name": "adbario/php-dot-notation",
  5. "version": "2.2.0",
  6. "version_normalized": "2.2.0.0",
  7. "source": {
  8. "type": "git",
  9. "url": "https://github.com/adbario/php-dot-notation.git",
  10. "reference": "eee4fc81296531e6aafba4c2bbccfc5adab1676e"
  11. },
  12. "dist": {
  13. "type": "zip",
  14. "url": "https://api.github.com/repos/adbario/php-dot-notation/zipball/eee4fc81296531e6aafba4c2bbccfc5adab1676e",
  15. "reference": "eee4fc81296531e6aafba4c2bbccfc5adab1676e",
  16. "shasum": ""
  17. },
  18. "require": {
  19. "ext-json": "*",
  20. "php": ">=5.5"
  21. },
  22. "require-dev": {
  23. "phpunit/phpunit": "^4.0|^5.0|^6.0",
  24. "squizlabs/php_codesniffer": "^3.0"
  25. },
  26. "time": "2019-01-01T23:59:15+00:00",
  27. "type": "library",
  28. "installation-source": "dist",
  29. "autoload": {
  30. "files": [
  31. "src/helpers.php"
  32. ],
  33. "psr-4": {
  34. "Adbar\\": "src"
  35. }
  36. },
  37. "notification-url": "https://packagist.org/downloads/",
  38. "license": [
  39. "MIT"
  40. ],
  41. "authors": [
  42. {
  43. "name": "Riku Särkinen",
  44. "email": "riku@adbar.io"
  45. }
  46. ],
  47. "description": "PHP dot notation access to arrays",
  48. "homepage": "https://github.com/adbario/php-dot-notation",
  49. "keywords": [
  50. "ArrayAccess",
  51. "dotnotation"
  52. ],
  53. "install-path": "../adbario/php-dot-notation"
  54. },
  55. {
  56. "name": "mso/idna-convert",
  57. "version": "v1.1.0",
  58. "version_normalized": "1.1.0.0",
  59. "source": {
  60. "type": "git",
  61. "url": "https://github.com/algo26-matthias/idna-convert.git",
  62. "reference": "a6dfb6f87611e3a89d2eec4924a0f51db755c573"
  63. },
  64. "dist": {
  65. "type": "zip",
  66. "url": "https://api.github.com/repos/algo26-matthias/idna-convert/zipball/a6dfb6f87611e3a89d2eec4924a0f51db755c573",
  67. "reference": "a6dfb6f87611e3a89d2eec4924a0f51db755c573",
  68. "shasum": ""
  69. },
  70. "require": {
  71. "ext-pcre": "*",
  72. "php": ">=5.6.0"
  73. },
  74. "time": "2016-06-19T18:08:43+00:00",
  75. "type": "library",
  76. "extra": {
  77. "branch-alias": {
  78. "dev-master": "1.0.x-dev"
  79. }
  80. },
  81. "installation-source": "dist",
  82. "autoload": {
  83. "psr-4": {
  84. "Mso\\IdnaConvert\\": "src"
  85. }
  86. },
  87. "notification-url": "https://packagist.org/downloads/",
  88. "license": [
  89. "LGPL-2.1+"
  90. ],
  91. "authors": [
  92. {
  93. "name": "Matthias Sommerfeld",
  94. "email": "mso@phlylabs.de",
  95. "role": "Developer"
  96. }
  97. ],
  98. "description": "A library for encoding and decoding internationalized domain names",
  99. "homepage": "http://idnaconv.net/",
  100. "keywords": [
  101. "idn",
  102. "idna",
  103. "php"
  104. ],
  105. "abandoned": "algo26-matthias/idna-convert",
  106. "install-path": "../mso/idna-convert"
  107. },
  108. {
  109. "name": "paragonie/constant_time_encoding",
  110. "version": "v2.4.0",
  111. "version_normalized": "2.4.0.0",
  112. "source": {
  113. "type": "git",
  114. "url": "https://github.com/paragonie/constant_time_encoding.git",
  115. "reference": "f34c2b11eb9d2c9318e13540a1dbc2a3afbd939c"
  116. },
  117. "dist": {
  118. "type": "zip",
  119. "url": "https://api.github.com/repos/paragonie/constant_time_encoding/zipball/f34c2b11eb9d2c9318e13540a1dbc2a3afbd939c",
  120. "reference": "f34c2b11eb9d2c9318e13540a1dbc2a3afbd939c",
  121. "shasum": ""
  122. },
  123. "require": {
  124. "php": "^7|^8"
  125. },
  126. "require-dev": {
  127. "phpunit/phpunit": "^6|^7|^8|^9",
  128. "vimeo/psalm": "^1|^2|^3|^4"
  129. },
  130. "time": "2020-12-06T15:14:20+00:00",
  131. "type": "library",
  132. "installation-source": "dist",
  133. "autoload": {
  134. "psr-4": {
  135. "ParagonIE\\ConstantTime\\": "src/"
  136. }
  137. },
  138. "notification-url": "https://packagist.org/downloads/",
  139. "license": [
  140. "MIT"
  141. ],
  142. "authors": [
  143. {
  144. "name": "Paragon Initiative Enterprises",
  145. "email": "security@paragonie.com",
  146. "homepage": "https://paragonie.com",
  147. "role": "Maintainer"
  148. },
  149. {
  150. "name": "Steve 'Sc00bz' Thomas",
  151. "email": "steve@tobtu.com",
  152. "homepage": "https://www.tobtu.com",
  153. "role": "Original Developer"
  154. }
  155. ],
  156. "description": "Constant-time Implementations of RFC 4648 Encoding (Base-64, Base-32, Base-16)",
  157. "keywords": [
  158. "base16",
  159. "base32",
  160. "base32_decode",
  161. "base32_encode",
  162. "base64",
  163. "base64_decode",
  164. "base64_encode",
  165. "bin2hex",
  166. "encoding",
  167. "hex",
  168. "hex2bin",
  169. "rfc4648"
  170. ],
  171. "install-path": "../paragonie/constant_time_encoding"
  172. },
  173. {
  174. "name": "paragonie/random_compat",
  175. "version": "v9.99.100",
  176. "version_normalized": "9.99.100.0",
  177. "source": {
  178. "type": "git",
  179. "url": "https://github.com/paragonie/random_compat.git",
  180. "reference": "996434e5492cb4c3edcb9168db6fbb1359ef965a"
  181. },
  182. "dist": {
  183. "type": "zip",
  184. "url": "https://api.github.com/repos/paragonie/random_compat/zipball/996434e5492cb4c3edcb9168db6fbb1359ef965a",
  185. "reference": "996434e5492cb4c3edcb9168db6fbb1359ef965a",
  186. "shasum": ""
  187. },
  188. "require": {
  189. "php": ">= 7"
  190. },
  191. "require-dev": {
  192. "phpunit/phpunit": "4.*|5.*",
  193. "vimeo/psalm": "^1"
  194. },
  195. "suggest": {
  196. "ext-libsodium": "Provides a modern crypto API that can be used to generate random bytes."
  197. },
  198. "time": "2020-10-15T08:29:30+00:00",
  199. "type": "library",
  200. "installation-source": "dist",
  201. "notification-url": "https://packagist.org/downloads/",
  202. "license": [
  203. "MIT"
  204. ],
  205. "authors": [
  206. {
  207. "name": "Paragon Initiative Enterprises",
  208. "email": "security@paragonie.com",
  209. "homepage": "https://paragonie.com"
  210. }
  211. ],
  212. "description": "PHP 5.x polyfill for random_bytes() and random_int() from PHP 7",
  213. "keywords": [
  214. "csprng",
  215. "polyfill",
  216. "pseudorandom",
  217. "random"
  218. ],
  219. "install-path": "../paragonie/random_compat"
  220. },
  221. {
  222. "name": "phpseclib/phpseclib",
  223. "version": "3.0.10",
  224. "version_normalized": "3.0.10.0",
  225. "source": {
  226. "type": "git",
  227. "url": "https://github.com/phpseclib/phpseclib.git",
  228. "reference": "62fcc5a94ac83b1506f52d7558d828617fac9187"
  229. },
  230. "dist": {
  231. "type": "zip",
  232. "url": "https://api.github.com/repos/phpseclib/phpseclib/zipball/62fcc5a94ac83b1506f52d7558d828617fac9187",
  233. "reference": "62fcc5a94ac83b1506f52d7558d828617fac9187",
  234. "shasum": ""
  235. },
  236. "require": {
  237. "paragonie/constant_time_encoding": "^1|^2",
  238. "paragonie/random_compat": "^1.4|^2.0|^9.99.99",
  239. "php": ">=5.6.1"
  240. },
  241. "require-dev": {
  242. "phing/phing": "~2.7",
  243. "phpunit/phpunit": "^5.7|^6.0|^9.4",
  244. "squizlabs/php_codesniffer": "~2.0"
  245. },
  246. "suggest": {
  247. "ext-gmp": "Install the GMP (GNU Multiple Precision) extension in order to speed up arbitrary precision integer arithmetic operations.",
  248. "ext-libsodium": "SSH2/SFTP can make use of some algorithms provided by the libsodium-php extension.",
  249. "ext-mcrypt": "Install the Mcrypt extension in order to speed up a few other cryptographic operations.",
  250. "ext-openssl": "Install the OpenSSL extension in order to speed up a wide variety of cryptographic operations."
  251. },
  252. "time": "2021-08-16T04:24:45+00:00",
  253. "type": "library",
  254. "installation-source": "dist",
  255. "autoload": {
  256. "files": [
  257. "phpseclib/bootstrap.php"
  258. ],
  259. "psr-4": {
  260. "phpseclib3\\": "phpseclib/"
  261. }
  262. },
  263. "notification-url": "https://packagist.org/downloads/",
  264. "license": [
  265. "MIT"
  266. ],
  267. "authors": [
  268. {
  269. "name": "Jim Wigginton",
  270. "email": "terrafrost@php.net",
  271. "role": "Lead Developer"
  272. },
  273. {
  274. "name": "Patrick Monnerat",
  275. "email": "pm@datasphere.ch",
  276. "role": "Developer"
  277. },
  278. {
  279. "name": "Andreas Fischer",
  280. "email": "bantu@phpbb.com",
  281. "role": "Developer"
  282. },
  283. {
  284. "name": "Hans-Jürgen Petrich",
  285. "email": "petrich@tronic-media.com",
  286. "role": "Developer"
  287. },
  288. {
  289. "name": "Graham Campbell",
  290. "email": "graham@alt-three.com",
  291. "role": "Developer"
  292. }
  293. ],
  294. "description": "PHP Secure Communications Library - Pure-PHP implementations of RSA, AES, SSH2, SFTP, X.509 etc.",
  295. "homepage": "http://phpseclib.sourceforge.net",
  296. "keywords": [
  297. "BigInteger",
  298. "aes",
  299. "asn.1",
  300. "asn1",
  301. "blowfish",
  302. "crypto",
  303. "cryptography",
  304. "encryption",
  305. "rsa",
  306. "security",
  307. "sftp",
  308. "signature",
  309. "signing",
  310. "ssh",
  311. "twofish",
  312. "x.509",
  313. "x509"
  314. ],
  315. "support": {
  316. "issues": "https://github.com/phpseclib/phpseclib/issues",
  317. "source": "https://github.com/phpseclib/phpseclib/tree/3.0.10"
  318. },
  319. "funding": [
  320. {
  321. "url": "https://github.com/terrafrost",
  322. "type": "github"
  323. },
  324. {
  325. "url": "https://www.patreon.com/phpseclib",
  326. "type": "patreon"
  327. },
  328. {
  329. "url": "https://tidelift.com/funding/github/packagist/phpseclib/phpseclib",
  330. "type": "tidelift"
  331. }
  332. ],
  333. "install-path": "../phpseclib/phpseclib"
  334. },
  335. {
  336. "name": "piwik/ini",
  337. "version": "1.0.8",
  338. "version_normalized": "1.0.8.0",
  339. "source": {
  340. "type": "git",
  341. "url": "https://github.com/matomo-org/component-ini.git",
  342. "reference": "663d4fdedd8f344407fd1599e623f41912fe2ebd"
  343. },
  344. "dist": {
  345. "type": "zip",
  346. "url": "https://api.github.com/repos/matomo-org/component-ini/zipball/663d4fdedd8f344407fd1599e623f41912fe2ebd",
  347. "reference": "663d4fdedd8f344407fd1599e623f41912fe2ebd",
  348. "shasum": ""
  349. },
  350. "require": {
  351. "php": ">=5.3.3"
  352. },
  353. "require-dev": {
  354. "athletic/athletic": "0.1.*",
  355. "phpunit/phpunit": "~4.0"
  356. },
  357. "time": "2019-12-21T20:06:47+00:00",
  358. "type": "library",
  359. "installation-source": "dist",
  360. "autoload": {
  361. "psr-4": {
  362. "Piwik\\Ini\\": "src/"
  363. }
  364. },
  365. "notification-url": "https://packagist.org/downloads/",
  366. "license": [
  367. "LGPL-3.0"
  368. ],
  369. "abandoned": "matomo/ini",
  370. "install-path": "../piwik/ini"
  371. },
  372. {
  373. "name": "psr/cache",
  374. "version": "1.0.1",
  375. "version_normalized": "1.0.1.0",
  376. "source": {
  377. "type": "git",
  378. "url": "https://github.com/php-fig/cache.git",
  379. "reference": "d11b50ad223250cf17b86e38383413f5a6764bf8"
  380. },
  381. "dist": {
  382. "type": "zip",
  383. "url": "https://api.github.com/repos/php-fig/cache/zipball/d11b50ad223250cf17b86e38383413f5a6764bf8",
  384. "reference": "d11b50ad223250cf17b86e38383413f5a6764bf8",
  385. "shasum": ""
  386. },
  387. "require": {
  388. "php": ">=5.3.0"
  389. },
  390. "time": "2016-08-06T20:24:11+00:00",
  391. "type": "library",
  392. "extra": {
  393. "branch-alias": {
  394. "dev-master": "1.0.x-dev"
  395. }
  396. },
  397. "installation-source": "dist",
  398. "autoload": {
  399. "psr-4": {
  400. "Psr\\Cache\\": "src/"
  401. }
  402. },
  403. "notification-url": "https://packagist.org/downloads/",
  404. "license": [
  405. "MIT"
  406. ],
  407. "authors": [
  408. {
  409. "name": "PHP-FIG",
  410. "homepage": "http://www.php-fig.org/"
  411. }
  412. ],
  413. "description": "Common interface for caching libraries",
  414. "keywords": [
  415. "cache",
  416. "psr",
  417. "psr-6"
  418. ],
  419. "install-path": "../psr/cache"
  420. },
  421. {
  422. "name": "psr/log",
  423. "version": "1.1.4",
  424. "version_normalized": "1.1.4.0",
  425. "source": {
  426. "type": "git",
  427. "url": "https://github.com/php-fig/log.git",
  428. "reference": "d49695b909c3b7628b6289db5479a1c204601f11"
  429. },
  430. "dist": {
  431. "type": "zip",
  432. "url": "https://api.github.com/repos/php-fig/log/zipball/d49695b909c3b7628b6289db5479a1c204601f11",
  433. "reference": "d49695b909c3b7628b6289db5479a1c204601f11",
  434. "shasum": ""
  435. },
  436. "require": {
  437. "php": ">=5.3.0"
  438. },
  439. "time": "2021-05-03T11:20:27+00:00",
  440. "type": "library",
  441. "extra": {
  442. "branch-alias": {
  443. "dev-master": "1.1.x-dev"
  444. }
  445. },
  446. "installation-source": "dist",
  447. "autoload": {
  448. "psr-4": {
  449. "Psr\\Log\\": "Psr/Log/"
  450. }
  451. },
  452. "notification-url": "https://packagist.org/downloads/",
  453. "license": [
  454. "MIT"
  455. ],
  456. "authors": [
  457. {
  458. "name": "PHP-FIG",
  459. "homepage": "https://www.php-fig.org/"
  460. }
  461. ],
  462. "description": "Common interface for logging libraries",
  463. "homepage": "https://github.com/php-fig/log",
  464. "keywords": [
  465. "log",
  466. "psr",
  467. "psr-3"
  468. ],
  469. "install-path": "../psr/log"
  470. },
  471. {
  472. "name": "psr/simple-cache",
  473. "version": "1.0.1",
  474. "version_normalized": "1.0.1.0",
  475. "source": {
  476. "type": "git",
  477. "url": "https://github.com/php-fig/simple-cache.git",
  478. "reference": "408d5eafb83c57f6365a3ca330ff23aa4a5fa39b"
  479. },
  480. "dist": {
  481. "type": "zip",
  482. "url": "https://api.github.com/repos/php-fig/simple-cache/zipball/408d5eafb83c57f6365a3ca330ff23aa4a5fa39b",
  483. "reference": "408d5eafb83c57f6365a3ca330ff23aa4a5fa39b",
  484. "shasum": ""
  485. },
  486. "require": {
  487. "php": ">=5.3.0"
  488. },
  489. "time": "2017-10-23T01:57:42+00:00",
  490. "type": "library",
  491. "extra": {
  492. "branch-alias": {
  493. "dev-master": "1.0.x-dev"
  494. }
  495. },
  496. "installation-source": "dist",
  497. "autoload": {
  498. "psr-4": {
  499. "Psr\\SimpleCache\\": "src/"
  500. }
  501. },
  502. "notification-url": "https://packagist.org/downloads/",
  503. "license": [
  504. "MIT"
  505. ],
  506. "authors": [
  507. {
  508. "name": "PHP-FIG",
  509. "homepage": "http://www.php-fig.org/"
  510. }
  511. ],
  512. "description": "Common interfaces for simple caching",
  513. "keywords": [
  514. "cache",
  515. "caching",
  516. "psr",
  517. "psr-16",
  518. "simple-cache"
  519. ],
  520. "install-path": "../psr/simple-cache"
  521. },
  522. {
  523. "name": "rappasoft/laravel-helpers",
  524. "version": "1.0.2",
  525. "version_normalized": "1.0.2.0",
  526. "source": {
  527. "type": "git",
  528. "url": "https://github.com/rappasoft/laravel-helpers.git",
  529. "reference": "c8dfa1e979437528262725ebe99c2e6383b24c16"
  530. },
  531. "dist": {
  532. "type": "zip",
  533. "url": "https://api.github.com/repos/rappasoft/laravel-helpers/zipball/c8dfa1e979437528262725ebe99c2e6383b24c16",
  534. "reference": "c8dfa1e979437528262725ebe99c2e6383b24c16",
  535. "shasum": ""
  536. },
  537. "require": {
  538. "php": ">=5.4.0"
  539. },
  540. "time": "2019-04-03T13:15:59+00:00",
  541. "type": "library",
  542. "installation-source": "dist",
  543. "autoload": {
  544. "files": [
  545. "src/helpers.php"
  546. ]
  547. },
  548. "notification-url": "https://packagist.org/downloads/",
  549. "license": [
  550. "MIT"
  551. ],
  552. "authors": [
  553. {
  554. "name": "Anthony Rappa",
  555. "email": "rappa819@gmail.com"
  556. }
  557. ],
  558. "description": "Laravel Helpers for Non-Laravel Projects",
  559. "keywords": [
  560. "helpers",
  561. "laravel"
  562. ],
  563. "install-path": "../rappasoft/laravel-helpers"
  564. },
  565. {
  566. "name": "symfony/cache",
  567. "version": "v3.4.47",
  568. "version_normalized": "3.4.47.0",
  569. "source": {
  570. "type": "git",
  571. "url": "https://github.com/symfony/cache.git",
  572. "reference": "a7a14c4832760bd1fbd31be2859ffedc9b6ff813"
  573. },
  574. "dist": {
  575. "type": "zip",
  576. "url": "https://api.github.com/repos/symfony/cache/zipball/a7a14c4832760bd1fbd31be2859ffedc9b6ff813",
  577. "reference": "a7a14c4832760bd1fbd31be2859ffedc9b6ff813",
  578. "shasum": ""
  579. },
  580. "require": {
  581. "php": "^5.5.9|>=7.0.8",
  582. "psr/cache": "~1.0",
  583. "psr/log": "~1.0",
  584. "psr/simple-cache": "^1.0",
  585. "symfony/polyfill-apcu": "~1.1"
  586. },
  587. "conflict": {
  588. "symfony/var-dumper": "<3.3"
  589. },
  590. "provide": {
  591. "psr/cache-implementation": "1.0",
  592. "psr/simple-cache-implementation": "1.0"
  593. },
  594. "require-dev": {
  595. "cache/integration-tests": "dev-master",
  596. "doctrine/cache": "^1.6",
  597. "doctrine/dbal": "^2.4|^3.0",
  598. "predis/predis": "^1.0"
  599. },
  600. "time": "2020-10-24T10:57:07+00:00",
  601. "type": "library",
  602. "installation-source": "dist",
  603. "autoload": {
  604. "psr-4": {
  605. "Symfony\\Component\\Cache\\": ""
  606. },
  607. "exclude-from-classmap": [
  608. "/Tests/"
  609. ]
  610. },
  611. "notification-url": "https://packagist.org/downloads/",
  612. "license": [
  613. "MIT"
  614. ],
  615. "authors": [
  616. {
  617. "name": "Nicolas Grekas",
  618. "email": "p@tchwork.com"
  619. },
  620. {
  621. "name": "Symfony Community",
  622. "homepage": "https://symfony.com/contributors"
  623. }
  624. ],
  625. "description": "Symfony Cache component with PSR-6, PSR-16, and tags",
  626. "homepage": "https://symfony.com",
  627. "keywords": [
  628. "caching",
  629. "psr6"
  630. ],
  631. "install-path": "../symfony/cache"
  632. },
  633. {
  634. "name": "symfony/polyfill-apcu",
  635. "version": "v1.23.0",
  636. "version_normalized": "1.23.0.0",
  637. "source": {
  638. "type": "git",
  639. "url": "https://github.com/symfony/polyfill-apcu.git",
  640. "reference": "80f7fb64c5b64ebcba76f40215e63808a2062a18"
  641. },
  642. "dist": {
  643. "type": "zip",
  644. "url": "https://api.github.com/repos/symfony/polyfill-apcu/zipball/80f7fb64c5b64ebcba76f40215e63808a2062a18",
  645. "reference": "80f7fb64c5b64ebcba76f40215e63808a2062a18",
  646. "shasum": ""
  647. },
  648. "require": {
  649. "php": ">=7.1"
  650. },
  651. "time": "2021-02-19T12:13:01+00:00",
  652. "type": "library",
  653. "extra": {
  654. "branch-alias": {
  655. "dev-main": "1.23-dev"
  656. },
  657. "thanks": {
  658. "name": "symfony/polyfill",
  659. "url": "https://github.com/symfony/polyfill"
  660. }
  661. },
  662. "installation-source": "dist",
  663. "autoload": {
  664. "psr-4": {
  665. "Symfony\\Polyfill\\Apcu\\": ""
  666. },
  667. "files": [
  668. "bootstrap.php"
  669. ]
  670. },
  671. "notification-url": "https://packagist.org/downloads/",
  672. "license": [
  673. "MIT"
  674. ],
  675. "authors": [
  676. {
  677. "name": "Nicolas Grekas",
  678. "email": "p@tchwork.com"
  679. },
  680. {
  681. "name": "Symfony Community",
  682. "homepage": "https://symfony.com/contributors"
  683. }
  684. ],
  685. "description": "Symfony polyfill backporting apcu_* functions to lower PHP versions",
  686. "homepage": "https://symfony.com",
  687. "keywords": [
  688. "apcu",
  689. "compatibility",
  690. "polyfill",
  691. "portable",
  692. "shim"
  693. ],
  694. "support": {
  695. "source": "https://github.com/symfony/polyfill-apcu/tree/v1.23.0"
  696. },
  697. "funding": [
  698. {
  699. "url": "https://symfony.com/sponsor",
  700. "type": "custom"
  701. },
  702. {
  703. "url": "https://github.com/fabpot",
  704. "type": "github"
  705. },
  706. {
  707. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  708. "type": "tidelift"
  709. }
  710. ],
  711. "install-path": "../symfony/polyfill-apcu"
  712. },
  713. {
  714. "name": "symfony/polyfill-ctype",
  715. "version": "v1.23.0",
  716. "version_normalized": "1.23.0.0",
  717. "source": {
  718. "type": "git",
  719. "url": "https://github.com/symfony/polyfill-ctype.git",
  720. "reference": "46cd95797e9df938fdd2b03693b5fca5e64b01ce"
  721. },
  722. "dist": {
  723. "type": "zip",
  724. "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/46cd95797e9df938fdd2b03693b5fca5e64b01ce",
  725. "reference": "46cd95797e9df938fdd2b03693b5fca5e64b01ce",
  726. "shasum": ""
  727. },
  728. "require": {
  729. "php": ">=7.1"
  730. },
  731. "suggest": {
  732. "ext-ctype": "For best performance"
  733. },
  734. "time": "2021-02-19T12:13:01+00:00",
  735. "type": "library",
  736. "extra": {
  737. "branch-alias": {
  738. "dev-main": "1.23-dev"
  739. },
  740. "thanks": {
  741. "name": "symfony/polyfill",
  742. "url": "https://github.com/symfony/polyfill"
  743. }
  744. },
  745. "installation-source": "dist",
  746. "autoload": {
  747. "psr-4": {
  748. "Symfony\\Polyfill\\Ctype\\": ""
  749. },
  750. "files": [
  751. "bootstrap.php"
  752. ]
  753. },
  754. "notification-url": "https://packagist.org/downloads/",
  755. "license": [
  756. "MIT"
  757. ],
  758. "authors": [
  759. {
  760. "name": "Gert de Pagter",
  761. "email": "BackEndTea@gmail.com"
  762. },
  763. {
  764. "name": "Symfony Community",
  765. "homepage": "https://symfony.com/contributors"
  766. }
  767. ],
  768. "description": "Symfony polyfill for ctype functions",
  769. "homepage": "https://symfony.com",
  770. "keywords": [
  771. "compatibility",
  772. "ctype",
  773. "polyfill",
  774. "portable"
  775. ],
  776. "support": {
  777. "source": "https://github.com/symfony/polyfill-ctype/tree/v1.23.0"
  778. },
  779. "funding": [
  780. {
  781. "url": "https://symfony.com/sponsor",
  782. "type": "custom"
  783. },
  784. {
  785. "url": "https://github.com/fabpot",
  786. "type": "github"
  787. },
  788. {
  789. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  790. "type": "tidelift"
  791. }
  792. ],
  793. "install-path": "../symfony/polyfill-ctype"
  794. },
  795. {
  796. "name": "symfony/yaml",
  797. "version": "v3.4.47",
  798. "version_normalized": "3.4.47.0",
  799. "source": {
  800. "type": "git",
  801. "url": "https://github.com/symfony/yaml.git",
  802. "reference": "88289caa3c166321883f67fe5130188ebbb47094"
  803. },
  804. "dist": {
  805. "type": "zip",
  806. "url": "https://api.github.com/repos/symfony/yaml/zipball/88289caa3c166321883f67fe5130188ebbb47094",
  807. "reference": "88289caa3c166321883f67fe5130188ebbb47094",
  808. "shasum": ""
  809. },
  810. "require": {
  811. "php": "^5.5.9|>=7.0.8",
  812. "symfony/polyfill-ctype": "~1.8"
  813. },
  814. "conflict": {
  815. "symfony/console": "<3.4"
  816. },
  817. "require-dev": {
  818. "symfony/console": "~3.4|~4.0"
  819. },
  820. "suggest": {
  821. "symfony/console": "For validating YAML files using the lint command"
  822. },
  823. "time": "2020-10-24T10:57:07+00:00",
  824. "type": "library",
  825. "installation-source": "dist",
  826. "autoload": {
  827. "psr-4": {
  828. "Symfony\\Component\\Yaml\\": ""
  829. },
  830. "exclude-from-classmap": [
  831. "/Tests/"
  832. ]
  833. },
  834. "notification-url": "https://packagist.org/downloads/",
  835. "license": [
  836. "MIT"
  837. ],
  838. "authors": [
  839. {
  840. "name": "Fabien Potencier",
  841. "email": "fabien@symfony.com"
  842. },
  843. {
  844. "name": "Symfony Community",
  845. "homepage": "https://symfony.com/contributors"
  846. }
  847. ],
  848. "description": "Symfony Yaml Component",
  849. "homepage": "https://symfony.com",
  850. "install-path": "../symfony/yaml"
  851. }
  852. ],
  853. "dev": true,
  854. "dev-package-names": []
  855. }