You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

composer.lock.php7.1 48KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330133113321333133413351336133713381339134013411342134313441345134613471348134913501351135213531354135513561357135813591360136113621363136413651366136713681369137013711372137313741375137613771378
  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": "563f3929069fb3ec232d8c0f40538d25",
  8. "packages": [
  9. {
  10. "name": "phpbenchmarks/symfony-common",
  11. "version": "4.1.0",
  12. "source": {
  13. "type": "git",
  14. "url": "https://github.com/phpbenchmarks/symfony-common.git",
  15. "reference": "772887b9a19005ba79069e939608a63033ef284d"
  16. },
  17. "dist": {
  18. "type": "zip",
  19. "url": "https://api.github.com/repos/phpbenchmarks/symfony-common/zipball/772887b9a19005ba79069e939608a63033ef284d",
  20. "reference": "772887b9a19005ba79069e939608a63033ef284d",
  21. "shasum": ""
  22. },
  23. "require": {
  24. "symfony/lts": "^4@dev"
  25. },
  26. "type": "project",
  27. "autoload": {
  28. "psr-4": {
  29. "PhpBenchmarksSymfony\\HelloWorldBundle\\": ""
  30. }
  31. },
  32. "notification-url": "https://packagist.org/downloads/",
  33. "license": [
  34. "proprietary"
  35. ],
  36. "time": "2018-04-30T15:26:28+00:00"
  37. },
  38. {
  39. "name": "psr/cache",
  40. "version": "1.0.1",
  41. "source": {
  42. "type": "git",
  43. "url": "https://github.com/php-fig/cache.git",
  44. "reference": "d11b50ad223250cf17b86e38383413f5a6764bf8"
  45. },
  46. "dist": {
  47. "type": "zip",
  48. "url": "https://api.github.com/repos/php-fig/cache/zipball/d11b50ad223250cf17b86e38383413f5a6764bf8",
  49. "reference": "d11b50ad223250cf17b86e38383413f5a6764bf8",
  50. "shasum": ""
  51. },
  52. "require": {
  53. "php": ">=5.3.0"
  54. },
  55. "type": "library",
  56. "extra": {
  57. "branch-alias": {
  58. "dev-master": "1.0.x-dev"
  59. }
  60. },
  61. "autoload": {
  62. "psr-4": {
  63. "Psr\\Cache\\": "src/"
  64. }
  65. },
  66. "notification-url": "https://packagist.org/downloads/",
  67. "license": [
  68. "MIT"
  69. ],
  70. "authors": [
  71. {
  72. "name": "PHP-FIG",
  73. "homepage": "http://www.php-fig.org/"
  74. }
  75. ],
  76. "description": "Common interface for caching libraries",
  77. "keywords": [
  78. "cache",
  79. "psr",
  80. "psr-6"
  81. ],
  82. "time": "2016-08-06T20:24:11+00:00"
  83. },
  84. {
  85. "name": "psr/container",
  86. "version": "1.0.0",
  87. "source": {
  88. "type": "git",
  89. "url": "https://github.com/php-fig/container.git",
  90. "reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f"
  91. },
  92. "dist": {
  93. "type": "zip",
  94. "url": "https://api.github.com/repos/php-fig/container/zipball/b7ce3b176482dbbc1245ebf52b181af44c2cf55f",
  95. "reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f",
  96. "shasum": ""
  97. },
  98. "require": {
  99. "php": ">=5.3.0"
  100. },
  101. "type": "library",
  102. "extra": {
  103. "branch-alias": {
  104. "dev-master": "1.0.x-dev"
  105. }
  106. },
  107. "autoload": {
  108. "psr-4": {
  109. "Psr\\Container\\": "src/"
  110. }
  111. },
  112. "notification-url": "https://packagist.org/downloads/",
  113. "license": [
  114. "MIT"
  115. ],
  116. "authors": [
  117. {
  118. "name": "PHP-FIG",
  119. "homepage": "http://www.php-fig.org/"
  120. }
  121. ],
  122. "description": "Common Container Interface (PHP FIG PSR-11)",
  123. "homepage": "https://github.com/php-fig/container",
  124. "keywords": [
  125. "PSR-11",
  126. "container",
  127. "container-interface",
  128. "container-interop",
  129. "psr"
  130. ],
  131. "time": "2017-02-14T16:28:37+00:00"
  132. },
  133. {
  134. "name": "psr/log",
  135. "version": "1.1.0",
  136. "source": {
  137. "type": "git",
  138. "url": "https://github.com/php-fig/log.git",
  139. "reference": "6c001f1daafa3a3ac1d8ff69ee4db8e799a654dd"
  140. },
  141. "dist": {
  142. "type": "zip",
  143. "url": "https://api.github.com/repos/php-fig/log/zipball/6c001f1daafa3a3ac1d8ff69ee4db8e799a654dd",
  144. "reference": "6c001f1daafa3a3ac1d8ff69ee4db8e799a654dd",
  145. "shasum": ""
  146. },
  147. "require": {
  148. "php": ">=5.3.0"
  149. },
  150. "type": "library",
  151. "extra": {
  152. "branch-alias": {
  153. "dev-master": "1.0.x-dev"
  154. }
  155. },
  156. "autoload": {
  157. "psr-4": {
  158. "Psr\\Log\\": "Psr/Log/"
  159. }
  160. },
  161. "notification-url": "https://packagist.org/downloads/",
  162. "license": [
  163. "MIT"
  164. ],
  165. "authors": [
  166. {
  167. "name": "PHP-FIG",
  168. "homepage": "http://www.php-fig.org/"
  169. }
  170. ],
  171. "description": "Common interface for logging libraries",
  172. "homepage": "https://github.com/php-fig/log",
  173. "keywords": [
  174. "log",
  175. "psr",
  176. "psr-3"
  177. ],
  178. "time": "2018-11-20T15:27:04+00:00"
  179. },
  180. {
  181. "name": "psr/simple-cache",
  182. "version": "1.0.1",
  183. "source": {
  184. "type": "git",
  185. "url": "https://github.com/php-fig/simple-cache.git",
  186. "reference": "408d5eafb83c57f6365a3ca330ff23aa4a5fa39b"
  187. },
  188. "dist": {
  189. "type": "zip",
  190. "url": "https://api.github.com/repos/php-fig/simple-cache/zipball/408d5eafb83c57f6365a3ca330ff23aa4a5fa39b",
  191. "reference": "408d5eafb83c57f6365a3ca330ff23aa4a5fa39b",
  192. "shasum": ""
  193. },
  194. "require": {
  195. "php": ">=5.3.0"
  196. },
  197. "type": "library",
  198. "extra": {
  199. "branch-alias": {
  200. "dev-master": "1.0.x-dev"
  201. }
  202. },
  203. "autoload": {
  204. "psr-4": {
  205. "Psr\\SimpleCache\\": "src/"
  206. }
  207. },
  208. "notification-url": "https://packagist.org/downloads/",
  209. "license": [
  210. "MIT"
  211. ],
  212. "authors": [
  213. {
  214. "name": "PHP-FIG",
  215. "homepage": "http://www.php-fig.org/"
  216. }
  217. ],
  218. "description": "Common interfaces for simple caching",
  219. "keywords": [
  220. "cache",
  221. "caching",
  222. "psr",
  223. "psr-16",
  224. "simple-cache"
  225. ],
  226. "time": "2017-10-23T01:57:42+00:00"
  227. },
  228. {
  229. "name": "symfony/cache",
  230. "version": "v4.0.15",
  231. "source": {
  232. "type": "git",
  233. "url": "https://github.com/symfony/cache.git",
  234. "reference": "7d3467134d3aa2df6633364e2e8e7f2acf00ccfa"
  235. },
  236. "dist": {
  237. "type": "zip",
  238. "url": "https://api.github.com/repos/symfony/cache/zipball/7d3467134d3aa2df6633364e2e8e7f2acf00ccfa",
  239. "reference": "7d3467134d3aa2df6633364e2e8e7f2acf00ccfa",
  240. "shasum": ""
  241. },
  242. "require": {
  243. "php": "^7.1.3",
  244. "psr/cache": "~1.0",
  245. "psr/log": "~1.0",
  246. "psr/simple-cache": "^1.0"
  247. },
  248. "conflict": {
  249. "symfony/var-dumper": "<3.4"
  250. },
  251. "provide": {
  252. "psr/cache-implementation": "1.0",
  253. "psr/simple-cache-implementation": "1.0"
  254. },
  255. "require-dev": {
  256. "cache/integration-tests": "dev-master",
  257. "doctrine/cache": "~1.6",
  258. "doctrine/dbal": "~2.4",
  259. "predis/predis": "~1.0"
  260. },
  261. "type": "library",
  262. "extra": {
  263. "branch-alias": {
  264. "dev-master": "4.0-dev"
  265. }
  266. },
  267. "autoload": {
  268. "psr-4": {
  269. "Symfony\\Component\\Cache\\": ""
  270. },
  271. "exclude-from-classmap": [
  272. "/Tests/"
  273. ]
  274. },
  275. "notification-url": "https://packagist.org/downloads/",
  276. "license": [
  277. "MIT"
  278. ],
  279. "authors": [
  280. {
  281. "name": "Nicolas Grekas",
  282. "email": "p@tchwork.com"
  283. },
  284. {
  285. "name": "Symfony Community",
  286. "homepage": "https://symfony.com/contributors"
  287. }
  288. ],
  289. "description": "Symfony Cache component with PSR-6, PSR-16, and tags",
  290. "homepage": "https://symfony.com",
  291. "keywords": [
  292. "caching",
  293. "psr6"
  294. ],
  295. "time": "2018-07-26T11:22:46+00:00"
  296. },
  297. {
  298. "name": "symfony/config",
  299. "version": "v4.0.15",
  300. "source": {
  301. "type": "git",
  302. "url": "https://github.com/symfony/config.git",
  303. "reference": "3df69d8dec1a7315877a35e9341b1c80a64b9f04"
  304. },
  305. "dist": {
  306. "type": "zip",
  307. "url": "https://api.github.com/repos/symfony/config/zipball/3df69d8dec1a7315877a35e9341b1c80a64b9f04",
  308. "reference": "3df69d8dec1a7315877a35e9341b1c80a64b9f04",
  309. "shasum": ""
  310. },
  311. "require": {
  312. "php": "^7.1.3",
  313. "symfony/filesystem": "~3.4|~4.0",
  314. "symfony/polyfill-ctype": "~1.8"
  315. },
  316. "conflict": {
  317. "symfony/finder": "<3.4"
  318. },
  319. "require-dev": {
  320. "symfony/dependency-injection": "~3.4|~4.0",
  321. "symfony/event-dispatcher": "~3.4|~4.0",
  322. "symfony/finder": "~3.4|~4.0",
  323. "symfony/yaml": "~3.4|~4.0"
  324. },
  325. "suggest": {
  326. "symfony/yaml": "To use the yaml reference dumper"
  327. },
  328. "type": "library",
  329. "extra": {
  330. "branch-alias": {
  331. "dev-master": "4.0-dev"
  332. }
  333. },
  334. "autoload": {
  335. "psr-4": {
  336. "Symfony\\Component\\Config\\": ""
  337. },
  338. "exclude-from-classmap": [
  339. "/Tests/"
  340. ]
  341. },
  342. "notification-url": "https://packagist.org/downloads/",
  343. "license": [
  344. "MIT"
  345. ],
  346. "authors": [
  347. {
  348. "name": "Fabien Potencier",
  349. "email": "fabien@symfony.com"
  350. },
  351. {
  352. "name": "Symfony Community",
  353. "homepage": "https://symfony.com/contributors"
  354. }
  355. ],
  356. "description": "Symfony Config Component",
  357. "homepage": "https://symfony.com",
  358. "time": "2018-07-26T11:22:46+00:00"
  359. },
  360. {
  361. "name": "symfony/console",
  362. "version": "v4.0.15",
  363. "source": {
  364. "type": "git",
  365. "url": "https://github.com/symfony/console.git",
  366. "reference": "3179d1350843d2caa796973173dd0609ed4c7c67"
  367. },
  368. "dist": {
  369. "type": "zip",
  370. "url": "https://api.github.com/repos/symfony/console/zipball/3179d1350843d2caa796973173dd0609ed4c7c67",
  371. "reference": "3179d1350843d2caa796973173dd0609ed4c7c67",
  372. "shasum": ""
  373. },
  374. "require": {
  375. "php": "^7.1.3",
  376. "symfony/polyfill-mbstring": "~1.0"
  377. },
  378. "conflict": {
  379. "symfony/dependency-injection": "<3.4",
  380. "symfony/process": "<3.3"
  381. },
  382. "require-dev": {
  383. "psr/log": "~1.0",
  384. "symfony/config": "~3.4|~4.0",
  385. "symfony/dependency-injection": "~3.4|~4.0",
  386. "symfony/event-dispatcher": "~3.4|~4.0",
  387. "symfony/lock": "~3.4|~4.0",
  388. "symfony/process": "~3.4|~4.0"
  389. },
  390. "suggest": {
  391. "psr/log-implementation": "For using the console logger",
  392. "symfony/event-dispatcher": "",
  393. "symfony/lock": "",
  394. "symfony/process": ""
  395. },
  396. "type": "library",
  397. "extra": {
  398. "branch-alias": {
  399. "dev-master": "4.0-dev"
  400. }
  401. },
  402. "autoload": {
  403. "psr-4": {
  404. "Symfony\\Component\\Console\\": ""
  405. },
  406. "exclude-from-classmap": [
  407. "/Tests/"
  408. ]
  409. },
  410. "notification-url": "https://packagist.org/downloads/",
  411. "license": [
  412. "MIT"
  413. ],
  414. "authors": [
  415. {
  416. "name": "Fabien Potencier",
  417. "email": "fabien@symfony.com"
  418. },
  419. {
  420. "name": "Symfony Community",
  421. "homepage": "https://symfony.com/contributors"
  422. }
  423. ],
  424. "description": "Symfony Console Component",
  425. "homepage": "https://symfony.com",
  426. "time": "2018-07-26T11:22:46+00:00"
  427. },
  428. {
  429. "name": "symfony/debug",
  430. "version": "v4.0.15",
  431. "source": {
  432. "type": "git",
  433. "url": "https://github.com/symfony/debug.git",
  434. "reference": "bbfbd427858a9bf5fc9818229230d037110cbb37"
  435. },
  436. "dist": {
  437. "type": "zip",
  438. "url": "https://api.github.com/repos/symfony/debug/zipball/bbfbd427858a9bf5fc9818229230d037110cbb37",
  439. "reference": "bbfbd427858a9bf5fc9818229230d037110cbb37",
  440. "shasum": ""
  441. },
  442. "require": {
  443. "php": "^7.1.3",
  444. "psr/log": "~1.0"
  445. },
  446. "conflict": {
  447. "symfony/http-kernel": "<3.4"
  448. },
  449. "require-dev": {
  450. "symfony/http-kernel": "~3.4|~4.0"
  451. },
  452. "type": "library",
  453. "extra": {
  454. "branch-alias": {
  455. "dev-master": "4.0-dev"
  456. }
  457. },
  458. "autoload": {
  459. "psr-4": {
  460. "Symfony\\Component\\Debug\\": ""
  461. },
  462. "exclude-from-classmap": [
  463. "/Tests/"
  464. ]
  465. },
  466. "notification-url": "https://packagist.org/downloads/",
  467. "license": [
  468. "MIT"
  469. ],
  470. "authors": [
  471. {
  472. "name": "Fabien Potencier",
  473. "email": "fabien@symfony.com"
  474. },
  475. {
  476. "name": "Symfony Community",
  477. "homepage": "https://symfony.com/contributors"
  478. }
  479. ],
  480. "description": "Symfony Debug Component",
  481. "homepage": "https://symfony.com",
  482. "time": "2018-08-03T11:27:18+00:00"
  483. },
  484. {
  485. "name": "symfony/dependency-injection",
  486. "version": "v4.0.15",
  487. "source": {
  488. "type": "git",
  489. "url": "https://github.com/symfony/dependency-injection.git",
  490. "reference": "36401d55d9be1fddd4e8be983b2a7e0b9a5f29ac"
  491. },
  492. "dist": {
  493. "type": "zip",
  494. "url": "https://api.github.com/repos/symfony/dependency-injection/zipball/36401d55d9be1fddd4e8be983b2a7e0b9a5f29ac",
  495. "reference": "36401d55d9be1fddd4e8be983b2a7e0b9a5f29ac",
  496. "shasum": ""
  497. },
  498. "require": {
  499. "php": "^7.1.3",
  500. "psr/container": "^1.0"
  501. },
  502. "conflict": {
  503. "symfony/config": "<3.4",
  504. "symfony/finder": "<3.4",
  505. "symfony/proxy-manager-bridge": "<3.4",
  506. "symfony/yaml": "<3.4"
  507. },
  508. "provide": {
  509. "psr/container-implementation": "1.0"
  510. },
  511. "require-dev": {
  512. "symfony/config": "~3.4|~4.0",
  513. "symfony/expression-language": "~3.4|~4.0",
  514. "symfony/yaml": "~3.4|~4.0"
  515. },
  516. "suggest": {
  517. "symfony/config": "",
  518. "symfony/expression-language": "For using expressions in service container configuration",
  519. "symfony/finder": "For using double-star glob patterns or when GLOB_BRACE portability is required",
  520. "symfony/proxy-manager-bridge": "Generate service proxies to lazy load them",
  521. "symfony/yaml": ""
  522. },
  523. "type": "library",
  524. "extra": {
  525. "branch-alias": {
  526. "dev-master": "4.0-dev"
  527. }
  528. },
  529. "autoload": {
  530. "psr-4": {
  531. "Symfony\\Component\\DependencyInjection\\": ""
  532. },
  533. "exclude-from-classmap": [
  534. "/Tests/"
  535. ]
  536. },
  537. "notification-url": "https://packagist.org/downloads/",
  538. "license": [
  539. "MIT"
  540. ],
  541. "authors": [
  542. {
  543. "name": "Fabien Potencier",
  544. "email": "fabien@symfony.com"
  545. },
  546. {
  547. "name": "Symfony Community",
  548. "homepage": "https://symfony.com/contributors"
  549. }
  550. ],
  551. "description": "Symfony DependencyInjection Component",
  552. "homepage": "https://symfony.com",
  553. "time": "2018-08-01T08:23:45+00:00"
  554. },
  555. {
  556. "name": "symfony/event-dispatcher",
  557. "version": "v4.0.15",
  558. "source": {
  559. "type": "git",
  560. "url": "https://github.com/symfony/event-dispatcher.git",
  561. "reference": "2f3ae32c31b3655597ce1ea9ef09b20e825b16e9"
  562. },
  563. "dist": {
  564. "type": "zip",
  565. "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/2f3ae32c31b3655597ce1ea9ef09b20e825b16e9",
  566. "reference": "2f3ae32c31b3655597ce1ea9ef09b20e825b16e9",
  567. "shasum": ""
  568. },
  569. "require": {
  570. "php": "^7.1.3"
  571. },
  572. "conflict": {
  573. "symfony/dependency-injection": "<3.4"
  574. },
  575. "require-dev": {
  576. "psr/log": "~1.0",
  577. "symfony/config": "~3.4|~4.0",
  578. "symfony/dependency-injection": "~3.4|~4.0",
  579. "symfony/expression-language": "~3.4|~4.0",
  580. "symfony/stopwatch": "~3.4|~4.0"
  581. },
  582. "suggest": {
  583. "symfony/dependency-injection": "",
  584. "symfony/http-kernel": ""
  585. },
  586. "type": "library",
  587. "extra": {
  588. "branch-alias": {
  589. "dev-master": "4.0-dev"
  590. }
  591. },
  592. "autoload": {
  593. "psr-4": {
  594. "Symfony\\Component\\EventDispatcher\\": ""
  595. },
  596. "exclude-from-classmap": [
  597. "/Tests/"
  598. ]
  599. },
  600. "notification-url": "https://packagist.org/downloads/",
  601. "license": [
  602. "MIT"
  603. ],
  604. "authors": [
  605. {
  606. "name": "Fabien Potencier",
  607. "email": "fabien@symfony.com"
  608. },
  609. {
  610. "name": "Symfony Community",
  611. "homepage": "https://symfony.com/contributors"
  612. }
  613. ],
  614. "description": "Symfony EventDispatcher Component",
  615. "homepage": "https://symfony.com",
  616. "time": "2018-07-26T09:08:35+00:00"
  617. },
  618. {
  619. "name": "symfony/filesystem",
  620. "version": "v4.0.15",
  621. "source": {
  622. "type": "git",
  623. "url": "https://github.com/symfony/filesystem.git",
  624. "reference": "7750bf064ee83c279badd26a99f5e2b310a35ba0"
  625. },
  626. "dist": {
  627. "type": "zip",
  628. "url": "https://api.github.com/repos/symfony/filesystem/zipball/7750bf064ee83c279badd26a99f5e2b310a35ba0",
  629. "reference": "7750bf064ee83c279badd26a99f5e2b310a35ba0",
  630. "shasum": ""
  631. },
  632. "require": {
  633. "php": "^7.1.3",
  634. "symfony/polyfill-ctype": "~1.8"
  635. },
  636. "type": "library",
  637. "extra": {
  638. "branch-alias": {
  639. "dev-master": "4.0-dev"
  640. }
  641. },
  642. "autoload": {
  643. "psr-4": {
  644. "Symfony\\Component\\Filesystem\\": ""
  645. },
  646. "exclude-from-classmap": [
  647. "/Tests/"
  648. ]
  649. },
  650. "notification-url": "https://packagist.org/downloads/",
  651. "license": [
  652. "MIT"
  653. ],
  654. "authors": [
  655. {
  656. "name": "Fabien Potencier",
  657. "email": "fabien@symfony.com"
  658. },
  659. {
  660. "name": "Symfony Community",
  661. "homepage": "https://symfony.com/contributors"
  662. }
  663. ],
  664. "description": "Symfony Filesystem Component",
  665. "homepage": "https://symfony.com",
  666. "time": "2018-07-26T11:22:46+00:00"
  667. },
  668. {
  669. "name": "symfony/finder",
  670. "version": "v4.0.15",
  671. "source": {
  672. "type": "git",
  673. "url": "https://github.com/symfony/finder.git",
  674. "reference": "21a0befb824378c088b9f4714a94fbf8492207b4"
  675. },
  676. "dist": {
  677. "type": "zip",
  678. "url": "https://api.github.com/repos/symfony/finder/zipball/21a0befb824378c088b9f4714a94fbf8492207b4",
  679. "reference": "21a0befb824378c088b9f4714a94fbf8492207b4",
  680. "shasum": ""
  681. },
  682. "require": {
  683. "php": "^7.1.3"
  684. },
  685. "type": "library",
  686. "extra": {
  687. "branch-alias": {
  688. "dev-master": "4.0-dev"
  689. }
  690. },
  691. "autoload": {
  692. "psr-4": {
  693. "Symfony\\Component\\Finder\\": ""
  694. },
  695. "exclude-from-classmap": [
  696. "/Tests/"
  697. ]
  698. },
  699. "notification-url": "https://packagist.org/downloads/",
  700. "license": [
  701. "MIT"
  702. ],
  703. "authors": [
  704. {
  705. "name": "Fabien Potencier",
  706. "email": "fabien@symfony.com"
  707. },
  708. {
  709. "name": "Symfony Community",
  710. "homepage": "https://symfony.com/contributors"
  711. }
  712. ],
  713. "description": "Symfony Finder Component",
  714. "homepage": "https://symfony.com",
  715. "time": "2018-07-26T11:22:46+00:00"
  716. },
  717. {
  718. "name": "symfony/flex",
  719. "version": "v1.1.8",
  720. "source": {
  721. "type": "git",
  722. "url": "https://github.com/symfony/flex.git",
  723. "reference": "955774ecf07b10230bb5b44e150ba078b45f68fa"
  724. },
  725. "dist": {
  726. "type": "zip",
  727. "url": "https://api.github.com/repos/symfony/flex/zipball/955774ecf07b10230bb5b44e150ba078b45f68fa",
  728. "reference": "955774ecf07b10230bb5b44e150ba078b45f68fa",
  729. "shasum": ""
  730. },
  731. "require": {
  732. "composer-plugin-api": "^1.0",
  733. "php": "^7.0"
  734. },
  735. "require-dev": {
  736. "composer/composer": "^1.0.2",
  737. "symfony/phpunit-bridge": "^3.2.8"
  738. },
  739. "type": "composer-plugin",
  740. "extra": {
  741. "branch-alias": {
  742. "dev-master": "1.1-dev"
  743. },
  744. "class": "Symfony\\Flex\\Flex"
  745. },
  746. "autoload": {
  747. "psr-4": {
  748. "Symfony\\Flex\\": "src"
  749. }
  750. },
  751. "notification-url": "https://packagist.org/downloads/",
  752. "license": [
  753. "MIT"
  754. ],
  755. "authors": [
  756. {
  757. "name": "Fabien Potencier",
  758. "email": "fabien.potencier@gmail.com"
  759. }
  760. ],
  761. "description": "Composer plugin for Symfony",
  762. "time": "2018-11-15T06:11:38+00:00"
  763. },
  764. {
  765. "name": "symfony/framework-bundle",
  766. "version": "v4.0.15",
  767. "source": {
  768. "type": "git",
  769. "url": "https://github.com/symfony/framework-bundle.git",
  770. "reference": "6d2edab310f0010fe0797b7aa9be2b64cc135990"
  771. },
  772. "dist": {
  773. "type": "zip",
  774. "url": "https://api.github.com/repos/symfony/framework-bundle/zipball/6d2edab310f0010fe0797b7aa9be2b64cc135990",
  775. "reference": "6d2edab310f0010fe0797b7aa9be2b64cc135990",
  776. "shasum": ""
  777. },
  778. "require": {
  779. "ext-xml": "*",
  780. "php": "^7.1.3",
  781. "symfony/cache": "~3.4|~4.0",
  782. "symfony/config": "~3.4|~4.0",
  783. "symfony/dependency-injection": "^3.4.3|^4.0.3",
  784. "symfony/event-dispatcher": "~3.4|~4.0",
  785. "symfony/filesystem": "~3.4|~4.0",
  786. "symfony/finder": "~3.4|~4.0",
  787. "symfony/http-foundation": "~3.4|~4.0",
  788. "symfony/http-kernel": "~3.4|~4.0",
  789. "symfony/polyfill-mbstring": "~1.0",
  790. "symfony/routing": "^3.4.5|^4.0.5"
  791. },
  792. "conflict": {
  793. "phpdocumentor/reflection-docblock": "<3.0",
  794. "phpdocumentor/type-resolver": "<0.2.1",
  795. "phpunit/phpunit": "<4.8.35|<5.4.3,>=5.0",
  796. "symfony/asset": "<3.4",
  797. "symfony/console": "<3.4",
  798. "symfony/form": "<3.4",
  799. "symfony/property-info": "<3.4",
  800. "symfony/serializer": "<3.4",
  801. "symfony/stopwatch": "<3.4",
  802. "symfony/translation": "<3.4",
  803. "symfony/validator": "<3.4",
  804. "symfony/workflow": "<3.4"
  805. },
  806. "require-dev": {
  807. "doctrine/annotations": "~1.0",
  808. "doctrine/cache": "~1.0",
  809. "fig/link-util": "^1.0",
  810. "phpdocumentor/reflection-docblock": "^3.0|^4.0",
  811. "symfony/asset": "~3.4|~4.0",
  812. "symfony/browser-kit": "~3.4|~4.0",
  813. "symfony/console": "~3.4|~4.0",
  814. "symfony/css-selector": "~3.4|~4.0",
  815. "symfony/dom-crawler": "~3.4|~4.0",
  816. "symfony/expression-language": "~3.4|~4.0",
  817. "symfony/form": "~3.4|~4.0",
  818. "symfony/lock": "~3.4|~4.0",
  819. "symfony/polyfill-intl-icu": "~1.0",
  820. "symfony/process": "~3.4|~4.0",
  821. "symfony/property-info": "~3.4|~4.0",
  822. "symfony/security": "~3.4|~4.0",
  823. "symfony/security-core": "~3.4|~4.0",
  824. "symfony/security-csrf": "~3.4|~4.0",
  825. "symfony/serializer": "~3.4|~4.0",
  826. "symfony/stopwatch": "~3.4|~4.0",
  827. "symfony/templating": "~3.4|~4.0",
  828. "symfony/translation": "~3.4|~4.0",
  829. "symfony/validator": "~3.4|~4.0",
  830. "symfony/var-dumper": "~3.4|~4.0",
  831. "symfony/web-link": "~3.4|~4.0",
  832. "symfony/workflow": "~3.4|~4.0",
  833. "symfony/yaml": "~3.4|~4.0",
  834. "twig/twig": "~1.34|~2.4"
  835. },
  836. "suggest": {
  837. "ext-apcu": "For best performance of the system caches",
  838. "symfony/console": "For using the console commands",
  839. "symfony/form": "For using forms",
  840. "symfony/property-info": "For using the property_info service",
  841. "symfony/serializer": "For using the serializer service",
  842. "symfony/validator": "For using validation",
  843. "symfony/web-link": "For using web links, features such as preloading, prefetching or prerendering",
  844. "symfony/yaml": "For using the debug:config and lint:yaml commands"
  845. },
  846. "type": "symfony-bundle",
  847. "extra": {
  848. "branch-alias": {
  849. "dev-master": "4.0-dev"
  850. }
  851. },
  852. "autoload": {
  853. "psr-4": {
  854. "Symfony\\Bundle\\FrameworkBundle\\": ""
  855. },
  856. "exclude-from-classmap": [
  857. "/Tests/"
  858. ]
  859. },
  860. "notification-url": "https://packagist.org/downloads/",
  861. "license": [
  862. "MIT"
  863. ],
  864. "authors": [
  865. {
  866. "name": "Fabien Potencier",
  867. "email": "fabien@symfony.com"
  868. },
  869. {
  870. "name": "Symfony Community",
  871. "homepage": "https://symfony.com/contributors"
  872. }
  873. ],
  874. "description": "Symfony FrameworkBundle",
  875. "homepage": "https://symfony.com",
  876. "time": "2018-08-01T08:23:45+00:00"
  877. },
  878. {
  879. "name": "symfony/http-foundation",
  880. "version": "v4.0.15",
  881. "source": {
  882. "type": "git",
  883. "url": "https://github.com/symfony/http-foundation.git",
  884. "reference": "0ae40f062a30bf6d13923b7c1cad439b7cb7170e"
  885. },
  886. "dist": {
  887. "type": "zip",
  888. "url": "https://api.github.com/repos/symfony/http-foundation/zipball/0ae40f062a30bf6d13923b7c1cad439b7cb7170e",
  889. "reference": "0ae40f062a30bf6d13923b7c1cad439b7cb7170e",
  890. "shasum": ""
  891. },
  892. "require": {
  893. "php": "^7.1.3",
  894. "symfony/polyfill-mbstring": "~1.1"
  895. },
  896. "require-dev": {
  897. "symfony/expression-language": "~3.4|~4.0"
  898. },
  899. "type": "library",
  900. "extra": {
  901. "branch-alias": {
  902. "dev-master": "4.0-dev"
  903. }
  904. },
  905. "autoload": {
  906. "psr-4": {
  907. "Symfony\\Component\\HttpFoundation\\": ""
  908. },
  909. "exclude-from-classmap": [
  910. "/Tests/"
  911. ]
  912. },
  913. "notification-url": "https://packagist.org/downloads/",
  914. "license": [
  915. "MIT"
  916. ],
  917. "authors": [
  918. {
  919. "name": "Fabien Potencier",
  920. "email": "fabien@symfony.com"
  921. },
  922. {
  923. "name": "Symfony Community",
  924. "homepage": "https://symfony.com/contributors"
  925. }
  926. ],
  927. "description": "Symfony HttpFoundation Component",
  928. "homepage": "https://symfony.com",
  929. "time": "2018-11-29T16:00:22+00:00"
  930. },
  931. {
  932. "name": "symfony/http-kernel",
  933. "version": "v4.0.15",
  934. "source": {
  935. "type": "git",
  936. "url": "https://github.com/symfony/http-kernel.git",
  937. "reference": "e75e7ff97254d5bc3fbf9c76831dd3b47edb9df7"
  938. },
  939. "dist": {
  940. "type": "zip",
  941. "url": "https://api.github.com/repos/symfony/http-kernel/zipball/e75e7ff97254d5bc3fbf9c76831dd3b47edb9df7",
  942. "reference": "e75e7ff97254d5bc3fbf9c76831dd3b47edb9df7",
  943. "shasum": ""
  944. },
  945. "require": {
  946. "php": "^7.1.3",
  947. "psr/log": "~1.0",
  948. "symfony/debug": "~3.4|~4.0",
  949. "symfony/event-dispatcher": "~3.4|~4.0",
  950. "symfony/http-foundation": "~3.4.12|~4.0.12|^4.1.1",
  951. "symfony/polyfill-ctype": "~1.8"
  952. },
  953. "conflict": {
  954. "symfony/config": "<3.4",
  955. "symfony/dependency-injection": "<3.4.10|<4.0.10,>=4",
  956. "symfony/var-dumper": "<3.4",
  957. "twig/twig": "<1.34|<2.4,>=2"
  958. },
  959. "provide": {
  960. "psr/log-implementation": "1.0"
  961. },
  962. "require-dev": {
  963. "psr/cache": "~1.0",
  964. "symfony/browser-kit": "~3.4|~4.0",
  965. "symfony/config": "~3.4|~4.0",
  966. "symfony/console": "~3.4|~4.0",
  967. "symfony/css-selector": "~3.4|~4.0",
  968. "symfony/dependency-injection": "^3.4.10|^4.0.10",
  969. "symfony/dom-crawler": "~3.4|~4.0",
  970. "symfony/expression-language": "~3.4|~4.0",
  971. "symfony/finder": "~3.4|~4.0",
  972. "symfony/process": "~3.4|~4.0",
  973. "symfony/routing": "~3.4|~4.0",
  974. "symfony/stopwatch": "~3.4|~4.0",
  975. "symfony/templating": "~3.4|~4.0",
  976. "symfony/translation": "~3.4|~4.0",
  977. "symfony/var-dumper": "~3.4|~4.0"
  978. },
  979. "suggest": {
  980. "symfony/browser-kit": "",
  981. "symfony/config": "",
  982. "symfony/console": "",
  983. "symfony/dependency-injection": "",
  984. "symfony/var-dumper": ""
  985. },
  986. "type": "library",
  987. "extra": {
  988. "branch-alias": {
  989. "dev-master": "4.0-dev"
  990. }
  991. },
  992. "autoload": {
  993. "psr-4": {
  994. "Symfony\\Component\\HttpKernel\\": ""
  995. },
  996. "exclude-from-classmap": [
  997. "/Tests/"
  998. ]
  999. },
  1000. "notification-url": "https://packagist.org/downloads/",
  1001. "license": [
  1002. "MIT"
  1003. ],
  1004. "authors": [
  1005. {
  1006. "name": "Fabien Potencier",
  1007. "email": "fabien@symfony.com"
  1008. },
  1009. {
  1010. "name": "Symfony Community",
  1011. "homepage": "https://symfony.com/contributors"
  1012. }
  1013. ],
  1014. "description": "Symfony HttpKernel Component",
  1015. "homepage": "https://symfony.com",
  1016. "time": "2018-12-06T17:29:37+00:00"
  1017. },
  1018. {
  1019. "name": "symfony/lts",
  1020. "version": "dev-master",
  1021. "source": {
  1022. "type": "git",
  1023. "url": "https://github.com/symfony/lts.git",
  1024. "reference": "c1affae45b78aee036effa1759237e7fa96d4af2"
  1025. },
  1026. "dist": {
  1027. "type": "zip",
  1028. "url": "https://api.github.com/repos/symfony/lts/zipball/c1affae45b78aee036effa1759237e7fa96d4af2",
  1029. "reference": "c1affae45b78aee036effa1759237e7fa96d4af2",
  1030. "shasum": ""
  1031. },
  1032. "conflict": {
  1033. "symfony/asset": ">=5",
  1034. "symfony/browser-kit": ">=5",
  1035. "symfony/cache": ">=5",
  1036. "symfony/class-loader": ">=5",
  1037. "symfony/config": ">=5",
  1038. "symfony/console": ">=5",
  1039. "symfony/css-selector": ">=5",
  1040. "symfony/debug": ">=5",
  1041. "symfony/debug-bundle": ">=5",
  1042. "symfony/dependency-injection": ">=5",
  1043. "symfony/doctrine-bridge": ">=5",
  1044. "symfony/dom-crawler": ">=5",
  1045. "symfony/dotenv": ">=5",
  1046. "symfony/event-dispatcher": ">=5",
  1047. "symfony/expression-language": ">=5",
  1048. "symfony/filesystem": ">=5",
  1049. "symfony/finder": ">=5",
  1050. "symfony/form": ">=5",
  1051. "symfony/framework-bundle": ">=5",
  1052. "symfony/http-foundation": ">=5",
  1053. "symfony/http-kernel": ">=5",
  1054. "symfony/inflector": ">=5",
  1055. "symfony/intl": ">=5",
  1056. "symfony/ldap": ">=5",
  1057. "symfony/lock": ">=5",
  1058. "symfony/messenger": ">=5",
  1059. "symfony/monolog-bridge": ">=5",
  1060. "symfony/options-resolver": ">=5",
  1061. "symfony/process": ">=5",
  1062. "symfony/property-access": ">=5",
  1063. "symfony/property-info": ">=5",
  1064. "symfony/proxy-manager-bridge": ">=5",
  1065. "symfony/routing": ">=5",
  1066. "symfony/security": ">=5",
  1067. "symfony/security-bundle": ">=5",
  1068. "symfony/security-core": ">=5",
  1069. "symfony/security-csrf": ">=5",
  1070. "symfony/security-guard": ">=5",
  1071. "symfony/security-http": ">=5",
  1072. "symfony/serializer": ">=5",
  1073. "symfony/stopwatch": ">=5",
  1074. "symfony/symfony": ">=5",
  1075. "symfony/templating": ">=5",
  1076. "symfony/translation": ">=5",
  1077. "symfony/twig-bridge": ">=5",
  1078. "symfony/twig-bundle": ">=5",
  1079. "symfony/validator": ">=5",
  1080. "symfony/var-dumper": ">=5",
  1081. "symfony/web-link": ">=5",
  1082. "symfony/web-profiler-bundle": ">=5",
  1083. "symfony/web-server-bundle": ">=5",
  1084. "symfony/workflow": ">=5",
  1085. "symfony/yaml": ">=5"
  1086. },
  1087. "type": "metapackage",
  1088. "extra": {
  1089. "branch-alias": {
  1090. "dev-master": "4-dev"
  1091. }
  1092. },
  1093. "notification-url": "https://packagist.org/downloads/",
  1094. "license": [
  1095. "MIT"
  1096. ],
  1097. "authors": [
  1098. {
  1099. "name": "Fabien Potencier",
  1100. "email": "fabien@symfony.com"
  1101. },
  1102. {
  1103. "name": "Symfony Community",
  1104. "homepage": "https://symfony.com/contributors"
  1105. }
  1106. ],
  1107. "description": "Enforces Long Term Supported versions of Symfony components",
  1108. "homepage": "https://symfony.com",
  1109. "abandoned": "symfony/flex",
  1110. "time": "2018-10-03T12:03:19+00:00"
  1111. },
  1112. {
  1113. "name": "symfony/polyfill-ctype",
  1114. "version": "v1.10.0",
  1115. "source": {
  1116. "type": "git",
  1117. "url": "https://github.com/symfony/polyfill-ctype.git",
  1118. "reference": "e3d826245268269cd66f8326bd8bc066687b4a19"
  1119. },
  1120. "dist": {
  1121. "type": "zip",
  1122. "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/e3d826245268269cd66f8326bd8bc066687b4a19",
  1123. "reference": "e3d826245268269cd66f8326bd8bc066687b4a19",
  1124. "shasum": ""
  1125. },
  1126. "require": {
  1127. "php": ">=5.3.3"
  1128. },
  1129. "suggest": {
  1130. "ext-ctype": "For best performance"
  1131. },
  1132. "type": "library",
  1133. "extra": {
  1134. "branch-alias": {
  1135. "dev-master": "1.9-dev"
  1136. }
  1137. },
  1138. "autoload": {
  1139. "psr-4": {
  1140. "Symfony\\Polyfill\\Ctype\\": ""
  1141. },
  1142. "files": [
  1143. "bootstrap.php"
  1144. ]
  1145. },
  1146. "notification-url": "https://packagist.org/downloads/",
  1147. "license": [
  1148. "MIT"
  1149. ],
  1150. "authors": [
  1151. {
  1152. "name": "Symfony Community",
  1153. "homepage": "https://symfony.com/contributors"
  1154. },
  1155. {
  1156. "name": "Gert de Pagter",
  1157. "email": "BackEndTea@gmail.com"
  1158. }
  1159. ],
  1160. "description": "Symfony polyfill for ctype functions",
  1161. "homepage": "https://symfony.com",
  1162. "keywords": [
  1163. "compatibility",
  1164. "ctype",
  1165. "polyfill",
  1166. "portable"
  1167. ],
  1168. "time": "2018-08-06T14:22:27+00:00"
  1169. },
  1170. {
  1171. "name": "symfony/polyfill-mbstring",
  1172. "version": "v1.10.0",
  1173. "source": {
  1174. "type": "git",
  1175. "url": "https://github.com/symfony/polyfill-mbstring.git",
  1176. "reference": "c79c051f5b3a46be09205c73b80b346e4153e494"
  1177. },
  1178. "dist": {
  1179. "type": "zip",
  1180. "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/c79c051f5b3a46be09205c73b80b346e4153e494",
  1181. "reference": "c79c051f5b3a46be09205c73b80b346e4153e494",
  1182. "shasum": ""
  1183. },
  1184. "require": {
  1185. "php": ">=5.3.3"
  1186. },
  1187. "suggest": {
  1188. "ext-mbstring": "For best performance"
  1189. },
  1190. "type": "library",
  1191. "extra": {
  1192. "branch-alias": {
  1193. "dev-master": "1.9-dev"
  1194. }
  1195. },
  1196. "autoload": {
  1197. "psr-4": {
  1198. "Symfony\\Polyfill\\Mbstring\\": ""
  1199. },
  1200. "files": [
  1201. "bootstrap.php"
  1202. ]
  1203. },
  1204. "notification-url": "https://packagist.org/downloads/",
  1205. "license": [
  1206. "MIT"
  1207. ],
  1208. "authors": [
  1209. {
  1210. "name": "Nicolas Grekas",
  1211. "email": "p@tchwork.com"
  1212. },
  1213. {
  1214. "name": "Symfony Community",
  1215. "homepage": "https://symfony.com/contributors"
  1216. }
  1217. ],
  1218. "description": "Symfony polyfill for the Mbstring extension",
  1219. "homepage": "https://symfony.com",
  1220. "keywords": [
  1221. "compatibility",
  1222. "mbstring",
  1223. "polyfill",
  1224. "portable",
  1225. "shim"
  1226. ],
  1227. "time": "2018-09-21T13:07:52+00:00"
  1228. },
  1229. {
  1230. "name": "symfony/routing",
  1231. "version": "v4.0.15",
  1232. "source": {
  1233. "type": "git",
  1234. "url": "https://github.com/symfony/routing.git",
  1235. "reference": "698f48e01196dd99c14fdae980e55bd7c71fae40"
  1236. },
  1237. "dist": {
  1238. "type": "zip",
  1239. "url": "https://api.github.com/repos/symfony/routing/zipball/698f48e01196dd99c14fdae980e55bd7c71fae40",
  1240. "reference": "698f48e01196dd99c14fdae980e55bd7c71fae40",
  1241. "shasum": ""
  1242. },
  1243. "require": {
  1244. "php": "^7.1.3"
  1245. },
  1246. "conflict": {
  1247. "symfony/config": "<3.4",
  1248. "symfony/dependency-injection": "<3.4",
  1249. "symfony/yaml": "<3.4"
  1250. },
  1251. "require-dev": {
  1252. "doctrine/annotations": "~1.0",
  1253. "psr/log": "~1.0",
  1254. "symfony/config": "~3.4|~4.0",
  1255. "symfony/dependency-injection": "~3.4|~4.0",
  1256. "symfony/expression-language": "~3.4|~4.0",
  1257. "symfony/http-foundation": "~3.4|~4.0",
  1258. "symfony/yaml": "~3.4|~4.0"
  1259. },
  1260. "suggest": {
  1261. "doctrine/annotations": "For using the annotation loader",
  1262. "symfony/config": "For using the all-in-one router or any loader",
  1263. "symfony/dependency-injection": "For loading routes from a service",
  1264. "symfony/expression-language": "For using expression matching",
  1265. "symfony/http-foundation": "For using a Symfony Request object",
  1266. "symfony/yaml": "For using the YAML loader"
  1267. },
  1268. "type": "library",
  1269. "extra": {
  1270. "branch-alias": {
  1271. "dev-master": "4.0-dev"
  1272. }
  1273. },
  1274. "autoload": {
  1275. "psr-4": {
  1276. "Symfony\\Component\\Routing\\": ""
  1277. },
  1278. "exclude-from-classmap": [
  1279. "/Tests/"
  1280. ]
  1281. },
  1282. "notification-url": "https://packagist.org/downloads/",
  1283. "license": [
  1284. "MIT"
  1285. ],
  1286. "authors": [
  1287. {
  1288. "name": "Fabien Potencier",
  1289. "email": "fabien@symfony.com"
  1290. },
  1291. {
  1292. "name": "Symfony Community",
  1293. "homepage": "https://symfony.com/contributors"
  1294. }
  1295. ],
  1296. "description": "Symfony Routing Component",
  1297. "homepage": "https://symfony.com",
  1298. "keywords": [
  1299. "router",
  1300. "routing",
  1301. "uri",
  1302. "url"
  1303. ],
  1304. "time": "2018-07-26T11:22:46+00:00"
  1305. },
  1306. {
  1307. "name": "symfony/yaml",
  1308. "version": "v4.0.15",
  1309. "source": {
  1310. "type": "git",
  1311. "url": "https://github.com/symfony/yaml.git",
  1312. "reference": "05f66d707cfa60d553e419ec038d5474c2d5d1f2"
  1313. },
  1314. "dist": {
  1315. "type": "zip",
  1316. "url": "https://api.github.com/repos/symfony/yaml/zipball/05f66d707cfa60d553e419ec038d5474c2d5d1f2",
  1317. "reference": "05f66d707cfa60d553e419ec038d5474c2d5d1f2",
  1318. "shasum": ""
  1319. },
  1320. "require": {
  1321. "php": "^7.1.3",
  1322. "symfony/polyfill-ctype": "~1.8"
  1323. },
  1324. "conflict": {
  1325. "symfony/console": "<3.4"
  1326. },
  1327. "require-dev": {
  1328. "symfony/console": "~3.4|~4.0"
  1329. },
  1330. "suggest": {
  1331. "symfony/console": "For validating YAML files using the lint command"
  1332. },
  1333. "type": "library",
  1334. "extra": {
  1335. "branch-alias": {
  1336. "dev-master": "4.0-dev"
  1337. }
  1338. },
  1339. "autoload": {
  1340. "psr-4": {
  1341. "Symfony\\Component\\Yaml\\": ""
  1342. },
  1343. "exclude-from-classmap": [
  1344. "/Tests/"
  1345. ]
  1346. },
  1347. "notification-url": "https://packagist.org/downloads/",
  1348. "license": [
  1349. "MIT"
  1350. ],
  1351. "authors": [
  1352. {
  1353. "name": "Fabien Potencier",
  1354. "email": "fabien@symfony.com"
  1355. },
  1356. {
  1357. "name": "Symfony Community",
  1358. "homepage": "https://symfony.com/contributors"
  1359. }
  1360. ],
  1361. "description": "Symfony Yaml Component",
  1362. "homepage": "https://symfony.com",
  1363. "time": "2018-07-26T11:22:46+00:00"
  1364. }
  1365. ],
  1366. "packages-dev": [],
  1367. "aliases": [],
  1368. "minimum-stability": "stable",
  1369. "stability-flags": {
  1370. "symfony/lts": 20
  1371. },
  1372. "prefer-stable": false,
  1373. "prefer-lowest": false,
  1374. "platform": {
  1375. "php": "^7.1.3"
  1376. },
  1377. "platform-dev": []
  1378. }