composer.lock 3.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111
  1. {
  2. "hash": "52d1f50b5bb3e0f2626a352a0ed2a947",
  3. "packages": [
  4. {
  5. "name": "pimple/pimple",
  6. "version": "dev-master",
  7. "source": {
  8. "type": "git",
  9. "url": "git://github.com/fabpot/Pimple.git",
  10. "reference": "v1.0.1"
  11. },
  12. "dist": {
  13. "type": "zip",
  14. "url": "https://github.com/fabpot/Pimple/archive/v1.0.1.zip",
  15. "reference": "v1.0.1",
  16. "shasum": ""
  17. },
  18. "require": {
  19. "php": ">=5.3.0"
  20. },
  21. "time": "2012-11-11 08:32:34",
  22. "type": "library",
  23. "extra": {
  24. "branch-alias": {
  25. "dev-master": "1.0.x-dev"
  26. }
  27. },
  28. "installation-source": "source",
  29. "autoload": {
  30. "psr-0": {
  31. "Pimple": "lib/"
  32. }
  33. },
  34. "notification-url": "https://packagist.org/downloads/",
  35. "license": [
  36. "MIT"
  37. ],
  38. "authors": [
  39. {
  40. "name": "Fabien Potencier",
  41. "email": "fabien@symfony.com"
  42. }
  43. ],
  44. "description": "Pimple is a simple Dependency Injection Container for PHP 5.3",
  45. "homepage": "http://pimple.sensiolabs.org",
  46. "keywords": [
  47. "dependency injection",
  48. "container"
  49. ]
  50. },
  51. {
  52. "name": "symfony/console",
  53. "version": "v2.1.4",
  54. "target-dir": "Symfony/Component/Console",
  55. "source": {
  56. "type": "git",
  57. "url": "https://github.com/symfony/Console",
  58. "reference": "v2.1.4"
  59. },
  60. "dist": {
  61. "type": "zip",
  62. "url": "https://github.com/symfony/Console/archive/v2.1.4.zip",
  63. "reference": "v2.1.4",
  64. "shasum": ""
  65. },
  66. "require": {
  67. "php": ">=5.3.3"
  68. },
  69. "time": "2012-11-09 08:52:51",
  70. "type": "library",
  71. "extra": {
  72. "branch-alias": {
  73. "dev-master": "2.1-dev"
  74. }
  75. },
  76. "installation-source": "dist",
  77. "autoload": {
  78. "psr-0": {
  79. "Symfony\\Component\\Console": ""
  80. }
  81. },
  82. "notification-url": "https://packagist.org/downloads/",
  83. "license": [
  84. "MIT"
  85. ],
  86. "authors": [
  87. {
  88. "name": "Fabien Potencier",
  89. "email": "fabien@symfony.com"
  90. },
  91. {
  92. "name": "Symfony Community",
  93. "homepage": "http://symfony.com/contributors"
  94. }
  95. ],
  96. "description": "Symfony Console Component",
  97. "homepage": "http://symfony.com"
  98. }
  99. ],
  100. "packages-dev": null,
  101. "aliases": [
  102. ],
  103. "minimum-stability": "stable",
  104. "stability-flags": {
  105. "pimple/pimple": 20,
  106. "cilex/cilex": 20,
  107. "silex/silex": 20
  108. }
  109. }