composer.lock 36 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074
  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.1",
  124. "target-dir": "Symfony/Component/Console",
  125. "source": {
  126. "type": "git",
  127. "url": "https://github.com/symfony/Console.git",
  128. "reference": "ef825fd9f809d275926547c9e57cbf14968793e8"
  129. },
  130. "dist": {
  131. "type": "zip",
  132. "url": "https://api.github.com/repos/symfony/Console/zipball/ef825fd9f809d275926547c9e57cbf14968793e8",
  133. "reference": "ef825fd9f809d275926547c9e57cbf14968793e8",
  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-12-02 20:19:20"
  177. },
  178. {
  179. "name": "symfony/finder",
  180. "version": "v2.6.1",
  181. "target-dir": "Symfony/Component/Finder",
  182. "source": {
  183. "type": "git",
  184. "url": "https://github.com/symfony/Finder.git",
  185. "reference": "0d3ef7f6ec55a7af5eca7914eaa0dacc04ccc721"
  186. },
  187. "dist": {
  188. "type": "zip",
  189. "url": "https://api.github.com/repos/symfony/Finder/zipball/0d3ef7f6ec55a7af5eca7914eaa0dacc04ccc721",
  190. "reference": "0d3ef7f6ec55a7af5eca7914eaa0dacc04ccc721",
  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-12-02 20:19:20"
  224. },
  225. {
  226. "name": "symfony/process",
  227. "version": "v2.6.1",
  228. "target-dir": "Symfony/Component/Process",
  229. "source": {
  230. "type": "git",
  231. "url": "https://github.com/symfony/Process.git",
  232. "reference": "bf0c9bd625f13b0b0bbe39919225cf145dfb935a"
  233. },
  234. "dist": {
  235. "type": "zip",
  236. "url": "https://api.github.com/repos/symfony/Process/zipball/bf0c9bd625f13b0b0bbe39919225cf145dfb935a",
  237. "reference": "bf0c9bd625f13b0b0bbe39919225cf145dfb935a",
  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-12-02 20:19:20"
  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.13",
  331. "source": {
  332. "type": "git",
  333. "url": "https://github.com/sebastianbergmann/php-code-coverage.git",
  334. "reference": "0e7d2eec5554f869fa7a4ec2d21e4b37af943ea5"
  335. },
  336. "dist": {
  337. "type": "zip",
  338. "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/0e7d2eec5554f869fa7a4ec2d21e4b37af943ea5",
  339. "reference": "0e7d2eec5554f869fa7a4ec2d21e4b37af943ea5",
  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-03 06:41:44"
  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.4.0",
  578. "source": {
  579. "type": "git",
  580. "url": "https://github.com/sebastianbergmann/phpunit.git",
  581. "reference": "bbe7bcb83b6ec1a9eaabbe1b70d4795027c53ee0"
  582. },
  583. "dist": {
  584. "type": "zip",
  585. "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/bbe7bcb83b6ec1a9eaabbe1b70d4795027c53ee0",
  586. "reference": "bbe7bcb83b6ec1a9eaabbe1b70d4795027c53ee0",
  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.1",
  604. "sebastian/exporter": "~1.0",
  605. "sebastian/global-state": "~1.0",
  606. "sebastian/version": "~1.0",
  607. "symfony/yaml": "~2.0"
  608. },
  609. "suggest": {
  610. "phpunit/php-invoker": "~1.1"
  611. },
  612. "bin": [
  613. "phpunit"
  614. ],
  615. "type": "library",
  616. "extra": {
  617. "branch-alias": {
  618. "dev-master": "4.4.x-dev"
  619. }
  620. },
  621. "autoload": {
  622. "classmap": [
  623. "src/"
  624. ]
  625. },
  626. "notification-url": "https://packagist.org/downloads/",
  627. "license": [
  628. "BSD-3-Clause"
  629. ],
  630. "authors": [
  631. {
  632. "name": "Sebastian Bergmann",
  633. "email": "sebastian@phpunit.de",
  634. "role": "lead"
  635. }
  636. ],
  637. "description": "The PHP Unit Testing framework.",
  638. "homepage": "https://phpunit.de/",
  639. "keywords": [
  640. "phpunit",
  641. "testing",
  642. "xunit"
  643. ],
  644. "time": "2014-12-05 06:49:03"
  645. },
  646. {
  647. "name": "phpunit/phpunit-mock-objects",
  648. "version": "2.3.0",
  649. "source": {
  650. "type": "git",
  651. "url": "https://github.com/sebastianbergmann/phpunit-mock-objects.git",
  652. "reference": "c63d2367247365f688544f0d500af90a11a44c65"
  653. },
  654. "dist": {
  655. "type": "zip",
  656. "url": "https://api.github.com/repos/sebastianbergmann/phpunit-mock-objects/zipball/c63d2367247365f688544f0d500af90a11a44c65",
  657. "reference": "c63d2367247365f688544f0d500af90a11a44c65",
  658. "shasum": ""
  659. },
  660. "require": {
  661. "doctrine/instantiator": "~1.0,>=1.0.1",
  662. "php": ">=5.3.3",
  663. "phpunit/php-text-template": "~1.2"
  664. },
  665. "require-dev": {
  666. "phpunit/phpunit": "~4.3"
  667. },
  668. "suggest": {
  669. "ext-soap": "*"
  670. },
  671. "type": "library",
  672. "extra": {
  673. "branch-alias": {
  674. "dev-master": "2.3.x-dev"
  675. }
  676. },
  677. "autoload": {
  678. "classmap": [
  679. "src/"
  680. ]
  681. },
  682. "notification-url": "https://packagist.org/downloads/",
  683. "license": [
  684. "BSD-3-Clause"
  685. ],
  686. "authors": [
  687. {
  688. "name": "Sebastian Bergmann",
  689. "email": "sb@sebastian-bergmann.de",
  690. "role": "lead"
  691. }
  692. ],
  693. "description": "Mock Object library for PHPUnit",
  694. "homepage": "https://github.com/sebastianbergmann/phpunit-mock-objects/",
  695. "keywords": [
  696. "mock",
  697. "xunit"
  698. ],
  699. "time": "2014-10-03 05:12:11"
  700. },
  701. {
  702. "name": "sebastian/comparator",
  703. "version": "1.1.0",
  704. "source": {
  705. "type": "git",
  706. "url": "https://github.com/sebastianbergmann/comparator.git",
  707. "reference": "c484a80f97573ab934e37826dba0135a3301b26a"
  708. },
  709. "dist": {
  710. "type": "zip",
  711. "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/c484a80f97573ab934e37826dba0135a3301b26a",
  712. "reference": "c484a80f97573ab934e37826dba0135a3301b26a",
  713. "shasum": ""
  714. },
  715. "require": {
  716. "php": ">=5.3.3",
  717. "sebastian/diff": "~1.1",
  718. "sebastian/exporter": "~1.0"
  719. },
  720. "require-dev": {
  721. "phpunit/phpunit": "~4.1"
  722. },
  723. "type": "library",
  724. "extra": {
  725. "branch-alias": {
  726. "dev-master": "1.1.x-dev"
  727. }
  728. },
  729. "autoload": {
  730. "classmap": [
  731. "src/"
  732. ]
  733. },
  734. "notification-url": "https://packagist.org/downloads/",
  735. "license": [
  736. "BSD-3-Clause"
  737. ],
  738. "authors": [
  739. {
  740. "name": "Jeff Welch",
  741. "email": "whatthejeff@gmail.com"
  742. },
  743. {
  744. "name": "Volker Dusch",
  745. "email": "github@wallbash.com"
  746. },
  747. {
  748. "name": "Bernhard Schussek",
  749. "email": "bschussek@2bepublished.at"
  750. },
  751. {
  752. "name": "Sebastian Bergmann",
  753. "email": "sebastian@phpunit.de"
  754. }
  755. ],
  756. "description": "Provides the functionality to compare PHP values for equality",
  757. "homepage": "http://www.github.com/sebastianbergmann/comparator",
  758. "keywords": [
  759. "comparator",
  760. "compare",
  761. "equality"
  762. ],
  763. "time": "2014-11-16 21:32:38"
  764. },
  765. {
  766. "name": "sebastian/diff",
  767. "version": "1.2.0",
  768. "source": {
  769. "type": "git",
  770. "url": "https://github.com/sebastianbergmann/diff.git",
  771. "reference": "5843509fed39dee4b356a306401e9dd1a931fec7"
  772. },
  773. "dist": {
  774. "type": "zip",
  775. "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/5843509fed39dee4b356a306401e9dd1a931fec7",
  776. "reference": "5843509fed39dee4b356a306401e9dd1a931fec7",
  777. "shasum": ""
  778. },
  779. "require": {
  780. "php": ">=5.3.3"
  781. },
  782. "require-dev": {
  783. "phpunit/phpunit": "~4.2"
  784. },
  785. "type": "library",
  786. "extra": {
  787. "branch-alias": {
  788. "dev-master": "1.2-dev"
  789. }
  790. },
  791. "autoload": {
  792. "classmap": [
  793. "src/"
  794. ]
  795. },
  796. "notification-url": "https://packagist.org/downloads/",
  797. "license": [
  798. "BSD-3-Clause"
  799. ],
  800. "authors": [
  801. {
  802. "name": "Kore Nordmann",
  803. "email": "mail@kore-nordmann.de"
  804. },
  805. {
  806. "name": "Sebastian Bergmann",
  807. "email": "sebastian@phpunit.de"
  808. }
  809. ],
  810. "description": "Diff implementation",
  811. "homepage": "http://www.github.com/sebastianbergmann/diff",
  812. "keywords": [
  813. "diff"
  814. ],
  815. "time": "2014-08-15 10:29:00"
  816. },
  817. {
  818. "name": "sebastian/environment",
  819. "version": "1.2.1",
  820. "source": {
  821. "type": "git",
  822. "url": "https://github.com/sebastianbergmann/environment.git",
  823. "reference": "6e6c71d918088c251b181ba8b3088af4ac336dd7"
  824. },
  825. "dist": {
  826. "type": "zip",
  827. "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/6e6c71d918088c251b181ba8b3088af4ac336dd7",
  828. "reference": "6e6c71d918088c251b181ba8b3088af4ac336dd7",
  829. "shasum": ""
  830. },
  831. "require": {
  832. "php": ">=5.3.3"
  833. },
  834. "require-dev": {
  835. "phpunit/phpunit": "~4.3"
  836. },
  837. "type": "library",
  838. "extra": {
  839. "branch-alias": {
  840. "dev-master": "1.2.x-dev"
  841. }
  842. },
  843. "autoload": {
  844. "classmap": [
  845. "src/"
  846. ]
  847. },
  848. "notification-url": "https://packagist.org/downloads/",
  849. "license": [
  850. "BSD-3-Clause"
  851. ],
  852. "authors": [
  853. {
  854. "name": "Sebastian Bergmann",
  855. "email": "sebastian@phpunit.de"
  856. }
  857. ],
  858. "description": "Provides functionality to handle HHVM/PHP environments",
  859. "homepage": "http://www.github.com/sebastianbergmann/environment",
  860. "keywords": [
  861. "Xdebug",
  862. "environment",
  863. "hhvm"
  864. ],
  865. "time": "2014-10-25 08:00:45"
  866. },
  867. {
  868. "name": "sebastian/exporter",
  869. "version": "1.0.2",
  870. "source": {
  871. "type": "git",
  872. "url": "https://github.com/sebastianbergmann/exporter.git",
  873. "reference": "c7d59948d6e82818e1bdff7cadb6c34710eb7dc0"
  874. },
  875. "dist": {
  876. "type": "zip",
  877. "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/c7d59948d6e82818e1bdff7cadb6c34710eb7dc0",
  878. "reference": "c7d59948d6e82818e1bdff7cadb6c34710eb7dc0",
  879. "shasum": ""
  880. },
  881. "require": {
  882. "php": ">=5.3.3"
  883. },
  884. "require-dev": {
  885. "phpunit/phpunit": "~4.0"
  886. },
  887. "type": "library",
  888. "extra": {
  889. "branch-alias": {
  890. "dev-master": "1.0.x-dev"
  891. }
  892. },
  893. "autoload": {
  894. "classmap": [
  895. "src/"
  896. ]
  897. },
  898. "notification-url": "https://packagist.org/downloads/",
  899. "license": [
  900. "BSD-3-Clause"
  901. ],
  902. "authors": [
  903. {
  904. "name": "Jeff Welch",
  905. "email": "whatthejeff@gmail.com"
  906. },
  907. {
  908. "name": "Volker Dusch",
  909. "email": "github@wallbash.com"
  910. },
  911. {
  912. "name": "Bernhard Schussek",
  913. "email": "bschussek@2bepublished.at"
  914. },
  915. {
  916. "name": "Sebastian Bergmann",
  917. "email": "sebastian@phpunit.de"
  918. },
  919. {
  920. "name": "Adam Harvey",
  921. "email": "aharvey@php.net"
  922. }
  923. ],
  924. "description": "Provides the functionality to export PHP variables for visualization",
  925. "homepage": "http://www.github.com/sebastianbergmann/exporter",
  926. "keywords": [
  927. "export",
  928. "exporter"
  929. ],
  930. "time": "2014-09-10 00:51:36"
  931. },
  932. {
  933. "name": "sebastian/global-state",
  934. "version": "1.0.0",
  935. "source": {
  936. "type": "git",
  937. "url": "https://github.com/sebastianbergmann/global-state.git",
  938. "reference": "c7428acdb62ece0a45e6306f1ae85e1c05b09c01"
  939. },
  940. "dist": {
  941. "type": "zip",
  942. "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/c7428acdb62ece0a45e6306f1ae85e1c05b09c01",
  943. "reference": "c7428acdb62ece0a45e6306f1ae85e1c05b09c01",
  944. "shasum": ""
  945. },
  946. "require": {
  947. "php": ">=5.3.3"
  948. },
  949. "require-dev": {
  950. "phpunit/phpunit": "~4.2"
  951. },
  952. "suggest": {
  953. "ext-uopz": "*"
  954. },
  955. "type": "library",
  956. "extra": {
  957. "branch-alias": {
  958. "dev-master": "1.0-dev"
  959. }
  960. },
  961. "autoload": {
  962. "classmap": [
  963. "src/"
  964. ]
  965. },
  966. "notification-url": "https://packagist.org/downloads/",
  967. "license": [
  968. "BSD-3-Clause"
  969. ],
  970. "authors": [
  971. {
  972. "name": "Sebastian Bergmann",
  973. "email": "sebastian@phpunit.de"
  974. }
  975. ],
  976. "description": "Snapshotting of global state",
  977. "homepage": "http://www.github.com/sebastianbergmann/global-state",
  978. "keywords": [
  979. "global state"
  980. ],
  981. "time": "2014-10-06 09:23:50"
  982. },
  983. {
  984. "name": "sebastian/version",
  985. "version": "1.0.3",
  986. "source": {
  987. "type": "git",
  988. "url": "https://github.com/sebastianbergmann/version.git",
  989. "reference": "b6e1f0cf6b9e1ec409a0d3e2f2a5fb0998e36b43"
  990. },
  991. "dist": {
  992. "type": "zip",
  993. "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/b6e1f0cf6b9e1ec409a0d3e2f2a5fb0998e36b43",
  994. "reference": "b6e1f0cf6b9e1ec409a0d3e2f2a5fb0998e36b43",
  995. "shasum": ""
  996. },
  997. "type": "library",
  998. "autoload": {
  999. "classmap": [
  1000. "src/"
  1001. ]
  1002. },
  1003. "notification-url": "https://packagist.org/downloads/",
  1004. "license": [
  1005. "BSD-3-Clause"
  1006. ],
  1007. "authors": [
  1008. {
  1009. "name": "Sebastian Bergmann",
  1010. "email": "sebastian@phpunit.de",
  1011. "role": "lead"
  1012. }
  1013. ],
  1014. "description": "Library that helps with managing the version number of Git-hosted PHP projects",
  1015. "homepage": "https://github.com/sebastianbergmann/version",
  1016. "time": "2014-03-07 15:35:33"
  1017. },
  1018. {
  1019. "name": "symfony/yaml",
  1020. "version": "v2.6.1",
  1021. "target-dir": "Symfony/Component/Yaml",
  1022. "source": {
  1023. "type": "git",
  1024. "url": "https://github.com/symfony/Yaml.git",
  1025. "reference": "3346fc090a3eb6b53d408db2903b241af51dcb20"
  1026. },
  1027. "dist": {
  1028. "type": "zip",
  1029. "url": "https://api.github.com/repos/symfony/Yaml/zipball/3346fc090a3eb6b53d408db2903b241af51dcb20",
  1030. "reference": "3346fc090a3eb6b53d408db2903b241af51dcb20",
  1031. "shasum": ""
  1032. },
  1033. "require": {
  1034. "php": ">=5.3.3"
  1035. },
  1036. "type": "library",
  1037. "extra": {
  1038. "branch-alias": {
  1039. "dev-master": "2.6-dev"
  1040. }
  1041. },
  1042. "autoload": {
  1043. "psr-0": {
  1044. "Symfony\\Component\\Yaml\\": ""
  1045. }
  1046. },
  1047. "notification-url": "https://packagist.org/downloads/",
  1048. "license": [
  1049. "MIT"
  1050. ],
  1051. "authors": [
  1052. {
  1053. "name": "Symfony Community",
  1054. "homepage": "http://symfony.com/contributors"
  1055. },
  1056. {
  1057. "name": "Fabien Potencier",
  1058. "email": "fabien@symfony.com"
  1059. }
  1060. ],
  1061. "description": "Symfony Yaml Component",
  1062. "homepage": "http://symfony.com",
  1063. "time": "2014-12-02 20:19:20"
  1064. }
  1065. ],
  1066. "aliases": [],
  1067. "minimum-stability": "stable",
  1068. "stability-flags": [],
  1069. "prefer-stable": false,
  1070. "platform": {
  1071. "php": ">=5.3.2"
  1072. },
  1073. "platform-dev": []
  1074. }