composer.lock 51 KB

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