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

composer.lock.php7.3 45KB

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