composer.lock 23 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647
  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": "e8f819967c1c0cb41e6f38c4ace3696d",
  8. "packages": [
  9. {
  10. "name": "pimple/pimple",
  11. "version": "dev-master",
  12. "source": {
  13. "type": "git",
  14. "url": "https://github.com/silexphp/Pimple.git",
  15. "reference": "b734609e7928349247a1217c5461c8d41e898d2c"
  16. },
  17. "dist": {
  18. "type": "zip",
  19. "url": "https://api.github.com/repos/silexphp/Pimple/zipball/b734609e7928349247a1217c5461c8d41e898d2c",
  20. "reference": "b734609e7928349247a1217c5461c8d41e898d2c",
  21. "shasum": ""
  22. },
  23. "require": {
  24. "php": ">=5.3.0",
  25. "psr/container": "^1.0"
  26. },
  27. "require-dev": {
  28. "symfony/phpunit-bridge": "^3.2"
  29. },
  30. "type": "library",
  31. "extra": {
  32. "branch-alias": {
  33. "dev-master": "3.2.x-dev"
  34. }
  35. },
  36. "autoload": {
  37. "psr-0": {
  38. "Pimple": "src/"
  39. }
  40. },
  41. "notification-url": "https://packagist.org/downloads/",
  42. "license": [
  43. "MIT"
  44. ],
  45. "authors": [
  46. {
  47. "name": "Fabien Potencier",
  48. "email": "fabien@symfony.com"
  49. }
  50. ],
  51. "description": "Pimple, a simple Dependency Injection Container",
  52. "homepage": "http://pimple.sensiolabs.org",
  53. "keywords": [
  54. "container",
  55. "dependency injection"
  56. ],
  57. "time": "2017-07-23 07:32:49"
  58. },
  59. {
  60. "name": "psr/container",
  61. "version": "dev-master",
  62. "source": {
  63. "type": "git",
  64. "url": "https://github.com/php-fig/container.git",
  65. "reference": "2cc4a01788191489dc7459446ba832fa79a216a7"
  66. },
  67. "dist": {
  68. "type": "zip",
  69. "url": "https://api.github.com/repos/php-fig/container/zipball/2cc4a01788191489dc7459446ba832fa79a216a7",
  70. "reference": "2cc4a01788191489dc7459446ba832fa79a216a7",
  71. "shasum": ""
  72. },
  73. "require": {
  74. "php": ">=5.3.0"
  75. },
  76. "type": "library",
  77. "extra": {
  78. "branch-alias": {
  79. "dev-master": "1.0.x-dev"
  80. }
  81. },
  82. "autoload": {
  83. "psr-4": {
  84. "Psr\\Container\\": "src/"
  85. }
  86. },
  87. "notification-url": "https://packagist.org/downloads/",
  88. "license": [
  89. "MIT"
  90. ],
  91. "authors": [
  92. {
  93. "name": "PHP-FIG",
  94. "homepage": "http://www.php-fig.org/"
  95. }
  96. ],
  97. "description": "Common Container Interface (PHP FIG PSR-11)",
  98. "homepage": "https://github.com/php-fig/container",
  99. "keywords": [
  100. "PSR-11",
  101. "container",
  102. "container-interface",
  103. "container-interop",
  104. "psr"
  105. ],
  106. "time": "2017-06-28 15:35:32"
  107. },
  108. {
  109. "name": "psr/log",
  110. "version": "dev-master",
  111. "source": {
  112. "type": "git",
  113. "url": "https://github.com/php-fig/log.git",
  114. "reference": "4ebe3a8bf773a19edfe0a84b6585ba3d401b724d"
  115. },
  116. "dist": {
  117. "type": "zip",
  118. "url": "https://api.github.com/repos/php-fig/log/zipball/4ebe3a8bf773a19edfe0a84b6585ba3d401b724d",
  119. "reference": "4ebe3a8bf773a19edfe0a84b6585ba3d401b724d",
  120. "shasum": ""
  121. },
  122. "require": {
  123. "php": ">=5.3.0"
  124. },
  125. "type": "library",
  126. "extra": {
  127. "branch-alias": {
  128. "dev-master": "1.0.x-dev"
  129. }
  130. },
  131. "autoload": {
  132. "psr-4": {
  133. "Psr\\Log\\": "Psr/Log/"
  134. }
  135. },
  136. "notification-url": "https://packagist.org/downloads/",
  137. "license": [
  138. "MIT"
  139. ],
  140. "authors": [
  141. {
  142. "name": "PHP-FIG",
  143. "homepage": "http://www.php-fig.org/"
  144. }
  145. ],
  146. "description": "Common interface for logging libraries",
  147. "homepage": "https://github.com/php-fig/log",
  148. "keywords": [
  149. "log",
  150. "psr",
  151. "psr-3"
  152. ],
  153. "time": "2016-10-10 12:19:37"
  154. },
  155. {
  156. "name": "silex/silex",
  157. "version": "dev-master",
  158. "source": {
  159. "type": "git",
  160. "url": "https://github.com/silexphp/Silex.git",
  161. "reference": "af928237db79fa3fd0e624d80d863bc779231611"
  162. },
  163. "dist": {
  164. "type": "zip",
  165. "url": "https://api.github.com/repos/silexphp/Silex/zipball/af928237db79fa3fd0e624d80d863bc779231611",
  166. "reference": "af928237db79fa3fd0e624d80d863bc779231611",
  167. "shasum": ""
  168. },
  169. "require": {
  170. "php": ">=5.5.9",
  171. "pimple/pimple": "~3.0",
  172. "symfony/event-dispatcher": "~2.8|^3.0",
  173. "symfony/http-foundation": "~2.8|^3.0",
  174. "symfony/http-kernel": "~2.8|^3.0",
  175. "symfony/routing": "~2.8|^3.0"
  176. },
  177. "conflict": {
  178. "phpunit/phpunit": "<4.8.35 || >= 5.0, <5.4.3"
  179. },
  180. "replace": {
  181. "silex/api": "self.version",
  182. "silex/providers": "self.version"
  183. },
  184. "require-dev": {
  185. "doctrine/dbal": "~2.2",
  186. "monolog/monolog": "^1.4.1",
  187. "swiftmailer/swiftmailer": "~5",
  188. "symfony/asset": "~2.8|^3.0",
  189. "symfony/browser-kit": "~2.8|^3.0",
  190. "symfony/config": "~2.8|^3.0",
  191. "symfony/css-selector": "~2.8|^3.0",
  192. "symfony/debug": "~2.8|^3.0",
  193. "symfony/doctrine-bridge": "~2.8|^3.0",
  194. "symfony/dom-crawler": "~2.8|^3.0",
  195. "symfony/expression-language": "~2.8|^3.0",
  196. "symfony/finder": "~2.8|^3.0",
  197. "symfony/form": "~2.8|^3.0",
  198. "symfony/intl": "~2.8|^3.0",
  199. "symfony/monolog-bridge": "~2.8|^3.0",
  200. "symfony/options-resolver": "~2.8|^3.0",
  201. "symfony/phpunit-bridge": "^3.2",
  202. "symfony/process": "~2.8|^3.0",
  203. "symfony/security": "~2.8|^3.0",
  204. "symfony/serializer": "~2.8|^3.0",
  205. "symfony/translation": "~2.8|^3.0",
  206. "symfony/twig-bridge": "~2.8|^3.0",
  207. "symfony/validator": "~2.8|^3.0",
  208. "symfony/var-dumper": "~2.8|^3.0",
  209. "symfony/web-link": "^3.3",
  210. "twig/twig": "~1.28|~2.0"
  211. },
  212. "type": "library",
  213. "extra": {
  214. "branch-alias": {
  215. "dev-master": "2.2.x-dev"
  216. }
  217. },
  218. "autoload": {
  219. "psr-4": {
  220. "Silex\\": "src/Silex"
  221. }
  222. },
  223. "notification-url": "https://packagist.org/downloads/",
  224. "license": [
  225. "MIT"
  226. ],
  227. "authors": [
  228. {
  229. "name": "Fabien Potencier",
  230. "email": "fabien@symfony.com"
  231. },
  232. {
  233. "name": "Igor Wiedler",
  234. "email": "igor@wiedler.ch"
  235. }
  236. ],
  237. "description": "The PHP micro-framework based on the Symfony Components",
  238. "homepage": "http://silex.sensiolabs.org",
  239. "keywords": [
  240. "microframework"
  241. ],
  242. "time": "2017-07-23 07:42:19"
  243. },
  244. {
  245. "name": "symfony/debug",
  246. "version": "3.4.x-dev",
  247. "source": {
  248. "type": "git",
  249. "url": "https://github.com/symfony/debug.git",
  250. "reference": "50bda5b4b8641616d45254c6855bcd45f2f64187"
  251. },
  252. "dist": {
  253. "type": "zip",
  254. "url": "https://api.github.com/repos/symfony/debug/zipball/50bda5b4b8641616d45254c6855bcd45f2f64187",
  255. "reference": "50bda5b4b8641616d45254c6855bcd45f2f64187",
  256. "shasum": ""
  257. },
  258. "require": {
  259. "php": "^5.5.9|>=7.0.8",
  260. "psr/log": "~1.0"
  261. },
  262. "conflict": {
  263. "symfony/http-kernel": ">=2.3,<2.3.24|~2.4.0|>=2.5,<2.5.9|>=2.6,<2.6.2"
  264. },
  265. "require-dev": {
  266. "symfony/http-kernel": "~2.8|~3.0|~4.0"
  267. },
  268. "type": "library",
  269. "extra": {
  270. "branch-alias": {
  271. "dev-master": "3.4-dev"
  272. }
  273. },
  274. "autoload": {
  275. "psr-4": {
  276. "Symfony\\Component\\Debug\\": ""
  277. },
  278. "exclude-from-classmap": [
  279. "/Tests/"
  280. ]
  281. },
  282. "notification-url": "https://packagist.org/downloads/",
  283. "license": [
  284. "MIT"
  285. ],
  286. "authors": [
  287. {
  288. "name": "Fabien Potencier",
  289. "email": "fabien@symfony.com"
  290. },
  291. {
  292. "name": "Symfony Community",
  293. "homepage": "https://symfony.com/contributors"
  294. }
  295. ],
  296. "description": "Symfony Debug Component",
  297. "homepage": "https://symfony.com",
  298. "time": "2017-08-10 07:07:17"
  299. },
  300. {
  301. "name": "symfony/event-dispatcher",
  302. "version": "3.4.x-dev",
  303. "source": {
  304. "type": "git",
  305. "url": "https://github.com/symfony/event-dispatcher.git",
  306. "reference": "cd8b015f859e6b60933324db00067c2f060b4d18"
  307. },
  308. "dist": {
  309. "type": "zip",
  310. "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/cd8b015f859e6b60933324db00067c2f060b4d18",
  311. "reference": "cd8b015f859e6b60933324db00067c2f060b4d18",
  312. "shasum": ""
  313. },
  314. "require": {
  315. "php": "^5.5.9|>=7.0.8"
  316. },
  317. "conflict": {
  318. "symfony/dependency-injection": "<3.3"
  319. },
  320. "require-dev": {
  321. "psr/log": "~1.0",
  322. "symfony/config": "~2.8|~3.0|~4.0",
  323. "symfony/dependency-injection": "~3.3|~4.0",
  324. "symfony/expression-language": "~2.8|~3.0|~4.0",
  325. "symfony/stopwatch": "~2.8|~3.0|~4.0"
  326. },
  327. "suggest": {
  328. "symfony/dependency-injection": "",
  329. "symfony/http-kernel": ""
  330. },
  331. "type": "library",
  332. "extra": {
  333. "branch-alias": {
  334. "dev-master": "3.4-dev"
  335. }
  336. },
  337. "autoload": {
  338. "psr-4": {
  339. "Symfony\\Component\\EventDispatcher\\": ""
  340. },
  341. "exclude-from-classmap": [
  342. "/Tests/"
  343. ]
  344. },
  345. "notification-url": "https://packagist.org/downloads/",
  346. "license": [
  347. "MIT"
  348. ],
  349. "authors": [
  350. {
  351. "name": "Fabien Potencier",
  352. "email": "fabien@symfony.com"
  353. },
  354. {
  355. "name": "Symfony Community",
  356. "homepage": "https://symfony.com/contributors"
  357. }
  358. ],
  359. "description": "Symfony EventDispatcher Component",
  360. "homepage": "https://symfony.com",
  361. "time": "2017-08-03 09:34:20"
  362. },
  363. {
  364. "name": "symfony/http-foundation",
  365. "version": "3.4.x-dev",
  366. "source": {
  367. "type": "git",
  368. "url": "https://github.com/symfony/http-foundation.git",
  369. "reference": "b7e34ba2eb4d0ac9eb0c2d46b20d9136fde5fa66"
  370. },
  371. "dist": {
  372. "type": "zip",
  373. "url": "https://api.github.com/repos/symfony/http-foundation/zipball/b7e34ba2eb4d0ac9eb0c2d46b20d9136fde5fa66",
  374. "reference": "b7e34ba2eb4d0ac9eb0c2d46b20d9136fde5fa66",
  375. "shasum": ""
  376. },
  377. "require": {
  378. "php": "^5.5.9|>=7.0.8",
  379. "symfony/polyfill-mbstring": "~1.1"
  380. },
  381. "require-dev": {
  382. "symfony/expression-language": "~2.8|~3.0|~4.0"
  383. },
  384. "type": "library",
  385. "extra": {
  386. "branch-alias": {
  387. "dev-master": "3.4-dev"
  388. }
  389. },
  390. "autoload": {
  391. "psr-4": {
  392. "Symfony\\Component\\HttpFoundation\\": ""
  393. },
  394. "exclude-from-classmap": [
  395. "/Tests/"
  396. ]
  397. },
  398. "notification-url": "https://packagist.org/downloads/",
  399. "license": [
  400. "MIT"
  401. ],
  402. "authors": [
  403. {
  404. "name": "Fabien Potencier",
  405. "email": "fabien@symfony.com"
  406. },
  407. {
  408. "name": "Symfony Community",
  409. "homepage": "https://symfony.com/contributors"
  410. }
  411. ],
  412. "description": "Symfony HttpFoundation Component",
  413. "homepage": "https://symfony.com",
  414. "time": "2017-08-10 07:07:17"
  415. },
  416. {
  417. "name": "symfony/http-kernel",
  418. "version": "3.4.x-dev",
  419. "source": {
  420. "type": "git",
  421. "url": "https://github.com/symfony/http-kernel.git",
  422. "reference": "42dab8a691f7d0d00b496ba39202f017f286cec3"
  423. },
  424. "dist": {
  425. "type": "zip",
  426. "url": "https://api.github.com/repos/symfony/http-kernel/zipball/42dab8a691f7d0d00b496ba39202f017f286cec3",
  427. "reference": "42dab8a691f7d0d00b496ba39202f017f286cec3",
  428. "shasum": ""
  429. },
  430. "require": {
  431. "php": "^5.5.9|>=7.0.8",
  432. "psr/log": "~1.0",
  433. "symfony/debug": "~2.8|~3.0|~4.0",
  434. "symfony/event-dispatcher": "~2.8|~3.0|~4.0",
  435. "symfony/http-foundation": "~3.3|~4.0"
  436. },
  437. "conflict": {
  438. "symfony/config": "<2.8",
  439. "symfony/dependency-injection": "<3.4",
  440. "symfony/var-dumper": "<3.3",
  441. "twig/twig": "<1.34|<2.4,>=2"
  442. },
  443. "require-dev": {
  444. "psr/cache": "~1.0",
  445. "symfony/browser-kit": "~2.8|~3.0|~4.0",
  446. "symfony/class-loader": "~2.8|~3.0",
  447. "symfony/config": "~2.8|~3.0|~4.0",
  448. "symfony/console": "~2.8|~3.0|~4.0",
  449. "symfony/css-selector": "~2.8|~3.0|~4.0",
  450. "symfony/dependency-injection": "~3.4|~4.0",
  451. "symfony/dom-crawler": "~2.8|~3.0|~4.0",
  452. "symfony/expression-language": "~2.8|~3.0|~4.0",
  453. "symfony/finder": "~2.8|~3.0|~4.0",
  454. "symfony/process": "~2.8|~3.0|~4.0",
  455. "symfony/routing": "~2.8|~3.0|~4.0",
  456. "symfony/stopwatch": "~2.8|~3.0|~4.0",
  457. "symfony/templating": "~2.8|~3.0|~4.0",
  458. "symfony/translation": "~2.8|~3.0|~4.0",
  459. "symfony/var-dumper": "~3.3|~4.0"
  460. },
  461. "suggest": {
  462. "symfony/browser-kit": "",
  463. "symfony/config": "",
  464. "symfony/console": "",
  465. "symfony/dependency-injection": "",
  466. "symfony/finder": "",
  467. "symfony/var-dumper": ""
  468. },
  469. "type": "library",
  470. "extra": {
  471. "branch-alias": {
  472. "dev-master": "3.4-dev"
  473. }
  474. },
  475. "autoload": {
  476. "psr-4": {
  477. "Symfony\\Component\\HttpKernel\\": ""
  478. },
  479. "exclude-from-classmap": [
  480. "/Tests/"
  481. ]
  482. },
  483. "notification-url": "https://packagist.org/downloads/",
  484. "license": [
  485. "MIT"
  486. ],
  487. "authors": [
  488. {
  489. "name": "Fabien Potencier",
  490. "email": "fabien@symfony.com"
  491. },
  492. {
  493. "name": "Symfony Community",
  494. "homepage": "https://symfony.com/contributors"
  495. }
  496. ],
  497. "description": "Symfony HttpKernel Component",
  498. "homepage": "https://symfony.com",
  499. "time": "2017-08-09 16:53:01"
  500. },
  501. {
  502. "name": "symfony/polyfill-mbstring",
  503. "version": "dev-master",
  504. "source": {
  505. "type": "git",
  506. "url": "https://github.com/symfony/polyfill-mbstring.git",
  507. "reference": "7c8fae0ac1d216eb54349e6a8baa57d515fe8803"
  508. },
  509. "dist": {
  510. "type": "zip",
  511. "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/7c8fae0ac1d216eb54349e6a8baa57d515fe8803",
  512. "reference": "7c8fae0ac1d216eb54349e6a8baa57d515fe8803",
  513. "shasum": ""
  514. },
  515. "require": {
  516. "php": ">=5.3.3"
  517. },
  518. "suggest": {
  519. "ext-mbstring": "For best performance"
  520. },
  521. "type": "library",
  522. "extra": {
  523. "branch-alias": {
  524. "dev-master": "1.5-dev"
  525. }
  526. },
  527. "autoload": {
  528. "psr-4": {
  529. "Symfony\\Polyfill\\Mbstring\\": ""
  530. },
  531. "files": [
  532. "bootstrap.php"
  533. ]
  534. },
  535. "notification-url": "https://packagist.org/downloads/",
  536. "license": [
  537. "MIT"
  538. ],
  539. "authors": [
  540. {
  541. "name": "Nicolas Grekas",
  542. "email": "p@tchwork.com"
  543. },
  544. {
  545. "name": "Symfony Community",
  546. "homepage": "https://symfony.com/contributors"
  547. }
  548. ],
  549. "description": "Symfony polyfill for the Mbstring extension",
  550. "homepage": "https://symfony.com",
  551. "keywords": [
  552. "compatibility",
  553. "mbstring",
  554. "polyfill",
  555. "portable",
  556. "shim"
  557. ],
  558. "time": "2017-06-14 15:44:48"
  559. },
  560. {
  561. "name": "symfony/routing",
  562. "version": "3.4.x-dev",
  563. "source": {
  564. "type": "git",
  565. "url": "https://github.com/symfony/routing.git",
  566. "reference": "1513f0bec2de03bee38a23a262bae9bfae4a5c26"
  567. },
  568. "dist": {
  569. "type": "zip",
  570. "url": "https://api.github.com/repos/symfony/routing/zipball/1513f0bec2de03bee38a23a262bae9bfae4a5c26",
  571. "reference": "1513f0bec2de03bee38a23a262bae9bfae4a5c26",
  572. "shasum": ""
  573. },
  574. "require": {
  575. "php": "^5.5.9|>=7.0.8"
  576. },
  577. "conflict": {
  578. "symfony/config": "<2.8",
  579. "symfony/dependency-injection": "<3.3",
  580. "symfony/yaml": "<3.3"
  581. },
  582. "require-dev": {
  583. "doctrine/annotations": "~1.0",
  584. "doctrine/common": "~2.2",
  585. "psr/log": "~1.0",
  586. "symfony/config": "~2.8|~3.0|~4.0",
  587. "symfony/dependency-injection": "~3.3|~4.0",
  588. "symfony/expression-language": "~2.8|~3.0|~4.0",
  589. "symfony/http-foundation": "~2.8|~3.0|~4.0",
  590. "symfony/yaml": "~3.3|~4.0"
  591. },
  592. "suggest": {
  593. "doctrine/annotations": "For using the annotation loader",
  594. "symfony/config": "For using the all-in-one router or any loader",
  595. "symfony/dependency-injection": "For loading routes from a service",
  596. "symfony/expression-language": "For using expression matching",
  597. "symfony/http-foundation": "For using a Symfony Request object",
  598. "symfony/yaml": "For using the YAML loader"
  599. },
  600. "type": "library",
  601. "extra": {
  602. "branch-alias": {
  603. "dev-master": "3.4-dev"
  604. }
  605. },
  606. "autoload": {
  607. "psr-4": {
  608. "Symfony\\Component\\Routing\\": ""
  609. },
  610. "exclude-from-classmap": [
  611. "/Tests/"
  612. ]
  613. },
  614. "notification-url": "https://packagist.org/downloads/",
  615. "license": [
  616. "MIT"
  617. ],
  618. "authors": [
  619. {
  620. "name": "Fabien Potencier",
  621. "email": "fabien@symfony.com"
  622. },
  623. {
  624. "name": "Symfony Community",
  625. "homepage": "https://symfony.com/contributors"
  626. }
  627. ],
  628. "description": "Symfony Routing Component",
  629. "homepage": "https://symfony.com",
  630. "keywords": [
  631. "router",
  632. "routing",
  633. "uri",
  634. "url"
  635. ],
  636. "time": "2017-08-03 09:34:20"
  637. }
  638. ],
  639. "packages-dev": [],
  640. "aliases": [],
  641. "minimum-stability": "dev",
  642. "stability-flags": [],
  643. "prefer-stable": false,
  644. "prefer-lowest": false,
  645. "platform": [],
  646. "platform-dev": []
  647. }