installed.json 17 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574
  1. [
  2. {
  3. "name": "paragonie/random_compat",
  4. "version": "v9.99.99",
  5. "version_normalized": "9.99.99.0",
  6. "source": {
  7. "type": "git",
  8. "url": "https://github.com/paragonie/random_compat.git",
  9. "reference": "84b4dfb120c6f9b4ff7b3685f9b8f1aa365a0c95"
  10. },
  11. "dist": {
  12. "type": "zip",
  13. "url": "https://api.github.com/repos/paragonie/random_compat/zipball/84b4dfb120c6f9b4ff7b3685f9b8f1aa365a0c95",
  14. "reference": "84b4dfb120c6f9b4ff7b3685f9b8f1aa365a0c95",
  15. "shasum": ""
  16. },
  17. "require": {
  18. "php": "^7"
  19. },
  20. "require-dev": {
  21. "phpunit/phpunit": "4.*|5.*",
  22. "vimeo/psalm": "^1"
  23. },
  24. "suggest": {
  25. "ext-libsodium": "Provides a modern crypto API that can be used to generate random bytes."
  26. },
  27. "time": "2018-07-02T15:55:56+00:00",
  28. "type": "library",
  29. "installation-source": "dist",
  30. "notification-url": "https://packagist.org/downloads/",
  31. "license": [
  32. "MIT"
  33. ],
  34. "authors": [
  35. {
  36. "name": "Paragon Initiative Enterprises",
  37. "email": "security@paragonie.com",
  38. "homepage": "https://paragonie.com"
  39. }
  40. ],
  41. "description": "PHP 5.x polyfill for random_bytes() and random_int() from PHP 7",
  42. "keywords": [
  43. "csprng",
  44. "polyfill",
  45. "pseudorandom",
  46. "random"
  47. ]
  48. },
  49. {
  50. "name": "psr/cache",
  51. "version": "1.0.1",
  52. "version_normalized": "1.0.1.0",
  53. "source": {
  54. "type": "git",
  55. "url": "https://github.com/php-fig/cache.git",
  56. "reference": "d11b50ad223250cf17b86e38383413f5a6764bf8"
  57. },
  58. "dist": {
  59. "type": "zip",
  60. "url": "https://api.github.com/repos/php-fig/cache/zipball/d11b50ad223250cf17b86e38383413f5a6764bf8",
  61. "reference": "d11b50ad223250cf17b86e38383413f5a6764bf8",
  62. "shasum": ""
  63. },
  64. "require": {
  65. "php": ">=5.3.0"
  66. },
  67. "time": "2016-08-06T20:24:11+00:00",
  68. "type": "library",
  69. "extra": {
  70. "branch-alias": {
  71. "dev-master": "1.0.x-dev"
  72. }
  73. },
  74. "installation-source": "dist",
  75. "autoload": {
  76. "psr-4": {
  77. "Psr\\Cache\\": "src/"
  78. }
  79. },
  80. "notification-url": "https://packagist.org/downloads/",
  81. "license": [
  82. "MIT"
  83. ],
  84. "authors": [
  85. {
  86. "name": "PHP-FIG",
  87. "homepage": "http://www.php-fig.org/"
  88. }
  89. ],
  90. "description": "Common interface for caching libraries",
  91. "keywords": [
  92. "cache",
  93. "psr",
  94. "psr-6"
  95. ]
  96. },
  97. {
  98. "name": "psr/container",
  99. "version": "1.0.0",
  100. "version_normalized": "1.0.0.0",
  101. "source": {
  102. "type": "git",
  103. "url": "https://github.com/php-fig/container.git",
  104. "reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f"
  105. },
  106. "dist": {
  107. "type": "zip",
  108. "url": "https://api.github.com/repos/php-fig/container/zipball/b7ce3b176482dbbc1245ebf52b181af44c2cf55f",
  109. "reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f",
  110. "shasum": ""
  111. },
  112. "require": {
  113. "php": ">=5.3.0"
  114. },
  115. "time": "2017-02-14T16:28:37+00:00",
  116. "type": "library",
  117. "extra": {
  118. "branch-alias": {
  119. "dev-master": "1.0.x-dev"
  120. }
  121. },
  122. "installation-source": "dist",
  123. "autoload": {
  124. "psr-4": {
  125. "Psr\\Container\\": "src/"
  126. }
  127. },
  128. "notification-url": "https://packagist.org/downloads/",
  129. "license": [
  130. "MIT"
  131. ],
  132. "authors": [
  133. {
  134. "name": "PHP-FIG",
  135. "homepage": "http://www.php-fig.org/"
  136. }
  137. ],
  138. "description": "Common Container Interface (PHP FIG PSR-11)",
  139. "homepage": "https://github.com/php-fig/container",
  140. "keywords": [
  141. "PSR-11",
  142. "container",
  143. "container-interface",
  144. "container-interop",
  145. "psr"
  146. ]
  147. },
  148. {
  149. "name": "psr/log",
  150. "version": "1.1.3",
  151. "version_normalized": "1.1.3.0",
  152. "source": {
  153. "type": "git",
  154. "url": "https://github.com/php-fig/log.git",
  155. "reference": "0f73288fd15629204f9d42b7055f72dacbe811fc"
  156. },
  157. "dist": {
  158. "type": "zip",
  159. "url": "https://api.github.com/repos/php-fig/log/zipball/0f73288fd15629204f9d42b7055f72dacbe811fc",
  160. "reference": "0f73288fd15629204f9d42b7055f72dacbe811fc",
  161. "shasum": ""
  162. },
  163. "require": {
  164. "php": ">=5.3.0"
  165. },
  166. "time": "2020-03-23T09:12:05+00:00",
  167. "type": "library",
  168. "extra": {
  169. "branch-alias": {
  170. "dev-master": "1.1.x-dev"
  171. }
  172. },
  173. "installation-source": "dist",
  174. "autoload": {
  175. "psr-4": {
  176. "Psr\\Log\\": "Psr/Log/"
  177. }
  178. },
  179. "notification-url": "https://packagist.org/downloads/",
  180. "license": [
  181. "MIT"
  182. ],
  183. "authors": [
  184. {
  185. "name": "PHP-FIG",
  186. "homepage": "http://www.php-fig.org/"
  187. }
  188. ],
  189. "description": "Common interface for logging libraries",
  190. "homepage": "https://github.com/php-fig/log",
  191. "keywords": [
  192. "log",
  193. "psr",
  194. "psr-3"
  195. ]
  196. },
  197. {
  198. "name": "symfony/cache",
  199. "version": "v4.4.7",
  200. "version_normalized": "4.4.7.0",
  201. "source": {
  202. "type": "git",
  203. "url": "https://github.com/symfony/cache.git",
  204. "reference": "f777b570291aebe51081b9827e05f3a747665e87"
  205. },
  206. "dist": {
  207. "type": "zip",
  208. "url": "https://api.github.com/repos/symfony/cache/zipball/f777b570291aebe51081b9827e05f3a747665e87",
  209. "reference": "f777b570291aebe51081b9827e05f3a747665e87",
  210. "shasum": ""
  211. },
  212. "require": {
  213. "php": "^7.1.3",
  214. "psr/cache": "~1.0",
  215. "psr/log": "~1.0",
  216. "symfony/cache-contracts": "^1.1.7|^2",
  217. "symfony/service-contracts": "^1.1|^2",
  218. "symfony/var-exporter": "^4.2|^5.0"
  219. },
  220. "conflict": {
  221. "doctrine/dbal": "<2.5",
  222. "symfony/dependency-injection": "<3.4",
  223. "symfony/http-kernel": "<4.4",
  224. "symfony/var-dumper": "<4.4"
  225. },
  226. "provide": {
  227. "psr/cache-implementation": "1.0",
  228. "psr/simple-cache-implementation": "1.0",
  229. "symfony/cache-implementation": "1.0"
  230. },
  231. "require-dev": {
  232. "cache/integration-tests": "dev-master",
  233. "doctrine/cache": "~1.6",
  234. "doctrine/dbal": "~2.5",
  235. "predis/predis": "~1.1",
  236. "psr/simple-cache": "^1.0",
  237. "symfony/config": "^4.2|^5.0",
  238. "symfony/dependency-injection": "^3.4|^4.1|^5.0",
  239. "symfony/var-dumper": "^4.4|^5.0"
  240. },
  241. "time": "2020-03-27T16:54:36+00:00",
  242. "type": "library",
  243. "extra": {
  244. "branch-alias": {
  245. "dev-master": "4.4-dev"
  246. }
  247. },
  248. "installation-source": "dist",
  249. "autoload": {
  250. "psr-4": {
  251. "Symfony\\Component\\Cache\\": ""
  252. },
  253. "exclude-from-classmap": [
  254. "/Tests/"
  255. ]
  256. },
  257. "notification-url": "https://packagist.org/downloads/",
  258. "license": [
  259. "MIT"
  260. ],
  261. "authors": [
  262. {
  263. "name": "Nicolas Grekas",
  264. "email": "p@tchwork.com"
  265. },
  266. {
  267. "name": "Symfony Community",
  268. "homepage": "https://symfony.com/contributors"
  269. }
  270. ],
  271. "description": "Symfony Cache component with PSR-6, PSR-16, and tags",
  272. "homepage": "https://symfony.com",
  273. "keywords": [
  274. "caching",
  275. "psr6"
  276. ]
  277. },
  278. {
  279. "name": "symfony/cache-contracts",
  280. "version": "v2.0.1",
  281. "version_normalized": "2.0.1.0",
  282. "source": {
  283. "type": "git",
  284. "url": "https://github.com/symfony/cache-contracts.git",
  285. "reference": "23ed8bfc1a4115feca942cb5f1aacdf3dcdf3c16"
  286. },
  287. "dist": {
  288. "type": "zip",
  289. "url": "https://api.github.com/repos/symfony/cache-contracts/zipball/23ed8bfc1a4115feca942cb5f1aacdf3dcdf3c16",
  290. "reference": "23ed8bfc1a4115feca942cb5f1aacdf3dcdf3c16",
  291. "shasum": ""
  292. },
  293. "require": {
  294. "php": "^7.2.5",
  295. "psr/cache": "^1.0"
  296. },
  297. "suggest": {
  298. "symfony/cache-implementation": ""
  299. },
  300. "time": "2019-11-18T17:27:11+00:00",
  301. "type": "library",
  302. "extra": {
  303. "branch-alias": {
  304. "dev-master": "2.0-dev"
  305. }
  306. },
  307. "installation-source": "dist",
  308. "autoload": {
  309. "psr-4": {
  310. "Symfony\\Contracts\\Cache\\": ""
  311. }
  312. },
  313. "notification-url": "https://packagist.org/downloads/",
  314. "license": [
  315. "MIT"
  316. ],
  317. "authors": [
  318. {
  319. "name": "Nicolas Grekas",
  320. "email": "p@tchwork.com"
  321. },
  322. {
  323. "name": "Symfony Community",
  324. "homepage": "https://symfony.com/contributors"
  325. }
  326. ],
  327. "description": "Generic abstractions related to caching",
  328. "homepage": "https://symfony.com",
  329. "keywords": [
  330. "abstractions",
  331. "contracts",
  332. "decoupling",
  333. "interfaces",
  334. "interoperability",
  335. "standards"
  336. ]
  337. },
  338. {
  339. "name": "symfony/expression-language",
  340. "version": "v3.4.39",
  341. "version_normalized": "3.4.39.0",
  342. "source": {
  343. "type": "git",
  344. "url": "https://github.com/symfony/expression-language.git",
  345. "reference": "206165f46c660f3231df0afbdeec6a62f81afc59"
  346. },
  347. "dist": {
  348. "type": "zip",
  349. "url": "https://api.github.com/repos/symfony/expression-language/zipball/206165f46c660f3231df0afbdeec6a62f81afc59",
  350. "reference": "206165f46c660f3231df0afbdeec6a62f81afc59",
  351. "shasum": ""
  352. },
  353. "require": {
  354. "php": "^5.5.9|>=7.0.8",
  355. "symfony/cache": "~3.1|~4.0",
  356. "symfony/polyfill-php70": "~1.6"
  357. },
  358. "time": "2020-03-16T08:31:04+00:00",
  359. "type": "library",
  360. "extra": {
  361. "branch-alias": {
  362. "dev-master": "3.4-dev"
  363. }
  364. },
  365. "installation-source": "dist",
  366. "autoload": {
  367. "psr-4": {
  368. "Symfony\\Component\\ExpressionLanguage\\": ""
  369. },
  370. "exclude-from-classmap": [
  371. "/Tests/"
  372. ]
  373. },
  374. "notification-url": "https://packagist.org/downloads/",
  375. "license": [
  376. "MIT"
  377. ],
  378. "authors": [
  379. {
  380. "name": "Fabien Potencier",
  381. "email": "fabien@symfony.com"
  382. },
  383. {
  384. "name": "Symfony Community",
  385. "homepage": "https://symfony.com/contributors"
  386. }
  387. ],
  388. "description": "Symfony ExpressionLanguage Component",
  389. "homepage": "https://symfony.com"
  390. },
  391. {
  392. "name": "symfony/polyfill-php70",
  393. "version": "v1.15.0",
  394. "version_normalized": "1.15.0.0",
  395. "source": {
  396. "type": "git",
  397. "url": "https://github.com/symfony/polyfill-php70.git",
  398. "reference": "2a18e37a489803559284416df58c71ccebe50bf0"
  399. },
  400. "dist": {
  401. "type": "zip",
  402. "url": "https://api.github.com/repos/symfony/polyfill-php70/zipball/2a18e37a489803559284416df58c71ccebe50bf0",
  403. "reference": "2a18e37a489803559284416df58c71ccebe50bf0",
  404. "shasum": ""
  405. },
  406. "require": {
  407. "paragonie/random_compat": "~1.0|~2.0|~9.99",
  408. "php": ">=5.3.3"
  409. },
  410. "time": "2020-02-27T09:26:54+00:00",
  411. "type": "library",
  412. "extra": {
  413. "branch-alias": {
  414. "dev-master": "1.15-dev"
  415. }
  416. },
  417. "installation-source": "dist",
  418. "autoload": {
  419. "psr-4": {
  420. "Symfony\\Polyfill\\Php70\\": ""
  421. },
  422. "files": [
  423. "bootstrap.php"
  424. ],
  425. "classmap": [
  426. "Resources/stubs"
  427. ]
  428. },
  429. "notification-url": "https://packagist.org/downloads/",
  430. "license": [
  431. "MIT"
  432. ],
  433. "authors": [
  434. {
  435. "name": "Nicolas Grekas",
  436. "email": "p@tchwork.com"
  437. },
  438. {
  439. "name": "Symfony Community",
  440. "homepage": "https://symfony.com/contributors"
  441. }
  442. ],
  443. "description": "Symfony polyfill backporting some PHP 7.0+ features to lower PHP versions",
  444. "homepage": "https://symfony.com",
  445. "keywords": [
  446. "compatibility",
  447. "polyfill",
  448. "portable",
  449. "shim"
  450. ]
  451. },
  452. {
  453. "name": "symfony/service-contracts",
  454. "version": "v2.0.1",
  455. "version_normalized": "2.0.1.0",
  456. "source": {
  457. "type": "git",
  458. "url": "https://github.com/symfony/service-contracts.git",
  459. "reference": "144c5e51266b281231e947b51223ba14acf1a749"
  460. },
  461. "dist": {
  462. "type": "zip",
  463. "url": "https://api.github.com/repos/symfony/service-contracts/zipball/144c5e51266b281231e947b51223ba14acf1a749",
  464. "reference": "144c5e51266b281231e947b51223ba14acf1a749",
  465. "shasum": ""
  466. },
  467. "require": {
  468. "php": "^7.2.5",
  469. "psr/container": "^1.0"
  470. },
  471. "suggest": {
  472. "symfony/service-implementation": ""
  473. },
  474. "time": "2019-11-18T17:27:11+00:00",
  475. "type": "library",
  476. "extra": {
  477. "branch-alias": {
  478. "dev-master": "2.0-dev"
  479. }
  480. },
  481. "installation-source": "dist",
  482. "autoload": {
  483. "psr-4": {
  484. "Symfony\\Contracts\\Service\\": ""
  485. }
  486. },
  487. "notification-url": "https://packagist.org/downloads/",
  488. "license": [
  489. "MIT"
  490. ],
  491. "authors": [
  492. {
  493. "name": "Nicolas Grekas",
  494. "email": "p@tchwork.com"
  495. },
  496. {
  497. "name": "Symfony Community",
  498. "homepage": "https://symfony.com/contributors"
  499. }
  500. ],
  501. "description": "Generic abstractions related to writing services",
  502. "homepage": "https://symfony.com",
  503. "keywords": [
  504. "abstractions",
  505. "contracts",
  506. "decoupling",
  507. "interfaces",
  508. "interoperability",
  509. "standards"
  510. ]
  511. },
  512. {
  513. "name": "symfony/var-exporter",
  514. "version": "v5.0.7",
  515. "version_normalized": "5.0.7.0",
  516. "source": {
  517. "type": "git",
  518. "url": "https://github.com/symfony/var-exporter.git",
  519. "reference": "ffd29a70370e466343e33154b5df197a07a13afa"
  520. },
  521. "dist": {
  522. "type": "zip",
  523. "url": "https://api.github.com/repos/symfony/var-exporter/zipball/ffd29a70370e466343e33154b5df197a07a13afa",
  524. "reference": "ffd29a70370e466343e33154b5df197a07a13afa",
  525. "shasum": ""
  526. },
  527. "require": {
  528. "php": "^7.2.5"
  529. },
  530. "require-dev": {
  531. "symfony/var-dumper": "^4.4|^5.0"
  532. },
  533. "time": "2020-03-27T16:56:45+00:00",
  534. "type": "library",
  535. "extra": {
  536. "branch-alias": {
  537. "dev-master": "5.0-dev"
  538. }
  539. },
  540. "installation-source": "dist",
  541. "autoload": {
  542. "psr-4": {
  543. "Symfony\\Component\\VarExporter\\": ""
  544. },
  545. "exclude-from-classmap": [
  546. "/Tests/"
  547. ]
  548. },
  549. "notification-url": "https://packagist.org/downloads/",
  550. "license": [
  551. "MIT"
  552. ],
  553. "authors": [
  554. {
  555. "name": "Nicolas Grekas",
  556. "email": "p@tchwork.com"
  557. },
  558. {
  559. "name": "Symfony Community",
  560. "homepage": "https://symfony.com/contributors"
  561. }
  562. ],
  563. "description": "A blend of var_export() + serialize() to turn any serializable data structure to plain PHP code",
  564. "homepage": "https://symfony.com",
  565. "keywords": [
  566. "clone",
  567. "construct",
  568. "export",
  569. "hydrate",
  570. "instantiate",
  571. "serialize"
  572. ]
  573. }
  574. ]