123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230 |
- {
- "_readme": [
- "This file locks the dependencies of your project to a known state",
- "Read more about it at http://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
- "This file is @generated automatically"
- ],
- "hash": "36dcdda6fed7f899eeab89533d558879",
- "packages": [
- {
- "name": "composer/installers",
- "version": "v1.0.19",
- "source": {
- "type": "git",
- "url": "https://github.com/composer/installers.git",
- "reference": "89d77bfbee79e16653f7162c86e602cc188471db"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/composer/installers/zipball/89d77bfbee79e16653f7162c86e602cc188471db",
- "reference": "89d77bfbee79e16653f7162c86e602cc188471db",
- "shasum": ""
- },
- "replace": {
- "roundcube/plugin-installer": "*",
- "shama/baton": "*"
- },
- "require-dev": {
- "composer/composer": "1.0.*@dev",
- "phpunit/phpunit": "4.1.*"
- },
- "type": "composer-installer",
- "extra": {
- "class": "Composer\\Installers\\Installer",
- "branch-alias": {
- "dev-master": "1.0-dev"
- }
- },
- "autoload": {
- "psr-0": {
- "Composer\\Installers\\": "src/"
- }
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "MIT"
- ],
- "authors": [
- {
- "name": "Kyle Robinson Young",
- "email": "[email protected]",
- "homepage": "https://github.com/shama"
- }
- ],
- "description": "A multi-framework Composer library installer",
- "homepage": "http://composer.github.com/installers/",
- "keywords": [
- "Craft",
- "Dolibarr",
- "Hurad",
- "MODX Evo",
- "OXID",
- "Thelia",
- "WolfCMS",
- "agl",
- "annotatecms",
- "bitrix",
- "cakephp",
- "chef",
- "codeigniter",
- "concrete5",
- "croogo",
- "dokuwiki",
- "drupal",
- "elgg",
- "fuelphp",
- "grav",
- "installer",
- "joomla",
- "kohana",
- "laravel",
- "lithium",
- "magento",
- "mako",
- "mediawiki",
- "modulework",
- "moodle",
- "phpbb",
- "piwik",
- "ppi",
- "puppet",
- "roundcube",
- "shopware",
- "silverstripe",
- "symfony",
- "typo3",
- "wordpress",
- "zend",
- "zikula"
- ],
- "time": "2014-11-29 01:29:17"
- },
- {
- "name": "kohana/core",
- "version": "v3.3.3",
- "source": {
- "type": "git",
- "url": "https://github.com/kohana/core.git",
- "reference": "fa66e193b56cbf4bc36aa16caec31feccf31e92a"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/kohana/core/zipball/fa66e193b56cbf4bc36aa16caec31feccf31e92a",
- "reference": "fa66e193b56cbf4bc36aa16caec31feccf31e92a",
- "shasum": ""
- },
- "require": {
- "php": ">=5.3.3"
- },
- "require-dev": {
- "kohana/koharness": "*@dev",
- "kohana/unittest": "3.3.*@dev"
- },
- "suggest": {
- "ext-curl": "*",
- "ext-http": "*",
- "ext-mcrypt": "*"
- },
- "type": "library",
- "extra": {
- "installer-paths": {
- "vendor/{$vendor}/{$name}": [
- "type:kohana-module"
- ]
- },
- "branch-alias": {
- "dev-3.3/develop": "3.3.x-dev",
- "dev-3.4/develop": "3.4.x-dev"
- }
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "BSD-3-Clause"
- ],
- "authors": [
- {
- "name": "Kohana Team",
- "email": "[email protected]",
- "homepage": "http://kohanaframework.org/team",
- "role": "developer"
- }
- ],
- "description": "Core system classes for the Kohana application framework",
- "homepage": "http://kohanaframework.org",
- "keywords": [
- "framework",
- "kohana"
- ],
- "time": "2014-12-11 02:17:12"
- },
- {
- "name": "kohana/database",
- "version": "v3.3.3",
- "source": {
- "type": "git",
- "url": "https://github.com/kohana/database.git",
- "reference": "245cc86a5025bbce61dca4732008f4bf8274a2b9"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/kohana/database/zipball/245cc86a5025bbce61dca4732008f4bf8274a2b9",
- "reference": "245cc86a5025bbce61dca4732008f4bf8274a2b9",
- "shasum": ""
- },
- "require": {
- "composer/installers": "~1.0",
- "kohana/core": ">=3.3",
- "php": ">=5.3.6"
- },
- "require-dev": {
- "kohana/core": "3.3.*@dev",
- "kohana/koharness": "*@dev",
- "kohana/unittest": "3.3.*@dev"
- },
- "suggest": {
- "ext-mysql": "*",
- "ext-pdo": "*"
- },
- "type": "kohana-module",
- "extra": {
- "branch-alias": {
- "dev-3.3/develop": "3.3.x-dev",
- "dev-3.4/develop": "3.4.x-dev"
- },
- "installer-paths": {
- "vendor/{$vendor}/{$name}": [
- "type:kohana-module"
- ]
- }
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "BSD-3-Clause"
- ],
- "authors": [
- {
- "name": "Kohana Team",
- "email": "[email protected]",
- "homepage": "http://kohanaframework.org/team",
- "role": "developer"
- }
- ],
- "description": "The official Kohana module for database interactions, building queries, and prepared statements",
- "homepage": "http://kohanaframework.org",
- "keywords": [
- "database",
- "framework",
- "kohana"
- ],
- "time": "2014-12-11 00:02:51"
- }
- ],
- "packages-dev": [],
- "aliases": [],
- "minimum-stability": "stable",
- "stability-flags": [],
- "prefer-stable": false,
- "prefer-lowest": false,
- "platform": [],
- "platform-dev": []
- }
|