composer.lock 28 KB

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