composer.lock 29 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858
  1. {
  2. "_readme": [
  3. "This file locks the dependencies of your project to a known state",
  4. "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
  5. "This file is @generated automatically"
  6. ],
  7. "hash": "e3520dc72004bd92b2bd0b0febf71c7f",
  8. "content-hash": "ac3ea1f44998ea42345107fd21d6a2e0",
  9. "packages": [
  10. {
  11. "name": "yzalis/identicon",
  12. "version": "1.1.0",
  13. "source": {
  14. "type": "git",
  15. "url": "https://github.com/yzalis/Identicon.git",
  16. "reference": "a99fc2a3d018512f7914bc6f972952536c0f309b"
  17. },
  18. "dist": {
  19. "type": "zip",
  20. "url": "https://api.github.com/repos/yzalis/Identicon/zipball/a99fc2a3d018512f7914bc6f972952536c0f309b",
  21. "reference": "a99fc2a3d018512f7914bc6f972952536c0f309b",
  22. "shasum": ""
  23. },
  24. "require": {
  25. "php": ">=5.3.0"
  26. },
  27. "require-dev": {
  28. "fzaninotto/faker": "1.2.*@dev"
  29. },
  30. "type": "library",
  31. "extra": {
  32. "branch-alias": {
  33. "dev-master": "1.1-dev"
  34. }
  35. },
  36. "autoload": {
  37. "psr-0": {
  38. "Identicon": "src/"
  39. }
  40. },
  41. "notification-url": "https://packagist.org/downloads/",
  42. "license": [
  43. "MIT"
  44. ],
  45. "authors": [
  46. {
  47. "name": "Benjamin Laugueux",
  48. "email": "benjamin@yzalis.com"
  49. }
  50. ],
  51. "description": "Create awesome unique avatar.",
  52. "homepage": "http://identicon-php.org",
  53. "keywords": [
  54. "avatar",
  55. "identicon",
  56. "image"
  57. ],
  58. "time": "2014-07-13 09:19:12"
  59. }
  60. ],
  61. "packages-dev": [
  62. {
  63. "name": "codacy/coverage",
  64. "version": "dev-master",
  65. "source": {
  66. "type": "git",
  67. "url": "https://github.com/codacy/php-codacy-coverage.git",
  68. "reference": "92194b1ece3379e56bb1f95d6f540fc6244d9946"
  69. },
  70. "dist": {
  71. "type": "zip",
  72. "url": "https://api.github.com/repos/codacy/php-codacy-coverage/zipball/92194b1ece3379e56bb1f95d6f540fc6244d9946",
  73. "reference": "92194b1ece3379e56bb1f95d6f540fc6244d9946",
  74. "shasum": ""
  75. },
  76. "require": {
  77. "gitonomy/gitlib": "~0.1",
  78. "php": ">=5.3.3",
  79. "symfony/console": "~2.5|~3.0"
  80. },
  81. "require-dev": {
  82. "phpunit/phpunit": "~4.5"
  83. },
  84. "bin": [
  85. "bin/codacycoverage"
  86. ],
  87. "type": "library",
  88. "autoload": {
  89. "classmap": [
  90. "src/"
  91. ]
  92. },
  93. "notification-url": "https://packagist.org/downloads/",
  94. "license": [
  95. "MIT"
  96. ],
  97. "authors": [
  98. {
  99. "name": "Jakob Pupke",
  100. "email": "jakob.pupke@gmail.com"
  101. }
  102. ],
  103. "description": "Sends PHP test coverage information to Codacy.",
  104. "homepage": "https://github.com/codacy/php-codacy-coverage",
  105. "time": "2016-07-07 15:33:12"
  106. },
  107. {
  108. "name": "codeclimate/php-test-reporter",
  109. "version": "dev-master",
  110. "source": {
  111. "type": "git",
  112. "url": "https://github.com/codeclimate/php-test-reporter.git",
  113. "reference": "68786c391d2b859054046a7b7ed07c64e7b741a1"
  114. },
  115. "dist": {
  116. "type": "zip",
  117. "url": "https://api.github.com/repos/codeclimate/php-test-reporter/zipball/68786c391d2b859054046a7b7ed07c64e7b741a1",
  118. "reference": "68786c391d2b859054046a7b7ed07c64e7b741a1",
  119. "shasum": ""
  120. },
  121. "require": {
  122. "ext-curl": "*",
  123. "php": ">=5.3",
  124. "satooshi/php-coveralls": "^1.0",
  125. "symfony/console": "^2.0|^3.0"
  126. },
  127. "require-dev": {
  128. "ext-xdebug": "*",
  129. "phpunit/phpunit": "3.7.*@stable",
  130. "tm/tooly-composer-script": "^1.0"
  131. },
  132. "bin": [
  133. "composer/bin/test-reporter"
  134. ],
  135. "type": "library",
  136. "extra": {
  137. "branch-alias": {
  138. "dev-master": "0.3.x-dev"
  139. },
  140. "tools": {
  141. "box": {
  142. "url": "https://github.com/box-project/box2/releases/download/2.7.2/box-2.7.2.phar",
  143. "only-dev": true
  144. }
  145. }
  146. },
  147. "autoload": {
  148. "psr-4": {
  149. "CodeClimate\\PhpTestReporter\\": "src/"
  150. }
  151. },
  152. "notification-url": "https://packagist.org/downloads/",
  153. "license": [
  154. "MIT"
  155. ],
  156. "authors": [
  157. {
  158. "name": "Code Climate",
  159. "email": "hello@codeclimate.com",
  160. "homepage": "https://codeclimate.com"
  161. }
  162. ],
  163. "description": "PHP client for reporting test coverage to Code Climate",
  164. "homepage": "https://github.com/codeclimate/php-test-reporter",
  165. "keywords": [
  166. "codeclimate",
  167. "coverage"
  168. ],
  169. "time": "2016-08-09 19:41:51"
  170. },
  171. {
  172. "name": "gitonomy/gitlib",
  173. "version": "v0.1.8",
  174. "source": {
  175. "type": "git",
  176. "url": "https://github.com/gitonomy/gitlib.git",
  177. "reference": "f575b8f7da917ade7890c6aa705fa22545690389"
  178. },
  179. "dist": {
  180. "type": "zip",
  181. "url": "https://api.github.com/repos/gitonomy/gitlib/zipball/f575b8f7da917ade7890c6aa705fa22545690389",
  182. "reference": "f575b8f7da917ade7890c6aa705fa22545690389",
  183. "shasum": ""
  184. },
  185. "require": {
  186. "symfony/process": "^2.3|^3.0"
  187. },
  188. "require-dev": {
  189. "psr/log": "^1.0"
  190. },
  191. "suggest": {
  192. "psr/log": "Add some log"
  193. },
  194. "type": "library",
  195. "extra": {
  196. "branch-alias": {
  197. "dev-master": "1.0-dev"
  198. }
  199. },
  200. "autoload": {
  201. "psr-4": {
  202. "Gitonomy\\Git\\": "src/Gitonomy/Git/"
  203. }
  204. },
  205. "notification-url": "https://packagist.org/downloads/",
  206. "license": [
  207. "MIT"
  208. ],
  209. "authors": [
  210. {
  211. "name": "Alexandre Salomé",
  212. "email": "alexandre.salome@gmail.com",
  213. "homepage": "http://alexandre-salome.fr"
  214. },
  215. {
  216. "name": "Julien DIDIER",
  217. "email": "genzo.wm@gmail.com",
  218. "homepage": "http://www.jdidier.net"
  219. }
  220. ],
  221. "description": "Library for accessing git",
  222. "homepage": "http://gitonomy.com",
  223. "time": "2015-12-01 22:25:57"
  224. },
  225. {
  226. "name": "guzzle/guzzle",
  227. "version": "v3.9.3",
  228. "source": {
  229. "type": "git",
  230. "url": "https://github.com/guzzle/guzzle3.git",
  231. "reference": "0645b70d953bc1c067bbc8d5bc53194706b628d9"
  232. },
  233. "dist": {
  234. "type": "zip",
  235. "url": "https://api.github.com/repos/guzzle/guzzle3/zipball/0645b70d953bc1c067bbc8d5bc53194706b628d9",
  236. "reference": "0645b70d953bc1c067bbc8d5bc53194706b628d9",
  237. "shasum": ""
  238. },
  239. "require": {
  240. "ext-curl": "*",
  241. "php": ">=5.3.3",
  242. "symfony/event-dispatcher": "~2.1"
  243. },
  244. "replace": {
  245. "guzzle/batch": "self.version",
  246. "guzzle/cache": "self.version",
  247. "guzzle/common": "self.version",
  248. "guzzle/http": "self.version",
  249. "guzzle/inflection": "self.version",
  250. "guzzle/iterator": "self.version",
  251. "guzzle/log": "self.version",
  252. "guzzle/parser": "self.version",
  253. "guzzle/plugin": "self.version",
  254. "guzzle/plugin-async": "self.version",
  255. "guzzle/plugin-backoff": "self.version",
  256. "guzzle/plugin-cache": "self.version",
  257. "guzzle/plugin-cookie": "self.version",
  258. "guzzle/plugin-curlauth": "self.version",
  259. "guzzle/plugin-error-response": "self.version",
  260. "guzzle/plugin-history": "self.version",
  261. "guzzle/plugin-log": "self.version",
  262. "guzzle/plugin-md5": "self.version",
  263. "guzzle/plugin-mock": "self.version",
  264. "guzzle/plugin-oauth": "self.version",
  265. "guzzle/service": "self.version",
  266. "guzzle/stream": "self.version"
  267. },
  268. "require-dev": {
  269. "doctrine/cache": "~1.3",
  270. "monolog/monolog": "~1.0",
  271. "phpunit/phpunit": "3.7.*",
  272. "psr/log": "~1.0",
  273. "symfony/class-loader": "~2.1",
  274. "zendframework/zend-cache": "2.*,<2.3",
  275. "zendframework/zend-log": "2.*,<2.3"
  276. },
  277. "suggest": {
  278. "guzzlehttp/guzzle": "Guzzle 5 has moved to a new package name. The package you have installed, Guzzle 3, is deprecated."
  279. },
  280. "type": "library",
  281. "extra": {
  282. "branch-alias": {
  283. "dev-master": "3.9-dev"
  284. }
  285. },
  286. "autoload": {
  287. "psr-0": {
  288. "Guzzle": "src/",
  289. "Guzzle\\Tests": "tests/"
  290. }
  291. },
  292. "notification-url": "https://packagist.org/downloads/",
  293. "license": [
  294. "MIT"
  295. ],
  296. "authors": [
  297. {
  298. "name": "Michael Dowling",
  299. "email": "mtdowling@gmail.com",
  300. "homepage": "https://github.com/mtdowling"
  301. },
  302. {
  303. "name": "Guzzle Community",
  304. "homepage": "https://github.com/guzzle/guzzle/contributors"
  305. }
  306. ],
  307. "description": "PHP HTTP client. This library is deprecated in favor of https://packagist.org/packages/guzzlehttp/guzzle",
  308. "homepage": "http://guzzlephp.org/",
  309. "keywords": [
  310. "client",
  311. "curl",
  312. "framework",
  313. "http",
  314. "http client",
  315. "rest",
  316. "web service"
  317. ],
  318. "abandoned": "guzzlehttp/guzzle",
  319. "time": "2015-03-18 18:23:50"
  320. },
  321. {
  322. "name": "psr/log",
  323. "version": "1.0.0",
  324. "source": {
  325. "type": "git",
  326. "url": "https://github.com/php-fig/log.git",
  327. "reference": "fe0936ee26643249e916849d48e3a51d5f5e278b"
  328. },
  329. "dist": {
  330. "type": "zip",
  331. "url": "https://api.github.com/repos/php-fig/log/zipball/fe0936ee26643249e916849d48e3a51d5f5e278b",
  332. "reference": "fe0936ee26643249e916849d48e3a51d5f5e278b",
  333. "shasum": ""
  334. },
  335. "type": "library",
  336. "autoload": {
  337. "psr-0": {
  338. "Psr\\Log\\": ""
  339. }
  340. },
  341. "notification-url": "https://packagist.org/downloads/",
  342. "license": [
  343. "MIT"
  344. ],
  345. "authors": [
  346. {
  347. "name": "PHP-FIG",
  348. "homepage": "http://www.php-fig.org/"
  349. }
  350. ],
  351. "description": "Common interface for logging libraries",
  352. "keywords": [
  353. "log",
  354. "psr",
  355. "psr-3"
  356. ],
  357. "time": "2012-12-21 11:40:51"
  358. },
  359. {
  360. "name": "satooshi/php-coveralls",
  361. "version": "v1.0.1",
  362. "source": {
  363. "type": "git",
  364. "url": "https://github.com/satooshi/php-coveralls.git",
  365. "reference": "da51d304fe8622bf9a6da39a8446e7afd432115c"
  366. },
  367. "dist": {
  368. "type": "zip",
  369. "url": "https://api.github.com/repos/satooshi/php-coveralls/zipball/da51d304fe8622bf9a6da39a8446e7afd432115c",
  370. "reference": "da51d304fe8622bf9a6da39a8446e7afd432115c",
  371. "shasum": ""
  372. },
  373. "require": {
  374. "ext-json": "*",
  375. "ext-simplexml": "*",
  376. "guzzle/guzzle": "^2.8|^3.0",
  377. "php": ">=5.3.3",
  378. "psr/log": "^1.0",
  379. "symfony/config": "^2.1|^3.0",
  380. "symfony/console": "^2.1|^3.0",
  381. "symfony/stopwatch": "^2.0|^3.0",
  382. "symfony/yaml": "^2.0|^3.0"
  383. },
  384. "suggest": {
  385. "symfony/http-kernel": "Allows Symfony integration"
  386. },
  387. "bin": [
  388. "bin/coveralls"
  389. ],
  390. "type": "library",
  391. "autoload": {
  392. "psr-4": {
  393. "Satooshi\\": "src/Satooshi/"
  394. }
  395. },
  396. "notification-url": "https://packagist.org/downloads/",
  397. "license": [
  398. "MIT"
  399. ],
  400. "authors": [
  401. {
  402. "name": "Kitamura Satoshi",
  403. "email": "with.no.parachute@gmail.com",
  404. "homepage": "https://www.facebook.com/satooshi.jp"
  405. }
  406. ],
  407. "description": "PHP client library for Coveralls API",
  408. "homepage": "https://github.com/satooshi/php-coveralls",
  409. "keywords": [
  410. "ci",
  411. "coverage",
  412. "github",
  413. "test"
  414. ],
  415. "time": "2016-01-20 17:35:46"
  416. },
  417. {
  418. "name": "symfony/config",
  419. "version": "v3.1.3",
  420. "source": {
  421. "type": "git",
  422. "url": "https://github.com/symfony/config.git",
  423. "reference": "a7630397b91be09cdd2fe57fd13612e258700598"
  424. },
  425. "dist": {
  426. "type": "zip",
  427. "url": "https://api.github.com/repos/symfony/config/zipball/a7630397b91be09cdd2fe57fd13612e258700598",
  428. "reference": "a7630397b91be09cdd2fe57fd13612e258700598",
  429. "shasum": ""
  430. },
  431. "require": {
  432. "php": ">=5.5.9",
  433. "symfony/filesystem": "~2.8|~3.0"
  434. },
  435. "suggest": {
  436. "symfony/yaml": "To use the yaml reference dumper"
  437. },
  438. "type": "library",
  439. "extra": {
  440. "branch-alias": {
  441. "dev-master": "3.1-dev"
  442. }
  443. },
  444. "autoload": {
  445. "psr-4": {
  446. "Symfony\\Component\\Config\\": ""
  447. },
  448. "exclude-from-classmap": [
  449. "/Tests/"
  450. ]
  451. },
  452. "notification-url": "https://packagist.org/downloads/",
  453. "license": [
  454. "MIT"
  455. ],
  456. "authors": [
  457. {
  458. "name": "Fabien Potencier",
  459. "email": "fabien@symfony.com"
  460. },
  461. {
  462. "name": "Symfony Community",
  463. "homepage": "https://symfony.com/contributors"
  464. }
  465. ],
  466. "description": "Symfony Config Component",
  467. "homepage": "https://symfony.com",
  468. "time": "2016-07-26 08:04:17"
  469. },
  470. {
  471. "name": "symfony/console",
  472. "version": "v3.1.3",
  473. "source": {
  474. "type": "git",
  475. "url": "https://github.com/symfony/console.git",
  476. "reference": "f9e638e8149e9e41b570ff092f8007c477ef0ce5"
  477. },
  478. "dist": {
  479. "type": "zip",
  480. "url": "https://api.github.com/repos/symfony/console/zipball/f9e638e8149e9e41b570ff092f8007c477ef0ce5",
  481. "reference": "f9e638e8149e9e41b570ff092f8007c477ef0ce5",
  482. "shasum": ""
  483. },
  484. "require": {
  485. "php": ">=5.5.9",
  486. "symfony/polyfill-mbstring": "~1.0"
  487. },
  488. "require-dev": {
  489. "psr/log": "~1.0",
  490. "symfony/event-dispatcher": "~2.8|~3.0",
  491. "symfony/process": "~2.8|~3.0"
  492. },
  493. "suggest": {
  494. "psr/log": "For using the console logger",
  495. "symfony/event-dispatcher": "",
  496. "symfony/process": ""
  497. },
  498. "type": "library",
  499. "extra": {
  500. "branch-alias": {
  501. "dev-master": "3.1-dev"
  502. }
  503. },
  504. "autoload": {
  505. "psr-4": {
  506. "Symfony\\Component\\Console\\": ""
  507. },
  508. "exclude-from-classmap": [
  509. "/Tests/"
  510. ]
  511. },
  512. "notification-url": "https://packagist.org/downloads/",
  513. "license": [
  514. "MIT"
  515. ],
  516. "authors": [
  517. {
  518. "name": "Fabien Potencier",
  519. "email": "fabien@symfony.com"
  520. },
  521. {
  522. "name": "Symfony Community",
  523. "homepage": "https://symfony.com/contributors"
  524. }
  525. ],
  526. "description": "Symfony Console Component",
  527. "homepage": "https://symfony.com",
  528. "time": "2016-07-26 08:04:17"
  529. },
  530. {
  531. "name": "symfony/event-dispatcher",
  532. "version": "v2.8.9",
  533. "source": {
  534. "type": "git",
  535. "url": "https://github.com/symfony/event-dispatcher.git",
  536. "reference": "889983a79a043dfda68f38c38b6dba092dd49cd8"
  537. },
  538. "dist": {
  539. "type": "zip",
  540. "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/889983a79a043dfda68f38c38b6dba092dd49cd8",
  541. "reference": "889983a79a043dfda68f38c38b6dba092dd49cd8",
  542. "shasum": ""
  543. },
  544. "require": {
  545. "php": ">=5.3.9"
  546. },
  547. "require-dev": {
  548. "psr/log": "~1.0",
  549. "symfony/config": "~2.0,>=2.0.5|~3.0.0",
  550. "symfony/dependency-injection": "~2.6|~3.0.0",
  551. "symfony/expression-language": "~2.6|~3.0.0",
  552. "symfony/stopwatch": "~2.3|~3.0.0"
  553. },
  554. "suggest": {
  555. "symfony/dependency-injection": "",
  556. "symfony/http-kernel": ""
  557. },
  558. "type": "library",
  559. "extra": {
  560. "branch-alias": {
  561. "dev-master": "2.8-dev"
  562. }
  563. },
  564. "autoload": {
  565. "psr-4": {
  566. "Symfony\\Component\\EventDispatcher\\": ""
  567. },
  568. "exclude-from-classmap": [
  569. "/Tests/"
  570. ]
  571. },
  572. "notification-url": "https://packagist.org/downloads/",
  573. "license": [
  574. "MIT"
  575. ],
  576. "authors": [
  577. {
  578. "name": "Fabien Potencier",
  579. "email": "fabien@symfony.com"
  580. },
  581. {
  582. "name": "Symfony Community",
  583. "homepage": "https://symfony.com/contributors"
  584. }
  585. ],
  586. "description": "Symfony EventDispatcher Component",
  587. "homepage": "https://symfony.com",
  588. "time": "2016-07-28 16:56:28"
  589. },
  590. {
  591. "name": "symfony/filesystem",
  592. "version": "v3.1.3",
  593. "source": {
  594. "type": "git",
  595. "url": "https://github.com/symfony/filesystem.git",
  596. "reference": "bb29adceb552d202b6416ede373529338136e84f"
  597. },
  598. "dist": {
  599. "type": "zip",
  600. "url": "https://api.github.com/repos/symfony/filesystem/zipball/bb29adceb552d202b6416ede373529338136e84f",
  601. "reference": "bb29adceb552d202b6416ede373529338136e84f",
  602. "shasum": ""
  603. },
  604. "require": {
  605. "php": ">=5.5.9"
  606. },
  607. "type": "library",
  608. "extra": {
  609. "branch-alias": {
  610. "dev-master": "3.1-dev"
  611. }
  612. },
  613. "autoload": {
  614. "psr-4": {
  615. "Symfony\\Component\\Filesystem\\": ""
  616. },
  617. "exclude-from-classmap": [
  618. "/Tests/"
  619. ]
  620. },
  621. "notification-url": "https://packagist.org/downloads/",
  622. "license": [
  623. "MIT"
  624. ],
  625. "authors": [
  626. {
  627. "name": "Fabien Potencier",
  628. "email": "fabien@symfony.com"
  629. },
  630. {
  631. "name": "Symfony Community",
  632. "homepage": "https://symfony.com/contributors"
  633. }
  634. ],
  635. "description": "Symfony Filesystem Component",
  636. "homepage": "https://symfony.com",
  637. "time": "2016-07-20 05:44:26"
  638. },
  639. {
  640. "name": "symfony/polyfill-mbstring",
  641. "version": "v1.2.0",
  642. "source": {
  643. "type": "git",
  644. "url": "https://github.com/symfony/polyfill-mbstring.git",
  645. "reference": "dff51f72b0706335131b00a7f49606168c582594"
  646. },
  647. "dist": {
  648. "type": "zip",
  649. "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/dff51f72b0706335131b00a7f49606168c582594",
  650. "reference": "dff51f72b0706335131b00a7f49606168c582594",
  651. "shasum": ""
  652. },
  653. "require": {
  654. "php": ">=5.3.3"
  655. },
  656. "suggest": {
  657. "ext-mbstring": "For best performance"
  658. },
  659. "type": "library",
  660. "extra": {
  661. "branch-alias": {
  662. "dev-master": "1.2-dev"
  663. }
  664. },
  665. "autoload": {
  666. "psr-4": {
  667. "Symfony\\Polyfill\\Mbstring\\": ""
  668. },
  669. "files": [
  670. "bootstrap.php"
  671. ]
  672. },
  673. "notification-url": "https://packagist.org/downloads/",
  674. "license": [
  675. "MIT"
  676. ],
  677. "authors": [
  678. {
  679. "name": "Nicolas Grekas",
  680. "email": "p@tchwork.com"
  681. },
  682. {
  683. "name": "Symfony Community",
  684. "homepage": "https://symfony.com/contributors"
  685. }
  686. ],
  687. "description": "Symfony polyfill for the Mbstring extension",
  688. "homepage": "https://symfony.com",
  689. "keywords": [
  690. "compatibility",
  691. "mbstring",
  692. "polyfill",
  693. "portable",
  694. "shim"
  695. ],
  696. "time": "2016-05-18 14:26:46"
  697. },
  698. {
  699. "name": "symfony/process",
  700. "version": "v3.1.3",
  701. "source": {
  702. "type": "git",
  703. "url": "https://github.com/symfony/process.git",
  704. "reference": "04c2dfaae4ec56a5c677b0c69fac34637d815758"
  705. },
  706. "dist": {
  707. "type": "zip",
  708. "url": "https://api.github.com/repos/symfony/process/zipball/04c2dfaae4ec56a5c677b0c69fac34637d815758",
  709. "reference": "04c2dfaae4ec56a5c677b0c69fac34637d815758",
  710. "shasum": ""
  711. },
  712. "require": {
  713. "php": ">=5.5.9"
  714. },
  715. "type": "library",
  716. "extra": {
  717. "branch-alias": {
  718. "dev-master": "3.1-dev"
  719. }
  720. },
  721. "autoload": {
  722. "psr-4": {
  723. "Symfony\\Component\\Process\\": ""
  724. },
  725. "exclude-from-classmap": [
  726. "/Tests/"
  727. ]
  728. },
  729. "notification-url": "https://packagist.org/downloads/",
  730. "license": [
  731. "MIT"
  732. ],
  733. "authors": [
  734. {
  735. "name": "Fabien Potencier",
  736. "email": "fabien@symfony.com"
  737. },
  738. {
  739. "name": "Symfony Community",
  740. "homepage": "https://symfony.com/contributors"
  741. }
  742. ],
  743. "description": "Symfony Process Component",
  744. "homepage": "https://symfony.com",
  745. "time": "2016-07-28 11:13:48"
  746. },
  747. {
  748. "name": "symfony/stopwatch",
  749. "version": "v3.1.3",
  750. "source": {
  751. "type": "git",
  752. "url": "https://github.com/symfony/stopwatch.git",
  753. "reference": "bb42806b12c5f89db4ebf64af6741afe6d8457e1"
  754. },
  755. "dist": {
  756. "type": "zip",
  757. "url": "https://api.github.com/repos/symfony/stopwatch/zipball/bb42806b12c5f89db4ebf64af6741afe6d8457e1",
  758. "reference": "bb42806b12c5f89db4ebf64af6741afe6d8457e1",
  759. "shasum": ""
  760. },
  761. "require": {
  762. "php": ">=5.5.9"
  763. },
  764. "type": "library",
  765. "extra": {
  766. "branch-alias": {
  767. "dev-master": "3.1-dev"
  768. }
  769. },
  770. "autoload": {
  771. "psr-4": {
  772. "Symfony\\Component\\Stopwatch\\": ""
  773. },
  774. "exclude-from-classmap": [
  775. "/Tests/"
  776. ]
  777. },
  778. "notification-url": "https://packagist.org/downloads/",
  779. "license": [
  780. "MIT"
  781. ],
  782. "authors": [
  783. {
  784. "name": "Fabien Potencier",
  785. "email": "fabien@symfony.com"
  786. },
  787. {
  788. "name": "Symfony Community",
  789. "homepage": "https://symfony.com/contributors"
  790. }
  791. ],
  792. "description": "Symfony Stopwatch Component",
  793. "homepage": "https://symfony.com",
  794. "time": "2016-06-29 05:41:56"
  795. },
  796. {
  797. "name": "symfony/yaml",
  798. "version": "v3.1.3",
  799. "source": {
  800. "type": "git",
  801. "url": "https://github.com/symfony/yaml.git",
  802. "reference": "1819adf2066880c7967df7180f4f662b6f0567ac"
  803. },
  804. "dist": {
  805. "type": "zip",
  806. "url": "https://api.github.com/repos/symfony/yaml/zipball/1819adf2066880c7967df7180f4f662b6f0567ac",
  807. "reference": "1819adf2066880c7967df7180f4f662b6f0567ac",
  808. "shasum": ""
  809. },
  810. "require": {
  811. "php": ">=5.5.9"
  812. },
  813. "type": "library",
  814. "extra": {
  815. "branch-alias": {
  816. "dev-master": "3.1-dev"
  817. }
  818. },
  819. "autoload": {
  820. "psr-4": {
  821. "Symfony\\Component\\Yaml\\": ""
  822. },
  823. "exclude-from-classmap": [
  824. "/Tests/"
  825. ]
  826. },
  827. "notification-url": "https://packagist.org/downloads/",
  828. "license": [
  829. "MIT"
  830. ],
  831. "authors": [
  832. {
  833. "name": "Fabien Potencier",
  834. "email": "fabien@symfony.com"
  835. },
  836. {
  837. "name": "Symfony Community",
  838. "homepage": "https://symfony.com/contributors"
  839. }
  840. ],
  841. "description": "Symfony Yaml Component",
  842. "homepage": "https://symfony.com",
  843. "time": "2016-07-17 14:02:08"
  844. }
  845. ],
  846. "aliases": [],
  847. "minimum-stability": "stable",
  848. "stability-flags": {
  849. "codacy/coverage": 20,
  850. "codeclimate/php-test-reporter": 20
  851. },
  852. "prefer-stable": false,
  853. "prefer-lowest": false,
  854. "platform": {
  855. "php": "^5.3 || ^7.0"
  856. },
  857. "platform-dev": []
  858. }