composer.lock 49 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446144714481449145014511452145314541455145614571458145914601461146214631464146514661467146814691470147114721473
  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": "cf28e077b7e88c97ed1bf4aea5f9c239",
  7. "packages": [
  8. {
  9. "name": "alchemy/zippy",
  10. "version": "dev-master",
  11. "source": {
  12. "type": "git",
  13. "url": "https://github.com/alchemy-fr/Zippy.git",
  14. "reference": "624e5d4945d6a89d3acbe3db4cbe628bce258f14"
  15. },
  16. "dist": {
  17. "type": "zip",
  18. "url": "https://api.github.com/repos/alchemy-fr/Zippy/zipball/624e5d4945d6a89d3acbe3db4cbe628bce258f14",
  19. "reference": "624e5d4945d6a89d3acbe3db4cbe628bce258f14",
  20. "shasum": ""
  21. },
  22. "require": {
  23. "doctrine/collections": "~1.0",
  24. "guzzle/guzzle": "~3.0",
  25. "php": ">=5.3.3",
  26. "pimple/pimple": "~1.0",
  27. "symfony/filesystem": "~2.0",
  28. "symfony/process": "~2.0"
  29. },
  30. "require-dev": {
  31. "ext-zip": "*",
  32. "sami/sami": "dev-master@dev",
  33. "symfony/finder": "~2.0"
  34. },
  35. "suggest": {
  36. "ext-zip": "To use the ZipExtensionAdapter"
  37. },
  38. "type": "library",
  39. "extra": {
  40. "branch-alias": {
  41. "dev-master": "0.1.x-dev"
  42. }
  43. },
  44. "autoload": {
  45. "psr-0": {
  46. "Alchemy": "src"
  47. }
  48. },
  49. "notification-url": "https://packagist.org/downloads/",
  50. "license": [
  51. "MIT"
  52. ],
  53. "authors": [
  54. {
  55. "name": "Alchemy",
  56. "email": "dev.team@alchemy.fr",
  57. "homepage": "http://www.alchemy.fr/"
  58. }
  59. ],
  60. "description": "Zippy, the archive manager companion",
  61. "keywords": [
  62. "bzip",
  63. "compression",
  64. "tar",
  65. "zip"
  66. ],
  67. "time": "2013-04-12 17:34:28"
  68. },
  69. {
  70. "name": "composer/composer",
  71. "version": "dev-master",
  72. "source": {
  73. "type": "git",
  74. "url": "https://github.com/composer/composer.git",
  75. "reference": "9b70b89b8f8d60b56b5900ea232109427604c748"
  76. },
  77. "dist": {
  78. "type": "zip",
  79. "url": "https://api.github.com/repos/composer/composer/zipball/9b70b89b8f8d60b56b5900ea232109427604c748",
  80. "reference": "9b70b89b8f8d60b56b5900ea232109427604c748",
  81. "shasum": ""
  82. },
  83. "require": {
  84. "justinrainbow/json-schema": "1.1.*",
  85. "php": ">=5.3.2",
  86. "seld/jsonlint": "1.*",
  87. "symfony/console": "~2.3",
  88. "symfony/finder": "~2.2",
  89. "symfony/process": "~2.1"
  90. },
  91. "require-dev": {
  92. "phpunit/phpunit": "~3.7.10"
  93. },
  94. "suggest": {
  95. "ext-openssl": "Enabling the openssl extension allows you to access https URLs for repositories and packages",
  96. "ext-zip": "Enabling the zip extension allows you to unzip archives, and allows gzip compression of all internet traffic"
  97. },
  98. "bin": [
  99. "bin/composer"
  100. ],
  101. "type": "library",
  102. "extra": {
  103. "branch-alias": {
  104. "dev-master": "1.0-dev"
  105. }
  106. },
  107. "autoload": {
  108. "psr-0": {
  109. "Composer": "src/"
  110. }
  111. },
  112. "notification-url": "https://packagist.org/downloads/",
  113. "license": [
  114. "MIT"
  115. ],
  116. "authors": [
  117. {
  118. "name": "Jordi Boggiano",
  119. "email": "j.boggiano@seld.be",
  120. "homepage": "http://seld.be",
  121. "role": "Developer"
  122. },
  123. {
  124. "name": "Nils Adermann",
  125. "email": "naderman@naderman.de",
  126. "homepage": "http://www.naderman.de"
  127. }
  128. ],
  129. "description": "Dependency Manager",
  130. "homepage": "http://getcomposer.org/",
  131. "keywords": [
  132. "autoload",
  133. "dependency",
  134. "package"
  135. ],
  136. "time": "2013-09-02 10:12:29"
  137. },
  138. {
  139. "name": "doctrine/collections",
  140. "version": "v1.1",
  141. "source": {
  142. "type": "git",
  143. "url": "https://github.com/doctrine/collections.git",
  144. "reference": "v1.1"
  145. },
  146. "dist": {
  147. "type": "zip",
  148. "url": "https://api.github.com/repos/doctrine/collections/zipball/v1.1",
  149. "reference": "v1.1",
  150. "shasum": ""
  151. },
  152. "require": {
  153. "php": ">=5.3.2"
  154. },
  155. "type": "library",
  156. "extra": {
  157. "branch-alias": {
  158. "dev-master": "1.1.x-dev"
  159. }
  160. },
  161. "autoload": {
  162. "psr-0": {
  163. "Doctrine\\Common\\Collections\\": "lib/"
  164. }
  165. },
  166. "notification-url": "https://packagist.org/downloads/",
  167. "license": [
  168. "MIT"
  169. ],
  170. "authors": [
  171. {
  172. "name": "Jonathan Wage",
  173. "email": "jonwage@gmail.com",
  174. "homepage": "http://www.jwage.com/"
  175. },
  176. {
  177. "name": "Guilherme Blanco",
  178. "email": "guilhermeblanco@gmail.com",
  179. "homepage": "http://www.instaclick.com"
  180. },
  181. {
  182. "name": "Roman Borschel",
  183. "email": "roman@code-factory.org"
  184. },
  185. {
  186. "name": "Benjamin Eberlei",
  187. "email": "kontakt@beberlei.de"
  188. },
  189. {
  190. "name": "Johannes Schmitt",
  191. "email": "schmittjoh@gmail.com",
  192. "homepage": "http://jmsyst.com",
  193. "role": "Developer of wrapped JMSSerializerBundle"
  194. }
  195. ],
  196. "description": "Collections Abstraction library",
  197. "homepage": "http://www.doctrine-project.org",
  198. "keywords": [
  199. "array",
  200. "collections",
  201. "iterator"
  202. ],
  203. "time": "2013-03-07 12:15:54"
  204. },
  205. {
  206. "name": "doctrine/common",
  207. "version": "2.3.0",
  208. "source": {
  209. "type": "git",
  210. "url": "https://github.com/doctrine/common",
  211. "reference": "2.3.0"
  212. },
  213. "dist": {
  214. "type": "zip",
  215. "url": "https://github.com/doctrine/common/zipball/2.3.0",
  216. "reference": "2.3.0",
  217. "shasum": ""
  218. },
  219. "require": {
  220. "php": ">=5.3.2"
  221. },
  222. "type": "library",
  223. "extra": {
  224. "branch-alias": {
  225. "dev-master": "2.3.x-dev"
  226. }
  227. },
  228. "autoload": {
  229. "psr-0": {
  230. "Doctrine\\Common": "lib/"
  231. }
  232. },
  233. "notification-url": "https://packagist.org/downloads/",
  234. "license": [
  235. "MIT"
  236. ],
  237. "authors": [
  238. {
  239. "name": "Jonathan Wage",
  240. "email": "jonwage@gmail.com",
  241. "homepage": "http://www.jwage.com/"
  242. },
  243. {
  244. "name": "Guilherme Blanco",
  245. "email": "guilhermeblanco@gmail.com",
  246. "homepage": "http://www.instaclick.com"
  247. },
  248. {
  249. "name": "Roman Borschel",
  250. "email": "roman@code-factory.org"
  251. },
  252. {
  253. "name": "Benjamin Eberlei",
  254. "email": "kontakt@beberlei.de"
  255. },
  256. {
  257. "name": "Johannes Schmitt",
  258. "email": "schmittjoh@gmail.com",
  259. "homepage": "http://jmsyst.com",
  260. "role": "Developer of wrapped JMSSerializerBundle"
  261. }
  262. ],
  263. "description": "Common Library for Doctrine projects",
  264. "homepage": "http://www.doctrine-project.org",
  265. "keywords": [
  266. "annotations",
  267. "collections",
  268. "eventmanager",
  269. "persistence",
  270. "spl"
  271. ],
  272. "time": "2012-09-19 22:55:18"
  273. },
  274. {
  275. "name": "doctrine/dbal",
  276. "version": "2.3.4",
  277. "source": {
  278. "type": "git",
  279. "url": "https://github.com/doctrine/dbal.git",
  280. "reference": "2.3.4"
  281. },
  282. "dist": {
  283. "type": "zip",
  284. "url": "https://api.github.com/repos/doctrine/dbal/zipball/2.3.4",
  285. "reference": "2.3.4",
  286. "shasum": ""
  287. },
  288. "require": {
  289. "doctrine/common": ">=2.3.0,<2.5-dev",
  290. "php": ">=5.3.2"
  291. },
  292. "type": "library",
  293. "extra": {
  294. "branch-alias": {
  295. "dev-master": "2.3.x-dev"
  296. }
  297. },
  298. "autoload": {
  299. "psr-0": {
  300. "Doctrine\\DBAL": "lib/"
  301. }
  302. },
  303. "notification-url": "https://packagist.org/downloads/",
  304. "license": [
  305. "MIT"
  306. ],
  307. "authors": [
  308. {
  309. "name": "Jonathan Wage",
  310. "email": "jonwage@gmail.com",
  311. "homepage": "http://www.jwage.com/"
  312. },
  313. {
  314. "name": "Guilherme Blanco",
  315. "email": "guilhermeblanco@gmail.com",
  316. "homepage": "http://www.instaclick.com"
  317. },
  318. {
  319. "name": "Roman Borschel",
  320. "email": "roman@code-factory.org"
  321. },
  322. {
  323. "name": "Benjamin Eberlei",
  324. "email": "kontakt@beberlei.de"
  325. }
  326. ],
  327. "description": "Database Abstraction Layer",
  328. "homepage": "http://www.doctrine-project.org",
  329. "keywords": [
  330. "database",
  331. "dbal",
  332. "persistence",
  333. "queryobject"
  334. ],
  335. "time": "2013-05-11 07:45:37"
  336. },
  337. {
  338. "name": "doctrine/migrations",
  339. "version": "dev-master",
  340. "source": {
  341. "type": "git",
  342. "url": "https://github.com/doctrine/migrations.git",
  343. "reference": "ced3b419252af47f29d6680f9ec74df00ee0c58e"
  344. },
  345. "dist": {
  346. "type": "zip",
  347. "url": "https://api.github.com/repos/doctrine/migrations/zipball/ced3b419252af47f29d6680f9ec74df00ee0c58e",
  348. "reference": "ced3b419252af47f29d6680f9ec74df00ee0c58e",
  349. "shasum": ""
  350. },
  351. "require": {
  352. "doctrine/dbal": ">=2.0,<2.5.x-dev",
  353. "php": ">=5.3.2"
  354. },
  355. "require-dev": {
  356. "symfony/console": "2.*",
  357. "symfony/yaml": "2.*"
  358. },
  359. "suggest": {
  360. "symfony/console": "to run the migration from the console"
  361. },
  362. "type": "library",
  363. "autoload": {
  364. "psr-0": {
  365. "Doctrine\\DBAL\\Migrations": "lib"
  366. }
  367. },
  368. "notification-url": "https://packagist.org/downloads/",
  369. "license": [
  370. "LGPL"
  371. ],
  372. "authors": [
  373. {
  374. "name": "Jonathan Wage",
  375. "email": "jonwage@gmail.com",
  376. "homepage": "http://www.jwage.com/"
  377. },
  378. {
  379. "name": "Benjamin Eberlei",
  380. "email": "kontakt@beberlei.de"
  381. }
  382. ],
  383. "description": "Database Schema migrations using Doctrine DBAL",
  384. "homepage": "http://www.doctrine-project.org",
  385. "keywords": [
  386. "database",
  387. "migrations"
  388. ],
  389. "time": "2013-06-27 19:46:00"
  390. },
  391. {
  392. "name": "doctrine/orm",
  393. "version": "2.3.4",
  394. "source": {
  395. "type": "git",
  396. "url": "https://github.com/doctrine/doctrine2.git",
  397. "reference": "2.3.4"
  398. },
  399. "dist": {
  400. "type": "zip",
  401. "url": "https://api.github.com/repos/doctrine/doctrine2/zipball/2.3.4",
  402. "reference": "2.3.4",
  403. "shasum": ""
  404. },
  405. "require": {
  406. "doctrine/dbal": "2.3.*",
  407. "ext-pdo": "*",
  408. "php": ">=5.3.2",
  409. "symfony/console": "2.*"
  410. },
  411. "suggest": {
  412. "symfony/yaml": "If you want to use YAML Metadata Mapping Driver"
  413. },
  414. "bin": [
  415. "bin/doctrine",
  416. "bin/doctrine.php"
  417. ],
  418. "type": "library",
  419. "extra": {
  420. "branch-alias": {
  421. "dev-master": "2.3.x-dev"
  422. }
  423. },
  424. "autoload": {
  425. "psr-0": {
  426. "Doctrine\\ORM": "lib/"
  427. }
  428. },
  429. "notification-url": "https://packagist.org/downloads/",
  430. "license": [
  431. "MIT"
  432. ],
  433. "authors": [
  434. {
  435. "name": "Jonathan Wage",
  436. "email": "jonwage@gmail.com",
  437. "homepage": "http://www.jwage.com/"
  438. },
  439. {
  440. "name": "Guilherme Blanco",
  441. "email": "guilhermeblanco@gmail.com",
  442. "homepage": "http://www.instaclick.com"
  443. },
  444. {
  445. "name": "Roman Borschel",
  446. "email": "roman@code-factory.org"
  447. },
  448. {
  449. "name": "Benjamin Eberlei",
  450. "email": "kontakt@beberlei.de"
  451. }
  452. ],
  453. "description": "Object-Relational-Mapper for PHP",
  454. "homepage": "http://www.doctrine-project.org",
  455. "keywords": [
  456. "database",
  457. "orm"
  458. ],
  459. "time": "2013-05-11 07:51:12"
  460. },
  461. {
  462. "name": "guzzle/guzzle",
  463. "version": "v3.7.2",
  464. "source": {
  465. "type": "git",
  466. "url": "https://github.com/guzzle/guzzle.git",
  467. "reference": "eaef90d27bb1d682e1f6ab2d77606dc0159049e6"
  468. },
  469. "dist": {
  470. "type": "zip",
  471. "url": "https://api.github.com/repos/guzzle/guzzle/zipball/eaef90d27bb1d682e1f6ab2d77606dc0159049e6",
  472. "reference": "eaef90d27bb1d682e1f6ab2d77606dc0159049e6",
  473. "shasum": ""
  474. },
  475. "require": {
  476. "ext-curl": "*",
  477. "php": ">=5.3.2",
  478. "symfony/event-dispatcher": ">=2.1"
  479. },
  480. "replace": {
  481. "guzzle/batch": "self.version",
  482. "guzzle/cache": "self.version",
  483. "guzzle/common": "self.version",
  484. "guzzle/http": "self.version",
  485. "guzzle/inflection": "self.version",
  486. "guzzle/iterator": "self.version",
  487. "guzzle/log": "self.version",
  488. "guzzle/parser": "self.version",
  489. "guzzle/plugin": "self.version",
  490. "guzzle/plugin-async": "self.version",
  491. "guzzle/plugin-backoff": "self.version",
  492. "guzzle/plugin-cache": "self.version",
  493. "guzzle/plugin-cookie": "self.version",
  494. "guzzle/plugin-curlauth": "self.version",
  495. "guzzle/plugin-error-response": "self.version",
  496. "guzzle/plugin-history": "self.version",
  497. "guzzle/plugin-log": "self.version",
  498. "guzzle/plugin-md5": "self.version",
  499. "guzzle/plugin-mock": "self.version",
  500. "guzzle/plugin-oauth": "self.version",
  501. "guzzle/service": "self.version",
  502. "guzzle/stream": "self.version"
  503. },
  504. "require-dev": {
  505. "doctrine/cache": "*",
  506. "monolog/monolog": "1.*",
  507. "phpunit/phpunit": "3.7.*",
  508. "psr/log": "1.0.*",
  509. "symfony/class-loader": "*",
  510. "zendframework/zend-cache": "2.0.*",
  511. "zendframework/zend-log": "2.0.*"
  512. },
  513. "type": "library",
  514. "extra": {
  515. "branch-alias": {
  516. "dev-master": "3.7-dev"
  517. }
  518. },
  519. "autoload": {
  520. "psr-0": {
  521. "Guzzle\\Tests": "tests/",
  522. "Guzzle": "src/"
  523. }
  524. },
  525. "notification-url": "https://packagist.org/downloads/",
  526. "license": [
  527. "MIT"
  528. ],
  529. "authors": [
  530. {
  531. "name": "Michael Dowling",
  532. "email": "mtdowling@gmail.com",
  533. "homepage": "https://github.com/mtdowling"
  534. },
  535. {
  536. "name": "Guzzle Community",
  537. "homepage": "https://github.com/guzzle/guzzle/contributors"
  538. }
  539. ],
  540. "description": "Guzzle is a PHP HTTP client library and framework for building RESTful web service clients",
  541. "homepage": "http://guzzlephp.org/",
  542. "keywords": [
  543. "client",
  544. "curl",
  545. "framework",
  546. "http",
  547. "http client",
  548. "rest",
  549. "web service"
  550. ],
  551. "time": "2013-08-02 18:31:05"
  552. },
  553. {
  554. "name": "justinrainbow/json-schema",
  555. "version": "1.1.0",
  556. "source": {
  557. "type": "git",
  558. "url": "https://github.com/justinrainbow/json-schema.git",
  559. "reference": "05ff6d8d79fe3ad190b0663d80d3f9deee79416c"
  560. },
  561. "dist": {
  562. "type": "zip",
  563. "url": "https://api.github.com/repos/justinrainbow/json-schema/zipball/05ff6d8d79fe3ad190b0663d80d3f9deee79416c",
  564. "reference": "05ff6d8d79fe3ad190b0663d80d3f9deee79416c",
  565. "shasum": ""
  566. },
  567. "require": {
  568. "php": ">=5.3.0"
  569. },
  570. "type": "library",
  571. "autoload": {
  572. "psr-0": {
  573. "JsonSchema": "src/"
  574. }
  575. },
  576. "notification-url": "https://packagist.org/downloads/",
  577. "license": [
  578. "NewBSD"
  579. ],
  580. "authors": [
  581. {
  582. "name": "Igor Wiedler",
  583. "email": "igor@wiedler.ch",
  584. "homepage": "http://wiedler.ch/igor/"
  585. },
  586. {
  587. "name": "Bruno Prieto Reis",
  588. "email": "bruno.p.reis@gmail.com"
  589. },
  590. {
  591. "name": "Justin Rainbow",
  592. "email": "justin.rainbow@gmail.com"
  593. },
  594. {
  595. "name": "Robert Schönthal",
  596. "email": "seroscho@googlemail.com",
  597. "homepage": "http://digitalkaoz.net"
  598. }
  599. ],
  600. "description": "A library to validate a json schema.",
  601. "homepage": "https://github.com/justinrainbow/json-schema",
  602. "keywords": [
  603. "json",
  604. "schema"
  605. ],
  606. "time": "2012-01-03 00:33:17"
  607. },
  608. {
  609. "name": "pimple/pimple",
  610. "version": "v1.0.2",
  611. "source": {
  612. "type": "git",
  613. "url": "https://github.com/fabpot/Pimple.git",
  614. "reference": "v1.0.2"
  615. },
  616. "dist": {
  617. "type": "zip",
  618. "url": "https://api.github.com/repos/fabpot/Pimple/zipball/v1.0.2",
  619. "reference": "v1.0.2",
  620. "shasum": ""
  621. },
  622. "require": {
  623. "php": ">=5.3.0"
  624. },
  625. "type": "library",
  626. "extra": {
  627. "branch-alias": {
  628. "dev-master": "1.0.x-dev"
  629. }
  630. },
  631. "autoload": {
  632. "psr-0": {
  633. "Pimple": "lib/"
  634. }
  635. },
  636. "notification-url": "https://packagist.org/downloads/",
  637. "license": [
  638. "MIT"
  639. ],
  640. "authors": [
  641. {
  642. "name": "Fabien Potencier",
  643. "email": "fabien@symfony.com"
  644. }
  645. ],
  646. "description": "Pimple is a simple Dependency Injection Container for PHP 5.3",
  647. "homepage": "http://pimple.sensiolabs.org",
  648. "keywords": [
  649. "container",
  650. "dependency injection"
  651. ],
  652. "time": "2013-03-08 08:21:40"
  653. },
  654. {
  655. "name": "seld/jsonlint",
  656. "version": "1.1.1",
  657. "source": {
  658. "type": "git",
  659. "url": "https://github.com/Seldaek/jsonlint.git",
  660. "reference": "2b5b57008ec93148fa46110d42c7a201a6677fe0"
  661. },
  662. "dist": {
  663. "type": "zip",
  664. "url": "https://api.github.com/repos/Seldaek/jsonlint/zipball/2b5b57008ec93148fa46110d42c7a201a6677fe0",
  665. "reference": "2b5b57008ec93148fa46110d42c7a201a6677fe0",
  666. "shasum": ""
  667. },
  668. "require": {
  669. "php": ">=5.3.0"
  670. },
  671. "bin": [
  672. "bin/jsonlint"
  673. ],
  674. "type": "library",
  675. "autoload": {
  676. "psr-0": {
  677. "Seld\\JsonLint": "src/"
  678. }
  679. },
  680. "notification-url": "https://packagist.org/downloads/",
  681. "license": [
  682. "MIT"
  683. ],
  684. "authors": [
  685. {
  686. "name": "Jordi Boggiano",
  687. "email": "j.boggiano@seld.be",
  688. "homepage": "http://seld.be",
  689. "role": "Developer"
  690. }
  691. ],
  692. "description": "JSON Linter",
  693. "keywords": [
  694. "json",
  695. "linter",
  696. "parser",
  697. "validator"
  698. ],
  699. "time": "2013-02-11 23:03:12"
  700. },
  701. {
  702. "name": "symfony/console",
  703. "version": "v2.3.4",
  704. "target-dir": "Symfony/Component/Console",
  705. "source": {
  706. "type": "git",
  707. "url": "https://github.com/symfony/Console.git",
  708. "reference": "db78f8ff7fc9e28d25ff9a0bf6ddf9f0e35fbbe3"
  709. },
  710. "dist": {
  711. "type": "zip",
  712. "url": "https://api.github.com/repos/symfony/Console/zipball/db78f8ff7fc9e28d25ff9a0bf6ddf9f0e35fbbe3",
  713. "reference": "db78f8ff7fc9e28d25ff9a0bf6ddf9f0e35fbbe3",
  714. "shasum": ""
  715. },
  716. "require": {
  717. "php": ">=5.3.3"
  718. },
  719. "require-dev": {
  720. "symfony/event-dispatcher": "~2.1"
  721. },
  722. "suggest": {
  723. "symfony/event-dispatcher": ""
  724. },
  725. "type": "library",
  726. "extra": {
  727. "branch-alias": {
  728. "dev-master": "2.3-dev"
  729. }
  730. },
  731. "autoload": {
  732. "psr-0": {
  733. "Symfony\\Component\\Console\\": ""
  734. }
  735. },
  736. "notification-url": "https://packagist.org/downloads/",
  737. "license": [
  738. "MIT"
  739. ],
  740. "authors": [
  741. {
  742. "name": "Fabien Potencier",
  743. "email": "fabien@symfony.com"
  744. },
  745. {
  746. "name": "Symfony Community",
  747. "homepage": "http://symfony.com/contributors"
  748. }
  749. ],
  750. "description": "Symfony Console Component",
  751. "homepage": "http://symfony.com",
  752. "time": "2013-08-17 16:34:49"
  753. },
  754. {
  755. "name": "symfony/event-dispatcher",
  756. "version": "v2.3.4",
  757. "target-dir": "Symfony/Component/EventDispatcher",
  758. "source": {
  759. "type": "git",
  760. "url": "https://github.com/symfony/EventDispatcher.git",
  761. "reference": "41c9826457c65fa3cf746f214985b7ca9cba42f8"
  762. },
  763. "dist": {
  764. "type": "zip",
  765. "url": "https://api.github.com/repos/symfony/EventDispatcher/zipball/41c9826457c65fa3cf746f214985b7ca9cba42f8",
  766. "reference": "41c9826457c65fa3cf746f214985b7ca9cba42f8",
  767. "shasum": ""
  768. },
  769. "require": {
  770. "php": ">=5.3.3"
  771. },
  772. "require-dev": {
  773. "symfony/dependency-injection": "~2.0"
  774. },
  775. "suggest": {
  776. "symfony/dependency-injection": "",
  777. "symfony/http-kernel": ""
  778. },
  779. "type": "library",
  780. "extra": {
  781. "branch-alias": {
  782. "dev-master": "2.3-dev"
  783. }
  784. },
  785. "autoload": {
  786. "psr-0": {
  787. "Symfony\\Component\\EventDispatcher\\": ""
  788. }
  789. },
  790. "notification-url": "https://packagist.org/downloads/",
  791. "license": [
  792. "MIT"
  793. ],
  794. "authors": [
  795. {
  796. "name": "Fabien Potencier",
  797. "email": "fabien@symfony.com"
  798. },
  799. {
  800. "name": "Symfony Community",
  801. "homepage": "http://symfony.com/contributors"
  802. }
  803. ],
  804. "description": "Symfony EventDispatcher Component",
  805. "homepage": "http://symfony.com",
  806. "time": "2013-07-21 12:12:18"
  807. },
  808. {
  809. "name": "symfony/filesystem",
  810. "version": "v2.3.4",
  811. "target-dir": "Symfony/Component/Filesystem",
  812. "source": {
  813. "type": "git",
  814. "url": "https://github.com/symfony/Filesystem.git",
  815. "reference": "87acbbef6d35ba649f96f09cc572c45119b360c3"
  816. },
  817. "dist": {
  818. "type": "zip",
  819. "url": "https://api.github.com/repos/symfony/Filesystem/zipball/87acbbef6d35ba649f96f09cc572c45119b360c3",
  820. "reference": "87acbbef6d35ba649f96f09cc572c45119b360c3",
  821. "shasum": ""
  822. },
  823. "require": {
  824. "php": ">=5.3.3"
  825. },
  826. "type": "library",
  827. "extra": {
  828. "branch-alias": {
  829. "dev-master": "2.3-dev"
  830. }
  831. },
  832. "autoload": {
  833. "psr-0": {
  834. "Symfony\\Component\\Filesystem\\": ""
  835. }
  836. },
  837. "notification-url": "https://packagist.org/downloads/",
  838. "license": [
  839. "MIT"
  840. ],
  841. "authors": [
  842. {
  843. "name": "Fabien Potencier",
  844. "email": "fabien@symfony.com"
  845. },
  846. {
  847. "name": "Symfony Community",
  848. "homepage": "http://symfony.com/contributors"
  849. }
  850. ],
  851. "description": "Symfony Filesystem Component",
  852. "homepage": "http://symfony.com",
  853. "time": "2013-07-21 12:12:18"
  854. },
  855. {
  856. "name": "symfony/finder",
  857. "version": "v2.3.4",
  858. "target-dir": "Symfony/Component/Finder",
  859. "source": {
  860. "type": "git",
  861. "url": "https://github.com/symfony/Finder.git",
  862. "reference": "4a0fee5b86f5bbd9dfdc11ec124eba2915737ce1"
  863. },
  864. "dist": {
  865. "type": "zip",
  866. "url": "https://api.github.com/repos/symfony/Finder/zipball/4a0fee5b86f5bbd9dfdc11ec124eba2915737ce1",
  867. "reference": "4a0fee5b86f5bbd9dfdc11ec124eba2915737ce1",
  868. "shasum": ""
  869. },
  870. "require": {
  871. "php": ">=5.3.3"
  872. },
  873. "type": "library",
  874. "extra": {
  875. "branch-alias": {
  876. "dev-master": "2.3-dev"
  877. }
  878. },
  879. "autoload": {
  880. "psr-0": {
  881. "Symfony\\Component\\Finder\\": ""
  882. }
  883. },
  884. "notification-url": "https://packagist.org/downloads/",
  885. "license": [
  886. "MIT"
  887. ],
  888. "authors": [
  889. {
  890. "name": "Fabien Potencier",
  891. "email": "fabien@symfony.com"
  892. },
  893. {
  894. "name": "Symfony Community",
  895. "homepage": "http://symfony.com/contributors"
  896. }
  897. ],
  898. "description": "Symfony Finder Component",
  899. "homepage": "http://symfony.com",
  900. "time": "2013-08-13 20:18:00"
  901. },
  902. {
  903. "name": "symfony/process",
  904. "version": "v2.3.4",
  905. "target-dir": "Symfony/Component/Process",
  906. "source": {
  907. "type": "git",
  908. "url": "https://github.com/symfony/Process.git",
  909. "reference": "1e91553e1cedd0b8fb1da6ea4f89b02e21713d5b"
  910. },
  911. "dist": {
  912. "type": "zip",
  913. "url": "https://api.github.com/repos/symfony/Process/zipball/1e91553e1cedd0b8fb1da6ea4f89b02e21713d5b",
  914. "reference": "1e91553e1cedd0b8fb1da6ea4f89b02e21713d5b",
  915. "shasum": ""
  916. },
  917. "require": {
  918. "php": ">=5.3.3"
  919. },
  920. "type": "library",
  921. "extra": {
  922. "branch-alias": {
  923. "dev-master": "2.3-dev"
  924. }
  925. },
  926. "autoload": {
  927. "psr-0": {
  928. "Symfony\\Component\\Process\\": ""
  929. }
  930. },
  931. "notification-url": "https://packagist.org/downloads/",
  932. "license": [
  933. "MIT"
  934. ],
  935. "authors": [
  936. {
  937. "name": "Fabien Potencier",
  938. "email": "fabien@symfony.com"
  939. },
  940. {
  941. "name": "Symfony Community",
  942. "homepage": "http://symfony.com/contributors"
  943. }
  944. ],
  945. "description": "Symfony Process Component",
  946. "homepage": "http://symfony.com",
  947. "time": "2013-08-22 06:42:25"
  948. },
  949. {
  950. "name": "symfony/yaml",
  951. "version": "v2.3.4",
  952. "target-dir": "Symfony/Component/Yaml",
  953. "source": {
  954. "type": "git",
  955. "url": "https://github.com/symfony/Yaml.git",
  956. "reference": "5a279f1b5f5e1045a6c432354d9ea727ff3a9847"
  957. },
  958. "dist": {
  959. "type": "zip",
  960. "url": "https://api.github.com/repos/symfony/Yaml/zipball/5a279f1b5f5e1045a6c432354d9ea727ff3a9847",
  961. "reference": "5a279f1b5f5e1045a6c432354d9ea727ff3a9847",
  962. "shasum": ""
  963. },
  964. "require": {
  965. "php": ">=5.3.3"
  966. },
  967. "type": "library",
  968. "extra": {
  969. "branch-alias": {
  970. "dev-master": "2.3-dev"
  971. }
  972. },
  973. "autoload": {
  974. "psr-0": {
  975. "Symfony\\Component\\Yaml\\": ""
  976. }
  977. },
  978. "notification-url": "https://packagist.org/downloads/",
  979. "license": [
  980. "MIT"
  981. ],
  982. "authors": [
  983. {
  984. "name": "Fabien Potencier",
  985. "email": "fabien@symfony.com"
  986. },
  987. {
  988. "name": "Symfony Community",
  989. "homepage": "http://symfony.com/contributors"
  990. }
  991. ],
  992. "description": "Symfony Yaml Component",
  993. "homepage": "http://symfony.com",
  994. "time": "2013-08-24 15:26:22"
  995. },
  996. {
  997. "name": "zendframework/zend-config",
  998. "version": "dev-master",
  999. "target-dir": "Zend/Config",
  1000. "source": {
  1001. "type": "git",
  1002. "url": "https://github.com/zendframework/Component_ZendConfig.git",
  1003. "reference": "0228f1d86a524bfbac2fc3de06cccec630160e22"
  1004. },
  1005. "dist": {
  1006. "type": "zip",
  1007. "url": "https://api.github.com/repos/zendframework/Component_ZendConfig/zipball/0228f1d86a524bfbac2fc3de06cccec630160e22",
  1008. "reference": "0228f1d86a524bfbac2fc3de06cccec630160e22",
  1009. "shasum": ""
  1010. },
  1011. "require": {
  1012. "php": ">=5.3.3",
  1013. "zendframework/zend-stdlib": "self.version"
  1014. },
  1015. "suggest": {
  1016. "zendframework/zend-json": "Zend\\Json to use the Json reader or writer classes",
  1017. "zendframework/zend-servicemanager": "Zend\\ServiceManager for use with the Config Factory to retrieve reader and writer instances"
  1018. },
  1019. "type": "library",
  1020. "extra": {
  1021. "branch-alias": {
  1022. "dev-master": "2.2-dev",
  1023. "dev-develop": "2.3-dev"
  1024. }
  1025. },
  1026. "autoload": {
  1027. "psr-0": {
  1028. "Zend\\Config\\": ""
  1029. }
  1030. },
  1031. "notification-url": "https://packagist.org/downloads/",
  1032. "license": [
  1033. "BSD-3-Clause"
  1034. ],
  1035. "description": "provides a nested object property based user interface for accessing this configuration data within application code",
  1036. "keywords": [
  1037. "config",
  1038. "zf2"
  1039. ],
  1040. "time": "2013-09-04 08:00:20"
  1041. },
  1042. {
  1043. "name": "zendframework/zend-stdlib",
  1044. "version": "dev-master",
  1045. "target-dir": "Zend/Stdlib",
  1046. "source": {
  1047. "type": "git",
  1048. "url": "https://github.com/zendframework/Component_ZendStdlib.git",
  1049. "reference": "7c87ce4e840957596bf3401fa4ae4fb0355682e2"
  1050. },
  1051. "dist": {
  1052. "type": "zip",
  1053. "url": "https://api.github.com/repos/zendframework/Component_ZendStdlib/zipball/7c87ce4e840957596bf3401fa4ae4fb0355682e2",
  1054. "reference": "7c87ce4e840957596bf3401fa4ae4fb0355682e2",
  1055. "shasum": ""
  1056. },
  1057. "require": {
  1058. "php": ">=5.3.3"
  1059. },
  1060. "suggest": {
  1061. "zendframework/zend-eventmanager": "To support aggregate hydrator usage",
  1062. "zendframework/zend-servicemanager": "To support hydrator plugin manager usage"
  1063. },
  1064. "type": "library",
  1065. "extra": {
  1066. "branch-alias": {
  1067. "dev-master": "2.2-dev",
  1068. "dev-develop": "2.3-dev"
  1069. }
  1070. },
  1071. "autoload": {
  1072. "psr-0": {
  1073. "Zend\\Stdlib\\": ""
  1074. }
  1075. },
  1076. "notification-url": "https://packagist.org/downloads/",
  1077. "license": [
  1078. "BSD-3-Clause"
  1079. ],
  1080. "keywords": [
  1081. "stdlib",
  1082. "zf2"
  1083. ],
  1084. "time": "2013-08-21 17:08:07"
  1085. }
  1086. ],
  1087. "packages-dev": [
  1088. {
  1089. "name": "phpunit/php-code-coverage",
  1090. "version": "1.2.12",
  1091. "source": {
  1092. "type": "git",
  1093. "url": "https://github.com/sebastianbergmann/php-code-coverage.git",
  1094. "reference": "0e9958c459d675fb497d8dc5001c91d335734e48"
  1095. },
  1096. "dist": {
  1097. "type": "zip",
  1098. "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/0e9958c459d675fb497d8dc5001c91d335734e48",
  1099. "reference": "0e9958c459d675fb497d8dc5001c91d335734e48",
  1100. "shasum": ""
  1101. },
  1102. "require": {
  1103. "php": ">=5.3.3",
  1104. "phpunit/php-file-iterator": ">=1.3.0@stable",
  1105. "phpunit/php-text-template": ">=1.1.1@stable",
  1106. "phpunit/php-token-stream": ">=1.1.3@stable"
  1107. },
  1108. "require-dev": {
  1109. "phpunit/phpunit": "3.7.*@dev"
  1110. },
  1111. "suggest": {
  1112. "ext-dom": "*",
  1113. "ext-xdebug": ">=2.0.5"
  1114. },
  1115. "type": "library",
  1116. "extra": {
  1117. "branch-alias": {
  1118. "dev-master": "1.2.x-dev"
  1119. }
  1120. },
  1121. "autoload": {
  1122. "classmap": [
  1123. "PHP/"
  1124. ]
  1125. },
  1126. "notification-url": "https://packagist.org/downloads/",
  1127. "include-path": [
  1128. ""
  1129. ],
  1130. "license": [
  1131. "BSD-3-Clause"
  1132. ],
  1133. "authors": [
  1134. {
  1135. "name": "Sebastian Bergmann",
  1136. "email": "sb@sebastian-bergmann.de",
  1137. "role": "lead"
  1138. }
  1139. ],
  1140. "description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.",
  1141. "homepage": "https://github.com/sebastianbergmann/php-code-coverage",
  1142. "keywords": [
  1143. "coverage",
  1144. "testing",
  1145. "xunit"
  1146. ],
  1147. "time": "2013-07-06 06:26:16"
  1148. },
  1149. {
  1150. "name": "phpunit/php-file-iterator",
  1151. "version": "1.3.3",
  1152. "source": {
  1153. "type": "git",
  1154. "url": "git://github.com/sebastianbergmann/php-file-iterator.git",
  1155. "reference": "1.3.3"
  1156. },
  1157. "dist": {
  1158. "type": "zip",
  1159. "url": "https://github.com/sebastianbergmann/php-file-iterator/zipball/1.3.3",
  1160. "reference": "1.3.3",
  1161. "shasum": ""
  1162. },
  1163. "require": {
  1164. "php": ">=5.3.3"
  1165. },
  1166. "type": "library",
  1167. "autoload": {
  1168. "classmap": [
  1169. "File/"
  1170. ]
  1171. },
  1172. "notification-url": "https://packagist.org/downloads/",
  1173. "include-path": [
  1174. ""
  1175. ],
  1176. "license": [
  1177. "BSD-3-Clause"
  1178. ],
  1179. "authors": [
  1180. {
  1181. "name": "Sebastian Bergmann",
  1182. "email": "sb@sebastian-bergmann.de",
  1183. "role": "lead"
  1184. }
  1185. ],
  1186. "description": "FilterIterator implementation that filters files based on a list of suffixes.",
  1187. "homepage": "http://www.phpunit.de/",
  1188. "keywords": [
  1189. "filesystem",
  1190. "iterator"
  1191. ],
  1192. "time": "2012-10-11 04:44:38"
  1193. },
  1194. {
  1195. "name": "phpunit/php-text-template",
  1196. "version": "1.1.4",
  1197. "source": {
  1198. "type": "git",
  1199. "url": "git://github.com/sebastianbergmann/php-text-template.git",
  1200. "reference": "1.1.4"
  1201. },
  1202. "dist": {
  1203. "type": "zip",
  1204. "url": "https://github.com/sebastianbergmann/php-text-template/zipball/1.1.4",
  1205. "reference": "1.1.4",
  1206. "shasum": ""
  1207. },
  1208. "require": {
  1209. "php": ">=5.3.3"
  1210. },
  1211. "type": "library",
  1212. "autoload": {
  1213. "classmap": [
  1214. "Text/"
  1215. ]
  1216. },
  1217. "notification-url": "https://packagist.org/downloads/",
  1218. "include-path": [
  1219. ""
  1220. ],
  1221. "license": [
  1222. "BSD-3-Clause"
  1223. ],
  1224. "authors": [
  1225. {
  1226. "name": "Sebastian Bergmann",
  1227. "email": "sb@sebastian-bergmann.de",
  1228. "role": "lead"
  1229. }
  1230. ],
  1231. "description": "Simple template engine.",
  1232. "homepage": "https://github.com/sebastianbergmann/php-text-template/",
  1233. "keywords": [
  1234. "template"
  1235. ],
  1236. "time": "2012-10-31 11:15:28"
  1237. },
  1238. {
  1239. "name": "phpunit/php-timer",
  1240. "version": "1.0.5",
  1241. "source": {
  1242. "type": "git",
  1243. "url": "https://github.com/sebastianbergmann/php-timer.git",
  1244. "reference": "1.0.5"
  1245. },
  1246. "dist": {
  1247. "type": "zip",
  1248. "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/1.0.5",
  1249. "reference": "1.0.5",
  1250. "shasum": ""
  1251. },
  1252. "require": {
  1253. "php": ">=5.3.3"
  1254. },
  1255. "type": "library",
  1256. "autoload": {
  1257. "classmap": [
  1258. "PHP/"
  1259. ]
  1260. },
  1261. "notification-url": "https://packagist.org/downloads/",
  1262. "include-path": [
  1263. ""
  1264. ],
  1265. "license": [
  1266. "BSD-3-Clause"
  1267. ],
  1268. "authors": [
  1269. {
  1270. "name": "Sebastian Bergmann",
  1271. "email": "sb@sebastian-bergmann.de",
  1272. "role": "lead"
  1273. }
  1274. ],
  1275. "description": "Utility class for timing",
  1276. "homepage": "https://github.com/sebastianbergmann/php-timer/",
  1277. "keywords": [
  1278. "timer"
  1279. ],
  1280. "time": "2013-08-02 07:42:54"
  1281. },
  1282. {
  1283. "name": "phpunit/php-token-stream",
  1284. "version": "1.2.0",
  1285. "source": {
  1286. "type": "git",
  1287. "url": "https://github.com/sebastianbergmann/php-token-stream.git",
  1288. "reference": "1.2.0"
  1289. },
  1290. "dist": {
  1291. "type": "zip",
  1292. "url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/1.2.0",
  1293. "reference": "1.2.0",
  1294. "shasum": ""
  1295. },
  1296. "require": {
  1297. "ext-tokenizer": "*",
  1298. "php": ">=5.3.3"
  1299. },
  1300. "type": "library",
  1301. "extra": {
  1302. "branch-alias": {
  1303. "dev-master": "1.2-dev"
  1304. }
  1305. },
  1306. "autoload": {
  1307. "classmap": [
  1308. "PHP/"
  1309. ]
  1310. },
  1311. "notification-url": "https://packagist.org/downloads/",
  1312. "include-path": [
  1313. ""
  1314. ],
  1315. "license": [
  1316. "BSD-3-Clause"
  1317. ],
  1318. "authors": [
  1319. {
  1320. "name": "Sebastian Bergmann",
  1321. "email": "sb@sebastian-bergmann.de",
  1322. "role": "lead"
  1323. }
  1324. ],
  1325. "description": "Wrapper around PHP's tokenizer extension.",
  1326. "homepage": "https://github.com/sebastianbergmann/php-token-stream/",
  1327. "keywords": [
  1328. "tokenizer"
  1329. ],
  1330. "time": "2013-08-04 05:57:48"
  1331. },
  1332. {
  1333. "name": "phpunit/phpunit",
  1334. "version": "3.7.24",
  1335. "source": {
  1336. "type": "git",
  1337. "url": "https://github.com/sebastianbergmann/phpunit.git",
  1338. "reference": "3.7.24"
  1339. },
  1340. "dist": {
  1341. "type": "zip",
  1342. "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/3.7.24",
  1343. "reference": "3.7.24",
  1344. "shasum": ""
  1345. },
  1346. "require": {
  1347. "ext-dom": "*",
  1348. "ext-pcre": "*",
  1349. "ext-reflection": "*",
  1350. "ext-spl": "*",
  1351. "php": ">=5.3.3",
  1352. "phpunit/php-code-coverage": "~1.2.1",
  1353. "phpunit/php-file-iterator": ">=1.3.1",
  1354. "phpunit/php-text-template": ">=1.1.1",
  1355. "phpunit/php-timer": ">=1.0.4",
  1356. "phpunit/phpunit-mock-objects": "~1.2.0",
  1357. "symfony/yaml": "~2.0"
  1358. },
  1359. "require-dev": {
  1360. "pear-pear/pear": "1.9.4"
  1361. },
  1362. "suggest": {
  1363. "ext-json": "*",
  1364. "ext-simplexml": "*",
  1365. "ext-tokenizer": "*",
  1366. "phpunit/php-invoker": ">=1.1.0,<1.2.0"
  1367. },
  1368. "bin": [
  1369. "composer/bin/phpunit"
  1370. ],
  1371. "type": "library",
  1372. "extra": {
  1373. "branch-alias": {
  1374. "dev-master": "3.7.x-dev"
  1375. }
  1376. },
  1377. "autoload": {
  1378. "classmap": [
  1379. "PHPUnit/"
  1380. ]
  1381. },
  1382. "notification-url": "https://packagist.org/downloads/",
  1383. "include-path": [
  1384. "",
  1385. "../../symfony/yaml/"
  1386. ],
  1387. "license": [
  1388. "BSD-3-Clause"
  1389. ],
  1390. "authors": [
  1391. {
  1392. "name": "Sebastian Bergmann",
  1393. "email": "sebastian@phpunit.de",
  1394. "role": "lead"
  1395. }
  1396. ],
  1397. "description": "The PHP Unit Testing framework.",
  1398. "homepage": "http://www.phpunit.de/",
  1399. "keywords": [
  1400. "phpunit",
  1401. "testing",
  1402. "xunit"
  1403. ],
  1404. "time": "2013-08-09 06:58:24"
  1405. },
  1406. {
  1407. "name": "phpunit/phpunit-mock-objects",
  1408. "version": "1.2.3",
  1409. "source": {
  1410. "type": "git",
  1411. "url": "https://github.com/sebastianbergmann/phpunit-mock-objects.git",
  1412. "reference": "5794e3c5c5ba0fb037b11d8151add2a07fa82875"
  1413. },
  1414. "dist": {
  1415. "type": "zip",
  1416. "url": "https://api.github.com/repos/sebastianbergmann/phpunit-mock-objects/zipball/5794e3c5c5ba0fb037b11d8151add2a07fa82875",
  1417. "reference": "5794e3c5c5ba0fb037b11d8151add2a07fa82875",
  1418. "shasum": ""
  1419. },
  1420. "require": {
  1421. "php": ">=5.3.3",
  1422. "phpunit/php-text-template": ">=1.1.1@stable"
  1423. },
  1424. "suggest": {
  1425. "ext-soap": "*"
  1426. },
  1427. "type": "library",
  1428. "autoload": {
  1429. "classmap": [
  1430. "PHPUnit/"
  1431. ]
  1432. },
  1433. "notification-url": "https://packagist.org/downloads/",
  1434. "include-path": [
  1435. ""
  1436. ],
  1437. "license": [
  1438. "BSD-3-Clause"
  1439. ],
  1440. "authors": [
  1441. {
  1442. "name": "Sebastian Bergmann",
  1443. "email": "sb@sebastian-bergmann.de",
  1444. "role": "lead"
  1445. }
  1446. ],
  1447. "description": "Mock Object library for PHPUnit",
  1448. "homepage": "https://github.com/sebastianbergmann/phpunit-mock-objects/",
  1449. "keywords": [
  1450. "mock",
  1451. "xunit"
  1452. ],
  1453. "time": "2013-01-13 10:24:48"
  1454. }
  1455. ],
  1456. "aliases": [
  1457. ],
  1458. "minimum-stability": "stable",
  1459. "stability-flags": {
  1460. "composer/composer": 20,
  1461. "doctrine/migrations": 20,
  1462. "zendframework/zend-config": 20,
  1463. "zendframework/zend-stdlib": 20,
  1464. "alchemy/zippy": 20
  1465. },
  1466. "platform": {
  1467. "php": ">=5.3.2"
  1468. },
  1469. "platform-dev": [
  1470. ]
  1471. }