composer.lock 42 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234
  1. {
  2. "_readme": [
  3. "This file locks the dependencies of your project to a known state",
  4. "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
  5. "This file is @generated automatically"
  6. ],
  7. "content-hash": "49a95cd5176709109bab68c97caf6122",
  8. "packages": [
  9. {
  10. "name": "doctrine/annotations",
  11. "version": "v1.6.0",
  12. "source": {
  13. "type": "git",
  14. "url": "https://github.com/doctrine/annotations.git",
  15. "reference": "c7f2050c68a9ab0bdb0f98567ec08d80ea7d24d5"
  16. },
  17. "dist": {
  18. "type": "zip",
  19. "url": "https://api.github.com/repos/doctrine/annotations/zipball/c7f2050c68a9ab0bdb0f98567ec08d80ea7d24d5",
  20. "reference": "c7f2050c68a9ab0bdb0f98567ec08d80ea7d24d5",
  21. "shasum": ""
  22. },
  23. "require": {
  24. "doctrine/lexer": "1.*",
  25. "php": "^7.1"
  26. },
  27. "require-dev": {
  28. "doctrine/cache": "1.*",
  29. "phpunit/phpunit": "^6.4"
  30. },
  31. "type": "library",
  32. "extra": {
  33. "branch-alias": {
  34. "dev-master": "1.6.x-dev"
  35. }
  36. },
  37. "autoload": {
  38. "psr-4": {
  39. "Doctrine\\Common\\Annotations\\": "lib/Doctrine/Common/Annotations"
  40. }
  41. },
  42. "notification-url": "https://packagist.org/downloads/",
  43. "license": [
  44. "MIT"
  45. ],
  46. "authors": [
  47. {
  48. "name": "Roman Borschel",
  49. "email": "[email protected]"
  50. },
  51. {
  52. "name": "Benjamin Eberlei",
  53. "email": "[email protected]"
  54. },
  55. {
  56. "name": "Guilherme Blanco",
  57. "email": "[email protected]"
  58. },
  59. {
  60. "name": "Jonathan Wage",
  61. "email": "[email protected]"
  62. },
  63. {
  64. "name": "Johannes Schmitt",
  65. "email": "[email protected]"
  66. }
  67. ],
  68. "description": "Docblock Annotations Parser",
  69. "homepage": "http://www.doctrine-project.org",
  70. "keywords": [
  71. "annotations",
  72. "docblock",
  73. "parser"
  74. ],
  75. "time": "2017-12-06T07:11:42+00:00"
  76. },
  77. {
  78. "name": "doctrine/cache",
  79. "version": "v1.7.1",
  80. "source": {
  81. "type": "git",
  82. "url": "https://github.com/doctrine/cache.git",
  83. "reference": "b3217d58609e9c8e661cd41357a54d926c4a2a1a"
  84. },
  85. "dist": {
  86. "type": "zip",
  87. "url": "https://api.github.com/repos/doctrine/cache/zipball/b3217d58609e9c8e661cd41357a54d926c4a2a1a",
  88. "reference": "b3217d58609e9c8e661cd41357a54d926c4a2a1a",
  89. "shasum": ""
  90. },
  91. "require": {
  92. "php": "~7.1"
  93. },
  94. "conflict": {
  95. "doctrine/common": ">2.2,<2.4"
  96. },
  97. "require-dev": {
  98. "alcaeus/mongo-php-adapter": "^1.1",
  99. "mongodb/mongodb": "^1.1",
  100. "phpunit/phpunit": "^5.7",
  101. "predis/predis": "~1.0"
  102. },
  103. "suggest": {
  104. "alcaeus/mongo-php-adapter": "Required to use legacy MongoDB driver"
  105. },
  106. "type": "library",
  107. "extra": {
  108. "branch-alias": {
  109. "dev-master": "1.7.x-dev"
  110. }
  111. },
  112. "autoload": {
  113. "psr-4": {
  114. "Doctrine\\Common\\Cache\\": "lib/Doctrine/Common/Cache"
  115. }
  116. },
  117. "notification-url": "https://packagist.org/downloads/",
  118. "license": [
  119. "MIT"
  120. ],
  121. "authors": [
  122. {
  123. "name": "Roman Borschel",
  124. "email": "[email protected]"
  125. },
  126. {
  127. "name": "Benjamin Eberlei",
  128. "email": "[email protected]"
  129. },
  130. {
  131. "name": "Guilherme Blanco",
  132. "email": "[email protected]"
  133. },
  134. {
  135. "name": "Jonathan Wage",
  136. "email": "[email protected]"
  137. },
  138. {
  139. "name": "Johannes Schmitt",
  140. "email": "[email protected]"
  141. }
  142. ],
  143. "description": "Caching library offering an object-oriented API for many cache backends",
  144. "homepage": "http://www.doctrine-project.org",
  145. "keywords": [
  146. "cache",
  147. "caching"
  148. ],
  149. "time": "2017-08-25T07:02:50+00:00"
  150. },
  151. {
  152. "name": "doctrine/collections",
  153. "version": "v1.5.0",
  154. "source": {
  155. "type": "git",
  156. "url": "https://github.com/doctrine/collections.git",
  157. "reference": "a01ee38fcd999f34d9bfbcee59dbda5105449cbf"
  158. },
  159. "dist": {
  160. "type": "zip",
  161. "url": "https://api.github.com/repos/doctrine/collections/zipball/a01ee38fcd999f34d9bfbcee59dbda5105449cbf",
  162. "reference": "a01ee38fcd999f34d9bfbcee59dbda5105449cbf",
  163. "shasum": ""
  164. },
  165. "require": {
  166. "php": "^7.1"
  167. },
  168. "require-dev": {
  169. "doctrine/coding-standard": "~0.1@dev",
  170. "phpunit/phpunit": "^5.7"
  171. },
  172. "type": "library",
  173. "extra": {
  174. "branch-alias": {
  175. "dev-master": "1.3.x-dev"
  176. }
  177. },
  178. "autoload": {
  179. "psr-0": {
  180. "Doctrine\\Common\\Collections\\": "lib/"
  181. }
  182. },
  183. "notification-url": "https://packagist.org/downloads/",
  184. "license": [
  185. "MIT"
  186. ],
  187. "authors": [
  188. {
  189. "name": "Roman Borschel",
  190. "email": "[email protected]"
  191. },
  192. {
  193. "name": "Benjamin Eberlei",
  194. "email": "[email protected]"
  195. },
  196. {
  197. "name": "Guilherme Blanco",
  198. "email": "[email protected]"
  199. },
  200. {
  201. "name": "Jonathan Wage",
  202. "email": "[email protected]"
  203. },
  204. {
  205. "name": "Johannes Schmitt",
  206. "email": "[email protected]"
  207. }
  208. ],
  209. "description": "Collections Abstraction library",
  210. "homepage": "http://www.doctrine-project.org",
  211. "keywords": [
  212. "array",
  213. "collections",
  214. "iterator"
  215. ],
  216. "time": "2017-07-22T10:37:32+00:00"
  217. },
  218. {
  219. "name": "doctrine/common",
  220. "version": "v2.8.1",
  221. "source": {
  222. "type": "git",
  223. "url": "https://github.com/doctrine/common.git",
  224. "reference": "f68c297ce6455e8fd794aa8ffaf9fa458f6ade66"
  225. },
  226. "dist": {
  227. "type": "zip",
  228. "url": "https://api.github.com/repos/doctrine/common/zipball/f68c297ce6455e8fd794aa8ffaf9fa458f6ade66",
  229. "reference": "f68c297ce6455e8fd794aa8ffaf9fa458f6ade66",
  230. "shasum": ""
  231. },
  232. "require": {
  233. "doctrine/annotations": "1.*",
  234. "doctrine/cache": "1.*",
  235. "doctrine/collections": "1.*",
  236. "doctrine/inflector": "1.*",
  237. "doctrine/lexer": "1.*",
  238. "php": "~7.1"
  239. },
  240. "require-dev": {
  241. "phpunit/phpunit": "^5.7"
  242. },
  243. "type": "library",
  244. "extra": {
  245. "branch-alias": {
  246. "dev-master": "2.8.x-dev"
  247. }
  248. },
  249. "autoload": {
  250. "psr-4": {
  251. "Doctrine\\Common\\": "lib/Doctrine/Common"
  252. }
  253. },
  254. "notification-url": "https://packagist.org/downloads/",
  255. "license": [
  256. "MIT"
  257. ],
  258. "authors": [
  259. {
  260. "name": "Roman Borschel",
  261. "email": "[email protected]"
  262. },
  263. {
  264. "name": "Benjamin Eberlei",
  265. "email": "[email protected]"
  266. },
  267. {
  268. "name": "Guilherme Blanco",
  269. "email": "[email protected]"
  270. },
  271. {
  272. "name": "Jonathan Wage",
  273. "email": "[email protected]"
  274. },
  275. {
  276. "name": "Johannes Schmitt",
  277. "email": "[email protected]"
  278. }
  279. ],
  280. "description": "Common Library for Doctrine projects",
  281. "homepage": "http://www.doctrine-project.org",
  282. "keywords": [
  283. "annotations",
  284. "collections",
  285. "eventmanager",
  286. "persistence",
  287. "spl"
  288. ],
  289. "time": "2017-08-31T08:43:38+00:00"
  290. },
  291. {
  292. "name": "doctrine/dbal",
  293. "version": "v2.6.2",
  294. "source": {
  295. "type": "git",
  296. "url": "https://github.com/doctrine/dbal.git",
  297. "reference": "1a4ee83a5a709555f2c6f9057a3aacf892451c7e"
  298. },
  299. "dist": {
  300. "type": "zip",
  301. "url": "https://api.github.com/repos/doctrine/dbal/zipball/1a4ee83a5a709555f2c6f9057a3aacf892451c7e",
  302. "reference": "1a4ee83a5a709555f2c6f9057a3aacf892451c7e",
  303. "shasum": ""
  304. },
  305. "require": {
  306. "doctrine/common": "^2.7.1",
  307. "ext-pdo": "*",
  308. "php": "^7.1"
  309. },
  310. "require-dev": {
  311. "phpunit/phpunit": "^5.4.6",
  312. "phpunit/phpunit-mock-objects": "!=3.2.4,!=3.2.5",
  313. "symfony/console": "2.*||^3.0"
  314. },
  315. "suggest": {
  316. "symfony/console": "For helpful console commands such as SQL execution and import of files."
  317. },
  318. "bin": [
  319. "bin/doctrine-dbal"
  320. ],
  321. "type": "library",
  322. "extra": {
  323. "branch-alias": {
  324. "dev-master": "2.6.x-dev"
  325. }
  326. },
  327. "autoload": {
  328. "psr-0": {
  329. "Doctrine\\DBAL\\": "lib/"
  330. }
  331. },
  332. "notification-url": "https://packagist.org/downloads/",
  333. "license": [
  334. "MIT"
  335. ],
  336. "authors": [
  337. {
  338. "name": "Roman Borschel",
  339. "email": "[email protected]"
  340. },
  341. {
  342. "name": "Benjamin Eberlei",
  343. "email": "[email protected]"
  344. },
  345. {
  346. "name": "Guilherme Blanco",
  347. "email": "[email protected]"
  348. },
  349. {
  350. "name": "Jonathan Wage",
  351. "email": "[email protected]"
  352. }
  353. ],
  354. "description": "Database Abstraction Layer",
  355. "homepage": "http://www.doctrine-project.org",
  356. "keywords": [
  357. "database",
  358. "dbal",
  359. "persistence",
  360. "queryobject"
  361. ],
  362. "time": "2017-08-28T11:02:56+00:00"
  363. },
  364. {
  365. "name": "doctrine/inflector",
  366. "version": "v1.3.0",
  367. "source": {
  368. "type": "git",
  369. "url": "https://github.com/doctrine/inflector.git",
  370. "reference": "5527a48b7313d15261292c149e55e26eae771b0a"
  371. },
  372. "dist": {
  373. "type": "zip",
  374. "url": "https://api.github.com/repos/doctrine/inflector/zipball/5527a48b7313d15261292c149e55e26eae771b0a",
  375. "reference": "5527a48b7313d15261292c149e55e26eae771b0a",
  376. "shasum": ""
  377. },
  378. "require": {
  379. "php": "^7.1"
  380. },
  381. "require-dev": {
  382. "phpunit/phpunit": "^6.2"
  383. },
  384. "type": "library",
  385. "extra": {
  386. "branch-alias": {
  387. "dev-master": "1.3.x-dev"
  388. }
  389. },
  390. "autoload": {
  391. "psr-4": {
  392. "Doctrine\\Common\\Inflector\\": "lib/Doctrine/Common/Inflector"
  393. }
  394. },
  395. "notification-url": "https://packagist.org/downloads/",
  396. "license": [
  397. "MIT"
  398. ],
  399. "authors": [
  400. {
  401. "name": "Roman Borschel",
  402. "email": "[email protected]"
  403. },
  404. {
  405. "name": "Benjamin Eberlei",
  406. "email": "[email protected]"
  407. },
  408. {
  409. "name": "Guilherme Blanco",
  410. "email": "[email protected]"
  411. },
  412. {
  413. "name": "Jonathan Wage",
  414. "email": "[email protected]"
  415. },
  416. {
  417. "name": "Johannes Schmitt",
  418. "email": "[email protected]"
  419. }
  420. ],
  421. "description": "Common String Manipulations with regard to casing and singular/plural rules.",
  422. "homepage": "http://www.doctrine-project.org",
  423. "keywords": [
  424. "inflection",
  425. "pluralize",
  426. "singularize",
  427. "string"
  428. ],
  429. "time": "2018-01-09T20:05:19+00:00"
  430. },
  431. {
  432. "name": "doctrine/lexer",
  433. "version": "v1.0.1",
  434. "source": {
  435. "type": "git",
  436. "url": "https://github.com/doctrine/lexer.git",
  437. "reference": "83893c552fd2045dd78aef794c31e694c37c0b8c"
  438. },
  439. "dist": {
  440. "type": "zip",
  441. "url": "https://api.github.com/repos/doctrine/lexer/zipball/83893c552fd2045dd78aef794c31e694c37c0b8c",
  442. "reference": "83893c552fd2045dd78aef794c31e694c37c0b8c",
  443. "shasum": ""
  444. },
  445. "require": {
  446. "php": ">=5.3.2"
  447. },
  448. "type": "library",
  449. "extra": {
  450. "branch-alias": {
  451. "dev-master": "1.0.x-dev"
  452. }
  453. },
  454. "autoload": {
  455. "psr-0": {
  456. "Doctrine\\Common\\Lexer\\": "lib/"
  457. }
  458. },
  459. "notification-url": "https://packagist.org/downloads/",
  460. "license": [
  461. "MIT"
  462. ],
  463. "authors": [
  464. {
  465. "name": "Roman Borschel",
  466. "email": "[email protected]"
  467. },
  468. {
  469. "name": "Guilherme Blanco",
  470. "email": "[email protected]"
  471. },
  472. {
  473. "name": "Johannes Schmitt",
  474. "email": "[email protected]"
  475. }
  476. ],
  477. "description": "Base library for a lexer that can be used in Top-Down, Recursive Descent Parsers.",
  478. "homepage": "http://www.doctrine-project.org",
  479. "keywords": [
  480. "lexer",
  481. "parser"
  482. ],
  483. "time": "2014-09-09T13:34:57+00:00"
  484. },
  485. {
  486. "name": "paragonie/random_compat",
  487. "version": "v2.0.11",
  488. "source": {
  489. "type": "git",
  490. "url": "https://github.com/paragonie/random_compat.git",
  491. "reference": "5da4d3c796c275c55f057af5a643ae297d96b4d8"
  492. },
  493. "dist": {
  494. "type": "zip",
  495. "url": "https://api.github.com/repos/paragonie/random_compat/zipball/5da4d3c796c275c55f057af5a643ae297d96b4d8",
  496. "reference": "5da4d3c796c275c55f057af5a643ae297d96b4d8",
  497. "shasum": ""
  498. },
  499. "require": {
  500. "php": ">=5.2.0"
  501. },
  502. "require-dev": {
  503. "phpunit/phpunit": "4.*|5.*"
  504. },
  505. "suggest": {
  506. "ext-libsodium": "Provides a modern crypto API that can be used to generate random bytes."
  507. },
  508. "type": "library",
  509. "autoload": {
  510. "files": [
  511. "lib/random.php"
  512. ]
  513. },
  514. "notification-url": "https://packagist.org/downloads/",
  515. "license": [
  516. "MIT"
  517. ],
  518. "authors": [
  519. {
  520. "name": "Paragon Initiative Enterprises",
  521. "email": "[email protected]",
  522. "homepage": "https://paragonie.com"
  523. }
  524. ],
  525. "description": "PHP 5.x polyfill for random_bytes() and random_int() from PHP 7",
  526. "keywords": [
  527. "csprng",
  528. "pseudorandom",
  529. "random"
  530. ],
  531. "time": "2017-09-27T21:40:39+00:00"
  532. },
  533. {
  534. "name": "pimple/pimple",
  535. "version": "v3.2.3",
  536. "source": {
  537. "type": "git",
  538. "url": "https://github.com/silexphp/Pimple.git",
  539. "reference": "9e403941ef9d65d20cba7d54e29fe906db42cf32"
  540. },
  541. "dist": {
  542. "type": "zip",
  543. "url": "https://api.github.com/repos/silexphp/Pimple/zipball/9e403941ef9d65d20cba7d54e29fe906db42cf32",
  544. "reference": "9e403941ef9d65d20cba7d54e29fe906db42cf32",
  545. "shasum": ""
  546. },
  547. "require": {
  548. "php": ">=5.3.0",
  549. "psr/container": "^1.0"
  550. },
  551. "require-dev": {
  552. "symfony/phpunit-bridge": "^3.2"
  553. },
  554. "type": "library",
  555. "extra": {
  556. "branch-alias": {
  557. "dev-master": "3.2.x-dev"
  558. }
  559. },
  560. "autoload": {
  561. "psr-0": {
  562. "Pimple": "src/"
  563. }
  564. },
  565. "notification-url": "https://packagist.org/downloads/",
  566. "license": [
  567. "MIT"
  568. ],
  569. "authors": [
  570. {
  571. "name": "Fabien Potencier",
  572. "email": "[email protected]"
  573. }
  574. ],
  575. "description": "Pimple, a simple Dependency Injection Container",
  576. "homepage": "http://pimple.sensiolabs.org",
  577. "keywords": [
  578. "container",
  579. "dependency injection"
  580. ],
  581. "time": "2018-01-21T07:42:36+00:00"
  582. },
  583. {
  584. "name": "psr/container",
  585. "version": "1.0.0",
  586. "source": {
  587. "type": "git",
  588. "url": "https://github.com/php-fig/container.git",
  589. "reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f"
  590. },
  591. "dist": {
  592. "type": "zip",
  593. "url": "https://api.github.com/repos/php-fig/container/zipball/b7ce3b176482dbbc1245ebf52b181af44c2cf55f",
  594. "reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f",
  595. "shasum": ""
  596. },
  597. "require": {
  598. "php": ">=5.3.0"
  599. },
  600. "type": "library",
  601. "extra": {
  602. "branch-alias": {
  603. "dev-master": "1.0.x-dev"
  604. }
  605. },
  606. "autoload": {
  607. "psr-4": {
  608. "Psr\\Container\\": "src/"
  609. }
  610. },
  611. "notification-url": "https://packagist.org/downloads/",
  612. "license": [
  613. "MIT"
  614. ],
  615. "authors": [
  616. {
  617. "name": "PHP-FIG",
  618. "homepage": "http://www.php-fig.org/"
  619. }
  620. ],
  621. "description": "Common Container Interface (PHP FIG PSR-11)",
  622. "homepage": "https://github.com/php-fig/container",
  623. "keywords": [
  624. "PSR-11",
  625. "container",
  626. "container-interface",
  627. "container-interop",
  628. "psr"
  629. ],
  630. "time": "2017-02-14T16:28:37+00:00"
  631. },
  632. {
  633. "name": "psr/log",
  634. "version": "1.0.2",
  635. "source": {
  636. "type": "git",
  637. "url": "https://github.com/php-fig/log.git",
  638. "reference": "4ebe3a8bf773a19edfe0a84b6585ba3d401b724d"
  639. },
  640. "dist": {
  641. "type": "zip",
  642. "url": "https://api.github.com/repos/php-fig/log/zipball/4ebe3a8bf773a19edfe0a84b6585ba3d401b724d",
  643. "reference": "4ebe3a8bf773a19edfe0a84b6585ba3d401b724d",
  644. "shasum": ""
  645. },
  646. "require": {
  647. "php": ">=5.3.0"
  648. },
  649. "type": "library",
  650. "extra": {
  651. "branch-alias": {
  652. "dev-master": "1.0.x-dev"
  653. }
  654. },
  655. "autoload": {
  656. "psr-4": {
  657. "Psr\\Log\\": "Psr/Log/"
  658. }
  659. },
  660. "notification-url": "https://packagist.org/downloads/",
  661. "license": [
  662. "MIT"
  663. ],
  664. "authors": [
  665. {
  666. "name": "PHP-FIG",
  667. "homepage": "http://www.php-fig.org/"
  668. }
  669. ],
  670. "description": "Common interface for logging libraries",
  671. "homepage": "https://github.com/php-fig/log",
  672. "keywords": [
  673. "log",
  674. "psr",
  675. "psr-3"
  676. ],
  677. "time": "2016-10-10T12:19:37+00:00"
  678. },
  679. {
  680. "name": "silex/silex",
  681. "version": "v2.2.0",
  682. "source": {
  683. "type": "git",
  684. "url": "https://github.com/silexphp/Silex.git",
  685. "reference": "ec7d5b5334465414952d4b2e935e73bd085dbbbb"
  686. },
  687. "dist": {
  688. "type": "zip",
  689. "url": "https://api.github.com/repos/silexphp/Silex/zipball/ec7d5b5334465414952d4b2e935e73bd085dbbbb",
  690. "reference": "ec7d5b5334465414952d4b2e935e73bd085dbbbb",
  691. "shasum": ""
  692. },
  693. "require": {
  694. "php": ">=5.5.9",
  695. "pimple/pimple": "~3.0",
  696. "symfony/event-dispatcher": "~2.8|^3.0",
  697. "symfony/http-foundation": "~2.8|^3.0",
  698. "symfony/http-kernel": "~2.8|^3.0",
  699. "symfony/routing": "~2.8|^3.0"
  700. },
  701. "conflict": {
  702. "phpunit/phpunit": "<4.8.35 || >= 5.0, <5.4.3"
  703. },
  704. "replace": {
  705. "silex/api": "self.version",
  706. "silex/providers": "self.version"
  707. },
  708. "require-dev": {
  709. "doctrine/dbal": "~2.2",
  710. "monolog/monolog": "^1.4.1",
  711. "swiftmailer/swiftmailer": "~5",
  712. "symfony/asset": "~2.8|^3.0",
  713. "symfony/browser-kit": "~2.8|^3.0",
  714. "symfony/config": "~2.8|^3.0",
  715. "symfony/css-selector": "~2.8|^3.0",
  716. "symfony/debug": "~2.8|^3.0",
  717. "symfony/doctrine-bridge": "~2.8|^3.0",
  718. "symfony/dom-crawler": "~2.8|^3.0",
  719. "symfony/expression-language": "~2.8|^3.0",
  720. "symfony/finder": "~2.8|^3.0",
  721. "symfony/form": "~2.8|^3.0",
  722. "symfony/intl": "~2.8|^3.0",
  723. "symfony/monolog-bridge": "~2.8|^3.0",
  724. "symfony/options-resolver": "~2.8|^3.0",
  725. "symfony/phpunit-bridge": "^3.2",
  726. "symfony/process": "~2.8|^3.0",
  727. "symfony/security": "~2.8|^3.0",
  728. "symfony/serializer": "~2.8|^3.0",
  729. "symfony/translation": "~2.8|^3.0",
  730. "symfony/twig-bridge": "~2.8|^3.0",
  731. "symfony/validator": "~2.8|^3.0",
  732. "symfony/var-dumper": "~2.8|^3.0",
  733. "symfony/web-link": "^3.3",
  734. "twig/twig": "~1.28|~2.0"
  735. },
  736. "type": "library",
  737. "extra": {
  738. "branch-alias": {
  739. "dev-master": "2.2.x-dev"
  740. }
  741. },
  742. "autoload": {
  743. "psr-4": {
  744. "Silex\\": "src/Silex"
  745. }
  746. },
  747. "notification-url": "https://packagist.org/downloads/",
  748. "license": [
  749. "MIT"
  750. ],
  751. "authors": [
  752. {
  753. "name": "Fabien Potencier",
  754. "email": "[email protected]"
  755. },
  756. {
  757. "name": "Igor Wiedler",
  758. "email": "[email protected]"
  759. }
  760. ],
  761. "description": "The PHP micro-framework based on the Symfony Components",
  762. "homepage": "http://silex.sensiolabs.org",
  763. "keywords": [
  764. "microframework"
  765. ],
  766. "time": "2017-07-23T07:40:14+00:00"
  767. },
  768. {
  769. "name": "symfony/debug",
  770. "version": "v4.0.4",
  771. "source": {
  772. "type": "git",
  773. "url": "https://github.com/symfony/debug.git",
  774. "reference": "c77bb31d0f6310a2ac11e657475d396a92e5dc54"
  775. },
  776. "dist": {
  777. "type": "zip",
  778. "url": "https://api.github.com/repos/symfony/debug/zipball/c77bb31d0f6310a2ac11e657475d396a92e5dc54",
  779. "reference": "c77bb31d0f6310a2ac11e657475d396a92e5dc54",
  780. "shasum": ""
  781. },
  782. "require": {
  783. "php": "^7.1.3",
  784. "psr/log": "~1.0"
  785. },
  786. "conflict": {
  787. "symfony/http-kernel": "<3.4"
  788. },
  789. "require-dev": {
  790. "symfony/http-kernel": "~3.4|~4.0"
  791. },
  792. "type": "library",
  793. "extra": {
  794. "branch-alias": {
  795. "dev-master": "4.0-dev"
  796. }
  797. },
  798. "autoload": {
  799. "psr-4": {
  800. "Symfony\\Component\\Debug\\": ""
  801. },
  802. "exclude-from-classmap": [
  803. "/Tests/"
  804. ]
  805. },
  806. "notification-url": "https://packagist.org/downloads/",
  807. "license": [
  808. "MIT"
  809. ],
  810. "authors": [
  811. {
  812. "name": "Fabien Potencier",
  813. "email": "[email protected]"
  814. },
  815. {
  816. "name": "Symfony Community",
  817. "homepage": "https://symfony.com/contributors"
  818. }
  819. ],
  820. "description": "Symfony Debug Component",
  821. "homepage": "https://symfony.com",
  822. "time": "2018-01-18T22:19:33+00:00"
  823. },
  824. {
  825. "name": "symfony/event-dispatcher",
  826. "version": "v3.4.4",
  827. "source": {
  828. "type": "git",
  829. "url": "https://github.com/symfony/event-dispatcher.git",
  830. "reference": "26b87b6bca8f8f797331a30b76fdae5342dc26ca"
  831. },
  832. "dist": {
  833. "type": "zip",
  834. "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/26b87b6bca8f8f797331a30b76fdae5342dc26ca",
  835. "reference": "26b87b6bca8f8f797331a30b76fdae5342dc26ca",
  836. "shasum": ""
  837. },
  838. "require": {
  839. "php": "^5.5.9|>=7.0.8"
  840. },
  841. "conflict": {
  842. "symfony/dependency-injection": "<3.3"
  843. },
  844. "require-dev": {
  845. "psr/log": "~1.0",
  846. "symfony/config": "~2.8|~3.0|~4.0",
  847. "symfony/dependency-injection": "~3.3|~4.0",
  848. "symfony/expression-language": "~2.8|~3.0|~4.0",
  849. "symfony/stopwatch": "~2.8|~3.0|~4.0"
  850. },
  851. "suggest": {
  852. "symfony/dependency-injection": "",
  853. "symfony/http-kernel": ""
  854. },
  855. "type": "library",
  856. "extra": {
  857. "branch-alias": {
  858. "dev-master": "3.4-dev"
  859. }
  860. },
  861. "autoload": {
  862. "psr-4": {
  863. "Symfony\\Component\\EventDispatcher\\": ""
  864. },
  865. "exclude-from-classmap": [
  866. "/Tests/"
  867. ]
  868. },
  869. "notification-url": "https://packagist.org/downloads/",
  870. "license": [
  871. "MIT"
  872. ],
  873. "authors": [
  874. {
  875. "name": "Fabien Potencier",
  876. "email": "[email protected]"
  877. },
  878. {
  879. "name": "Symfony Community",
  880. "homepage": "https://symfony.com/contributors"
  881. }
  882. ],
  883. "description": "Symfony EventDispatcher Component",
  884. "homepage": "https://symfony.com",
  885. "time": "2018-01-03T07:37:34+00:00"
  886. },
  887. {
  888. "name": "symfony/http-foundation",
  889. "version": "v3.4.4",
  890. "source": {
  891. "type": "git",
  892. "url": "https://github.com/symfony/http-foundation.git",
  893. "reference": "8c39071ac9cc7e6d8dab1d556c990dc0d2cc3d30"
  894. },
  895. "dist": {
  896. "type": "zip",
  897. "url": "https://api.github.com/repos/symfony/http-foundation/zipball/8c39071ac9cc7e6d8dab1d556c990dc0d2cc3d30",
  898. "reference": "8c39071ac9cc7e6d8dab1d556c990dc0d2cc3d30",
  899. "shasum": ""
  900. },
  901. "require": {
  902. "php": "^5.5.9|>=7.0.8",
  903. "symfony/polyfill-mbstring": "~1.1",
  904. "symfony/polyfill-php70": "~1.6"
  905. },
  906. "require-dev": {
  907. "symfony/expression-language": "~2.8|~3.0|~4.0"
  908. },
  909. "type": "library",
  910. "extra": {
  911. "branch-alias": {
  912. "dev-master": "3.4-dev"
  913. }
  914. },
  915. "autoload": {
  916. "psr-4": {
  917. "Symfony\\Component\\HttpFoundation\\": ""
  918. },
  919. "exclude-from-classmap": [
  920. "/Tests/"
  921. ]
  922. },
  923. "notification-url": "https://packagist.org/downloads/",
  924. "license": [
  925. "MIT"
  926. ],
  927. "authors": [
  928. {
  929. "name": "Fabien Potencier",
  930. "email": "[email protected]"
  931. },
  932. {
  933. "name": "Symfony Community",
  934. "homepage": "https://symfony.com/contributors"
  935. }
  936. ],
  937. "description": "Symfony HttpFoundation Component",
  938. "homepage": "https://symfony.com",
  939. "time": "2018-01-29T09:03:43+00:00"
  940. },
  941. {
  942. "name": "symfony/http-kernel",
  943. "version": "v3.4.4",
  944. "source": {
  945. "type": "git",
  946. "url": "https://github.com/symfony/http-kernel.git",
  947. "reference": "911d2e5dd4beb63caad9a72e43857de984301907"
  948. },
  949. "dist": {
  950. "type": "zip",
  951. "url": "https://api.github.com/repos/symfony/http-kernel/zipball/911d2e5dd4beb63caad9a72e43857de984301907",
  952. "reference": "911d2e5dd4beb63caad9a72e43857de984301907",
  953. "shasum": ""
  954. },
  955. "require": {
  956. "php": "^5.5.9|>=7.0.8",
  957. "psr/log": "~1.0",
  958. "symfony/debug": "~2.8|~3.0|~4.0",
  959. "symfony/event-dispatcher": "~2.8|~3.0|~4.0",
  960. "symfony/http-foundation": "^3.4.4|^4.0.4"
  961. },
  962. "conflict": {
  963. "symfony/config": "<2.8",
  964. "symfony/dependency-injection": "<3.4",
  965. "symfony/var-dumper": "<3.3",
  966. "twig/twig": "<1.34|<2.4,>=2"
  967. },
  968. "provide": {
  969. "psr/log-implementation": "1.0"
  970. },
  971. "require-dev": {
  972. "psr/cache": "~1.0",
  973. "symfony/browser-kit": "~2.8|~3.0|~4.0",
  974. "symfony/class-loader": "~2.8|~3.0",
  975. "symfony/config": "~2.8|~3.0|~4.0",
  976. "symfony/console": "~2.8|~3.0|~4.0",
  977. "symfony/css-selector": "~2.8|~3.0|~4.0",
  978. "symfony/dependency-injection": "~3.4|~4.0",
  979. "symfony/dom-crawler": "~2.8|~3.0|~4.0",
  980. "symfony/expression-language": "~2.8|~3.0|~4.0",
  981. "symfony/finder": "~2.8|~3.0|~4.0",
  982. "symfony/process": "~2.8|~3.0|~4.0",
  983. "symfony/routing": "~3.4|~4.0",
  984. "symfony/stopwatch": "~2.8|~3.0|~4.0",
  985. "symfony/templating": "~2.8|~3.0|~4.0",
  986. "symfony/translation": "~2.8|~3.0|~4.0",
  987. "symfony/var-dumper": "~3.3|~4.0"
  988. },
  989. "suggest": {
  990. "symfony/browser-kit": "",
  991. "symfony/config": "",
  992. "symfony/console": "",
  993. "symfony/dependency-injection": "",
  994. "symfony/finder": "",
  995. "symfony/var-dumper": ""
  996. },
  997. "type": "library",
  998. "extra": {
  999. "branch-alias": {
  1000. "dev-master": "3.4-dev"
  1001. }
  1002. },
  1003. "autoload": {
  1004. "psr-4": {
  1005. "Symfony\\Component\\HttpKernel\\": ""
  1006. },
  1007. "exclude-from-classmap": [
  1008. "/Tests/"
  1009. ]
  1010. },
  1011. "notification-url": "https://packagist.org/downloads/",
  1012. "license": [
  1013. "MIT"
  1014. ],
  1015. "authors": [
  1016. {
  1017. "name": "Fabien Potencier",
  1018. "email": "[email protected]"
  1019. },
  1020. {
  1021. "name": "Symfony Community",
  1022. "homepage": "https://symfony.com/contributors"
  1023. }
  1024. ],
  1025. "description": "Symfony HttpKernel Component",
  1026. "homepage": "https://symfony.com",
  1027. "time": "2018-01-29T12:29:46+00:00"
  1028. },
  1029. {
  1030. "name": "symfony/polyfill-mbstring",
  1031. "version": "v1.7.0",
  1032. "source": {
  1033. "type": "git",
  1034. "url": "https://github.com/symfony/polyfill-mbstring.git",
  1035. "reference": "78be803ce01e55d3491c1397cf1c64beb9c1b63b"
  1036. },
  1037. "dist": {
  1038. "type": "zip",
  1039. "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/78be803ce01e55d3491c1397cf1c64beb9c1b63b",
  1040. "reference": "78be803ce01e55d3491c1397cf1c64beb9c1b63b",
  1041. "shasum": ""
  1042. },
  1043. "require": {
  1044. "php": ">=5.3.3"
  1045. },
  1046. "suggest": {
  1047. "ext-mbstring": "For best performance"
  1048. },
  1049. "type": "library",
  1050. "extra": {
  1051. "branch-alias": {
  1052. "dev-master": "1.7-dev"
  1053. }
  1054. },
  1055. "autoload": {
  1056. "psr-4": {
  1057. "Symfony\\Polyfill\\Mbstring\\": ""
  1058. },
  1059. "files": [
  1060. "bootstrap.php"
  1061. ]
  1062. },
  1063. "notification-url": "https://packagist.org/downloads/",
  1064. "license": [
  1065. "MIT"
  1066. ],
  1067. "authors": [
  1068. {
  1069. "name": "Nicolas Grekas",
  1070. "email": "[email protected]"
  1071. },
  1072. {
  1073. "name": "Symfony Community",
  1074. "homepage": "https://symfony.com/contributors"
  1075. }
  1076. ],
  1077. "description": "Symfony polyfill for the Mbstring extension",
  1078. "homepage": "https://symfony.com",
  1079. "keywords": [
  1080. "compatibility",
  1081. "mbstring",
  1082. "polyfill",
  1083. "portable",
  1084. "shim"
  1085. ],
  1086. "time": "2018-01-30T19:27:44+00:00"
  1087. },
  1088. {
  1089. "name": "symfony/polyfill-php70",
  1090. "version": "v1.7.0",
  1091. "source": {
  1092. "type": "git",
  1093. "url": "https://github.com/symfony/polyfill-php70.git",
  1094. "reference": "3532bfcd8f933a7816f3a0a59682fc404776600f"
  1095. },
  1096. "dist": {
  1097. "type": "zip",
  1098. "url": "https://api.github.com/repos/symfony/polyfill-php70/zipball/3532bfcd8f933a7816f3a0a59682fc404776600f",
  1099. "reference": "3532bfcd8f933a7816f3a0a59682fc404776600f",
  1100. "shasum": ""
  1101. },
  1102. "require": {
  1103. "paragonie/random_compat": "~1.0|~2.0",
  1104. "php": ">=5.3.3"
  1105. },
  1106. "type": "library",
  1107. "extra": {
  1108. "branch-alias": {
  1109. "dev-master": "1.7-dev"
  1110. }
  1111. },
  1112. "autoload": {
  1113. "psr-4": {
  1114. "Symfony\\Polyfill\\Php70\\": ""
  1115. },
  1116. "files": [
  1117. "bootstrap.php"
  1118. ],
  1119. "classmap": [
  1120. "Resources/stubs"
  1121. ]
  1122. },
  1123. "notification-url": "https://packagist.org/downloads/",
  1124. "license": [
  1125. "MIT"
  1126. ],
  1127. "authors": [
  1128. {
  1129. "name": "Nicolas Grekas",
  1130. "email": "[email protected]"
  1131. },
  1132. {
  1133. "name": "Symfony Community",
  1134. "homepage": "https://symfony.com/contributors"
  1135. }
  1136. ],
  1137. "description": "Symfony polyfill backporting some PHP 7.0+ features to lower PHP versions",
  1138. "homepage": "https://symfony.com",
  1139. "keywords": [
  1140. "compatibility",
  1141. "polyfill",
  1142. "portable",
  1143. "shim"
  1144. ],
  1145. "time": "2018-01-30T19:27:44+00:00"
  1146. },
  1147. {
  1148. "name": "symfony/routing",
  1149. "version": "v3.4.4",
  1150. "source": {
  1151. "type": "git",
  1152. "url": "https://github.com/symfony/routing.git",
  1153. "reference": "235d01730d553a97732990588407eaf6779bb4b2"
  1154. },
  1155. "dist": {
  1156. "type": "zip",
  1157. "url": "https://api.github.com/repos/symfony/routing/zipball/235d01730d553a97732990588407eaf6779bb4b2",
  1158. "reference": "235d01730d553a97732990588407eaf6779bb4b2",
  1159. "shasum": ""
  1160. },
  1161. "require": {
  1162. "php": "^5.5.9|>=7.0.8"
  1163. },
  1164. "conflict": {
  1165. "symfony/config": "<2.8",
  1166. "symfony/dependency-injection": "<3.3",
  1167. "symfony/yaml": "<3.4"
  1168. },
  1169. "require-dev": {
  1170. "doctrine/annotations": "~1.0",
  1171. "doctrine/common": "~2.2",
  1172. "psr/log": "~1.0",
  1173. "symfony/config": "~2.8|~3.0|~4.0",
  1174. "symfony/dependency-injection": "~3.3|~4.0",
  1175. "symfony/expression-language": "~2.8|~3.0|~4.0",
  1176. "symfony/http-foundation": "~2.8|~3.0|~4.0",
  1177. "symfony/yaml": "~3.4|~4.0"
  1178. },
  1179. "suggest": {
  1180. "doctrine/annotations": "For using the annotation loader",
  1181. "symfony/config": "For using the all-in-one router or any loader",
  1182. "symfony/dependency-injection": "For loading routes from a service",
  1183. "symfony/expression-language": "For using expression matching",
  1184. "symfony/http-foundation": "For using a Symfony Request object",
  1185. "symfony/yaml": "For using the YAML loader"
  1186. },
  1187. "type": "library",
  1188. "extra": {
  1189. "branch-alias": {
  1190. "dev-master": "3.4-dev"
  1191. }
  1192. },
  1193. "autoload": {
  1194. "psr-4": {
  1195. "Symfony\\Component\\Routing\\": ""
  1196. },
  1197. "exclude-from-classmap": [
  1198. "/Tests/"
  1199. ]
  1200. },
  1201. "notification-url": "https://packagist.org/downloads/",
  1202. "license": [
  1203. "MIT"
  1204. ],
  1205. "authors": [
  1206. {
  1207. "name": "Fabien Potencier",
  1208. "email": "[email protected]"
  1209. },
  1210. {
  1211. "name": "Symfony Community",
  1212. "homepage": "https://symfony.com/contributors"
  1213. }
  1214. ],
  1215. "description": "Symfony Routing Component",
  1216. "homepage": "https://symfony.com",
  1217. "keywords": [
  1218. "router",
  1219. "routing",
  1220. "uri",
  1221. "url"
  1222. ],
  1223. "time": "2018-01-16T18:03:57+00:00"
  1224. }
  1225. ],
  1226. "packages-dev": [],
  1227. "aliases": [],
  1228. "minimum-stability": "stable",
  1229. "stability-flags": [],
  1230. "prefer-stable": false,
  1231. "prefer-lowest": false,
  1232. "platform": [],
  1233. "platform-dev": []
  1234. }