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 https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
  5. "This file is @generated automatically"
  6. ],
  7. "content-hash": "0b4706d5f1d84034911f82cbe3485dc1",
  8. "packages": [
  9. {
  10. "name": "cakephp/cakephp",
  11. "version": "2.10.4",
  12. "source": {
  13. "type": "git",
  14. "url": "https://github.com/cakephp/cakephp.git",
  15. "reference": "549c18192643dd1160fd0d094498f24ec4d68dd9"
  16. },
  17. "dist": {
  18. "type": "zip",
  19. "url": "https://api.github.com/repos/cakephp/cakephp/zipball/549c18192643dd1160fd0d094498f24ec4d68dd9",
  20. "reference": "549c18192643dd1160fd0d094498f24ec4d68dd9",
  21. "shasum": ""
  22. },
  23. "require": {
  24. "ext-mcrypt": "*",
  25. "php": ">=5.3.0"
  26. },
  27. "require-dev": {
  28. "cakephp/cakephp-codesniffer": "^1.0.0",
  29. "phpunit/phpunit": "<6.0.0"
  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": "https://cakephp.org",
  47. "keywords": [
  48. "framework"
  49. ],
  50. "time": "2017-10-19T01:54:49+00:00"
  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. }