composer.lock 28 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827
  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": "f191db97ba1be12289fa226f9b0a205e",
  8. "packages": [],
  9. "packages-dev": [
  10. {
  11. "name": "ocramius/instantiator",
  12. "version": "1.1.3",
  13. "source": {
  14. "type": "git",
  15. "url": "https://github.com/Ocramius/Instantiator.git",
  16. "reference": "e24a12178906ff2e7471b8aaf3a0eb789b59f881"
  17. },
  18. "dist": {
  19. "type": "zip",
  20. "url": "https://api.github.com/repos/Ocramius/Instantiator/zipball/e24a12178906ff2e7471b8aaf3a0eb789b59f881",
  21. "reference": "e24a12178906ff2e7471b8aaf3a0eb789b59f881",
  22. "shasum": ""
  23. },
  24. "require": {
  25. "ocramius/lazy-map": "1.0.*",
  26. "php": "~5.3"
  27. },
  28. "require-dev": {
  29. "athletic/athletic": "~0.1.8",
  30. "ext-pdo": "*",
  31. "ext-phar": "*",
  32. "phpunit/phpunit": "~4.0",
  33. "squizlabs/php_codesniffer": "2.0.*@ALPHA"
  34. },
  35. "type": "library",
  36. "extra": {
  37. "branch-alias": {
  38. "dev-master": "2.0.x-dev"
  39. }
  40. },
  41. "autoload": {
  42. "psr-0": {
  43. "Instantiator\\": "src"
  44. }
  45. },
  46. "notification-url": "https://packagist.org/downloads/",
  47. "license": [
  48. "MIT"
  49. ],
  50. "authors": [
  51. {
  52. "name": "Marco Pivetta",
  53. "email": "ocramius@gmail.com",
  54. "homepage": "http://ocramius.github.com/"
  55. }
  56. ],
  57. "description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors",
  58. "homepage": "https://github.com/Ocramius/Instantiator",
  59. "keywords": [
  60. "constructor",
  61. "instantiate"
  62. ],
  63. "time": "2014-08-25 14:48:16"
  64. },
  65. {
  66. "name": "ocramius/lazy-map",
  67. "version": "1.0.0",
  68. "source": {
  69. "type": "git",
  70. "url": "https://github.com/Ocramius/LazyMap.git",
  71. "reference": "7fe3d347f5e618bcea7d39345ff83f3651d8b752"
  72. },
  73. "dist": {
  74. "type": "zip",
  75. "url": "https://api.github.com/repos/Ocramius/LazyMap/zipball/7fe3d347f5e618bcea7d39345ff83f3651d8b752",
  76. "reference": "7fe3d347f5e618bcea7d39345ff83f3651d8b752",
  77. "shasum": ""
  78. },
  79. "require": {
  80. "php": ">=5.3.3"
  81. },
  82. "require-dev": {
  83. "athletic/athletic": "~0.1.6",
  84. "phpmd/phpmd": "1.5.*",
  85. "phpunit/phpunit": ">=3.7",
  86. "satooshi/php-coveralls": "~0.6",
  87. "squizlabs/php_codesniffer": "1.4.*"
  88. },
  89. "type": "library",
  90. "extra": {
  91. "branch-alias": {
  92. "dev-master": "1.0.x-dev"
  93. }
  94. },
  95. "autoload": {
  96. "psr-0": {
  97. "LazyMap\\": "src"
  98. }
  99. },
  100. "notification-url": "https://packagist.org/downloads/",
  101. "license": [
  102. "MIT"
  103. ],
  104. "authors": [
  105. {
  106. "name": "Marco Pivetta",
  107. "email": "ocramius@gmail.com",
  108. "homepage": "http://ocramius.github.com/",
  109. "role": "Developer"
  110. }
  111. ],
  112. "description": "A library that provides lazy instantiation logic for a map of objects",
  113. "homepage": "https://github.com/Ocramius/LazyMap",
  114. "keywords": [
  115. "lazy",
  116. "lazy instantiation",
  117. "lazy loading",
  118. "map",
  119. "service location"
  120. ],
  121. "time": "2013-11-09 22:30:54"
  122. },
  123. {
  124. "name": "phpunit/php-code-coverage",
  125. "version": "2.0.11",
  126. "source": {
  127. "type": "git",
  128. "url": "https://github.com/sebastianbergmann/php-code-coverage.git",
  129. "reference": "53603b3c995f5aab6b59c8e08c3a663d2cc810b7"
  130. },
  131. "dist": {
  132. "type": "zip",
  133. "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/53603b3c995f5aab6b59c8e08c3a663d2cc810b7",
  134. "reference": "53603b3c995f5aab6b59c8e08c3a663d2cc810b7",
  135. "shasum": ""
  136. },
  137. "require": {
  138. "php": ">=5.3.3",
  139. "phpunit/php-file-iterator": "~1.3",
  140. "phpunit/php-text-template": "~1.2",
  141. "phpunit/php-token-stream": "~1.3",
  142. "sebastian/environment": "~1.0",
  143. "sebastian/version": "~1.0"
  144. },
  145. "require-dev": {
  146. "ext-xdebug": ">=2.1.4",
  147. "phpunit/phpunit": "~4.1"
  148. },
  149. "suggest": {
  150. "ext-dom": "*",
  151. "ext-xdebug": ">=2.2.1",
  152. "ext-xmlwriter": "*"
  153. },
  154. "type": "library",
  155. "extra": {
  156. "branch-alias": {
  157. "dev-master": "2.0.x-dev"
  158. }
  159. },
  160. "autoload": {
  161. "classmap": [
  162. "src/"
  163. ]
  164. },
  165. "notification-url": "https://packagist.org/downloads/",
  166. "include-path": [
  167. ""
  168. ],
  169. "license": [
  170. "BSD-3-Clause"
  171. ],
  172. "authors": [
  173. {
  174. "name": "Sebastian Bergmann",
  175. "email": "sb@sebastian-bergmann.de",
  176. "role": "lead"
  177. }
  178. ],
  179. "description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.",
  180. "homepage": "https://github.com/sebastianbergmann/php-code-coverage",
  181. "keywords": [
  182. "coverage",
  183. "testing",
  184. "xunit"
  185. ],
  186. "time": "2014-08-31 06:33:04"
  187. },
  188. {
  189. "name": "phpunit/php-file-iterator",
  190. "version": "1.3.4",
  191. "source": {
  192. "type": "git",
  193. "url": "https://github.com/sebastianbergmann/php-file-iterator.git",
  194. "reference": "acd690379117b042d1c8af1fafd61bde001bf6bb"
  195. },
  196. "dist": {
  197. "type": "zip",
  198. "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/acd690379117b042d1c8af1fafd61bde001bf6bb",
  199. "reference": "acd690379117b042d1c8af1fafd61bde001bf6bb",
  200. "shasum": ""
  201. },
  202. "require": {
  203. "php": ">=5.3.3"
  204. },
  205. "type": "library",
  206. "autoload": {
  207. "classmap": [
  208. "File/"
  209. ]
  210. },
  211. "notification-url": "https://packagist.org/downloads/",
  212. "include-path": [
  213. ""
  214. ],
  215. "license": [
  216. "BSD-3-Clause"
  217. ],
  218. "authors": [
  219. {
  220. "name": "Sebastian Bergmann",
  221. "email": "sb@sebastian-bergmann.de",
  222. "role": "lead"
  223. }
  224. ],
  225. "description": "FilterIterator implementation that filters files based on a list of suffixes.",
  226. "homepage": "https://github.com/sebastianbergmann/php-file-iterator/",
  227. "keywords": [
  228. "filesystem",
  229. "iterator"
  230. ],
  231. "time": "2013-10-10 15:34:57"
  232. },
  233. {
  234. "name": "phpunit/php-text-template",
  235. "version": "1.2.0",
  236. "source": {
  237. "type": "git",
  238. "url": "https://github.com/sebastianbergmann/php-text-template.git",
  239. "reference": "206dfefc0ffe9cebf65c413e3d0e809c82fbf00a"
  240. },
  241. "dist": {
  242. "type": "zip",
  243. "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/206dfefc0ffe9cebf65c413e3d0e809c82fbf00a",
  244. "reference": "206dfefc0ffe9cebf65c413e3d0e809c82fbf00a",
  245. "shasum": ""
  246. },
  247. "require": {
  248. "php": ">=5.3.3"
  249. },
  250. "type": "library",
  251. "autoload": {
  252. "classmap": [
  253. "Text/"
  254. ]
  255. },
  256. "notification-url": "https://packagist.org/downloads/",
  257. "include-path": [
  258. ""
  259. ],
  260. "license": [
  261. "BSD-3-Clause"
  262. ],
  263. "authors": [
  264. {
  265. "name": "Sebastian Bergmann",
  266. "email": "sb@sebastian-bergmann.de",
  267. "role": "lead"
  268. }
  269. ],
  270. "description": "Simple template engine.",
  271. "homepage": "https://github.com/sebastianbergmann/php-text-template/",
  272. "keywords": [
  273. "template"
  274. ],
  275. "time": "2014-01-30 17:20:04"
  276. },
  277. {
  278. "name": "phpunit/php-timer",
  279. "version": "1.0.5",
  280. "source": {
  281. "type": "git",
  282. "url": "https://github.com/sebastianbergmann/php-timer.git",
  283. "reference": "19689d4354b295ee3d8c54b4f42c3efb69cbc17c"
  284. },
  285. "dist": {
  286. "type": "zip",
  287. "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/19689d4354b295ee3d8c54b4f42c3efb69cbc17c",
  288. "reference": "19689d4354b295ee3d8c54b4f42c3efb69cbc17c",
  289. "shasum": ""
  290. },
  291. "require": {
  292. "php": ">=5.3.3"
  293. },
  294. "type": "library",
  295. "autoload": {
  296. "classmap": [
  297. "PHP/"
  298. ]
  299. },
  300. "notification-url": "https://packagist.org/downloads/",
  301. "include-path": [
  302. ""
  303. ],
  304. "license": [
  305. "BSD-3-Clause"
  306. ],
  307. "authors": [
  308. {
  309. "name": "Sebastian Bergmann",
  310. "email": "sb@sebastian-bergmann.de",
  311. "role": "lead"
  312. }
  313. ],
  314. "description": "Utility class for timing",
  315. "homepage": "https://github.com/sebastianbergmann/php-timer/",
  316. "keywords": [
  317. "timer"
  318. ],
  319. "time": "2013-08-02 07:42:54"
  320. },
  321. {
  322. "name": "phpunit/php-token-stream",
  323. "version": "1.3.0",
  324. "source": {
  325. "type": "git",
  326. "url": "https://github.com/sebastianbergmann/php-token-stream.git",
  327. "reference": "f8d5d08c56de5cfd592b3340424a81733259a876"
  328. },
  329. "dist": {
  330. "type": "zip",
  331. "url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/f8d5d08c56de5cfd592b3340424a81733259a876",
  332. "reference": "f8d5d08c56de5cfd592b3340424a81733259a876",
  333. "shasum": ""
  334. },
  335. "require": {
  336. "ext-tokenizer": "*",
  337. "php": ">=5.3.3"
  338. },
  339. "require-dev": {
  340. "phpunit/phpunit": "~4.2"
  341. },
  342. "type": "library",
  343. "extra": {
  344. "branch-alias": {
  345. "dev-master": "1.3-dev"
  346. }
  347. },
  348. "autoload": {
  349. "classmap": [
  350. "src/"
  351. ]
  352. },
  353. "notification-url": "https://packagist.org/downloads/",
  354. "license": [
  355. "BSD-3-Clause"
  356. ],
  357. "authors": [
  358. {
  359. "name": "Sebastian Bergmann",
  360. "email": "sebastian@phpunit.de"
  361. }
  362. ],
  363. "description": "Wrapper around PHP's tokenizer extension.",
  364. "homepage": "https://github.com/sebastianbergmann/php-token-stream/",
  365. "keywords": [
  366. "tokenizer"
  367. ],
  368. "time": "2014-08-31 06:12:13"
  369. },
  370. {
  371. "name": "phpunit/phpunit",
  372. "version": "4.2.4",
  373. "source": {
  374. "type": "git",
  375. "url": "https://github.com/sebastianbergmann/phpunit.git",
  376. "reference": "f0c2d374ad06ec1e56c721f4ed87c59ff35f440e"
  377. },
  378. "dist": {
  379. "type": "zip",
  380. "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/f0c2d374ad06ec1e56c721f4ed87c59ff35f440e",
  381. "reference": "f0c2d374ad06ec1e56c721f4ed87c59ff35f440e",
  382. "shasum": ""
  383. },
  384. "require": {
  385. "ext-dom": "*",
  386. "ext-json": "*",
  387. "ext-pcre": "*",
  388. "ext-reflection": "*",
  389. "ext-spl": "*",
  390. "php": ">=5.3.3",
  391. "phpunit/php-code-coverage": "~2.0",
  392. "phpunit/php-file-iterator": "~1.3.1",
  393. "phpunit/php-text-template": "~1.2",
  394. "phpunit/php-timer": "~1.0.2",
  395. "phpunit/phpunit-mock-objects": "~2.2",
  396. "sebastian/comparator": "~1.0",
  397. "sebastian/diff": "~1.1",
  398. "sebastian/environment": "~1.0",
  399. "sebastian/exporter": "~1.0",
  400. "sebastian/version": "~1.0",
  401. "symfony/yaml": "~2.0"
  402. },
  403. "suggest": {
  404. "phpunit/php-invoker": "~1.1"
  405. },
  406. "bin": [
  407. "phpunit"
  408. ],
  409. "type": "library",
  410. "extra": {
  411. "branch-alias": {
  412. "dev-master": "4.2.x-dev"
  413. }
  414. },
  415. "autoload": {
  416. "classmap": [
  417. "src/"
  418. ]
  419. },
  420. "notification-url": "https://packagist.org/downloads/",
  421. "include-path": [
  422. "",
  423. "../../symfony/yaml/"
  424. ],
  425. "license": [
  426. "BSD-3-Clause"
  427. ],
  428. "authors": [
  429. {
  430. "name": "Sebastian Bergmann",
  431. "email": "sebastian@phpunit.de",
  432. "role": "lead"
  433. }
  434. ],
  435. "description": "The PHP Unit Testing framework.",
  436. "homepage": "http://www.phpunit.de/",
  437. "keywords": [
  438. "phpunit",
  439. "testing",
  440. "xunit"
  441. ],
  442. "time": "2014-08-31 06:46:49"
  443. },
  444. {
  445. "name": "phpunit/phpunit-mock-objects",
  446. "version": "2.2.0",
  447. "source": {
  448. "type": "git",
  449. "url": "https://github.com/sebastianbergmann/phpunit-mock-objects.git",
  450. "reference": "42e589e08bc86e3e9bdf20d385e948347788505b"
  451. },
  452. "dist": {
  453. "type": "zip",
  454. "url": "https://api.github.com/repos/sebastianbergmann/phpunit-mock-objects/zipball/42e589e08bc86e3e9bdf20d385e948347788505b",
  455. "reference": "42e589e08bc86e3e9bdf20d385e948347788505b",
  456. "shasum": ""
  457. },
  458. "require": {
  459. "ocramius/instantiator": "~1.0",
  460. "php": ">=5.3.3",
  461. "phpunit/php-text-template": "~1.2"
  462. },
  463. "require-dev": {
  464. "phpunit/phpunit": "4.2.*@dev"
  465. },
  466. "suggest": {
  467. "ext-soap": "*"
  468. },
  469. "type": "library",
  470. "extra": {
  471. "branch-alias": {
  472. "dev-master": "2.2.x-dev"
  473. }
  474. },
  475. "autoload": {
  476. "classmap": [
  477. "src/"
  478. ]
  479. },
  480. "notification-url": "https://packagist.org/downloads/",
  481. "include-path": [
  482. ""
  483. ],
  484. "license": [
  485. "BSD-3-Clause"
  486. ],
  487. "authors": [
  488. {
  489. "name": "Sebastian Bergmann",
  490. "email": "sb@sebastian-bergmann.de",
  491. "role": "lead"
  492. }
  493. ],
  494. "description": "Mock Object library for PHPUnit",
  495. "homepage": "https://github.com/sebastianbergmann/phpunit-mock-objects/",
  496. "keywords": [
  497. "mock",
  498. "xunit"
  499. ],
  500. "time": "2014-08-02 13:50:58"
  501. },
  502. {
  503. "name": "sebastian/comparator",
  504. "version": "1.0.0",
  505. "source": {
  506. "type": "git",
  507. "url": "https://github.com/sebastianbergmann/comparator.git",
  508. "reference": "f7069ee51fa9fb6c038e16a9d0e3439f5449dcf2"
  509. },
  510. "dist": {
  511. "type": "zip",
  512. "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/f7069ee51fa9fb6c038e16a9d0e3439f5449dcf2",
  513. "reference": "f7069ee51fa9fb6c038e16a9d0e3439f5449dcf2",
  514. "shasum": ""
  515. },
  516. "require": {
  517. "php": ">=5.3.3",
  518. "sebastian/diff": "~1.1",
  519. "sebastian/exporter": "~1.0"
  520. },
  521. "require-dev": {
  522. "phpunit/phpunit": "~4.1"
  523. },
  524. "type": "library",
  525. "extra": {
  526. "branch-alias": {
  527. "dev-master": "1.0.x-dev"
  528. }
  529. },
  530. "autoload": {
  531. "classmap": [
  532. "src/"
  533. ]
  534. },
  535. "notification-url": "https://packagist.org/downloads/",
  536. "license": [
  537. "BSD-3-Clause"
  538. ],
  539. "authors": [
  540. {
  541. "name": "Sebastian Bergmann",
  542. "email": "sebastian@phpunit.de",
  543. "role": "lead"
  544. },
  545. {
  546. "name": "Jeff Welch",
  547. "email": "whatthejeff@gmail.com"
  548. },
  549. {
  550. "name": "Volker Dusch",
  551. "email": "github@wallbash.com"
  552. },
  553. {
  554. "name": "Bernhard Schussek",
  555. "email": "bschussek@2bepublished.at"
  556. }
  557. ],
  558. "description": "Provides the functionality to compare PHP values for equality",
  559. "homepage": "http://www.github.com/sebastianbergmann/comparator",
  560. "keywords": [
  561. "comparator",
  562. "compare",
  563. "equality"
  564. ],
  565. "time": "2014-05-02 07:05:58"
  566. },
  567. {
  568. "name": "sebastian/diff",
  569. "version": "1.1.0",
  570. "source": {
  571. "type": "git",
  572. "url": "https://github.com/sebastianbergmann/diff.git",
  573. "reference": "1e091702a5a38e6b4c1ba9ca816e3dd343df2e2d"
  574. },
  575. "dist": {
  576. "type": "zip",
  577. "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/1e091702a5a38e6b4c1ba9ca816e3dd343df2e2d",
  578. "reference": "1e091702a5a38e6b4c1ba9ca816e3dd343df2e2d",
  579. "shasum": ""
  580. },
  581. "require": {
  582. "php": ">=5.3.3"
  583. },
  584. "type": "library",
  585. "extra": {
  586. "branch-alias": {
  587. "dev-master": "1.1-dev"
  588. }
  589. },
  590. "autoload": {
  591. "classmap": [
  592. "src/"
  593. ]
  594. },
  595. "notification-url": "https://packagist.org/downloads/",
  596. "license": [
  597. "BSD-3-Clause"
  598. ],
  599. "authors": [
  600. {
  601. "name": "Sebastian Bergmann",
  602. "email": "sebastian@phpunit.de",
  603. "role": "lead"
  604. },
  605. {
  606. "name": "Kore Nordmann",
  607. "email": "mail@kore-nordmann.de"
  608. }
  609. ],
  610. "description": "Diff implementation",
  611. "homepage": "http://www.github.com/sebastianbergmann/diff",
  612. "keywords": [
  613. "diff"
  614. ],
  615. "time": "2013-08-03 16:46:33"
  616. },
  617. {
  618. "name": "sebastian/environment",
  619. "version": "1.0.0",
  620. "source": {
  621. "type": "git",
  622. "url": "https://github.com/sebastianbergmann/environment.git",
  623. "reference": "79517609ec01139cd7e9fded0dd7ce08c952ef6a"
  624. },
  625. "dist": {
  626. "type": "zip",
  627. "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/79517609ec01139cd7e9fded0dd7ce08c952ef6a",
  628. "reference": "79517609ec01139cd7e9fded0dd7ce08c952ef6a",
  629. "shasum": ""
  630. },
  631. "require": {
  632. "php": ">=5.3.3"
  633. },
  634. "require-dev": {
  635. "phpunit/phpunit": "4.0.*@dev"
  636. },
  637. "type": "library",
  638. "extra": {
  639. "branch-alias": {
  640. "dev-master": "1.0.x-dev"
  641. }
  642. },
  643. "autoload": {
  644. "classmap": [
  645. "src/"
  646. ]
  647. },
  648. "notification-url": "https://packagist.org/downloads/",
  649. "license": [
  650. "BSD-3-Clause"
  651. ],
  652. "authors": [
  653. {
  654. "name": "Sebastian Bergmann",
  655. "email": "sebastian@phpunit.de",
  656. "role": "lead"
  657. }
  658. ],
  659. "description": "Provides functionality to handle HHVM/PHP environments",
  660. "homepage": "http://www.github.com/sebastianbergmann/environment",
  661. "keywords": [
  662. "Xdebug",
  663. "environment",
  664. "hhvm"
  665. ],
  666. "time": "2014-02-18 16:17:19"
  667. },
  668. {
  669. "name": "sebastian/exporter",
  670. "version": "1.0.1",
  671. "source": {
  672. "type": "git",
  673. "url": "https://github.com/sebastianbergmann/exporter.git",
  674. "reference": "1f9a98e6f5dfe0524cb8c6166f7c82f3e9ae1529"
  675. },
  676. "dist": {
  677. "type": "zip",
  678. "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/1f9a98e6f5dfe0524cb8c6166f7c82f3e9ae1529",
  679. "reference": "1f9a98e6f5dfe0524cb8c6166f7c82f3e9ae1529",
  680. "shasum": ""
  681. },
  682. "require": {
  683. "php": ">=5.3.3"
  684. },
  685. "require-dev": {
  686. "phpunit/phpunit": "4.0.*@dev"
  687. },
  688. "type": "library",
  689. "extra": {
  690. "branch-alias": {
  691. "dev-master": "1.0.x-dev"
  692. }
  693. },
  694. "autoload": {
  695. "classmap": [
  696. "src/"
  697. ]
  698. },
  699. "notification-url": "https://packagist.org/downloads/",
  700. "license": [
  701. "BSD-3-Clause"
  702. ],
  703. "authors": [
  704. {
  705. "name": "Sebastian Bergmann",
  706. "email": "sebastian@phpunit.de",
  707. "role": "lead"
  708. },
  709. {
  710. "name": "Jeff Welch",
  711. "email": "whatthejeff@gmail.com"
  712. },
  713. {
  714. "name": "Volker Dusch",
  715. "email": "github@wallbash.com"
  716. },
  717. {
  718. "name": "Adam Harvey",
  719. "email": "aharvey@php.net",
  720. "role": "Lead"
  721. },
  722. {
  723. "name": "Bernhard Schussek",
  724. "email": "bschussek@2bepublished.at"
  725. }
  726. ],
  727. "description": "Provides the functionality to export PHP variables for visualization",
  728. "homepage": "http://www.github.com/sebastianbergmann/exporter",
  729. "keywords": [
  730. "export",
  731. "exporter"
  732. ],
  733. "time": "2014-02-16 08:26:31"
  734. },
  735. {
  736. "name": "sebastian/version",
  737. "version": "1.0.3",
  738. "source": {
  739. "type": "git",
  740. "url": "https://github.com/sebastianbergmann/version.git",
  741. "reference": "b6e1f0cf6b9e1ec409a0d3e2f2a5fb0998e36b43"
  742. },
  743. "dist": {
  744. "type": "zip",
  745. "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/b6e1f0cf6b9e1ec409a0d3e2f2a5fb0998e36b43",
  746. "reference": "b6e1f0cf6b9e1ec409a0d3e2f2a5fb0998e36b43",
  747. "shasum": ""
  748. },
  749. "type": "library",
  750. "autoload": {
  751. "classmap": [
  752. "src/"
  753. ]
  754. },
  755. "notification-url": "https://packagist.org/downloads/",
  756. "license": [
  757. "BSD-3-Clause"
  758. ],
  759. "authors": [
  760. {
  761. "name": "Sebastian Bergmann",
  762. "email": "sebastian@phpunit.de",
  763. "role": "lead"
  764. }
  765. ],
  766. "description": "Library that helps with managing the version number of Git-hosted PHP projects",
  767. "homepage": "https://github.com/sebastianbergmann/version",
  768. "time": "2014-03-07 15:35:33"
  769. },
  770. {
  771. "name": "symfony/yaml",
  772. "version": "v2.5.3",
  773. "target-dir": "Symfony/Component/Yaml",
  774. "source": {
  775. "type": "git",
  776. "url": "https://github.com/symfony/Yaml.git",
  777. "reference": "5a75366ae9ca8b4792cd0083e4ca4dff9fe96f1f"
  778. },
  779. "dist": {
  780. "type": "zip",
  781. "url": "https://api.github.com/repos/symfony/Yaml/zipball/5a75366ae9ca8b4792cd0083e4ca4dff9fe96f1f",
  782. "reference": "5a75366ae9ca8b4792cd0083e4ca4dff9fe96f1f",
  783. "shasum": ""
  784. },
  785. "require": {
  786. "php": ">=5.3.3"
  787. },
  788. "type": "library",
  789. "extra": {
  790. "branch-alias": {
  791. "dev-master": "2.5-dev"
  792. }
  793. },
  794. "autoload": {
  795. "psr-0": {
  796. "Symfony\\Component\\Yaml\\": ""
  797. }
  798. },
  799. "notification-url": "https://packagist.org/downloads/",
  800. "license": [
  801. "MIT"
  802. ],
  803. "authors": [
  804. {
  805. "name": "Symfony Community",
  806. "homepage": "http://symfony.com/contributors"
  807. },
  808. {
  809. "name": "Fabien Potencier",
  810. "email": "fabien@symfony.com"
  811. }
  812. ],
  813. "description": "Symfony Yaml Component",
  814. "homepage": "http://symfony.com",
  815. "time": "2014-08-05 09:00:40"
  816. }
  817. ],
  818. "aliases": [],
  819. "minimum-stability": "stable",
  820. "stability-flags": [],
  821. "prefer-stable": false,
  822. "platform": {
  823. "php": ">=5.3.3"
  824. },
  825. "platform-dev": []
  826. }