installed.json 26 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864
  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.0",
  289. "version_normalized": "1.1.0.0",
  290. "source": {
  291. "type": "git",
  292. "url": "https://github.com/php-fig/log.git",
  293. "reference": "6c001f1daafa3a3ac1d8ff69ee4db8e799a654dd"
  294. },
  295. "dist": {
  296. "type": "zip",
  297. "url": "https://api.github.com/repos/php-fig/log/zipball/6c001f1daafa3a3ac1d8ff69ee4db8e799a654dd",
  298. "reference": "6c001f1daafa3a3ac1d8ff69ee4db8e799a654dd",
  299. "shasum": ""
  300. },
  301. "require": {
  302. "php": ">=5.3.0"
  303. },
  304. "time": "2018-11-20T15:27:04+00:00",
  305. "type": "library",
  306. "extra": {
  307. "branch-alias": {
  308. "dev-master": "1.0.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/dependency-injection",
  501. "version": "v3.3.18",
  502. "version_normalized": "3.3.18.0",
  503. "source": {
  504. "type": "git",
  505. "url": "https://github.com/symfony/dependency-injection.git",
  506. "reference": "54243abc4e1a1a15e274e391bd6f7090b44711f1"
  507. },
  508. "dist": {
  509. "type": "zip",
  510. "url": "https://api.github.com/repos/symfony/dependency-injection/zipball/54243abc4e1a1a15e274e391bd6f7090b44711f1",
  511. "reference": "54243abc4e1a1a15e274e391bd6f7090b44711f1",
  512. "shasum": ""
  513. },
  514. "require": {
  515. "php": "^5.5.9|>=7.0.8",
  516. "psr/container": "^1.0"
  517. },
  518. "conflict": {
  519. "symfony/config": "<3.3.7",
  520. "symfony/finder": "<3.3",
  521. "symfony/yaml": "<3.3"
  522. },
  523. "provide": {
  524. "psr/container-implementation": "1.0"
  525. },
  526. "require-dev": {
  527. "symfony/config": "~3.3",
  528. "symfony/expression-language": "~2.8|~3.0",
  529. "symfony/yaml": "~3.3"
  530. },
  531. "suggest": {
  532. "symfony/config": "",
  533. "symfony/expression-language": "For using expressions in service container configuration",
  534. "symfony/finder": "For using double-star glob patterns or when GLOB_BRACE portability is required",
  535. "symfony/proxy-manager-bridge": "Generate service proxies to lazy load them",
  536. "symfony/yaml": ""
  537. },
  538. "time": "2018-01-29T09:02:23+00:00",
  539. "type": "library",
  540. "extra": {
  541. "branch-alias": {
  542. "dev-master": "3.3-dev"
  543. }
  544. },
  545. "installation-source": "dist",
  546. "autoload": {
  547. "psr-4": {
  548. "Symfony\\Component\\DependencyInjection\\": ""
  549. },
  550. "exclude-from-classmap": [
  551. "/Tests/"
  552. ]
  553. },
  554. "notification-url": "https://packagist.org/downloads/",
  555. "license": [
  556. "MIT"
  557. ],
  558. "authors": [
  559. {
  560. "name": "Fabien Potencier",
  561. "email": "fabien@symfony.com"
  562. },
  563. {
  564. "name": "Symfony Community",
  565. "homepage": "https://symfony.com/contributors"
  566. }
  567. ],
  568. "description": "Symfony DependencyInjection Component",
  569. "homepage": "https://symfony.com"
  570. },
  571. {
  572. "name": "symfony/http-foundation",
  573. "version": "v3.4.20",
  574. "version_normalized": "3.4.20.0",
  575. "source": {
  576. "type": "git",
  577. "url": "https://github.com/symfony/http-foundation.git",
  578. "reference": "ea61dd57c4399b0b2a4162e1820cd9d0783acd38"
  579. },
  580. "dist": {
  581. "type": "zip",
  582. "url": "https://api.github.com/repos/symfony/http-foundation/zipball/ea61dd57c4399b0b2a4162e1820cd9d0783acd38",
  583. "reference": "ea61dd57c4399b0b2a4162e1820cd9d0783acd38",
  584. "shasum": ""
  585. },
  586. "require": {
  587. "php": "^5.5.9|>=7.0.8",
  588. "symfony/polyfill-mbstring": "~1.1",
  589. "symfony/polyfill-php70": "~1.6"
  590. },
  591. "require-dev": {
  592. "symfony/expression-language": "~2.8|~3.0|~4.0"
  593. },
  594. "time": "2018-11-26T10:17:44+00:00",
  595. "type": "library",
  596. "extra": {
  597. "branch-alias": {
  598. "dev-master": "3.4-dev"
  599. }
  600. },
  601. "installation-source": "dist",
  602. "autoload": {
  603. "psr-4": {
  604. "Symfony\\Component\\HttpFoundation\\": ""
  605. },
  606. "exclude-from-classmap": [
  607. "/Tests/"
  608. ]
  609. },
  610. "notification-url": "https://packagist.org/downloads/",
  611. "license": [
  612. "MIT"
  613. ],
  614. "authors": [
  615. {
  616. "name": "Fabien Potencier",
  617. "email": "fabien@symfony.com"
  618. },
  619. {
  620. "name": "Symfony Community",
  621. "homepage": "https://symfony.com/contributors"
  622. }
  623. ],
  624. "description": "Symfony HttpFoundation Component",
  625. "homepage": "https://symfony.com"
  626. },
  627. {
  628. "name": "symfony/polyfill-apcu",
  629. "version": "v1.10.0",
  630. "version_normalized": "1.10.0.0",
  631. "source": {
  632. "type": "git",
  633. "url": "https://github.com/symfony/polyfill-apcu.git",
  634. "reference": "19e1b73bf255265ad0b568f81766ae2a3266d8d2"
  635. },
  636. "dist": {
  637. "type": "zip",
  638. "url": "https://api.github.com/repos/symfony/polyfill-apcu/zipball/19e1b73bf255265ad0b568f81766ae2a3266d8d2",
  639. "reference": "19e1b73bf255265ad0b568f81766ae2a3266d8d2",
  640. "shasum": ""
  641. },
  642. "require": {
  643. "php": ">=5.3.3"
  644. },
  645. "time": "2018-08-06T14:22:27+00:00",
  646. "type": "library",
  647. "extra": {
  648. "branch-alias": {
  649. "dev-master": "1.9-dev"
  650. }
  651. },
  652. "installation-source": "dist",
  653. "autoload": {
  654. "psr-4": {
  655. "Symfony\\Polyfill\\Apcu\\": ""
  656. },
  657. "files": [
  658. "bootstrap.php"
  659. ]
  660. },
  661. "notification-url": "https://packagist.org/downloads/",
  662. "license": [
  663. "MIT"
  664. ],
  665. "authors": [
  666. {
  667. "name": "Nicolas Grekas",
  668. "email": "p@tchwork.com"
  669. },
  670. {
  671. "name": "Symfony Community",
  672. "homepage": "https://symfony.com/contributors"
  673. }
  674. ],
  675. "description": "Symfony polyfill backporting apcu_* functions to lower PHP versions",
  676. "homepage": "https://symfony.com",
  677. "keywords": [
  678. "apcu",
  679. "compatibility",
  680. "polyfill",
  681. "portable",
  682. "shim"
  683. ]
  684. },
  685. {
  686. "name": "symfony/polyfill-mbstring",
  687. "version": "v1.10.0",
  688. "version_normalized": "1.10.0.0",
  689. "source": {
  690. "type": "git",
  691. "url": "https://github.com/symfony/polyfill-mbstring.git",
  692. "reference": "c79c051f5b3a46be09205c73b80b346e4153e494"
  693. },
  694. "dist": {
  695. "type": "zip",
  696. "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/c79c051f5b3a46be09205c73b80b346e4153e494",
  697. "reference": "c79c051f5b3a46be09205c73b80b346e4153e494",
  698. "shasum": ""
  699. },
  700. "require": {
  701. "php": ">=5.3.3"
  702. },
  703. "suggest": {
  704. "ext-mbstring": "For best performance"
  705. },
  706. "time": "2018-09-21T13:07:52+00:00",
  707. "type": "library",
  708. "extra": {
  709. "branch-alias": {
  710. "dev-master": "1.9-dev"
  711. }
  712. },
  713. "installation-source": "dist",
  714. "autoload": {
  715. "psr-4": {
  716. "Symfony\\Polyfill\\Mbstring\\": ""
  717. },
  718. "files": [
  719. "bootstrap.php"
  720. ]
  721. },
  722. "notification-url": "https://packagist.org/downloads/",
  723. "license": [
  724. "MIT"
  725. ],
  726. "authors": [
  727. {
  728. "name": "Nicolas Grekas",
  729. "email": "p@tchwork.com"
  730. },
  731. {
  732. "name": "Symfony Community",
  733. "homepage": "https://symfony.com/contributors"
  734. }
  735. ],
  736. "description": "Symfony polyfill for the Mbstring extension",
  737. "homepage": "https://symfony.com",
  738. "keywords": [
  739. "compatibility",
  740. "mbstring",
  741. "polyfill",
  742. "portable",
  743. "shim"
  744. ]
  745. },
  746. {
  747. "name": "symfony/polyfill-php70",
  748. "version": "v1.10.0",
  749. "version_normalized": "1.10.0.0",
  750. "source": {
  751. "type": "git",
  752. "url": "https://github.com/symfony/polyfill-php70.git",
  753. "reference": "6b88000cdd431cd2e940caa2cb569201f3f84224"
  754. },
  755. "dist": {
  756. "type": "zip",
  757. "url": "https://api.github.com/repos/symfony/polyfill-php70/zipball/6b88000cdd431cd2e940caa2cb569201f3f84224",
  758. "reference": "6b88000cdd431cd2e940caa2cb569201f3f84224",
  759. "shasum": ""
  760. },
  761. "require": {
  762. "paragonie/random_compat": "~1.0|~2.0|~9.99",
  763. "php": ">=5.3.3"
  764. },
  765. "time": "2018-09-21T06:26:08+00:00",
  766. "type": "library",
  767. "extra": {
  768. "branch-alias": {
  769. "dev-master": "1.9-dev"
  770. }
  771. },
  772. "installation-source": "dist",
  773. "autoload": {
  774. "psr-4": {
  775. "Symfony\\Polyfill\\Php70\\": ""
  776. },
  777. "files": [
  778. "bootstrap.php"
  779. ],
  780. "classmap": [
  781. "Resources/stubs"
  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 backporting some PHP 7.0+ features to lower PHP versions",
  799. "homepage": "https://symfony.com",
  800. "keywords": [
  801. "compatibility",
  802. "polyfill",
  803. "portable",
  804. "shim"
  805. ]
  806. },
  807. {
  808. "name": "symfony/yaml",
  809. "version": "v3.3.18",
  810. "version_normalized": "3.3.18.0",
  811. "source": {
  812. "type": "git",
  813. "url": "https://github.com/symfony/yaml.git",
  814. "reference": "af615970e265543a26ee712c958404eb9b7ac93d"
  815. },
  816. "dist": {
  817. "type": "zip",
  818. "url": "https://api.github.com/repos/symfony/yaml/zipball/af615970e265543a26ee712c958404eb9b7ac93d",
  819. "reference": "af615970e265543a26ee712c958404eb9b7ac93d",
  820. "shasum": ""
  821. },
  822. "require": {
  823. "php": "^5.5.9|>=7.0.8"
  824. },
  825. "require-dev": {
  826. "symfony/console": "~2.8|~3.0"
  827. },
  828. "suggest": {
  829. "symfony/console": "For validating YAML files using the lint command"
  830. },
  831. "time": "2018-01-20T15:04:53+00:00",
  832. "type": "library",
  833. "extra": {
  834. "branch-alias": {
  835. "dev-master": "3.3-dev"
  836. }
  837. },
  838. "installation-source": "dist",
  839. "autoload": {
  840. "psr-4": {
  841. "Symfony\\Component\\Yaml\\": ""
  842. },
  843. "exclude-from-classmap": [
  844. "/Tests/"
  845. ]
  846. },
  847. "notification-url": "https://packagist.org/downloads/",
  848. "license": [
  849. "MIT"
  850. ],
  851. "authors": [
  852. {
  853. "name": "Fabien Potencier",
  854. "email": "fabien@symfony.com"
  855. },
  856. {
  857. "name": "Symfony Community",
  858. "homepage": "https://symfony.com/contributors"
  859. }
  860. ],
  861. "description": "Symfony Yaml Component",
  862. "homepage": "https://symfony.com"
  863. }
  864. ]