composer.lock 2.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364
  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.8",
  12. "source": {
  13. "type": "git",
  14. "url": "https://github.com/cakephp/cakephp.git",
  15. "reference": "8744e53d0e6db411646ca54b1275a072af601344"
  16. },
  17. "dist": {
  18. "type": "zip",
  19. "url": "https://api.github.com/repos/cakephp/cakephp/zipball/8744e53d0e6db411646ca54b1275a072af601344",
  20. "reference": "8744e53d0e6db411646ca54b1275a072af601344",
  21. "shasum": ""
  22. },
  23. "require": {
  24. "php": ">=5.3.0"
  25. },
  26. "require-dev": {
  27. "cakephp/cakephp-codesniffer": "^1.0.0",
  28. "phpunit/phpunit": "^3.7"
  29. },
  30. "suggest": {
  31. "ext-mcrypt": "You need to install ext-openssl or ext-mcrypt to use AES-256 encryption",
  32. "ext-openssl": "You need to install ext-openssl or ext-mcrypt to use AES-256 encryption"
  33. },
  34. "bin": [
  35. "lib/Cake/Console/cake"
  36. ],
  37. "type": "library",
  38. "notification-url": "https://packagist.org/downloads/",
  39. "license": [
  40. "MIT"
  41. ],
  42. "authors": [
  43. {
  44. "name": "CakePHP Community",
  45. "homepage": "https://github.com/cakephp/cakephp/graphs/contributors"
  46. }
  47. ],
  48. "description": "The CakePHP framework",
  49. "homepage": "https://cakephp.org",
  50. "keywords": [
  51. "framework"
  52. ],
  53. "time": "2018-02-25T03:32:53+00:00"
  54. }
  55. ],
  56. "packages-dev": [],
  57. "aliases": [],
  58. "minimum-stability": "stable",
  59. "stability-flags": [],
  60. "prefer-stable": false,
  61. "prefer-lowest": false,
  62. "platform": [],
  63. "platform-dev": []
  64. }