composer.lock 31 KB

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