installed.json 18 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592
  1. [
  2. {
  3. "name": "symfony/event-dispatcher",
  4. "version": "v2.8.8",
  5. "version_normalized": "2.8.8.0",
  6. "source": {
  7. "type": "git",
  8. "url": "https://github.com/symfony/event-dispatcher.git",
  9. "reference": "b180b70439dca70049b6b9b7e21d75e6e5d7aca9"
  10. },
  11. "dist": {
  12. "type": "zip",
  13. "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/b180b70439dca70049b6b9b7e21d75e6e5d7aca9",
  14. "reference": "b180b70439dca70049b6b9b7e21d75e6e5d7aca9",
  15. "shasum": ""
  16. },
  17. "require": {
  18. "php": ">=5.3.9"
  19. },
  20. "require-dev": {
  21. "psr/log": "~1.0",
  22. "symfony/config": "~2.0,>=2.0.5|~3.0.0",
  23. "symfony/dependency-injection": "~2.6|~3.0.0",
  24. "symfony/expression-language": "~2.6|~3.0.0",
  25. "symfony/stopwatch": "~2.3|~3.0.0"
  26. },
  27. "suggest": {
  28. "symfony/dependency-injection": "",
  29. "symfony/http-kernel": ""
  30. },
  31. "time": "2016-06-29 05:29:29",
  32. "type": "library",
  33. "extra": {
  34. "branch-alias": {
  35. "dev-master": "2.8-dev"
  36. }
  37. },
  38. "installation-source": "dist",
  39. "autoload": {
  40. "psr-4": {
  41. "Symfony\\Component\\EventDispatcher\\": ""
  42. },
  43. "exclude-from-classmap": [
  44. "/Tests/"
  45. ]
  46. },
  47. "notification-url": "https://packagist.org/downloads/",
  48. "license": [
  49. "MIT"
  50. ],
  51. "authors": [
  52. {
  53. "name": "Fabien Potencier",
  54. "email": "fabien@symfony.com"
  55. },
  56. {
  57. "name": "Symfony Community",
  58. "homepage": "https://symfony.com/contributors"
  59. }
  60. ],
  61. "description": "Symfony EventDispatcher Component",
  62. "homepage": "https://symfony.com"
  63. },
  64. {
  65. "name": "guzzle/guzzle",
  66. "version": "v3.9.3",
  67. "version_normalized": "3.9.3.0",
  68. "source": {
  69. "type": "git",
  70. "url": "https://github.com/guzzle/guzzle3.git",
  71. "reference": "0645b70d953bc1c067bbc8d5bc53194706b628d9"
  72. },
  73. "dist": {
  74. "type": "zip",
  75. "url": "https://api.github.com/repos/guzzle/guzzle3/zipball/0645b70d953bc1c067bbc8d5bc53194706b628d9",
  76. "reference": "0645b70d953bc1c067bbc8d5bc53194706b628d9",
  77. "shasum": ""
  78. },
  79. "require": {
  80. "ext-curl": "*",
  81. "php": ">=5.3.3",
  82. "symfony/event-dispatcher": "~2.1"
  83. },
  84. "replace": {
  85. "guzzle/batch": "self.version",
  86. "guzzle/cache": "self.version",
  87. "guzzle/common": "self.version",
  88. "guzzle/http": "self.version",
  89. "guzzle/inflection": "self.version",
  90. "guzzle/iterator": "self.version",
  91. "guzzle/log": "self.version",
  92. "guzzle/parser": "self.version",
  93. "guzzle/plugin": "self.version",
  94. "guzzle/plugin-async": "self.version",
  95. "guzzle/plugin-backoff": "self.version",
  96. "guzzle/plugin-cache": "self.version",
  97. "guzzle/plugin-cookie": "self.version",
  98. "guzzle/plugin-curlauth": "self.version",
  99. "guzzle/plugin-error-response": "self.version",
  100. "guzzle/plugin-history": "self.version",
  101. "guzzle/plugin-log": "self.version",
  102. "guzzle/plugin-md5": "self.version",
  103. "guzzle/plugin-mock": "self.version",
  104. "guzzle/plugin-oauth": "self.version",
  105. "guzzle/service": "self.version",
  106. "guzzle/stream": "self.version"
  107. },
  108. "require-dev": {
  109. "doctrine/cache": "~1.3",
  110. "monolog/monolog": "~1.0",
  111. "phpunit/phpunit": "3.7.*",
  112. "psr/log": "~1.0",
  113. "symfony/class-loader": "~2.1",
  114. "zendframework/zend-cache": "2.*,<2.3",
  115. "zendframework/zend-log": "2.*,<2.3"
  116. },
  117. "suggest": {
  118. "guzzlehttp/guzzle": "Guzzle 5 has moved to a new package name. The package you have installed, Guzzle 3, is deprecated."
  119. },
  120. "time": "2015-03-18 18:23:50",
  121. "type": "library",
  122. "extra": {
  123. "branch-alias": {
  124. "dev-master": "3.9-dev"
  125. }
  126. },
  127. "installation-source": "dist",
  128. "autoload": {
  129. "psr-0": {
  130. "Guzzle": "src/",
  131. "Guzzle\\Tests": "tests/"
  132. }
  133. },
  134. "notification-url": "https://packagist.org/downloads/",
  135. "license": [
  136. "MIT"
  137. ],
  138. "authors": [
  139. {
  140. "name": "Michael Dowling",
  141. "email": "mtdowling@gmail.com",
  142. "homepage": "https://github.com/mtdowling"
  143. },
  144. {
  145. "name": "Guzzle Community",
  146. "homepage": "https://github.com/guzzle/guzzle/contributors"
  147. }
  148. ],
  149. "description": "PHP HTTP client. This library is deprecated in favor of https://packagist.org/packages/guzzlehttp/guzzle",
  150. "homepage": "http://guzzlephp.org/",
  151. "keywords": [
  152. "client",
  153. "curl",
  154. "framework",
  155. "http",
  156. "http client",
  157. "rest",
  158. "web service"
  159. ],
  160. "abandoned": "guzzlehttp/guzzle"
  161. },
  162. {
  163. "name": "symfony/yaml",
  164. "version": "v2.8.8",
  165. "version_normalized": "2.8.8.0",
  166. "source": {
  167. "type": "git",
  168. "url": "https://github.com/symfony/yaml.git",
  169. "reference": "dba4bb5846798cd12f32e2d8f3f35d77045773c8"
  170. },
  171. "dist": {
  172. "type": "zip",
  173. "url": "https://api.github.com/repos/symfony/yaml/zipball/dba4bb5846798cd12f32e2d8f3f35d77045773c8",
  174. "reference": "dba4bb5846798cd12f32e2d8f3f35d77045773c8",
  175. "shasum": ""
  176. },
  177. "require": {
  178. "php": ">=5.3.9"
  179. },
  180. "time": "2016-06-29 05:29:29",
  181. "type": "library",
  182. "extra": {
  183. "branch-alias": {
  184. "dev-master": "2.8-dev"
  185. }
  186. },
  187. "installation-source": "dist",
  188. "autoload": {
  189. "psr-4": {
  190. "Symfony\\Component\\Yaml\\": ""
  191. },
  192. "exclude-from-classmap": [
  193. "/Tests/"
  194. ]
  195. },
  196. "notification-url": "https://packagist.org/downloads/",
  197. "license": [
  198. "MIT"
  199. ],
  200. "authors": [
  201. {
  202. "name": "Fabien Potencier",
  203. "email": "fabien@symfony.com"
  204. },
  205. {
  206. "name": "Symfony Community",
  207. "homepage": "https://symfony.com/contributors"
  208. }
  209. ],
  210. "description": "Symfony Yaml Component",
  211. "homepage": "https://symfony.com"
  212. },
  213. {
  214. "name": "phpunit/php-text-template",
  215. "version": "1.2.1",
  216. "version_normalized": "1.2.1.0",
  217. "source": {
  218. "type": "git",
  219. "url": "https://github.com/sebastianbergmann/php-text-template.git",
  220. "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686"
  221. },
  222. "dist": {
  223. "type": "zip",
  224. "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
  225. "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
  226. "shasum": ""
  227. },
  228. "require": {
  229. "php": ">=5.3.3"
  230. },
  231. "time": "2015-06-21 13:50:34",
  232. "type": "library",
  233. "installation-source": "dist",
  234. "autoload": {
  235. "classmap": [
  236. "src/"
  237. ]
  238. },
  239. "notification-url": "https://packagist.org/downloads/",
  240. "license": [
  241. "BSD-3-Clause"
  242. ],
  243. "authors": [
  244. {
  245. "name": "Sebastian Bergmann",
  246. "email": "sebastian@phpunit.de",
  247. "role": "lead"
  248. }
  249. ],
  250. "description": "Simple template engine.",
  251. "homepage": "https://github.com/sebastianbergmann/php-text-template/",
  252. "keywords": [
  253. "template"
  254. ]
  255. },
  256. {
  257. "name": "phpunit/phpunit-mock-objects",
  258. "version": "1.2.3",
  259. "version_normalized": "1.2.3.0",
  260. "source": {
  261. "type": "git",
  262. "url": "https://github.com/sebastianbergmann/phpunit-mock-objects.git",
  263. "reference": "5794e3c5c5ba0fb037b11d8151add2a07fa82875"
  264. },
  265. "dist": {
  266. "type": "zip",
  267. "url": "https://api.github.com/repos/sebastianbergmann/phpunit-mock-objects/zipball/5794e3c5c5ba0fb037b11d8151add2a07fa82875",
  268. "reference": "5794e3c5c5ba0fb037b11d8151add2a07fa82875",
  269. "shasum": ""
  270. },
  271. "require": {
  272. "php": ">=5.3.3",
  273. "phpunit/php-text-template": ">=1.1.1@stable"
  274. },
  275. "suggest": {
  276. "ext-soap": "*"
  277. },
  278. "time": "2013-01-13 10:24:48",
  279. "type": "library",
  280. "installation-source": "dist",
  281. "autoload": {
  282. "classmap": [
  283. "PHPUnit/"
  284. ]
  285. },
  286. "notification-url": "https://packagist.org/downloads/",
  287. "include-path": [
  288. ""
  289. ],
  290. "license": [
  291. "BSD-3-Clause"
  292. ],
  293. "authors": [
  294. {
  295. "name": "Sebastian Bergmann",
  296. "email": "sb@sebastian-bergmann.de",
  297. "role": "lead"
  298. }
  299. ],
  300. "description": "Mock Object library for PHPUnit",
  301. "homepage": "https://github.com/sebastianbergmann/phpunit-mock-objects/",
  302. "keywords": [
  303. "mock",
  304. "xunit"
  305. ]
  306. },
  307. {
  308. "name": "phpunit/php-timer",
  309. "version": "1.0.8",
  310. "version_normalized": "1.0.8.0",
  311. "source": {
  312. "type": "git",
  313. "url": "https://github.com/sebastianbergmann/php-timer.git",
  314. "reference": "38e9124049cf1a164f1e4537caf19c99bf1eb260"
  315. },
  316. "dist": {
  317. "type": "zip",
  318. "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/38e9124049cf1a164f1e4537caf19c99bf1eb260",
  319. "reference": "38e9124049cf1a164f1e4537caf19c99bf1eb260",
  320. "shasum": ""
  321. },
  322. "require": {
  323. "php": ">=5.3.3"
  324. },
  325. "require-dev": {
  326. "phpunit/phpunit": "~4|~5"
  327. },
  328. "time": "2016-05-12 18:03:57",
  329. "type": "library",
  330. "installation-source": "dist",
  331. "autoload": {
  332. "classmap": [
  333. "src/"
  334. ]
  335. },
  336. "notification-url": "https://packagist.org/downloads/",
  337. "license": [
  338. "BSD-3-Clause"
  339. ],
  340. "authors": [
  341. {
  342. "name": "Sebastian Bergmann",
  343. "email": "sb@sebastian-bergmann.de",
  344. "role": "lead"
  345. }
  346. ],
  347. "description": "Utility class for timing",
  348. "homepage": "https://github.com/sebastianbergmann/php-timer/",
  349. "keywords": [
  350. "timer"
  351. ]
  352. },
  353. {
  354. "name": "phpunit/php-file-iterator",
  355. "version": "1.4.1",
  356. "version_normalized": "1.4.1.0",
  357. "source": {
  358. "type": "git",
  359. "url": "https://github.com/sebastianbergmann/php-file-iterator.git",
  360. "reference": "6150bf2c35d3fc379e50c7602b75caceaa39dbf0"
  361. },
  362. "dist": {
  363. "type": "zip",
  364. "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/6150bf2c35d3fc379e50c7602b75caceaa39dbf0",
  365. "reference": "6150bf2c35d3fc379e50c7602b75caceaa39dbf0",
  366. "shasum": ""
  367. },
  368. "require": {
  369. "php": ">=5.3.3"
  370. },
  371. "time": "2015-06-21 13:08:43",
  372. "type": "library",
  373. "extra": {
  374. "branch-alias": {
  375. "dev-master": "1.4.x-dev"
  376. }
  377. },
  378. "installation-source": "dist",
  379. "autoload": {
  380. "classmap": [
  381. "src/"
  382. ]
  383. },
  384. "notification-url": "https://packagist.org/downloads/",
  385. "license": [
  386. "BSD-3-Clause"
  387. ],
  388. "authors": [
  389. {
  390. "name": "Sebastian Bergmann",
  391. "email": "sb@sebastian-bergmann.de",
  392. "role": "lead"
  393. }
  394. ],
  395. "description": "FilterIterator implementation that filters files based on a list of suffixes.",
  396. "homepage": "https://github.com/sebastianbergmann/php-file-iterator/",
  397. "keywords": [
  398. "filesystem",
  399. "iterator"
  400. ]
  401. },
  402. {
  403. "name": "phpunit/php-token-stream",
  404. "version": "1.2.2",
  405. "version_normalized": "1.2.2.0",
  406. "source": {
  407. "type": "git",
  408. "url": "https://github.com/sebastianbergmann/php-token-stream.git",
  409. "reference": "ad4e1e23ae01b483c16f600ff1bebec184588e32"
  410. },
  411. "dist": {
  412. "type": "zip",
  413. "url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/ad4e1e23ae01b483c16f600ff1bebec184588e32",
  414. "reference": "ad4e1e23ae01b483c16f600ff1bebec184588e32",
  415. "shasum": ""
  416. },
  417. "require": {
  418. "ext-tokenizer": "*",
  419. "php": ">=5.3.3"
  420. },
  421. "time": "2014-03-03 05:10:30",
  422. "type": "library",
  423. "extra": {
  424. "branch-alias": {
  425. "dev-master": "1.2-dev"
  426. }
  427. },
  428. "installation-source": "dist",
  429. "autoload": {
  430. "classmap": [
  431. "PHP/"
  432. ]
  433. },
  434. "notification-url": "https://packagist.org/downloads/",
  435. "include-path": [
  436. ""
  437. ],
  438. "license": [
  439. "BSD-3-Clause"
  440. ],
  441. "authors": [
  442. {
  443. "name": "Sebastian Bergmann",
  444. "email": "sb@sebastian-bergmann.de",
  445. "role": "lead"
  446. }
  447. ],
  448. "description": "Wrapper around PHP's tokenizer extension.",
  449. "homepage": "https://github.com/sebastianbergmann/php-token-stream/",
  450. "keywords": [
  451. "tokenizer"
  452. ]
  453. },
  454. {
  455. "name": "phpunit/php-code-coverage",
  456. "version": "1.2.18",
  457. "version_normalized": "1.2.18.0",
  458. "source": {
  459. "type": "git",
  460. "url": "https://github.com/sebastianbergmann/php-code-coverage.git",
  461. "reference": "fe2466802556d3fe4e4d1d58ffd3ccfd0a19be0b"
  462. },
  463. "dist": {
  464. "type": "zip",
  465. "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/fe2466802556d3fe4e4d1d58ffd3ccfd0a19be0b",
  466. "reference": "fe2466802556d3fe4e4d1d58ffd3ccfd0a19be0b",
  467. "shasum": ""
  468. },
  469. "require": {
  470. "php": ">=5.3.3",
  471. "phpunit/php-file-iterator": ">=1.3.0@stable",
  472. "phpunit/php-text-template": ">=1.2.0@stable",
  473. "phpunit/php-token-stream": ">=1.1.3,<1.3.0"
  474. },
  475. "require-dev": {
  476. "phpunit/phpunit": "3.7.*@dev"
  477. },
  478. "suggest": {
  479. "ext-dom": "*",
  480. "ext-xdebug": ">=2.0.5"
  481. },
  482. "time": "2014-09-02 10:13:14",
  483. "type": "library",
  484. "extra": {
  485. "branch-alias": {
  486. "dev-master": "1.2.x-dev"
  487. }
  488. },
  489. "installation-source": "dist",
  490. "autoload": {
  491. "classmap": [
  492. "PHP/"
  493. ]
  494. },
  495. "notification-url": "https://packagist.org/downloads/",
  496. "include-path": [
  497. ""
  498. ],
  499. "license": [
  500. "BSD-3-Clause"
  501. ],
  502. "authors": [
  503. {
  504. "name": "Sebastian Bergmann",
  505. "email": "sb@sebastian-bergmann.de",
  506. "role": "lead"
  507. }
  508. ],
  509. "description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.",
  510. "homepage": "https://github.com/sebastianbergmann/php-code-coverage",
  511. "keywords": [
  512. "coverage",
  513. "testing",
  514. "xunit"
  515. ]
  516. },
  517. {
  518. "name": "phpunit/phpunit",
  519. "version": "3.7.38",
  520. "version_normalized": "3.7.38.0",
  521. "source": {
  522. "type": "git",
  523. "url": "https://github.com/sebastianbergmann/phpunit.git",
  524. "reference": "38709dc22d519a3d1be46849868aa2ddf822bcf6"
  525. },
  526. "dist": {
  527. "type": "zip",
  528. "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/38709dc22d519a3d1be46849868aa2ddf822bcf6",
  529. "reference": "38709dc22d519a3d1be46849868aa2ddf822bcf6",
  530. "shasum": ""
  531. },
  532. "require": {
  533. "ext-ctype": "*",
  534. "ext-dom": "*",
  535. "ext-json": "*",
  536. "ext-pcre": "*",
  537. "ext-reflection": "*",
  538. "ext-spl": "*",
  539. "php": ">=5.3.3",
  540. "phpunit/php-code-coverage": "~1.2",
  541. "phpunit/php-file-iterator": "~1.3",
  542. "phpunit/php-text-template": "~1.1",
  543. "phpunit/php-timer": "~1.0",
  544. "phpunit/phpunit-mock-objects": "~1.2",
  545. "symfony/yaml": "~2.0"
  546. },
  547. "require-dev": {
  548. "pear-pear.php.net/pear": "1.9.4"
  549. },
  550. "suggest": {
  551. "phpunit/php-invoker": "~1.1"
  552. },
  553. "time": "2014-10-17 09:04:17",
  554. "bin": [
  555. "composer/bin/phpunit"
  556. ],
  557. "type": "library",
  558. "extra": {
  559. "branch-alias": {
  560. "dev-master": "3.7.x-dev"
  561. }
  562. },
  563. "installation-source": "dist",
  564. "autoload": {
  565. "classmap": [
  566. "PHPUnit/"
  567. ]
  568. },
  569. "notification-url": "https://packagist.org/downloads/",
  570. "include-path": [
  571. "",
  572. "../../symfony/yaml/"
  573. ],
  574. "license": [
  575. "BSD-3-Clause"
  576. ],
  577. "authors": [
  578. {
  579. "name": "Sebastian Bergmann",
  580. "email": "sebastian@phpunit.de",
  581. "role": "lead"
  582. }
  583. ],
  584. "description": "The PHP Unit Testing framework.",
  585. "homepage": "http://www.phpunit.de/",
  586. "keywords": [
  587. "phpunit",
  588. "testing",
  589. "xunit"
  590. ]
  591. }
  592. ]