composer.lock 27 KB

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