composer.lock 24 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682
  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": "ce615cd32888882a847c5b6e3107b561",
  7. "packages": [
  8. {
  9. "name": "behat/behat",
  10. "version": "2.5.x-dev",
  11. "source": {
  12. "type": "git",
  13. "url": "https://github.com/Behat/Behat.git",
  14. "reference": "a12154aae8a09248637fbca8ef3b2ef2ac71f2aa"
  15. },
  16. "dist": {
  17. "type": "zip",
  18. "url": "https://api.github.com/repos/Behat/Behat/zipball/a12154aae8a09248637fbca8ef3b2ef2ac71f2aa",
  19. "reference": "a12154aae8a09248637fbca8ef3b2ef2ac71f2aa",
  20. "shasum": ""
  21. },
  22. "require": {
  23. "behat/gherkin": "~2.3.0",
  24. "php": ">=5.3.1",
  25. "symfony/config": "~2.0",
  26. "symfony/console": "~2.0",
  27. "symfony/dependency-injection": "~2.0",
  28. "symfony/event-dispatcher": "~2.0",
  29. "symfony/finder": "~2.0",
  30. "symfony/translation": "~2.0",
  31. "symfony/yaml": "~2.0"
  32. },
  33. "require-dev": {
  34. "phpunit/phpunit": "~3.7.19"
  35. },
  36. "suggest": {
  37. "behat/mink-extension": "for integration with Mink testing framework",
  38. "behat/symfony2-extension": "for integration with Symfony2 web framework",
  39. "behat/yii-extension": "for integration with Yii web framework"
  40. },
  41. "bin": [
  42. "bin/behat"
  43. ],
  44. "type": "library",
  45. "autoload": {
  46. "psr-0": {
  47. "Behat\\Behat": "src/"
  48. }
  49. },
  50. "notification-url": "https://packagist.org/downloads/",
  51. "license": [
  52. "MIT"
  53. ],
  54. "authors": [
  55. {
  56. "name": "Konstantin Kudryashov",
  57. "email": "ever.zet@gmail.com",
  58. "homepage": "http://everzet.com"
  59. }
  60. ],
  61. "description": "Scenario-oriented BDD framework for PHP 5.3",
  62. "homepage": "http://behat.org/",
  63. "keywords": [
  64. "BDD",
  65. "Behat",
  66. "Symfony2"
  67. ],
  68. "time": "2014-02-12 17:03:46"
  69. },
  70. {
  71. "name": "behat/gherkin",
  72. "version": "2.3.x-dev",
  73. "source": {
  74. "type": "git",
  75. "url": "https://github.com/Behat/Gherkin.git",
  76. "reference": "2b33963da5525400573560c173ab5c9c057e1852"
  77. },
  78. "dist": {
  79. "type": "zip",
  80. "url": "https://api.github.com/repos/Behat/Gherkin/zipball/2b33963da5525400573560c173ab5c9c057e1852",
  81. "reference": "2b33963da5525400573560c173ab5c9c057e1852",
  82. "shasum": ""
  83. },
  84. "require": {
  85. "php": ">=5.3.1",
  86. "symfony/finder": "~2.0"
  87. },
  88. "require-dev": {
  89. "symfony/config": "~2.0",
  90. "symfony/translation": "~2.0",
  91. "symfony/yaml": "~2.0"
  92. },
  93. "suggest": {
  94. "symfony/config": "If you want to use Config component to manage resources",
  95. "symfony/translation": "If you want to use Symfony2 translations adapter",
  96. "symfony/yaml": "If you want to parse features, represented in YAML files"
  97. },
  98. "type": "library",
  99. "extra": {
  100. "branch-alias": {
  101. "dev-develop": "2.2-dev"
  102. }
  103. },
  104. "autoload": {
  105. "psr-0": {
  106. "Behat\\Gherkin": "src/"
  107. }
  108. },
  109. "notification-url": "https://packagist.org/downloads/",
  110. "license": [
  111. "MIT"
  112. ],
  113. "authors": [
  114. {
  115. "name": "Konstantin Kudryashov",
  116. "email": "ever.zet@gmail.com",
  117. "homepage": "http://everzet.com"
  118. }
  119. ],
  120. "description": "Gherkin DSL parser for PHP 5.3",
  121. "homepage": "http://behat.org/",
  122. "keywords": [
  123. "BDD",
  124. "Behat",
  125. "DSL",
  126. "Symfony2",
  127. "parser"
  128. ],
  129. "time": "2013-10-15 11:22:17"
  130. },
  131. {
  132. "name": "behat/mink",
  133. "version": "dev-master",
  134. "source": {
  135. "type": "git",
  136. "url": "https://github.com/Behat/Mink.git",
  137. "reference": "53b48cbafa2d1112c0158b4f44bce6d7d414c265"
  138. },
  139. "dist": {
  140. "type": "zip",
  141. "url": "https://api.github.com/repos/Behat/Mink/zipball/53b48cbafa2d1112c0158b4f44bce6d7d414c265",
  142. "reference": "53b48cbafa2d1112c0158b4f44bce6d7d414c265",
  143. "shasum": ""
  144. },
  145. "require": {
  146. "php": ">=5.3.1",
  147. "symfony/css-selector": "~2.0"
  148. },
  149. "suggest": {
  150. "behat/mink-browserkit-driver": "extremely fast headless driver for Symfony\\Kernel-based apps (Sf2, Silex)",
  151. "behat/mink-goutte-driver": "fast headless driver for any app without JS emulation",
  152. "behat/mink-selenium2-driver": "slow, but JS-enabled driver for any app (requires Selenium2)",
  153. "behat/mink-zombie-driver": "fast and JS-enabled headless driver for any app (requires node.js)"
  154. },
  155. "type": "library",
  156. "extra": {
  157. "branch-alias": {
  158. "dev-master": "1.6.x-dev"
  159. }
  160. },
  161. "autoload": {
  162. "psr-0": {
  163. "Behat\\Mink": "src/"
  164. }
  165. },
  166. "notification-url": "https://packagist.org/downloads/",
  167. "license": [
  168. "MIT"
  169. ],
  170. "authors": [
  171. {
  172. "name": "Konstantin Kudryashov",
  173. "email": "ever.zet@gmail.com",
  174. "homepage": "http://everzet.com"
  175. }
  176. ],
  177. "description": "Web acceptance testing framework for PHP 5.3",
  178. "homepage": "http://mink.behat.org/",
  179. "keywords": [
  180. "browser",
  181. "testing",
  182. "web"
  183. ],
  184. "time": "2014-02-25 22:17:00"
  185. },
  186. {
  187. "name": "symfony/config",
  188. "version": "dev-master",
  189. "target-dir": "Symfony/Component/Config",
  190. "source": {
  191. "type": "git",
  192. "url": "https://github.com/symfony/Config.git",
  193. "reference": "7678c61416966017feb83f2e0b648aa74d359343"
  194. },
  195. "dist": {
  196. "type": "zip",
  197. "url": "https://api.github.com/repos/symfony/Config/zipball/7678c61416966017feb83f2e0b648aa74d359343",
  198. "reference": "7678c61416966017feb83f2e0b648aa74d359343",
  199. "shasum": ""
  200. },
  201. "require": {
  202. "php": ">=5.3.3",
  203. "symfony/filesystem": "~2.3"
  204. },
  205. "type": "library",
  206. "extra": {
  207. "branch-alias": {
  208. "dev-master": "2.5-dev"
  209. }
  210. },
  211. "autoload": {
  212. "psr-0": {
  213. "Symfony\\Component\\Config\\": ""
  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. "homepage": "http://fabien.potencier.org",
  225. "role": "Lead Developer"
  226. },
  227. {
  228. "name": "Symfony Community",
  229. "homepage": "http://symfony.com/contributors"
  230. }
  231. ],
  232. "description": "Symfony Config Component",
  233. "homepage": "http://symfony.com",
  234. "time": "2014-03-03 12:53:01"
  235. },
  236. {
  237. "name": "symfony/console",
  238. "version": "dev-master",
  239. "target-dir": "Symfony/Component/Console",
  240. "source": {
  241. "type": "git",
  242. "url": "https://github.com/symfony/Console.git",
  243. "reference": "563254c27e37efb65aae587286602ae6f5f18acd"
  244. },
  245. "dist": {
  246. "type": "zip",
  247. "url": "https://api.github.com/repos/symfony/Console/zipball/563254c27e37efb65aae587286602ae6f5f18acd",
  248. "reference": "563254c27e37efb65aae587286602ae6f5f18acd",
  249. "shasum": ""
  250. },
  251. "require": {
  252. "php": ">=5.3.3"
  253. },
  254. "require-dev": {
  255. "symfony/event-dispatcher": "~2.1"
  256. },
  257. "suggest": {
  258. "symfony/event-dispatcher": ""
  259. },
  260. "type": "library",
  261. "extra": {
  262. "branch-alias": {
  263. "dev-master": "2.5-dev"
  264. }
  265. },
  266. "autoload": {
  267. "psr-0": {
  268. "Symfony\\Component\\Console\\": ""
  269. }
  270. },
  271. "notification-url": "https://packagist.org/downloads/",
  272. "license": [
  273. "MIT"
  274. ],
  275. "authors": [
  276. {
  277. "name": "Fabien Potencier",
  278. "email": "fabien@symfony.com",
  279. "homepage": "http://fabien.potencier.org",
  280. "role": "Lead Developer"
  281. },
  282. {
  283. "name": "Symfony Community",
  284. "homepage": "http://symfony.com/contributors"
  285. }
  286. ],
  287. "description": "Symfony Console Component",
  288. "homepage": "http://symfony.com",
  289. "time": "2014-03-03 13:53:19"
  290. },
  291. {
  292. "name": "symfony/css-selector",
  293. "version": "dev-master",
  294. "target-dir": "Symfony/Component/CssSelector",
  295. "source": {
  296. "type": "git",
  297. "url": "https://github.com/symfony/CssSelector.git",
  298. "reference": "b1b2c6f82b30066bb6aa08ba5ac4c03a87041ca0"
  299. },
  300. "dist": {
  301. "type": "zip",
  302. "url": "https://api.github.com/repos/symfony/CssSelector/zipball/b1b2c6f82b30066bb6aa08ba5ac4c03a87041ca0",
  303. "reference": "b1b2c6f82b30066bb6aa08ba5ac4c03a87041ca0",
  304. "shasum": ""
  305. },
  306. "require": {
  307. "php": ">=5.3.3"
  308. },
  309. "type": "library",
  310. "extra": {
  311. "branch-alias": {
  312. "dev-master": "2.5-dev"
  313. }
  314. },
  315. "autoload": {
  316. "psr-0": {
  317. "Symfony\\Component\\CssSelector\\": ""
  318. }
  319. },
  320. "notification-url": "https://packagist.org/downloads/",
  321. "license": [
  322. "MIT"
  323. ],
  324. "authors": [
  325. {
  326. "name": "Fabien Potencier",
  327. "email": "fabien@symfony.com",
  328. "homepage": "http://fabien.potencier.org",
  329. "role": "Lead Developer"
  330. },
  331. {
  332. "name": "Symfony Community",
  333. "homepage": "http://symfony.com/contributors"
  334. },
  335. {
  336. "name": "Jean-François Simon",
  337. "email": "jeanfrancois.simon@sensiolabs.com"
  338. }
  339. ],
  340. "description": "Symfony CssSelector Component",
  341. "homepage": "http://symfony.com",
  342. "time": "2014-02-11 13:52:21"
  343. },
  344. {
  345. "name": "symfony/dependency-injection",
  346. "version": "dev-master",
  347. "target-dir": "Symfony/Component/DependencyInjection",
  348. "source": {
  349. "type": "git",
  350. "url": "https://github.com/symfony/DependencyInjection.git",
  351. "reference": "746b2131a6e8767267babc109138901ccf36b137"
  352. },
  353. "dist": {
  354. "type": "zip",
  355. "url": "https://api.github.com/repos/symfony/DependencyInjection/zipball/746b2131a6e8767267babc109138901ccf36b137",
  356. "reference": "746b2131a6e8767267babc109138901ccf36b137",
  357. "shasum": ""
  358. },
  359. "require": {
  360. "php": ">=5.3.3"
  361. },
  362. "require-dev": {
  363. "symfony/config": "~2.2",
  364. "symfony/expression-language": "~2.4",
  365. "symfony/yaml": "~2.0"
  366. },
  367. "suggest": {
  368. "symfony/config": "",
  369. "symfony/proxy-manager-bridge": "Generate service proxies to lazy load them",
  370. "symfony/yaml": ""
  371. },
  372. "type": "library",
  373. "extra": {
  374. "branch-alias": {
  375. "dev-master": "2.5-dev"
  376. }
  377. },
  378. "autoload": {
  379. "psr-0": {
  380. "Symfony\\Component\\DependencyInjection\\": ""
  381. }
  382. },
  383. "notification-url": "https://packagist.org/downloads/",
  384. "license": [
  385. "MIT"
  386. ],
  387. "authors": [
  388. {
  389. "name": "Fabien Potencier",
  390. "email": "fabien@symfony.com",
  391. "homepage": "http://fabien.potencier.org",
  392. "role": "Lead Developer"
  393. },
  394. {
  395. "name": "Symfony Community",
  396. "homepage": "http://symfony.com/contributors"
  397. }
  398. ],
  399. "description": "Symfony DependencyInjection Component",
  400. "homepage": "http://symfony.com",
  401. "time": "2014-03-03 12:53:01"
  402. },
  403. {
  404. "name": "symfony/event-dispatcher",
  405. "version": "dev-master",
  406. "target-dir": "Symfony/Component/EventDispatcher",
  407. "source": {
  408. "type": "git",
  409. "url": "https://github.com/symfony/EventDispatcher.git",
  410. "reference": "8b345992d9e850798f46a6c68804ac9e4965e91a"
  411. },
  412. "dist": {
  413. "type": "zip",
  414. "url": "https://api.github.com/repos/symfony/EventDispatcher/zipball/8b345992d9e850798f46a6c68804ac9e4965e91a",
  415. "reference": "8b345992d9e850798f46a6c68804ac9e4965e91a",
  416. "shasum": ""
  417. },
  418. "require": {
  419. "php": ">=5.3.3"
  420. },
  421. "require-dev": {
  422. "psr/log": "~1.0",
  423. "symfony/dependency-injection": "~2.0",
  424. "symfony/stopwatch": "~2.2"
  425. },
  426. "suggest": {
  427. "symfony/dependency-injection": "",
  428. "symfony/http-kernel": ""
  429. },
  430. "type": "library",
  431. "extra": {
  432. "branch-alias": {
  433. "dev-master": "2.5-dev"
  434. }
  435. },
  436. "autoload": {
  437. "psr-0": {
  438. "Symfony\\Component\\EventDispatcher\\": ""
  439. }
  440. },
  441. "notification-url": "https://packagist.org/downloads/",
  442. "license": [
  443. "MIT"
  444. ],
  445. "authors": [
  446. {
  447. "name": "Fabien Potencier",
  448. "email": "fabien@symfony.com",
  449. "homepage": "http://fabien.potencier.org",
  450. "role": "Lead Developer"
  451. },
  452. {
  453. "name": "Symfony Community",
  454. "homepage": "http://symfony.com/contributors"
  455. }
  456. ],
  457. "description": "Symfony EventDispatcher Component",
  458. "homepage": "http://symfony.com",
  459. "time": "2014-02-11 13:52:21"
  460. },
  461. {
  462. "name": "symfony/filesystem",
  463. "version": "dev-master",
  464. "target-dir": "Symfony/Component/Filesystem",
  465. "source": {
  466. "type": "git",
  467. "url": "https://github.com/symfony/Filesystem.git",
  468. "reference": "e81f1b30eb9748c3f8e0de3a92ea210845cff0a9"
  469. },
  470. "dist": {
  471. "type": "zip",
  472. "url": "https://api.github.com/repos/symfony/Filesystem/zipball/e81f1b30eb9748c3f8e0de3a92ea210845cff0a9",
  473. "reference": "e81f1b30eb9748c3f8e0de3a92ea210845cff0a9",
  474. "shasum": ""
  475. },
  476. "require": {
  477. "php": ">=5.3.3"
  478. },
  479. "type": "library",
  480. "extra": {
  481. "branch-alias": {
  482. "dev-master": "2.5-dev"
  483. }
  484. },
  485. "autoload": {
  486. "psr-0": {
  487. "Symfony\\Component\\Filesystem\\": ""
  488. }
  489. },
  490. "notification-url": "https://packagist.org/downloads/",
  491. "license": [
  492. "MIT"
  493. ],
  494. "authors": [
  495. {
  496. "name": "Fabien Potencier",
  497. "email": "fabien@symfony.com",
  498. "homepage": "http://fabien.potencier.org",
  499. "role": "Lead Developer"
  500. },
  501. {
  502. "name": "Symfony Community",
  503. "homepage": "http://symfony.com/contributors"
  504. }
  505. ],
  506. "description": "Symfony Filesystem Component",
  507. "homepage": "http://symfony.com",
  508. "time": "2014-01-07 13:29:57"
  509. },
  510. {
  511. "name": "symfony/finder",
  512. "version": "dev-master",
  513. "target-dir": "Symfony/Component/Finder",
  514. "source": {
  515. "type": "git",
  516. "url": "https://github.com/symfony/Finder.git",
  517. "reference": "d45faef922df8438cce99b5ee226bf06c32d145e"
  518. },
  519. "dist": {
  520. "type": "zip",
  521. "url": "https://api.github.com/repos/symfony/Finder/zipball/d45faef922df8438cce99b5ee226bf06c32d145e",
  522. "reference": "d45faef922df8438cce99b5ee226bf06c32d145e",
  523. "shasum": ""
  524. },
  525. "require": {
  526. "php": ">=5.3.3"
  527. },
  528. "type": "library",
  529. "extra": {
  530. "branch-alias": {
  531. "dev-master": "2.5-dev"
  532. }
  533. },
  534. "autoload": {
  535. "psr-0": {
  536. "Symfony\\Component\\Finder\\": ""
  537. }
  538. },
  539. "notification-url": "https://packagist.org/downloads/",
  540. "license": [
  541. "MIT"
  542. ],
  543. "authors": [
  544. {
  545. "name": "Fabien Potencier",
  546. "email": "fabien@symfony.com",
  547. "homepage": "http://fabien.potencier.org",
  548. "role": "Lead Developer"
  549. },
  550. {
  551. "name": "Symfony Community",
  552. "homepage": "http://symfony.com/contributors"
  553. }
  554. ],
  555. "description": "Symfony Finder Component",
  556. "homepage": "http://symfony.com",
  557. "time": "2014-03-03 12:53:01"
  558. },
  559. {
  560. "name": "symfony/translation",
  561. "version": "dev-master",
  562. "target-dir": "Symfony/Component/Translation",
  563. "source": {
  564. "type": "git",
  565. "url": "https://github.com/symfony/Translation.git",
  566. "reference": "683e08922bec7a5298ba0f44cb5bed1d7c9fe064"
  567. },
  568. "dist": {
  569. "type": "zip",
  570. "url": "https://api.github.com/repos/symfony/Translation/zipball/683e08922bec7a5298ba0f44cb5bed1d7c9fe064",
  571. "reference": "683e08922bec7a5298ba0f44cb5bed1d7c9fe064",
  572. "shasum": ""
  573. },
  574. "require": {
  575. "php": ">=5.3.3"
  576. },
  577. "require-dev": {
  578. "symfony/config": "~2.0",
  579. "symfony/yaml": "~2.2"
  580. },
  581. "suggest": {
  582. "symfony/config": "",
  583. "symfony/yaml": ""
  584. },
  585. "type": "library",
  586. "extra": {
  587. "branch-alias": {
  588. "dev-master": "2.5-dev"
  589. }
  590. },
  591. "autoload": {
  592. "psr-0": {
  593. "Symfony\\Component\\Translation\\": ""
  594. }
  595. },
  596. "notification-url": "https://packagist.org/downloads/",
  597. "license": [
  598. "MIT"
  599. ],
  600. "authors": [
  601. {
  602. "name": "Fabien Potencier",
  603. "email": "fabien@symfony.com",
  604. "homepage": "http://fabien.potencier.org",
  605. "role": "Lead Developer"
  606. },
  607. {
  608. "name": "Symfony Community",
  609. "homepage": "http://symfony.com/contributors"
  610. }
  611. ],
  612. "description": "Symfony Translation Component",
  613. "homepage": "http://symfony.com",
  614. "time": "2014-02-03 17:15:42"
  615. },
  616. {
  617. "name": "symfony/yaml",
  618. "version": "dev-master",
  619. "target-dir": "Symfony/Component/Yaml",
  620. "source": {
  621. "type": "git",
  622. "url": "https://github.com/symfony/Yaml.git",
  623. "reference": "6194137af5f12fbcfc0cb21e269f47542b8beb47"
  624. },
  625. "dist": {
  626. "type": "zip",
  627. "url": "https://api.github.com/repos/symfony/Yaml/zipball/6194137af5f12fbcfc0cb21e269f47542b8beb47",
  628. "reference": "6194137af5f12fbcfc0cb21e269f47542b8beb47",
  629. "shasum": ""
  630. },
  631. "require": {
  632. "php": ">=5.3.3"
  633. },
  634. "type": "library",
  635. "extra": {
  636. "branch-alias": {
  637. "dev-master": "2.5-dev"
  638. }
  639. },
  640. "autoload": {
  641. "psr-0": {
  642. "Symfony\\Component\\Yaml\\": ""
  643. }
  644. },
  645. "notification-url": "https://packagist.org/downloads/",
  646. "license": [
  647. "MIT"
  648. ],
  649. "authors": [
  650. {
  651. "name": "Fabien Potencier",
  652. "email": "fabien@symfony.com",
  653. "homepage": "http://fabien.potencier.org",
  654. "role": "Lead Developer"
  655. },
  656. {
  657. "name": "Symfony Community",
  658. "homepage": "http://symfony.com/contributors"
  659. }
  660. ],
  661. "description": "Symfony Yaml Component",
  662. "homepage": "http://symfony.com",
  663. "time": "2014-03-03 12:53:01"
  664. }
  665. ],
  666. "packages-dev": [
  667. ],
  668. "aliases": [
  669. ],
  670. "minimum-stability": "dev",
  671. "stability-flags": [
  672. ],
  673. "platform": [
  674. ],
  675. "platform-dev": [
  676. ]
  677. }