composer.lock 2.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061
  1. {
  2. "_readme": [
  3. "This file locks the dependencies of your project to a known state",
  4. "Read more about it at http://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
  5. "This file is @generated automatically"
  6. ],
  7. "hash": "bf07c097a7c8de1802081c1c7fb0fa1e",
  8. "packages": [
  9. {
  10. "name": "cakephp/cakephp",
  11. "version": "2.5.7",
  12. "source": {
  13. "type": "git",
  14. "url": "https://github.com/cakephp/cakephp.git",
  15. "reference": "ef28b42b2b8885a2be216c11adbbf32919e04a5b"
  16. },
  17. "dist": {
  18. "type": "zip",
  19. "url": "https://api.github.com/repos/cakephp/cakephp/zipball/ef28b42b2b8885a2be216c11adbbf32919e04a5b",
  20. "reference": "ef28b42b2b8885a2be216c11adbbf32919e04a5b",
  21. "shasum": ""
  22. },
  23. "require": {
  24. "ext-mcrypt": "*",
  25. "php": ">=5.2.8"
  26. },
  27. "require-dev": {
  28. "cakephp/debug_kit": "2.2.*",
  29. "phpunit/phpunit": "3.7.*"
  30. },
  31. "bin": [
  32. "lib/Cake/Console/cake"
  33. ],
  34. "type": "library",
  35. "notification-url": "https://packagist.org/downloads/",
  36. "license": [
  37. "MIT"
  38. ],
  39. "authors": [
  40. {
  41. "name": "CakePHP Community",
  42. "homepage": "https://github.com/cakephp/cakephp/graphs/contributors"
  43. }
  44. ],
  45. "description": "The CakePHP framework",
  46. "homepage": "http://cakephp.org",
  47. "keywords": [
  48. "framework"
  49. ],
  50. "time": "2014-12-09 01:50:35"
  51. }
  52. ],
  53. "packages-dev": [],
  54. "aliases": [],
  55. "minimum-stability": "stable",
  56. "stability-flags": [],
  57. "prefer-stable": false,
  58. "prefer-lowest": false,
  59. "platform": [],
  60. "platform-dev": []
  61. }