composer.lock 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869
  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#installing-dependencies",
  5. "This file is @generated automatically"
  6. ],
  7. "content-hash": "61c148e08de814e894502782967155bf",
  8. "packages": [
  9. {
  10. "name": "mustangostang/spyc",
  11. "version": "0.6.2",
  12. "source": {
  13. "type": "git",
  14. "url": "https://github.com/mustangostang/spyc.git",
  15. "reference": "23c35ae854d835f2d7bcc3e3ad743d7e57a8c14d"
  16. },
  17. "dist": {
  18. "type": "zip",
  19. "url": "https://api.github.com/repos/mustangostang/spyc/zipball/23c35ae854d835f2d7bcc3e3ad743d7e57a8c14d",
  20. "reference": "23c35ae854d835f2d7bcc3e3ad743d7e57a8c14d",
  21. "shasum": ""
  22. },
  23. "require": {
  24. "php": ">=5.3.1"
  25. },
  26. "require-dev": {
  27. "phpunit/phpunit": "4.3.*@dev"
  28. },
  29. "type": "library",
  30. "extra": {
  31. "branch-alias": {
  32. "dev-master": "0.5.x-dev"
  33. }
  34. },
  35. "autoload": {
  36. "files": [
  37. "Spyc.php"
  38. ]
  39. },
  40. "notification-url": "https://packagist.org/downloads/",
  41. "license": [
  42. "MIT"
  43. ],
  44. "authors": [
  45. {
  46. "name": "mustangostang",
  47. "email": "vlad.andersen@gmail.com"
  48. }
  49. ],
  50. "description": "A simple YAML loader/dumper class for PHP",
  51. "homepage": "https://github.com/mustangostang/spyc/",
  52. "keywords": [
  53. "spyc",
  54. "yaml",
  55. "yml"
  56. ],
  57. "time": "2017-02-24T16:06:33+00:00"
  58. }
  59. ],
  60. "packages-dev": [],
  61. "aliases": [],
  62. "minimum-stability": "stable",
  63. "stability-flags": [],
  64. "prefer-stable": false,
  65. "prefer-lowest": false,
  66. "platform": [],
  67. "platform-dev": []
  68. }