composer.lock 20 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567
  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. "hash": "0cef8e455a5b99f76246934c54fb0b18",
  8. "content-hash": "bcccad4b8962ec6793031384b3b2fc97",
  9. "packages": [
  10. {
  11. "name": "pimple/pimple",
  12. "version": "v1.1.1",
  13. "source": {
  14. "type": "git",
  15. "url": "https://github.com/silexphp/Pimple.git",
  16. "reference": "2019c145fe393923f3441b23f29bbdfaa5c58c4d"
  17. },
  18. "dist": {
  19. "type": "zip",
  20. "url": "https://api.github.com/repos/silexphp/Pimple/zipball/2019c145fe393923f3441b23f29bbdfaa5c58c4d",
  21. "reference": "2019c145fe393923f3441b23f29bbdfaa5c58c4d",
  22. "shasum": ""
  23. },
  24. "require": {
  25. "php": ">=5.3.0"
  26. },
  27. "type": "library",
  28. "extra": {
  29. "branch-alias": {
  30. "dev-master": "1.1.x-dev"
  31. }
  32. },
  33. "autoload": {
  34. "psr-0": {
  35. "Pimple": "lib/"
  36. }
  37. },
  38. "notification-url": "https://packagist.org/downloads/",
  39. "license": [
  40. "MIT"
  41. ],
  42. "authors": [
  43. {
  44. "name": "Fabien Potencier",
  45. "email": "fabien@symfony.com"
  46. }
  47. ],
  48. "description": "Pimple is a simple Dependency Injection Container for PHP 5.3",
  49. "homepage": "http://pimple.sensiolabs.org",
  50. "keywords": [
  51. "container",
  52. "dependency injection"
  53. ],
  54. "time": "2013-11-22 08:30:29"
  55. },
  56. {
  57. "name": "psr/log",
  58. "version": "1.0.0",
  59. "source": {
  60. "type": "git",
  61. "url": "https://github.com/php-fig/log.git",
  62. "reference": "fe0936ee26643249e916849d48e3a51d5f5e278b"
  63. },
  64. "dist": {
  65. "type": "zip",
  66. "url": "https://api.github.com/repos/php-fig/log/zipball/fe0936ee26643249e916849d48e3a51d5f5e278b",
  67. "reference": "fe0936ee26643249e916849d48e3a51d5f5e278b",
  68. "shasum": ""
  69. },
  70. "type": "library",
  71. "autoload": {
  72. "psr-0": {
  73. "Psr\\Log\\": ""
  74. }
  75. },
  76. "notification-url": "https://packagist.org/downloads/",
  77. "license": [
  78. "MIT"
  79. ],
  80. "authors": [
  81. {
  82. "name": "PHP-FIG",
  83. "homepage": "http://www.php-fig.org/"
  84. }
  85. ],
  86. "description": "Common interface for logging libraries",
  87. "keywords": [
  88. "log",
  89. "psr",
  90. "psr-3"
  91. ],
  92. "time": "2012-12-21 11:40:51"
  93. },
  94. {
  95. "name": "silex/silex",
  96. "version": "v1.2.5",
  97. "source": {
  98. "type": "git",
  99. "url": "https://github.com/silexphp/Silex.git",
  100. "reference": "ce75b98d82d4c509802e63005c618392db17afef"
  101. },
  102. "dist": {
  103. "type": "zip",
  104. "url": "https://api.github.com/repos/silexphp/Silex/zipball/ce75b98d82d4c509802e63005c618392db17afef",
  105. "reference": "ce75b98d82d4c509802e63005c618392db17afef",
  106. "shasum": ""
  107. },
  108. "require": {
  109. "php": ">=5.3.3",
  110. "pimple/pimple": "~1.0",
  111. "symfony/event-dispatcher": "~2.3,<2.7",
  112. "symfony/http-foundation": "~2.3,<2.7",
  113. "symfony/http-kernel": "~2.3,<2.7",
  114. "symfony/routing": "~2.3,<2.7"
  115. },
  116. "require-dev": {
  117. "doctrine/dbal": "~2.2",
  118. "monolog/monolog": "~1.4,>=1.4.1",
  119. "swiftmailer/swiftmailer": "5.*",
  120. "symfony/browser-kit": "~2.3,<2.7",
  121. "symfony/config": "~2.3,<2.7",
  122. "symfony/css-selector": "~2.3,<2.7",
  123. "symfony/debug": "~2.3,<2.7",
  124. "symfony/dom-crawler": "~2.3,<2.7",
  125. "symfony/finder": "~2.3,<2.7",
  126. "symfony/form": "~2.3,<2.7",
  127. "symfony/locale": "~2.3,<2.7",
  128. "symfony/monolog-bridge": "~2.3,<2.7",
  129. "symfony/options-resolver": "~2.3,<2.7",
  130. "symfony/process": "~2.3,<2.7",
  131. "symfony/security": "~2.3,<2.7",
  132. "symfony/serializer": "~2.3,<2.7",
  133. "symfony/translation": "~2.3,<2.7",
  134. "symfony/twig-bridge": "~2.3,<2.7",
  135. "symfony/validator": "~2.3,<2.7",
  136. "twig/twig": ">=1.8.0,<2.0-dev"
  137. },
  138. "suggest": {
  139. "symfony/browser-kit": "~2.3",
  140. "symfony/css-selector": "~2.3",
  141. "symfony/dom-crawler": "~2.3",
  142. "symfony/form": "~2.3"
  143. },
  144. "type": "library",
  145. "extra": {
  146. "branch-alias": {
  147. "dev-master": "1.2.x-dev"
  148. }
  149. },
  150. "autoload": {
  151. "psr-0": {
  152. "Silex": "src/"
  153. }
  154. },
  155. "notification-url": "https://packagist.org/downloads/",
  156. "license": [
  157. "MIT"
  158. ],
  159. "authors": [
  160. {
  161. "name": "Fabien Potencier",
  162. "email": "fabien@symfony.com"
  163. },
  164. {
  165. "name": "Igor Wiedler",
  166. "email": "igor@wiedler.ch"
  167. }
  168. ],
  169. "description": "The PHP micro-framework based on the Symfony2 Components",
  170. "homepage": "http://silex.sensiolabs.org",
  171. "keywords": [
  172. "microframework"
  173. ],
  174. "time": "2015-06-04 21:24:58"
  175. },
  176. {
  177. "name": "symfony/debug",
  178. "version": "v2.6.12",
  179. "target-dir": "Symfony/Component/Debug",
  180. "source": {
  181. "type": "git",
  182. "url": "https://github.com/symfony/debug.git",
  183. "reference": "fca5696e0c9787722baa8f2ad6940dfd7a6a6941"
  184. },
  185. "dist": {
  186. "type": "zip",
  187. "url": "https://api.github.com/repos/symfony/debug/zipball/fca5696e0c9787722baa8f2ad6940dfd7a6a6941",
  188. "reference": "fca5696e0c9787722baa8f2ad6940dfd7a6a6941",
  189. "shasum": ""
  190. },
  191. "require": {
  192. "php": ">=5.3.3",
  193. "psr/log": "~1.0"
  194. },
  195. "conflict": {
  196. "symfony/http-kernel": ">=2.3,<2.3.24|~2.4.0|>=2.5,<2.5.9|>=2.6,<2.6.2"
  197. },
  198. "require-dev": {
  199. "symfony/class-loader": "~2.2",
  200. "symfony/http-foundation": "~2.1",
  201. "symfony/http-kernel": "~2.3.24|~2.5.9|~2.6,>=2.6.2",
  202. "symfony/phpunit-bridge": "~2.7"
  203. },
  204. "suggest": {
  205. "symfony/http-foundation": "",
  206. "symfony/http-kernel": ""
  207. },
  208. "type": "library",
  209. "extra": {
  210. "branch-alias": {
  211. "dev-master": "2.6-dev"
  212. }
  213. },
  214. "autoload": {
  215. "psr-0": {
  216. "Symfony\\Component\\Debug\\": ""
  217. }
  218. },
  219. "notification-url": "https://packagist.org/downloads/",
  220. "license": [
  221. "MIT"
  222. ],
  223. "authors": [
  224. {
  225. "name": "Fabien Potencier",
  226. "email": "fabien@symfony.com"
  227. },
  228. {
  229. "name": "Symfony Community",
  230. "homepage": "https://symfony.com/contributors"
  231. }
  232. ],
  233. "description": "Symfony Debug Component",
  234. "homepage": "https://symfony.com",
  235. "time": "2015-07-08 05:59:48"
  236. },
  237. {
  238. "name": "symfony/event-dispatcher",
  239. "version": "v2.6.12",
  240. "target-dir": "Symfony/Component/EventDispatcher",
  241. "source": {
  242. "type": "git",
  243. "url": "https://github.com/symfony/event-dispatcher.git",
  244. "reference": "672593bc4b0043a0acf91903bb75a1c82d8f2e02"
  245. },
  246. "dist": {
  247. "type": "zip",
  248. "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/672593bc4b0043a0acf91903bb75a1c82d8f2e02",
  249. "reference": "672593bc4b0043a0acf91903bb75a1c82d8f2e02",
  250. "shasum": ""
  251. },
  252. "require": {
  253. "php": ">=5.3.3"
  254. },
  255. "require-dev": {
  256. "psr/log": "~1.0",
  257. "symfony/config": "~2.0,>=2.0.5",
  258. "symfony/dependency-injection": "~2.6",
  259. "symfony/expression-language": "~2.6",
  260. "symfony/phpunit-bridge": "~2.7",
  261. "symfony/stopwatch": "~2.3"
  262. },
  263. "suggest": {
  264. "symfony/dependency-injection": "",
  265. "symfony/http-kernel": ""
  266. },
  267. "type": "library",
  268. "extra": {
  269. "branch-alias": {
  270. "dev-master": "2.6-dev"
  271. }
  272. },
  273. "autoload": {
  274. "psr-0": {
  275. "Symfony\\Component\\EventDispatcher\\": ""
  276. }
  277. },
  278. "notification-url": "https://packagist.org/downloads/",
  279. "license": [
  280. "MIT"
  281. ],
  282. "authors": [
  283. {
  284. "name": "Fabien Potencier",
  285. "email": "fabien@symfony.com"
  286. },
  287. {
  288. "name": "Symfony Community",
  289. "homepage": "https://symfony.com/contributors"
  290. }
  291. ],
  292. "description": "Symfony EventDispatcher Component",
  293. "homepage": "https://symfony.com",
  294. "time": "2015-05-02 15:18:45"
  295. },
  296. {
  297. "name": "symfony/http-foundation",
  298. "version": "v2.6.12",
  299. "target-dir": "Symfony/Component/HttpFoundation",
  300. "source": {
  301. "type": "git",
  302. "url": "https://github.com/symfony/http-foundation.git",
  303. "reference": "e8fd1b73ac1c3de1f76c73801ddf1a8ecb1c1c9c"
  304. },
  305. "dist": {
  306. "type": "zip",
  307. "url": "https://api.github.com/repos/symfony/http-foundation/zipball/e8fd1b73ac1c3de1f76c73801ddf1a8ecb1c1c9c",
  308. "reference": "e8fd1b73ac1c3de1f76c73801ddf1a8ecb1c1c9c",
  309. "shasum": ""
  310. },
  311. "require": {
  312. "php": ">=5.3.3"
  313. },
  314. "require-dev": {
  315. "symfony/expression-language": "~2.4",
  316. "symfony/phpunit-bridge": "~2.7"
  317. },
  318. "type": "library",
  319. "extra": {
  320. "branch-alias": {
  321. "dev-master": "2.6-dev"
  322. }
  323. },
  324. "autoload": {
  325. "psr-0": {
  326. "Symfony\\Component\\HttpFoundation\\": ""
  327. },
  328. "classmap": [
  329. "Symfony/Component/HttpFoundation/Resources/stubs"
  330. ]
  331. },
  332. "notification-url": "https://packagist.org/downloads/",
  333. "license": [
  334. "MIT"
  335. ],
  336. "authors": [
  337. {
  338. "name": "Fabien Potencier",
  339. "email": "fabien@symfony.com"
  340. },
  341. {
  342. "name": "Symfony Community",
  343. "homepage": "https://symfony.com/contributors"
  344. }
  345. ],
  346. "description": "Symfony HttpFoundation Component",
  347. "homepage": "https://symfony.com",
  348. "time": "2015-07-22 10:08:40"
  349. },
  350. {
  351. "name": "symfony/http-kernel",
  352. "version": "v2.6.12",
  353. "target-dir": "Symfony/Component/HttpKernel",
  354. "source": {
  355. "type": "git",
  356. "url": "https://github.com/symfony/http-kernel.git",
  357. "reference": "498866a8ca0bcbcd3f3824b1520fa568ff7ca3b6"
  358. },
  359. "dist": {
  360. "type": "zip",
  361. "url": "https://api.github.com/repos/symfony/http-kernel/zipball/498866a8ca0bcbcd3f3824b1520fa568ff7ca3b6",
  362. "reference": "498866a8ca0bcbcd3f3824b1520fa568ff7ca3b6",
  363. "shasum": ""
  364. },
  365. "require": {
  366. "php": ">=5.3.3",
  367. "psr/log": "~1.0",
  368. "symfony/debug": "~2.6,>=2.6.2",
  369. "symfony/event-dispatcher": "~2.6,>=2.6.7",
  370. "symfony/http-foundation": "~2.5,>=2.5.4"
  371. },
  372. "require-dev": {
  373. "symfony/browser-kit": "~2.3",
  374. "symfony/class-loader": "~2.1",
  375. "symfony/config": "~2.0,>=2.0.5",
  376. "symfony/console": "~2.3",
  377. "symfony/css-selector": "~2.0,>=2.0.5",
  378. "symfony/dependency-injection": "~2.2",
  379. "symfony/dom-crawler": "~2.0,>=2.0.5",
  380. "symfony/expression-language": "~2.4",
  381. "symfony/finder": "~2.0,>=2.0.5",
  382. "symfony/phpunit-bridge": "~2.7",
  383. "symfony/process": "~2.0,>=2.0.5",
  384. "symfony/routing": "~2.2",
  385. "symfony/stopwatch": "~2.3",
  386. "symfony/templating": "~2.2",
  387. "symfony/translation": "~2.0,>=2.0.5",
  388. "symfony/var-dumper": "~2.6"
  389. },
  390. "suggest": {
  391. "symfony/browser-kit": "",
  392. "symfony/class-loader": "",
  393. "symfony/config": "",
  394. "symfony/console": "",
  395. "symfony/dependency-injection": "",
  396. "symfony/finder": "",
  397. "symfony/var-dumper": ""
  398. },
  399. "type": "library",
  400. "extra": {
  401. "branch-alias": {
  402. "dev-master": "2.6-dev"
  403. }
  404. },
  405. "autoload": {
  406. "psr-0": {
  407. "Symfony\\Component\\HttpKernel\\": ""
  408. }
  409. },
  410. "notification-url": "https://packagist.org/downloads/",
  411. "license": [
  412. "MIT"
  413. ],
  414. "authors": [
  415. {
  416. "name": "Fabien Potencier",
  417. "email": "fabien@symfony.com"
  418. },
  419. {
  420. "name": "Symfony Community",
  421. "homepage": "https://symfony.com/contributors"
  422. }
  423. ],
  424. "description": "Symfony HttpKernel Component",
  425. "homepage": "https://symfony.com",
  426. "time": "2015-11-23 11:37:53"
  427. },
  428. {
  429. "name": "symfony/routing",
  430. "version": "v2.6.12",
  431. "target-dir": "Symfony/Component/Routing",
  432. "source": {
  433. "type": "git",
  434. "url": "https://github.com/symfony/routing.git",
  435. "reference": "0a1764d41bbb54f3864808c50569ac382b44d128"
  436. },
  437. "dist": {
  438. "type": "zip",
  439. "url": "https://api.github.com/repos/symfony/routing/zipball/0a1764d41bbb54f3864808c50569ac382b44d128",
  440. "reference": "0a1764d41bbb54f3864808c50569ac382b44d128",
  441. "shasum": ""
  442. },
  443. "require": {
  444. "php": ">=5.3.3"
  445. },
  446. "require-dev": {
  447. "doctrine/annotations": "~1.0",
  448. "doctrine/common": "~2.2",
  449. "psr/log": "~1.0",
  450. "symfony/config": "~2.2",
  451. "symfony/expression-language": "~2.4",
  452. "symfony/http-foundation": "~2.3",
  453. "symfony/phpunit-bridge": "~2.7",
  454. "symfony/yaml": "~2.0,>=2.0.5"
  455. },
  456. "suggest": {
  457. "doctrine/annotations": "For using the annotation loader",
  458. "symfony/config": "For using the all-in-one router or any loader",
  459. "symfony/expression-language": "For using expression matching",
  460. "symfony/yaml": "For using the YAML loader"
  461. },
  462. "type": "library",
  463. "extra": {
  464. "branch-alias": {
  465. "dev-master": "2.6-dev"
  466. }
  467. },
  468. "autoload": {
  469. "psr-0": {
  470. "Symfony\\Component\\Routing\\": ""
  471. }
  472. },
  473. "notification-url": "https://packagist.org/downloads/",
  474. "license": [
  475. "MIT"
  476. ],
  477. "authors": [
  478. {
  479. "name": "Fabien Potencier",
  480. "email": "fabien@symfony.com"
  481. },
  482. {
  483. "name": "Symfony Community",
  484. "homepage": "https://symfony.com/contributors"
  485. }
  486. ],
  487. "description": "Symfony Routing Component",
  488. "homepage": "https://symfony.com",
  489. "keywords": [
  490. "router",
  491. "routing",
  492. "uri",
  493. "url"
  494. ],
  495. "time": "2015-07-09 16:02:48"
  496. },
  497. {
  498. "name": "twig/twig",
  499. "version": "v1.21.2",
  500. "source": {
  501. "type": "git",
  502. "url": "https://github.com/twigphp/Twig.git",
  503. "reference": "ddce1136beb8db29b9cd7dffa8ab518b978c9db3"
  504. },
  505. "dist": {
  506. "type": "zip",
  507. "url": "https://api.github.com/repos/twigphp/Twig/zipball/ddce1136beb8db29b9cd7dffa8ab518b978c9db3",
  508. "reference": "ddce1136beb8db29b9cd7dffa8ab518b978c9db3",
  509. "shasum": ""
  510. },
  511. "require": {
  512. "php": ">=5.2.7"
  513. },
  514. "require-dev": {
  515. "symfony/debug": "~2.7",
  516. "symfony/phpunit-bridge": "~2.7"
  517. },
  518. "type": "library",
  519. "extra": {
  520. "branch-alias": {
  521. "dev-master": "1.21-dev"
  522. }
  523. },
  524. "autoload": {
  525. "psr-0": {
  526. "Twig_": "lib/"
  527. }
  528. },
  529. "notification-url": "https://packagist.org/downloads/",
  530. "license": [
  531. "BSD-3-Clause"
  532. ],
  533. "authors": [
  534. {
  535. "name": "Fabien Potencier",
  536. "email": "fabien@symfony.com",
  537. "homepage": "http://fabien.potencier.org",
  538. "role": "Lead Developer"
  539. },
  540. {
  541. "name": "Armin Ronacher",
  542. "email": "armin.ronacher@active-4.com",
  543. "role": "Project Founder"
  544. },
  545. {
  546. "name": "Twig Team",
  547. "homepage": "http://twig.sensiolabs.org/contributors",
  548. "role": "Contributors"
  549. }
  550. ],
  551. "description": "Twig, the flexible, fast, and secure template language for PHP",
  552. "homepage": "http://twig.sensiolabs.org",
  553. "keywords": [
  554. "templating"
  555. ],
  556. "time": "2015-09-09 05:28:51"
  557. }
  558. ],
  559. "packages-dev": [],
  560. "aliases": [],
  561. "minimum-stability": "stable",
  562. "stability-flags": [],
  563. "prefer-stable": false,
  564. "prefer-lowest": false,
  565. "platform": [],
  566. "platform-dev": []
  567. }