composer.lock 19 KB

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