composer.lock 35 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026
  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. "This file is @generated automatically"
  6. ],
  7. "hash": "0430383b5ba00e406ce4a44253f49fe7",
  8. "packages": [
  9. {
  10. "name": "justinrainbow/json-schema",
  11. "version": "1.3.7",
  12. "source": {
  13. "type": "git",
  14. "url": "https://github.com/justinrainbow/json-schema.git",
  15. "reference": "87b54b460febed69726c781ab67462084e97a105"
  16. },
  17. "dist": {
  18. "type": "zip",
  19. "url": "https://api.github.com/repos/justinrainbow/json-schema/zipball/87b54b460febed69726c781ab67462084e97a105",
  20. "reference": "87b54b460febed69726c781ab67462084e97a105",
  21. "shasum": ""
  22. },
  23. "require": {
  24. "php": ">=5.3.0"
  25. },
  26. "require-dev": {
  27. "json-schema/json-schema-test-suite": "1.1.0",
  28. "phpdocumentor/phpdocumentor": "~2",
  29. "phpunit/phpunit": "~3.7"
  30. },
  31. "bin": [
  32. "bin/validate-json"
  33. ],
  34. "type": "library",
  35. "extra": {
  36. "branch-alias": {
  37. "dev-master": "1.4.x-dev"
  38. }
  39. },
  40. "autoload": {
  41. "psr-0": {
  42. "JsonSchema": "src/"
  43. }
  44. },
  45. "notification-url": "https://packagist.org/downloads/",
  46. "license": [
  47. "BSD-3-Clause"
  48. ],
  49. "authors": [
  50. {
  51. "name": "Bruno Prieto Reis",
  52. "email": "bruno.p.reis@gmail.com"
  53. },
  54. {
  55. "name": "Justin Rainbow",
  56. "email": "justin.rainbow@gmail.com"
  57. },
  58. {
  59. "name": "Igor Wiedler",
  60. "email": "igor@wiedler.ch"
  61. },
  62. {
  63. "name": "Robert Schönthal",
  64. "email": "seroscho@googlemail.com"
  65. }
  66. ],
  67. "description": "A library to validate a json schema.",
  68. "homepage": "https://github.com/justinrainbow/json-schema",
  69. "keywords": [
  70. "json",
  71. "schema"
  72. ],
  73. "time": "2014-08-25 02:48:14"
  74. },
  75. {
  76. "name": "seld/jsonlint",
  77. "version": "1.3.0",
  78. "source": {
  79. "type": "git",
  80. "url": "https://github.com/Seldaek/jsonlint.git",
  81. "reference": "a7bc2ec9520ad15382292591b617c43bdb1fec35"
  82. },
  83. "dist": {
  84. "type": "zip",
  85. "url": "https://api.github.com/repos/Seldaek/jsonlint/zipball/a7bc2ec9520ad15382292591b617c43bdb1fec35",
  86. "reference": "a7bc2ec9520ad15382292591b617c43bdb1fec35",
  87. "shasum": ""
  88. },
  89. "require": {
  90. "php": ">=5.3.0"
  91. },
  92. "bin": [
  93. "bin/jsonlint"
  94. ],
  95. "type": "library",
  96. "autoload": {
  97. "psr-4": {
  98. "Seld\\JsonLint\\": "src/Seld/JsonLint/"
  99. }
  100. },
  101. "notification-url": "https://packagist.org/downloads/",
  102. "license": [
  103. "MIT"
  104. ],
  105. "authors": [
  106. {
  107. "name": "Jordi Boggiano",
  108. "email": "j.boggiano@seld.be",
  109. "homepage": "http://seld.be"
  110. }
  111. ],
  112. "description": "JSON Linter",
  113. "keywords": [
  114. "json",
  115. "linter",
  116. "parser",
  117. "validator"
  118. ],
  119. "time": "2014-09-05 15:36:20"
  120. },
  121. {
  122. "name": "symfony/console",
  123. "version": "v2.6.0",
  124. "target-dir": "Symfony/Component/Console",
  125. "source": {
  126. "type": "git",
  127. "url": "https://github.com/symfony/Console.git",
  128. "reference": "d3bac228fd7a2aac9193e241b239880b3ba39a10"
  129. },
  130. "dist": {
  131. "type": "zip",
  132. "url": "https://api.github.com/repos/symfony/Console/zipball/d3bac228fd7a2aac9193e241b239880b3ba39a10",
  133. "reference": "d3bac228fd7a2aac9193e241b239880b3ba39a10",
  134. "shasum": ""
  135. },
  136. "require": {
  137. "php": ">=5.3.3"
  138. },
  139. "require-dev": {
  140. "psr/log": "~1.0",
  141. "symfony/event-dispatcher": "~2.1",
  142. "symfony/process": "~2.1"
  143. },
  144. "suggest": {
  145. "psr/log": "For using the console logger",
  146. "symfony/event-dispatcher": "",
  147. "symfony/process": ""
  148. },
  149. "type": "library",
  150. "extra": {
  151. "branch-alias": {
  152. "dev-master": "2.6-dev"
  153. }
  154. },
  155. "autoload": {
  156. "psr-0": {
  157. "Symfony\\Component\\Console\\": ""
  158. }
  159. },
  160. "notification-url": "https://packagist.org/downloads/",
  161. "license": [
  162. "MIT"
  163. ],
  164. "authors": [
  165. {
  166. "name": "Symfony Community",
  167. "homepage": "http://symfony.com/contributors"
  168. },
  169. {
  170. "name": "Fabien Potencier",
  171. "email": "fabien@symfony.com"
  172. }
  173. ],
  174. "description": "Symfony Console Component",
  175. "homepage": "http://symfony.com",
  176. "time": "2014-11-20 13:24:23"
  177. },
  178. {
  179. "name": "symfony/finder",
  180. "version": "v2.6.0",
  181. "target-dir": "Symfony/Component/Finder",
  182. "source": {
  183. "type": "git",
  184. "url": "https://github.com/symfony/Finder.git",
  185. "reference": "d574347c652a14cfee0349f744c7880e1d9029fd"
  186. },
  187. "dist": {
  188. "type": "zip",
  189. "url": "https://api.github.com/repos/symfony/Finder/zipball/d574347c652a14cfee0349f744c7880e1d9029fd",
  190. "reference": "d574347c652a14cfee0349f744c7880e1d9029fd",
  191. "shasum": ""
  192. },
  193. "require": {
  194. "php": ">=5.3.3"
  195. },
  196. "type": "library",
  197. "extra": {
  198. "branch-alias": {
  199. "dev-master": "2.6-dev"
  200. }
  201. },
  202. "autoload": {
  203. "psr-0": {
  204. "Symfony\\Component\\Finder\\": ""
  205. }
  206. },
  207. "notification-url": "https://packagist.org/downloads/",
  208. "license": [
  209. "MIT"
  210. ],
  211. "authors": [
  212. {
  213. "name": "Symfony Community",
  214. "homepage": "http://symfony.com/contributors"
  215. },
  216. {
  217. "name": "Fabien Potencier",
  218. "email": "fabien@symfony.com"
  219. }
  220. ],
  221. "description": "Symfony Finder Component",
  222. "homepage": "http://symfony.com",
  223. "time": "2014-11-28 10:00:40"
  224. },
  225. {
  226. "name": "symfony/process",
  227. "version": "v2.6.0",
  228. "target-dir": "Symfony/Component/Process",
  229. "source": {
  230. "type": "git",
  231. "url": "https://github.com/symfony/Process.git",
  232. "reference": "dc88f75d1c07791e5733f90be747961dce26cf05"
  233. },
  234. "dist": {
  235. "type": "zip",
  236. "url": "https://api.github.com/repos/symfony/Process/zipball/dc88f75d1c07791e5733f90be747961dce26cf05",
  237. "reference": "dc88f75d1c07791e5733f90be747961dce26cf05",
  238. "shasum": ""
  239. },
  240. "require": {
  241. "php": ">=5.3.3"
  242. },
  243. "type": "library",
  244. "extra": {
  245. "branch-alias": {
  246. "dev-master": "2.6-dev"
  247. }
  248. },
  249. "autoload": {
  250. "psr-0": {
  251. "Symfony\\Component\\Process\\": ""
  252. }
  253. },
  254. "notification-url": "https://packagist.org/downloads/",
  255. "license": [
  256. "MIT"
  257. ],
  258. "authors": [
  259. {
  260. "name": "Symfony Community",
  261. "homepage": "http://symfony.com/contributors"
  262. },
  263. {
  264. "name": "Fabien Potencier",
  265. "email": "fabien@symfony.com"
  266. }
  267. ],
  268. "description": "Symfony Process Component",
  269. "homepage": "http://symfony.com",
  270. "time": "2014-11-04 14:29:39"
  271. }
  272. ],
  273. "packages-dev": [
  274. {
  275. "name": "doctrine/instantiator",
  276. "version": "1.0.4",
  277. "source": {
  278. "type": "git",
  279. "url": "https://github.com/doctrine/instantiator.git",
  280. "reference": "f976e5de371104877ebc89bd8fecb0019ed9c119"
  281. },
  282. "dist": {
  283. "type": "zip",
  284. "url": "https://api.github.com/repos/doctrine/instantiator/zipball/f976e5de371104877ebc89bd8fecb0019ed9c119",
  285. "reference": "f976e5de371104877ebc89bd8fecb0019ed9c119",
  286. "shasum": ""
  287. },
  288. "require": {
  289. "php": ">=5.3,<8.0-DEV"
  290. },
  291. "require-dev": {
  292. "athletic/athletic": "~0.1.8",
  293. "ext-pdo": "*",
  294. "ext-phar": "*",
  295. "phpunit/phpunit": "~4.0",
  296. "squizlabs/php_codesniffer": "2.0.*@ALPHA"
  297. },
  298. "type": "library",
  299. "extra": {
  300. "branch-alias": {
  301. "dev-master": "1.0.x-dev"
  302. }
  303. },
  304. "autoload": {
  305. "psr-0": {
  306. "Doctrine\\Instantiator\\": "src"
  307. }
  308. },
  309. "notification-url": "https://packagist.org/downloads/",
  310. "license": [
  311. "MIT"
  312. ],
  313. "authors": [
  314. {
  315. "name": "Marco Pivetta",
  316. "email": "ocramius@gmail.com",
  317. "homepage": "http://ocramius.github.com/"
  318. }
  319. ],
  320. "description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors",
  321. "homepage": "https://github.com/doctrine/instantiator",
  322. "keywords": [
  323. "constructor",
  324. "instantiate"
  325. ],
  326. "time": "2014-10-13 12:58:55"
  327. },
  328. {
  329. "name": "phpunit/php-code-coverage",
  330. "version": "2.0.12",
  331. "source": {
  332. "type": "git",
  333. "url": "https://github.com/sebastianbergmann/php-code-coverage.git",
  334. "reference": "7ce9da20f96964bb7a4033f53834df13328dbeab"
  335. },
  336. "dist": {
  337. "type": "zip",
  338. "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/7ce9da20f96964bb7a4033f53834df13328dbeab",
  339. "reference": "7ce9da20f96964bb7a4033f53834df13328dbeab",
  340. "shasum": ""
  341. },
  342. "require": {
  343. "php": ">=5.3.3",
  344. "phpunit/php-file-iterator": "~1.3",
  345. "phpunit/php-text-template": "~1.2",
  346. "phpunit/php-token-stream": "~1.3",
  347. "sebastian/environment": "~1.0",
  348. "sebastian/version": "~1.0"
  349. },
  350. "require-dev": {
  351. "ext-xdebug": ">=2.1.4",
  352. "phpunit/phpunit": "~4.1"
  353. },
  354. "suggest": {
  355. "ext-dom": "*",
  356. "ext-xdebug": ">=2.2.1",
  357. "ext-xmlwriter": "*"
  358. },
  359. "type": "library",
  360. "extra": {
  361. "branch-alias": {
  362. "dev-master": "2.0.x-dev"
  363. }
  364. },
  365. "autoload": {
  366. "classmap": [
  367. "src/"
  368. ]
  369. },
  370. "notification-url": "https://packagist.org/downloads/",
  371. "include-path": [
  372. ""
  373. ],
  374. "license": [
  375. "BSD-3-Clause"
  376. ],
  377. "authors": [
  378. {
  379. "name": "Sebastian Bergmann",
  380. "email": "sb@sebastian-bergmann.de",
  381. "role": "lead"
  382. }
  383. ],
  384. "description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.",
  385. "homepage": "https://github.com/sebastianbergmann/php-code-coverage",
  386. "keywords": [
  387. "coverage",
  388. "testing",
  389. "xunit"
  390. ],
  391. "time": "2014-12-02 13:17:01"
  392. },
  393. {
  394. "name": "phpunit/php-file-iterator",
  395. "version": "1.3.4",
  396. "source": {
  397. "type": "git",
  398. "url": "https://github.com/sebastianbergmann/php-file-iterator.git",
  399. "reference": "acd690379117b042d1c8af1fafd61bde001bf6bb"
  400. },
  401. "dist": {
  402. "type": "zip",
  403. "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/acd690379117b042d1c8af1fafd61bde001bf6bb",
  404. "reference": "acd690379117b042d1c8af1fafd61bde001bf6bb",
  405. "shasum": ""
  406. },
  407. "require": {
  408. "php": ">=5.3.3"
  409. },
  410. "type": "library",
  411. "autoload": {
  412. "classmap": [
  413. "File/"
  414. ]
  415. },
  416. "notification-url": "https://packagist.org/downloads/",
  417. "include-path": [
  418. ""
  419. ],
  420. "license": [
  421. "BSD-3-Clause"
  422. ],
  423. "authors": [
  424. {
  425. "name": "Sebastian Bergmann",
  426. "email": "sb@sebastian-bergmann.de",
  427. "role": "lead"
  428. }
  429. ],
  430. "description": "FilterIterator implementation that filters files based on a list of suffixes.",
  431. "homepage": "https://github.com/sebastianbergmann/php-file-iterator/",
  432. "keywords": [
  433. "filesystem",
  434. "iterator"
  435. ],
  436. "time": "2013-10-10 15:34:57"
  437. },
  438. {
  439. "name": "phpunit/php-text-template",
  440. "version": "1.2.0",
  441. "source": {
  442. "type": "git",
  443. "url": "https://github.com/sebastianbergmann/php-text-template.git",
  444. "reference": "206dfefc0ffe9cebf65c413e3d0e809c82fbf00a"
  445. },
  446. "dist": {
  447. "type": "zip",
  448. "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/206dfefc0ffe9cebf65c413e3d0e809c82fbf00a",
  449. "reference": "206dfefc0ffe9cebf65c413e3d0e809c82fbf00a",
  450. "shasum": ""
  451. },
  452. "require": {
  453. "php": ">=5.3.3"
  454. },
  455. "type": "library",
  456. "autoload": {
  457. "classmap": [
  458. "Text/"
  459. ]
  460. },
  461. "notification-url": "https://packagist.org/downloads/",
  462. "include-path": [
  463. ""
  464. ],
  465. "license": [
  466. "BSD-3-Clause"
  467. ],
  468. "authors": [
  469. {
  470. "name": "Sebastian Bergmann",
  471. "email": "sb@sebastian-bergmann.de",
  472. "role": "lead"
  473. }
  474. ],
  475. "description": "Simple template engine.",
  476. "homepage": "https://github.com/sebastianbergmann/php-text-template/",
  477. "keywords": [
  478. "template"
  479. ],
  480. "time": "2014-01-30 17:20:04"
  481. },
  482. {
  483. "name": "phpunit/php-timer",
  484. "version": "1.0.5",
  485. "source": {
  486. "type": "git",
  487. "url": "https://github.com/sebastianbergmann/php-timer.git",
  488. "reference": "19689d4354b295ee3d8c54b4f42c3efb69cbc17c"
  489. },
  490. "dist": {
  491. "type": "zip",
  492. "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/19689d4354b295ee3d8c54b4f42c3efb69cbc17c",
  493. "reference": "19689d4354b295ee3d8c54b4f42c3efb69cbc17c",
  494. "shasum": ""
  495. },
  496. "require": {
  497. "php": ">=5.3.3"
  498. },
  499. "type": "library",
  500. "autoload": {
  501. "classmap": [
  502. "PHP/"
  503. ]
  504. },
  505. "notification-url": "https://packagist.org/downloads/",
  506. "include-path": [
  507. ""
  508. ],
  509. "license": [
  510. "BSD-3-Clause"
  511. ],
  512. "authors": [
  513. {
  514. "name": "Sebastian Bergmann",
  515. "email": "sb@sebastian-bergmann.de",
  516. "role": "lead"
  517. }
  518. ],
  519. "description": "Utility class for timing",
  520. "homepage": "https://github.com/sebastianbergmann/php-timer/",
  521. "keywords": [
  522. "timer"
  523. ],
  524. "time": "2013-08-02 07:42:54"
  525. },
  526. {
  527. "name": "phpunit/php-token-stream",
  528. "version": "1.3.0",
  529. "source": {
  530. "type": "git",
  531. "url": "https://github.com/sebastianbergmann/php-token-stream.git",
  532. "reference": "f8d5d08c56de5cfd592b3340424a81733259a876"
  533. },
  534. "dist": {
  535. "type": "zip",
  536. "url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/f8d5d08c56de5cfd592b3340424a81733259a876",
  537. "reference": "f8d5d08c56de5cfd592b3340424a81733259a876",
  538. "shasum": ""
  539. },
  540. "require": {
  541. "ext-tokenizer": "*",
  542. "php": ">=5.3.3"
  543. },
  544. "require-dev": {
  545. "phpunit/phpunit": "~4.2"
  546. },
  547. "type": "library",
  548. "extra": {
  549. "branch-alias": {
  550. "dev-master": "1.3-dev"
  551. }
  552. },
  553. "autoload": {
  554. "classmap": [
  555. "src/"
  556. ]
  557. },
  558. "notification-url": "https://packagist.org/downloads/",
  559. "license": [
  560. "BSD-3-Clause"
  561. ],
  562. "authors": [
  563. {
  564. "name": "Sebastian Bergmann",
  565. "email": "sebastian@phpunit.de"
  566. }
  567. ],
  568. "description": "Wrapper around PHP's tokenizer extension.",
  569. "homepage": "https://github.com/sebastianbergmann/php-token-stream/",
  570. "keywords": [
  571. "tokenizer"
  572. ],
  573. "time": "2014-08-31 06:12:13"
  574. },
  575. {
  576. "name": "phpunit/phpunit",
  577. "version": "4.3.5",
  578. "source": {
  579. "type": "git",
  580. "url": "https://github.com/sebastianbergmann/phpunit.git",
  581. "reference": "2dab9d593997db4abcf58d0daf798eb4e9cecfe1"
  582. },
  583. "dist": {
  584. "type": "zip",
  585. "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/2dab9d593997db4abcf58d0daf798eb4e9cecfe1",
  586. "reference": "2dab9d593997db4abcf58d0daf798eb4e9cecfe1",
  587. "shasum": ""
  588. },
  589. "require": {
  590. "ext-dom": "*",
  591. "ext-json": "*",
  592. "ext-pcre": "*",
  593. "ext-reflection": "*",
  594. "ext-spl": "*",
  595. "php": ">=5.3.3",
  596. "phpunit/php-code-coverage": "~2.0",
  597. "phpunit/php-file-iterator": "~1.3.2",
  598. "phpunit/php-text-template": "~1.2",
  599. "phpunit/php-timer": "~1.0.2",
  600. "phpunit/phpunit-mock-objects": "~2.3",
  601. "sebastian/comparator": "~1.0",
  602. "sebastian/diff": "~1.1",
  603. "sebastian/environment": "~1.0",
  604. "sebastian/exporter": "~1.0",
  605. "sebastian/version": "~1.0",
  606. "symfony/yaml": "~2.0"
  607. },
  608. "suggest": {
  609. "phpunit/php-invoker": "~1.1"
  610. },
  611. "bin": [
  612. "phpunit"
  613. ],
  614. "type": "library",
  615. "extra": {
  616. "branch-alias": {
  617. "dev-master": "4.3.x-dev"
  618. }
  619. },
  620. "autoload": {
  621. "classmap": [
  622. "src/"
  623. ]
  624. },
  625. "notification-url": "https://packagist.org/downloads/",
  626. "include-path": [
  627. "",
  628. "../../symfony/yaml/"
  629. ],
  630. "license": [
  631. "BSD-3-Clause"
  632. ],
  633. "authors": [
  634. {
  635. "name": "Sebastian Bergmann",
  636. "email": "sebastian@phpunit.de",
  637. "role": "lead"
  638. }
  639. ],
  640. "description": "The PHP Unit Testing framework.",
  641. "homepage": "http://www.phpunit.de/",
  642. "keywords": [
  643. "phpunit",
  644. "testing",
  645. "xunit"
  646. ],
  647. "time": "2014-11-11 10:11:09"
  648. },
  649. {
  650. "name": "phpunit/phpunit-mock-objects",
  651. "version": "2.3.0",
  652. "source": {
  653. "type": "git",
  654. "url": "https://github.com/sebastianbergmann/phpunit-mock-objects.git",
  655. "reference": "c63d2367247365f688544f0d500af90a11a44c65"
  656. },
  657. "dist": {
  658. "type": "zip",
  659. "url": "https://api.github.com/repos/sebastianbergmann/phpunit-mock-objects/zipball/c63d2367247365f688544f0d500af90a11a44c65",
  660. "reference": "c63d2367247365f688544f0d500af90a11a44c65",
  661. "shasum": ""
  662. },
  663. "require": {
  664. "doctrine/instantiator": "~1.0,>=1.0.1",
  665. "php": ">=5.3.3",
  666. "phpunit/php-text-template": "~1.2"
  667. },
  668. "require-dev": {
  669. "phpunit/phpunit": "~4.3"
  670. },
  671. "suggest": {
  672. "ext-soap": "*"
  673. },
  674. "type": "library",
  675. "extra": {
  676. "branch-alias": {
  677. "dev-master": "2.3.x-dev"
  678. }
  679. },
  680. "autoload": {
  681. "classmap": [
  682. "src/"
  683. ]
  684. },
  685. "notification-url": "https://packagist.org/downloads/",
  686. "license": [
  687. "BSD-3-Clause"
  688. ],
  689. "authors": [
  690. {
  691. "name": "Sebastian Bergmann",
  692. "email": "sb@sebastian-bergmann.de",
  693. "role": "lead"
  694. }
  695. ],
  696. "description": "Mock Object library for PHPUnit",
  697. "homepage": "https://github.com/sebastianbergmann/phpunit-mock-objects/",
  698. "keywords": [
  699. "mock",
  700. "xunit"
  701. ],
  702. "time": "2014-10-03 05:12:11"
  703. },
  704. {
  705. "name": "sebastian/comparator",
  706. "version": "1.0.1",
  707. "source": {
  708. "type": "git",
  709. "url": "https://github.com/sebastianbergmann/comparator.git",
  710. "reference": "e54a01c0da1b87db3c5a3c4c5277ddf331da4aef"
  711. },
  712. "dist": {
  713. "type": "zip",
  714. "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/e54a01c0da1b87db3c5a3c4c5277ddf331da4aef",
  715. "reference": "e54a01c0da1b87db3c5a3c4c5277ddf331da4aef",
  716. "shasum": ""
  717. },
  718. "require": {
  719. "php": ">=5.3.3",
  720. "sebastian/diff": "~1.1",
  721. "sebastian/exporter": "~1.0"
  722. },
  723. "require-dev": {
  724. "phpunit/phpunit": "~4.1"
  725. },
  726. "type": "library",
  727. "extra": {
  728. "branch-alias": {
  729. "dev-master": "1.0.x-dev"
  730. }
  731. },
  732. "autoload": {
  733. "classmap": [
  734. "src/"
  735. ]
  736. },
  737. "notification-url": "https://packagist.org/downloads/",
  738. "license": [
  739. "BSD-3-Clause"
  740. ],
  741. "authors": [
  742. {
  743. "name": "Jeff Welch",
  744. "email": "whatthejeff@gmail.com"
  745. },
  746. {
  747. "name": "Volker Dusch",
  748. "email": "github@wallbash.com"
  749. },
  750. {
  751. "name": "Bernhard Schussek",
  752. "email": "bschussek@2bepublished.at"
  753. },
  754. {
  755. "name": "Sebastian Bergmann",
  756. "email": "sebastian@phpunit.de"
  757. }
  758. ],
  759. "description": "Provides the functionality to compare PHP values for equality",
  760. "homepage": "http://www.github.com/sebastianbergmann/comparator",
  761. "keywords": [
  762. "comparator",
  763. "compare",
  764. "equality"
  765. ],
  766. "time": "2014-05-11 23:00:21"
  767. },
  768. {
  769. "name": "sebastian/diff",
  770. "version": "1.2.0",
  771. "source": {
  772. "type": "git",
  773. "url": "https://github.com/sebastianbergmann/diff.git",
  774. "reference": "5843509fed39dee4b356a306401e9dd1a931fec7"
  775. },
  776. "dist": {
  777. "type": "zip",
  778. "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/5843509fed39dee4b356a306401e9dd1a931fec7",
  779. "reference": "5843509fed39dee4b356a306401e9dd1a931fec7",
  780. "shasum": ""
  781. },
  782. "require": {
  783. "php": ">=5.3.3"
  784. },
  785. "require-dev": {
  786. "phpunit/phpunit": "~4.2"
  787. },
  788. "type": "library",
  789. "extra": {
  790. "branch-alias": {
  791. "dev-master": "1.2-dev"
  792. }
  793. },
  794. "autoload": {
  795. "classmap": [
  796. "src/"
  797. ]
  798. },
  799. "notification-url": "https://packagist.org/downloads/",
  800. "license": [
  801. "BSD-3-Clause"
  802. ],
  803. "authors": [
  804. {
  805. "name": "Kore Nordmann",
  806. "email": "mail@kore-nordmann.de"
  807. },
  808. {
  809. "name": "Sebastian Bergmann",
  810. "email": "sebastian@phpunit.de"
  811. }
  812. ],
  813. "description": "Diff implementation",
  814. "homepage": "http://www.github.com/sebastianbergmann/diff",
  815. "keywords": [
  816. "diff"
  817. ],
  818. "time": "2014-08-15 10:29:00"
  819. },
  820. {
  821. "name": "sebastian/environment",
  822. "version": "1.2.1",
  823. "source": {
  824. "type": "git",
  825. "url": "https://github.com/sebastianbergmann/environment.git",
  826. "reference": "6e6c71d918088c251b181ba8b3088af4ac336dd7"
  827. },
  828. "dist": {
  829. "type": "zip",
  830. "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/6e6c71d918088c251b181ba8b3088af4ac336dd7",
  831. "reference": "6e6c71d918088c251b181ba8b3088af4ac336dd7",
  832. "shasum": ""
  833. },
  834. "require": {
  835. "php": ">=5.3.3"
  836. },
  837. "require-dev": {
  838. "phpunit/phpunit": "~4.3"
  839. },
  840. "type": "library",
  841. "extra": {
  842. "branch-alias": {
  843. "dev-master": "1.2.x-dev"
  844. }
  845. },
  846. "autoload": {
  847. "classmap": [
  848. "src/"
  849. ]
  850. },
  851. "notification-url": "https://packagist.org/downloads/",
  852. "license": [
  853. "BSD-3-Clause"
  854. ],
  855. "authors": [
  856. {
  857. "name": "Sebastian Bergmann",
  858. "email": "sebastian@phpunit.de"
  859. }
  860. ],
  861. "description": "Provides functionality to handle HHVM/PHP environments",
  862. "homepage": "http://www.github.com/sebastianbergmann/environment",
  863. "keywords": [
  864. "Xdebug",
  865. "environment",
  866. "hhvm"
  867. ],
  868. "time": "2014-10-25 08:00:45"
  869. },
  870. {
  871. "name": "sebastian/exporter",
  872. "version": "1.0.2",
  873. "source": {
  874. "type": "git",
  875. "url": "https://github.com/sebastianbergmann/exporter.git",
  876. "reference": "c7d59948d6e82818e1bdff7cadb6c34710eb7dc0"
  877. },
  878. "dist": {
  879. "type": "zip",
  880. "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/c7d59948d6e82818e1bdff7cadb6c34710eb7dc0",
  881. "reference": "c7d59948d6e82818e1bdff7cadb6c34710eb7dc0",
  882. "shasum": ""
  883. },
  884. "require": {
  885. "php": ">=5.3.3"
  886. },
  887. "require-dev": {
  888. "phpunit/phpunit": "~4.0"
  889. },
  890. "type": "library",
  891. "extra": {
  892. "branch-alias": {
  893. "dev-master": "1.0.x-dev"
  894. }
  895. },
  896. "autoload": {
  897. "classmap": [
  898. "src/"
  899. ]
  900. },
  901. "notification-url": "https://packagist.org/downloads/",
  902. "license": [
  903. "BSD-3-Clause"
  904. ],
  905. "authors": [
  906. {
  907. "name": "Jeff Welch",
  908. "email": "whatthejeff@gmail.com"
  909. },
  910. {
  911. "name": "Volker Dusch",
  912. "email": "github@wallbash.com"
  913. },
  914. {
  915. "name": "Bernhard Schussek",
  916. "email": "bschussek@2bepublished.at"
  917. },
  918. {
  919. "name": "Sebastian Bergmann",
  920. "email": "sebastian@phpunit.de"
  921. },
  922. {
  923. "name": "Adam Harvey",
  924. "email": "aharvey@php.net"
  925. }
  926. ],
  927. "description": "Provides the functionality to export PHP variables for visualization",
  928. "homepage": "http://www.github.com/sebastianbergmann/exporter",
  929. "keywords": [
  930. "export",
  931. "exporter"
  932. ],
  933. "time": "2014-09-10 00:51:36"
  934. },
  935. {
  936. "name": "sebastian/version",
  937. "version": "1.0.3",
  938. "source": {
  939. "type": "git",
  940. "url": "https://github.com/sebastianbergmann/version.git",
  941. "reference": "b6e1f0cf6b9e1ec409a0d3e2f2a5fb0998e36b43"
  942. },
  943. "dist": {
  944. "type": "zip",
  945. "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/b6e1f0cf6b9e1ec409a0d3e2f2a5fb0998e36b43",
  946. "reference": "b6e1f0cf6b9e1ec409a0d3e2f2a5fb0998e36b43",
  947. "shasum": ""
  948. },
  949. "type": "library",
  950. "autoload": {
  951. "classmap": [
  952. "src/"
  953. ]
  954. },
  955. "notification-url": "https://packagist.org/downloads/",
  956. "license": [
  957. "BSD-3-Clause"
  958. ],
  959. "authors": [
  960. {
  961. "name": "Sebastian Bergmann",
  962. "email": "sebastian@phpunit.de",
  963. "role": "lead"
  964. }
  965. ],
  966. "description": "Library that helps with managing the version number of Git-hosted PHP projects",
  967. "homepage": "https://github.com/sebastianbergmann/version",
  968. "time": "2014-03-07 15:35:33"
  969. },
  970. {
  971. "name": "symfony/yaml",
  972. "version": "v2.6.0",
  973. "target-dir": "Symfony/Component/Yaml",
  974. "source": {
  975. "type": "git",
  976. "url": "https://github.com/symfony/Yaml.git",
  977. "reference": "51c845cf3e4bfc182d1d5c05ed1c7338361d86f8"
  978. },
  979. "dist": {
  980. "type": "zip",
  981. "url": "https://api.github.com/repos/symfony/Yaml/zipball/51c845cf3e4bfc182d1d5c05ed1c7338361d86f8",
  982. "reference": "51c845cf3e4bfc182d1d5c05ed1c7338361d86f8",
  983. "shasum": ""
  984. },
  985. "require": {
  986. "php": ">=5.3.3"
  987. },
  988. "type": "library",
  989. "extra": {
  990. "branch-alias": {
  991. "dev-master": "2.6-dev"
  992. }
  993. },
  994. "autoload": {
  995. "psr-0": {
  996. "Symfony\\Component\\Yaml\\": ""
  997. }
  998. },
  999. "notification-url": "https://packagist.org/downloads/",
  1000. "license": [
  1001. "MIT"
  1002. ],
  1003. "authors": [
  1004. {
  1005. "name": "Symfony Community",
  1006. "homepage": "http://symfony.com/contributors"
  1007. },
  1008. {
  1009. "name": "Fabien Potencier",
  1010. "email": "fabien@symfony.com"
  1011. }
  1012. ],
  1013. "description": "Symfony Yaml Component",
  1014. "homepage": "http://symfony.com",
  1015. "time": "2014-11-20 13:24:23"
  1016. }
  1017. ],
  1018. "aliases": [],
  1019. "minimum-stability": "stable",
  1020. "stability-flags": [],
  1021. "prefer-stable": false,
  1022. "platform": {
  1023. "php": ">=5.3.2"
  1024. },
  1025. "platform-dev": []
  1026. }