composer.lock 2.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667
  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": "c77248c721c29e059efd76c0a33653d9",
  8. "packages": [
  9. {
  10. "name": "zendframework/zendframework1",
  11. "version": "1.12.20",
  12. "source": {
  13. "type": "git",
  14. "url": "https://github.com/zendframework/zf1.git",
  15. "reference": "737ef159654fbbef37cf9af742b2c8f9690c2ece"
  16. },
  17. "dist": {
  18. "type": "zip",
  19. "url": "https://api.github.com/repos/zendframework/zf1/zipball/737ef159654fbbef37cf9af742b2c8f9690c2ece",
  20. "reference": "737ef159654fbbef37cf9af742b2c8f9690c2ece",
  21. "shasum": ""
  22. },
  23. "require": {
  24. "php": ">=5.2.11"
  25. },
  26. "require-dev": {
  27. "phpunit/dbunit": "1.3.*",
  28. "phpunit/phpunit": "3.7.*"
  29. },
  30. "type": "library",
  31. "extra": {
  32. "branch-alias": {
  33. "dev-master": "1.12.x-dev"
  34. }
  35. },
  36. "autoload": {
  37. "psr-0": {
  38. "Zend_": "library/"
  39. }
  40. },
  41. "notification-url": "https://packagist.org/downloads/",
  42. "include-path": [
  43. "library/"
  44. ],
  45. "license": [
  46. "BSD-3-Clause"
  47. ],
  48. "description": "Zend Framework 1",
  49. "homepage": "http://framework.zend.com/",
  50. "keywords": [
  51. "ZF1",
  52. "framework"
  53. ],
  54. "time": "2016-09-08T14:50:34+00:00"
  55. }
  56. ],
  57. "packages-dev": [],
  58. "aliases": [],
  59. "minimum-stability": "stable",
  60. "stability-flags": [],
  61. "prefer-stable": false,
  62. "prefer-lowest": false,
  63. "platform": {
  64. "php": ">=5.2.11"
  65. },
  66. "platform-dev": []
  67. }