12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364 |
- {
- "_readme": [
- "This file locks the dependencies of your project to a known state",
- "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
- "This file is @generated automatically"
- ],
- "content-hash": "0b4706d5f1d84034911f82cbe3485dc1",
- "packages": [
- {
- "name": "cakephp/cakephp",
- "version": "2.10.8",
- "source": {
- "type": "git",
- "url": "https://github.com/cakephp/cakephp.git",
- "reference": "8744e53d0e6db411646ca54b1275a072af601344"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/cakephp/cakephp/zipball/8744e53d0e6db411646ca54b1275a072af601344",
- "reference": "8744e53d0e6db411646ca54b1275a072af601344",
- "shasum": ""
- },
- "require": {
- "php": ">=5.3.0"
- },
- "require-dev": {
- "cakephp/cakephp-codesniffer": "^1.0.0",
- "phpunit/phpunit": "^3.7"
- },
- "suggest": {
- "ext-mcrypt": "You need to install ext-openssl or ext-mcrypt to use AES-256 encryption",
- "ext-openssl": "You need to install ext-openssl or ext-mcrypt to use AES-256 encryption"
- },
- "bin": [
- "lib/Cake/Console/cake"
- ],
- "type": "library",
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "MIT"
- ],
- "authors": [
- {
- "name": "CakePHP Community",
- "homepage": "https://github.com/cakephp/cakephp/graphs/contributors"
- }
- ],
- "description": "The CakePHP framework",
- "homepage": "https://cakephp.org",
- "keywords": [
- "framework"
- ],
- "time": "2018-02-25T03:32:53+00:00"
- }
- ],
- "packages-dev": [],
- "aliases": [],
- "minimum-stability": "stable",
- "stability-flags": [],
- "prefer-stable": false,
- "prefer-lowest": false,
- "platform": [],
- "platform-dev": []
- }
|