composer.lock 2.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273
  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. "content-hash": "8ec5c02a1de4ef099ad8b438e52d3d2e",
  8. "packages": [
  9. {
  10. "name": "symfony/yaml",
  11. "version": "v3.3.2",
  12. "source": {
  13. "type": "git",
  14. "url": "https://github.com/symfony/yaml.git",
  15. "reference": "9752a30000a8ca9f4b34b5227d15d0101b96b063"
  16. },
  17. "dist": {
  18. "type": "zip",
  19. "url": "https://api.github.com/repos/symfony/yaml/zipball/9752a30000a8ca9f4b34b5227d15d0101b96b063",
  20. "reference": "9752a30000a8ca9f4b34b5227d15d0101b96b063",
  21. "shasum": ""
  22. },
  23. "require": {
  24. "php": ">=5.5.9"
  25. },
  26. "require-dev": {
  27. "symfony/console": "~2.8|~3.0"
  28. },
  29. "suggest": {
  30. "symfony/console": "For validating YAML files using the lint command"
  31. },
  32. "type": "library",
  33. "extra": {
  34. "branch-alias": {
  35. "dev-master": "3.3-dev"
  36. }
  37. },
  38. "autoload": {
  39. "psr-4": {
  40. "Symfony\\Component\\Yaml\\": ""
  41. },
  42. "exclude-from-classmap": [
  43. "/Tests/"
  44. ]
  45. },
  46. "notification-url": "https://packagist.org/downloads/",
  47. "license": [
  48. "MIT"
  49. ],
  50. "authors": [
  51. {
  52. "name": "Fabien Potencier",
  53. "email": "fabien@symfony.com"
  54. },
  55. {
  56. "name": "Symfony Community",
  57. "homepage": "https://symfony.com/contributors"
  58. }
  59. ],
  60. "description": "Symfony Yaml Component",
  61. "homepage": "https://symfony.com",
  62. "time": "2017-06-02T22:05:06+00:00"
  63. }
  64. ],
  65. "packages-dev": [],
  66. "aliases": [],
  67. "minimum-stability": "stable",
  68. "stability-flags": [],
  69. "prefer-stable": false,
  70. "prefer-lowest": false,
  71. "platform": [],
  72. "platform-dev": []
  73. }