This repository has been archived on 2024-04-08. You can view files and clone it, but cannot push or open issues or pull requests.
lnkohana/system/composer.json

44 lines
1.1 KiB
JSON
Raw Normal View History

2014-09-06 13:43:07 +00:00
{
2016-05-01 10:50:24 +00:00
"_readme": "NOTE: see readme for COMPOSER_ROOT_VERSION instructions if you have dependency issues",
2014-09-06 13:43:07 +00:00
"name": "kohana/core",
"description": "Core system classes for the Kohana application framework",
"homepage": "http://kohanaframework.org",
"license": "BSD-3-Clause",
"keywords": ["kohana", "framework"],
"authors": [
{
"name": "Kohana Team",
"email": "team@kohanaframework.org",
"homepage": "http://kohanaframework.org/team",
"role": "developer"
}
],
"support": {
"issues": "http://dev.kohanaframework.org",
"forum": "http://forum.kohanaframework.org",
"irc": "irc://irc.freenode.net/kohana",
"source": "http://github.com/kohana/core"
},
"require": {
"php": ">=5.3.3"
},
2016-05-01 10:50:24 +00:00
"require-dev": {
"kohana/unittest": "3.3.*@dev",
"kohana/koharness": "*@dev"
},
2014-09-06 13:43:07 +00:00
"suggest": {
"ext-http": "*",
"ext-curl": "*",
"ext-mcrypt": "*"
},
"extra": {
2016-05-01 10:50:24 +00:00
"installer-paths": {
"vendor/{$vendor}/{$name}": ["type:kohana-module"]
},
2014-09-06 13:43:07 +00:00
"branch-alias": {
"dev-3.3/develop": "3.3.x-dev",
"dev-3.4/develop": "3.4.x-dev"
}
}
}