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 49KB

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