installed.json 28 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926
  1. [
  2. {
  3. "name": "adbario/php-dot-notation",
  4. "version": "2.1.0",
  5. "version_normalized": "2.1.0.0",
  6. "source": {
  7. "type": "git",
  8. "url": "https://github.com/adbario/php-dot-notation.git",
  9. "reference": "895fe4bb153ac875c61a6fba658ded45405e73a4"
  10. },
  11. "dist": {
  12. "type": "zip",
  13. "url": "https://api.github.com/repos/adbario/php-dot-notation/zipball/895fe4bb153ac875c61a6fba658ded45405e73a4",
  14. "reference": "895fe4bb153ac875c61a6fba658ded45405e73a4",
  15. "shasum": ""
  16. },
  17. "require": {
  18. "php": ">=5.5"
  19. },
  20. "require-dev": {
  21. "phpunit/phpunit": "^4.0|^5.0|^6.0",
  22. "squizlabs/php_codesniffer": "^3.0"
  23. },
  24. "time": "2018-07-22T12:33:53+00:00",
  25. "type": "library",
  26. "installation-source": "dist",
  27. "autoload": {
  28. "files": [
  29. "src/helpers.php"
  30. ],
  31. "psr-4": {
  32. "Adbar\\": "src"
  33. }
  34. },
  35. "notification-url": "https://packagist.org/downloads/",
  36. "license": [
  37. "MIT"
  38. ],
  39. "authors": [
  40. {
  41. "name": "Riku Särkinen",
  42. "email": "riku@adbar.io"
  43. }
  44. ],
  45. "description": "PHP dot notation access to arrays",
  46. "homepage": "https://github.com/adbario/php-dot-notation",
  47. "keywords": [
  48. "ArrayAccess",
  49. "dotnotation"
  50. ]
  51. },
  52. {
  53. "name": "mso/idna-convert",
  54. "version": "v1.1.0",
  55. "version_normalized": "1.1.0.0",
  56. "source": {
  57. "type": "git",
  58. "url": "https://github.com/algo26-matthias/idna-convert.git",
  59. "reference": "a6dfb6f87611e3a89d2eec4924a0f51db755c573"
  60. },
  61. "dist": {
  62. "type": "zip",
  63. "url": "https://api.github.com/repos/algo26-matthias/idna-convert/zipball/a6dfb6f87611e3a89d2eec4924a0f51db755c573",
  64. "reference": "a6dfb6f87611e3a89d2eec4924a0f51db755c573",
  65. "shasum": ""
  66. },
  67. "require": {
  68. "ext-pcre": "*",
  69. "php": ">=5.6.0"
  70. },
  71. "time": "2016-06-19T18:08:43+00:00",
  72. "type": "library",
  73. "extra": {
  74. "branch-alias": {
  75. "dev-master": "1.0.x-dev"
  76. }
  77. },
  78. "installation-source": "dist",
  79. "autoload": {
  80. "psr-4": {
  81. "Mso\\IdnaConvert\\": "src"
  82. }
  83. },
  84. "notification-url": "https://packagist.org/downloads/",
  85. "license": [
  86. "LGPL-2.1+"
  87. ],
  88. "authors": [
  89. {
  90. "name": "Matthias Sommerfeld",
  91. "email": "mso@phlylabs.de",
  92. "role": "Developer"
  93. }
  94. ],
  95. "description": "A library for encoding and decoding internationalized domain names",
  96. "homepage": "http://idnaconv.net/",
  97. "keywords": [
  98. "idn",
  99. "idna",
  100. "php"
  101. ],
  102. "abandoned": "algo26-matthias/idna-convert"
  103. },
  104. {
  105. "name": "paragonie/random_compat",
  106. "version": "v9.99.99",
  107. "version_normalized": "9.99.99.0",
  108. "source": {
  109. "type": "git",
  110. "url": "https://github.com/paragonie/random_compat.git",
  111. "reference": "84b4dfb120c6f9b4ff7b3685f9b8f1aa365a0c95"
  112. },
  113. "dist": {
  114. "type": "zip",
  115. "url": "https://api.github.com/repos/paragonie/random_compat/zipball/84b4dfb120c6f9b4ff7b3685f9b8f1aa365a0c95",
  116. "reference": "84b4dfb120c6f9b4ff7b3685f9b8f1aa365a0c95",
  117. "shasum": ""
  118. },
  119. "require": {
  120. "php": "^7"
  121. },
  122. "require-dev": {
  123. "phpunit/phpunit": "4.*|5.*",
  124. "vimeo/psalm": "^1"
  125. },
  126. "suggest": {
  127. "ext-libsodium": "Provides a modern crypto API that can be used to generate random bytes."
  128. },
  129. "time": "2018-07-02T15:55:56+00:00",
  130. "type": "library",
  131. "installation-source": "dist",
  132. "notification-url": "https://packagist.org/downloads/",
  133. "license": [
  134. "MIT"
  135. ],
  136. "authors": [
  137. {
  138. "name": "Paragon Initiative Enterprises",
  139. "email": "security@paragonie.com",
  140. "homepage": "https://paragonie.com"
  141. }
  142. ],
  143. "description": "PHP 5.x polyfill for random_bytes() and random_int() from PHP 7",
  144. "keywords": [
  145. "csprng",
  146. "polyfill",
  147. "pseudorandom",
  148. "random"
  149. ]
  150. },
  151. {
  152. "name": "piwik/ini",
  153. "version": "1.0.6",
  154. "version_normalized": "1.0.6.0",
  155. "source": {
  156. "type": "git",
  157. "url": "https://github.com/piwik/component-ini.git",
  158. "reference": "bd2711ba4d5e20e4ca09b6829dc2831576b59dc3"
  159. },
  160. "dist": {
  161. "type": "zip",
  162. "url": "https://api.github.com/repos/piwik/component-ini/zipball/bd2711ba4d5e20e4ca09b6829dc2831576b59dc3",
  163. "reference": "bd2711ba4d5e20e4ca09b6829dc2831576b59dc3",
  164. "shasum": ""
  165. },
  166. "require": {
  167. "php": ">=5.3.3"
  168. },
  169. "require-dev": {
  170. "athletic/athletic": "0.1.*",
  171. "phpunit/phpunit": "~4.0"
  172. },
  173. "time": "2016-01-14T21:13:33+00:00",
  174. "type": "library",
  175. "installation-source": "dist",
  176. "autoload": {
  177. "psr-4": {
  178. "Piwik\\Ini\\": "src/"
  179. }
  180. },
  181. "notification-url": "https://packagist.org/downloads/",
  182. "license": [
  183. "LGPL-3.0"
  184. ],
  185. "abandoned": "matomo/ini"
  186. },
  187. {
  188. "name": "psr/cache",
  189. "version": "1.0.1",
  190. "version_normalized": "1.0.1.0",
  191. "source": {
  192. "type": "git",
  193. "url": "https://github.com/php-fig/cache.git",
  194. "reference": "d11b50ad223250cf17b86e38383413f5a6764bf8"
  195. },
  196. "dist": {
  197. "type": "zip",
  198. "url": "https://api.github.com/repos/php-fig/cache/zipball/d11b50ad223250cf17b86e38383413f5a6764bf8",
  199. "reference": "d11b50ad223250cf17b86e38383413f5a6764bf8",
  200. "shasum": ""
  201. },
  202. "require": {
  203. "php": ">=5.3.0"
  204. },
  205. "time": "2016-08-06T20:24:11+00:00",
  206. "type": "library",
  207. "extra": {
  208. "branch-alias": {
  209. "dev-master": "1.0.x-dev"
  210. }
  211. },
  212. "installation-source": "dist",
  213. "autoload": {
  214. "psr-4": {
  215. "Psr\\Cache\\": "src/"
  216. }
  217. },
  218. "notification-url": "https://packagist.org/downloads/",
  219. "license": [
  220. "MIT"
  221. ],
  222. "authors": [
  223. {
  224. "name": "PHP-FIG",
  225. "homepage": "http://www.php-fig.org/"
  226. }
  227. ],
  228. "description": "Common interface for caching libraries",
  229. "keywords": [
  230. "cache",
  231. "psr",
  232. "psr-6"
  233. ]
  234. },
  235. {
  236. "name": "psr/container",
  237. "version": "1.0.0",
  238. "version_normalized": "1.0.0.0",
  239. "source": {
  240. "type": "git",
  241. "url": "https://github.com/php-fig/container.git",
  242. "reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f"
  243. },
  244. "dist": {
  245. "type": "zip",
  246. "url": "https://api.github.com/repos/php-fig/container/zipball/b7ce3b176482dbbc1245ebf52b181af44c2cf55f",
  247. "reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f",
  248. "shasum": ""
  249. },
  250. "require": {
  251. "php": ">=5.3.0"
  252. },
  253. "time": "2017-02-14T16:28:37+00:00",
  254. "type": "library",
  255. "extra": {
  256. "branch-alias": {
  257. "dev-master": "1.0.x-dev"
  258. }
  259. },
  260. "installation-source": "dist",
  261. "autoload": {
  262. "psr-4": {
  263. "Psr\\Container\\": "src/"
  264. }
  265. },
  266. "notification-url": "https://packagist.org/downloads/",
  267. "license": [
  268. "MIT"
  269. ],
  270. "authors": [
  271. {
  272. "name": "PHP-FIG",
  273. "homepage": "http://www.php-fig.org/"
  274. }
  275. ],
  276. "description": "Common Container Interface (PHP FIG PSR-11)",
  277. "homepage": "https://github.com/php-fig/container",
  278. "keywords": [
  279. "PSR-11",
  280. "container",
  281. "container-interface",
  282. "container-interop",
  283. "psr"
  284. ]
  285. },
  286. {
  287. "name": "psr/log",
  288. "version": "1.1.3",
  289. "version_normalized": "1.1.3.0",
  290. "source": {
  291. "type": "git",
  292. "url": "https://github.com/php-fig/log.git",
  293. "reference": "0f73288fd15629204f9d42b7055f72dacbe811fc"
  294. },
  295. "dist": {
  296. "type": "zip",
  297. "url": "https://api.github.com/repos/php-fig/log/zipball/0f73288fd15629204f9d42b7055f72dacbe811fc",
  298. "reference": "0f73288fd15629204f9d42b7055f72dacbe811fc",
  299. "shasum": ""
  300. },
  301. "require": {
  302. "php": ">=5.3.0"
  303. },
  304. "time": "2020-03-23T09:12:05+00:00",
  305. "type": "library",
  306. "extra": {
  307. "branch-alias": {
  308. "dev-master": "1.1.x-dev"
  309. }
  310. },
  311. "installation-source": "dist",
  312. "autoload": {
  313. "psr-4": {
  314. "Psr\\Log\\": "Psr/Log/"
  315. }
  316. },
  317. "notification-url": "https://packagist.org/downloads/",
  318. "license": [
  319. "MIT"
  320. ],
  321. "authors": [
  322. {
  323. "name": "PHP-FIG",
  324. "homepage": "http://www.php-fig.org/"
  325. }
  326. ],
  327. "description": "Common interface for logging libraries",
  328. "homepage": "https://github.com/php-fig/log",
  329. "keywords": [
  330. "log",
  331. "psr",
  332. "psr-3"
  333. ]
  334. },
  335. {
  336. "name": "psr/simple-cache",
  337. "version": "1.0.1",
  338. "version_normalized": "1.0.1.0",
  339. "source": {
  340. "type": "git",
  341. "url": "https://github.com/php-fig/simple-cache.git",
  342. "reference": "408d5eafb83c57f6365a3ca330ff23aa4a5fa39b"
  343. },
  344. "dist": {
  345. "type": "zip",
  346. "url": "https://api.github.com/repos/php-fig/simple-cache/zipball/408d5eafb83c57f6365a3ca330ff23aa4a5fa39b",
  347. "reference": "408d5eafb83c57f6365a3ca330ff23aa4a5fa39b",
  348. "shasum": ""
  349. },
  350. "require": {
  351. "php": ">=5.3.0"
  352. },
  353. "time": "2017-10-23T01:57:42+00:00",
  354. "type": "library",
  355. "extra": {
  356. "branch-alias": {
  357. "dev-master": "1.0.x-dev"
  358. }
  359. },
  360. "installation-source": "dist",
  361. "autoload": {
  362. "psr-4": {
  363. "Psr\\SimpleCache\\": "src/"
  364. }
  365. },
  366. "notification-url": "https://packagist.org/downloads/",
  367. "license": [
  368. "MIT"
  369. ],
  370. "authors": [
  371. {
  372. "name": "PHP-FIG",
  373. "homepage": "http://www.php-fig.org/"
  374. }
  375. ],
  376. "description": "Common interfaces for simple caching",
  377. "keywords": [
  378. "cache",
  379. "caching",
  380. "psr",
  381. "psr-16",
  382. "simple-cache"
  383. ]
  384. },
  385. {
  386. "name": "rappasoft/laravel-helpers",
  387. "version": "1.0.2",
  388. "version_normalized": "1.0.2.0",
  389. "source": {
  390. "type": "git",
  391. "url": "https://github.com/rappasoft/laravel-helpers.git",
  392. "reference": "c8dfa1e979437528262725ebe99c2e6383b24c16"
  393. },
  394. "dist": {
  395. "type": "zip",
  396. "url": "https://api.github.com/repos/rappasoft/laravel-helpers/zipball/c8dfa1e979437528262725ebe99c2e6383b24c16",
  397. "reference": "c8dfa1e979437528262725ebe99c2e6383b24c16",
  398. "shasum": ""
  399. },
  400. "require": {
  401. "php": ">=5.4.0"
  402. },
  403. "time": "2019-04-03T13:15:59+00:00",
  404. "type": "library",
  405. "installation-source": "dist",
  406. "autoload": {
  407. "files": [
  408. "src/helpers.php"
  409. ]
  410. },
  411. "notification-url": "https://packagist.org/downloads/",
  412. "license": [
  413. "MIT"
  414. ],
  415. "authors": [
  416. {
  417. "name": "Anthony Rappa",
  418. "email": "rappa819@gmail.com"
  419. }
  420. ],
  421. "description": "Laravel Helpers for Non-Laravel Projects",
  422. "keywords": [
  423. "helpers",
  424. "laravel"
  425. ]
  426. },
  427. {
  428. "name": "symfony/cache",
  429. "version": "v3.4.20",
  430. "version_normalized": "3.4.20.0",
  431. "source": {
  432. "type": "git",
  433. "url": "https://github.com/symfony/cache.git",
  434. "reference": "d31c2a1b80029d885307db47405daeffafcda759"
  435. },
  436. "dist": {
  437. "type": "zip",
  438. "url": "https://api.github.com/repos/symfony/cache/zipball/d31c2a1b80029d885307db47405daeffafcda759",
  439. "reference": "d31c2a1b80029d885307db47405daeffafcda759",
  440. "shasum": ""
  441. },
  442. "require": {
  443. "php": "^5.5.9|>=7.0.8",
  444. "psr/cache": "~1.0",
  445. "psr/log": "~1.0",
  446. "psr/simple-cache": "^1.0",
  447. "symfony/polyfill-apcu": "~1.1"
  448. },
  449. "conflict": {
  450. "symfony/var-dumper": "<3.3"
  451. },
  452. "provide": {
  453. "psr/cache-implementation": "1.0",
  454. "psr/simple-cache-implementation": "1.0"
  455. },
  456. "require-dev": {
  457. "cache/integration-tests": "dev-master",
  458. "doctrine/cache": "~1.6",
  459. "doctrine/dbal": "~2.4",
  460. "predis/predis": "~1.0"
  461. },
  462. "time": "2018-12-06T10:54:02+00:00",
  463. "type": "library",
  464. "extra": {
  465. "branch-alias": {
  466. "dev-master": "3.4-dev"
  467. }
  468. },
  469. "installation-source": "dist",
  470. "autoload": {
  471. "psr-4": {
  472. "Symfony\\Component\\Cache\\": ""
  473. },
  474. "exclude-from-classmap": [
  475. "/Tests/"
  476. ]
  477. },
  478. "notification-url": "https://packagist.org/downloads/",
  479. "license": [
  480. "MIT"
  481. ],
  482. "authors": [
  483. {
  484. "name": "Nicolas Grekas",
  485. "email": "p@tchwork.com"
  486. },
  487. {
  488. "name": "Symfony Community",
  489. "homepage": "https://symfony.com/contributors"
  490. }
  491. ],
  492. "description": "Symfony Cache component with PSR-6, PSR-16, and tags",
  493. "homepage": "https://symfony.com",
  494. "keywords": [
  495. "caching",
  496. "psr6"
  497. ]
  498. },
  499. {
  500. "name": "symfony/console",
  501. "version": "v2.8.3",
  502. "version_normalized": "2.8.3.0",
  503. "source": {
  504. "type": "git",
  505. "url": "https://github.com/symfony/console.git",
  506. "reference": "56cc5caf051189720b8de974e4746090aaa10d44"
  507. },
  508. "dist": {
  509. "type": "zip",
  510. "url": "https://api.github.com/repos/symfony/console/zipball/56cc5caf051189720b8de974e4746090aaa10d44",
  511. "reference": "56cc5caf051189720b8de974e4746090aaa10d44",
  512. "shasum": ""
  513. },
  514. "require": {
  515. "php": ">=5.3.9",
  516. "symfony/polyfill-mbstring": "~1.0"
  517. },
  518. "require-dev": {
  519. "psr/log": "~1.0",
  520. "symfony/event-dispatcher": "~2.1|~3.0.0",
  521. "symfony/process": "~2.1|~3.0.0"
  522. },
  523. "suggest": {
  524. "psr/log": "For using the console logger",
  525. "symfony/event-dispatcher": "",
  526. "symfony/process": ""
  527. },
  528. "time": "2016-02-28T16:20:50+00:00",
  529. "type": "library",
  530. "extra": {
  531. "branch-alias": {
  532. "dev-master": "2.8-dev"
  533. }
  534. },
  535. "installation-source": "dist",
  536. "autoload": {
  537. "psr-4": {
  538. "Symfony\\Component\\Console\\": ""
  539. },
  540. "exclude-from-classmap": [
  541. "/Tests/"
  542. ]
  543. },
  544. "notification-url": "https://packagist.org/downloads/",
  545. "license": [
  546. "MIT"
  547. ],
  548. "authors": [
  549. {
  550. "name": "Fabien Potencier",
  551. "email": "fabien@symfony.com"
  552. },
  553. {
  554. "name": "Symfony Community",
  555. "homepage": "https://symfony.com/contributors"
  556. }
  557. ],
  558. "description": "Symfony Console Component",
  559. "homepage": "https://symfony.com"
  560. },
  561. {
  562. "name": "symfony/dependency-injection",
  563. "version": "v3.3.18",
  564. "version_normalized": "3.3.18.0",
  565. "source": {
  566. "type": "git",
  567. "url": "https://github.com/symfony/dependency-injection.git",
  568. "reference": "54243abc4e1a1a15e274e391bd6f7090b44711f1"
  569. },
  570. "dist": {
  571. "type": "zip",
  572. "url": "https://api.github.com/repos/symfony/dependency-injection/zipball/54243abc4e1a1a15e274e391bd6f7090b44711f1",
  573. "reference": "54243abc4e1a1a15e274e391bd6f7090b44711f1",
  574. "shasum": ""
  575. },
  576. "require": {
  577. "php": "^5.5.9|>=7.0.8",
  578. "psr/container": "^1.0"
  579. },
  580. "conflict": {
  581. "symfony/config": "<3.3.7",
  582. "symfony/finder": "<3.3",
  583. "symfony/yaml": "<3.3"
  584. },
  585. "provide": {
  586. "psr/container-implementation": "1.0"
  587. },
  588. "require-dev": {
  589. "symfony/config": "~3.3",
  590. "symfony/expression-language": "~2.8|~3.0",
  591. "symfony/yaml": "~3.3"
  592. },
  593. "suggest": {
  594. "symfony/config": "",
  595. "symfony/expression-language": "For using expressions in service container configuration",
  596. "symfony/finder": "For using double-star glob patterns or when GLOB_BRACE portability is required",
  597. "symfony/proxy-manager-bridge": "Generate service proxies to lazy load them",
  598. "symfony/yaml": ""
  599. },
  600. "time": "2018-01-29T09:02:23+00:00",
  601. "type": "library",
  602. "extra": {
  603. "branch-alias": {
  604. "dev-master": "3.3-dev"
  605. }
  606. },
  607. "installation-source": "dist",
  608. "autoload": {
  609. "psr-4": {
  610. "Symfony\\Component\\DependencyInjection\\": ""
  611. },
  612. "exclude-from-classmap": [
  613. "/Tests/"
  614. ]
  615. },
  616. "notification-url": "https://packagist.org/downloads/",
  617. "license": [
  618. "MIT"
  619. ],
  620. "authors": [
  621. {
  622. "name": "Fabien Potencier",
  623. "email": "fabien@symfony.com"
  624. },
  625. {
  626. "name": "Symfony Community",
  627. "homepage": "https://symfony.com/contributors"
  628. }
  629. ],
  630. "description": "Symfony DependencyInjection Component",
  631. "homepage": "https://symfony.com"
  632. },
  633. {
  634. "name": "symfony/http-foundation",
  635. "version": "v3.4.20",
  636. "version_normalized": "3.4.20.0",
  637. "source": {
  638. "type": "git",
  639. "url": "https://github.com/symfony/http-foundation.git",
  640. "reference": "ea61dd57c4399b0b2a4162e1820cd9d0783acd38"
  641. },
  642. "dist": {
  643. "type": "zip",
  644. "url": "https://api.github.com/repos/symfony/http-foundation/zipball/ea61dd57c4399b0b2a4162e1820cd9d0783acd38",
  645. "reference": "ea61dd57c4399b0b2a4162e1820cd9d0783acd38",
  646. "shasum": ""
  647. },
  648. "require": {
  649. "php": "^5.5.9|>=7.0.8",
  650. "symfony/polyfill-mbstring": "~1.1",
  651. "symfony/polyfill-php70": "~1.6"
  652. },
  653. "require-dev": {
  654. "symfony/expression-language": "~2.8|~3.0|~4.0"
  655. },
  656. "time": "2018-11-26T10:17:44+00:00",
  657. "type": "library",
  658. "extra": {
  659. "branch-alias": {
  660. "dev-master": "3.4-dev"
  661. }
  662. },
  663. "installation-source": "dist",
  664. "autoload": {
  665. "psr-4": {
  666. "Symfony\\Component\\HttpFoundation\\": ""
  667. },
  668. "exclude-from-classmap": [
  669. "/Tests/"
  670. ]
  671. },
  672. "notification-url": "https://packagist.org/downloads/",
  673. "license": [
  674. "MIT"
  675. ],
  676. "authors": [
  677. {
  678. "name": "Fabien Potencier",
  679. "email": "fabien@symfony.com"
  680. },
  681. {
  682. "name": "Symfony Community",
  683. "homepage": "https://symfony.com/contributors"
  684. }
  685. ],
  686. "description": "Symfony HttpFoundation Component",
  687. "homepage": "https://symfony.com"
  688. },
  689. {
  690. "name": "symfony/polyfill-apcu",
  691. "version": "v1.10.0",
  692. "version_normalized": "1.10.0.0",
  693. "source": {
  694. "type": "git",
  695. "url": "https://github.com/symfony/polyfill-apcu.git",
  696. "reference": "19e1b73bf255265ad0b568f81766ae2a3266d8d2"
  697. },
  698. "dist": {
  699. "type": "zip",
  700. "url": "https://api.github.com/repos/symfony/polyfill-apcu/zipball/19e1b73bf255265ad0b568f81766ae2a3266d8d2",
  701. "reference": "19e1b73bf255265ad0b568f81766ae2a3266d8d2",
  702. "shasum": ""
  703. },
  704. "require": {
  705. "php": ">=5.3.3"
  706. },
  707. "time": "2018-08-06T14:22:27+00:00",
  708. "type": "library",
  709. "extra": {
  710. "branch-alias": {
  711. "dev-master": "1.9-dev"
  712. }
  713. },
  714. "installation-source": "dist",
  715. "autoload": {
  716. "psr-4": {
  717. "Symfony\\Polyfill\\Apcu\\": ""
  718. },
  719. "files": [
  720. "bootstrap.php"
  721. ]
  722. },
  723. "notification-url": "https://packagist.org/downloads/",
  724. "license": [
  725. "MIT"
  726. ],
  727. "authors": [
  728. {
  729. "name": "Nicolas Grekas",
  730. "email": "p@tchwork.com"
  731. },
  732. {
  733. "name": "Symfony Community",
  734. "homepage": "https://symfony.com/contributors"
  735. }
  736. ],
  737. "description": "Symfony polyfill backporting apcu_* functions to lower PHP versions",
  738. "homepage": "https://symfony.com",
  739. "keywords": [
  740. "apcu",
  741. "compatibility",
  742. "polyfill",
  743. "portable",
  744. "shim"
  745. ]
  746. },
  747. {
  748. "name": "symfony/polyfill-mbstring",
  749. "version": "v1.10.0",
  750. "version_normalized": "1.10.0.0",
  751. "source": {
  752. "type": "git",
  753. "url": "https://github.com/symfony/polyfill-mbstring.git",
  754. "reference": "c79c051f5b3a46be09205c73b80b346e4153e494"
  755. },
  756. "dist": {
  757. "type": "zip",
  758. "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/c79c051f5b3a46be09205c73b80b346e4153e494",
  759. "reference": "c79c051f5b3a46be09205c73b80b346e4153e494",
  760. "shasum": ""
  761. },
  762. "require": {
  763. "php": ">=5.3.3"
  764. },
  765. "suggest": {
  766. "ext-mbstring": "For best performance"
  767. },
  768. "time": "2018-09-21T13:07:52+00:00",
  769. "type": "library",
  770. "extra": {
  771. "branch-alias": {
  772. "dev-master": "1.9-dev"
  773. }
  774. },
  775. "installation-source": "dist",
  776. "autoload": {
  777. "psr-4": {
  778. "Symfony\\Polyfill\\Mbstring\\": ""
  779. },
  780. "files": [
  781. "bootstrap.php"
  782. ]
  783. },
  784. "notification-url": "https://packagist.org/downloads/",
  785. "license": [
  786. "MIT"
  787. ],
  788. "authors": [
  789. {
  790. "name": "Nicolas Grekas",
  791. "email": "p@tchwork.com"
  792. },
  793. {
  794. "name": "Symfony Community",
  795. "homepage": "https://symfony.com/contributors"
  796. }
  797. ],
  798. "description": "Symfony polyfill for the Mbstring extension",
  799. "homepage": "https://symfony.com",
  800. "keywords": [
  801. "compatibility",
  802. "mbstring",
  803. "polyfill",
  804. "portable",
  805. "shim"
  806. ]
  807. },
  808. {
  809. "name": "symfony/polyfill-php70",
  810. "version": "v1.10.0",
  811. "version_normalized": "1.10.0.0",
  812. "source": {
  813. "type": "git",
  814. "url": "https://github.com/symfony/polyfill-php70.git",
  815. "reference": "6b88000cdd431cd2e940caa2cb569201f3f84224"
  816. },
  817. "dist": {
  818. "type": "zip",
  819. "url": "https://api.github.com/repos/symfony/polyfill-php70/zipball/6b88000cdd431cd2e940caa2cb569201f3f84224",
  820. "reference": "6b88000cdd431cd2e940caa2cb569201f3f84224",
  821. "shasum": ""
  822. },
  823. "require": {
  824. "paragonie/random_compat": "~1.0|~2.0|~9.99",
  825. "php": ">=5.3.3"
  826. },
  827. "time": "2018-09-21T06:26:08+00:00",
  828. "type": "library",
  829. "extra": {
  830. "branch-alias": {
  831. "dev-master": "1.9-dev"
  832. }
  833. },
  834. "installation-source": "dist",
  835. "autoload": {
  836. "psr-4": {
  837. "Symfony\\Polyfill\\Php70\\": ""
  838. },
  839. "files": [
  840. "bootstrap.php"
  841. ],
  842. "classmap": [
  843. "Resources/stubs"
  844. ]
  845. },
  846. "notification-url": "https://packagist.org/downloads/",
  847. "license": [
  848. "MIT"
  849. ],
  850. "authors": [
  851. {
  852. "name": "Nicolas Grekas",
  853. "email": "p@tchwork.com"
  854. },
  855. {
  856. "name": "Symfony Community",
  857. "homepage": "https://symfony.com/contributors"
  858. }
  859. ],
  860. "description": "Symfony polyfill backporting some PHP 7.0+ features to lower PHP versions",
  861. "homepage": "https://symfony.com",
  862. "keywords": [
  863. "compatibility",
  864. "polyfill",
  865. "portable",
  866. "shim"
  867. ]
  868. },
  869. {
  870. "name": "symfony/yaml",
  871. "version": "v3.3.18",
  872. "version_normalized": "3.3.18.0",
  873. "source": {
  874. "type": "git",
  875. "url": "https://github.com/symfony/yaml.git",
  876. "reference": "af615970e265543a26ee712c958404eb9b7ac93d"
  877. },
  878. "dist": {
  879. "type": "zip",
  880. "url": "https://api.github.com/repos/symfony/yaml/zipball/af615970e265543a26ee712c958404eb9b7ac93d",
  881. "reference": "af615970e265543a26ee712c958404eb9b7ac93d",
  882. "shasum": ""
  883. },
  884. "require": {
  885. "php": "^5.5.9|>=7.0.8"
  886. },
  887. "require-dev": {
  888. "symfony/console": "~2.8|~3.0"
  889. },
  890. "suggest": {
  891. "symfony/console": "For validating YAML files using the lint command"
  892. },
  893. "time": "2018-01-20T15:04:53+00:00",
  894. "type": "library",
  895. "extra": {
  896. "branch-alias": {
  897. "dev-master": "3.3-dev"
  898. }
  899. },
  900. "installation-source": "dist",
  901. "autoload": {
  902. "psr-4": {
  903. "Symfony\\Component\\Yaml\\": ""
  904. },
  905. "exclude-from-classmap": [
  906. "/Tests/"
  907. ]
  908. },
  909. "notification-url": "https://packagist.org/downloads/",
  910. "license": [
  911. "MIT"
  912. ],
  913. "authors": [
  914. {
  915. "name": "Fabien Potencier",
  916. "email": "fabien@symfony.com"
  917. },
  918. {
  919. "name": "Symfony Community",
  920. "homepage": "https://symfony.com/contributors"
  921. }
  922. ],
  923. "description": "Symfony Yaml Component",
  924. "homepage": "https://symfony.com"
  925. }
  926. ]