選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

composer.lock 49KB

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