diff --git a/composer.json b/composer.json new file mode 100644 index 0000000..4273048 --- /dev/null +++ b/composer.json @@ -0,0 +1,34 @@ +{ + "name": "kohana/orm", + "type": "kohana-module", + "description": "The official Kohana ORM module", + "homepage": "http://kohanaframework.org", + "license": "BSD-3-Clause", + "keywords": ["kohana", "framework", "ORM", "database"], + "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": { + "composer/installers": "~1.0", + "kohana/core": ">=3.3", + "kohana/database": ">=3.3", + "php": ">=5.3.3" + }, + "extra": { + "branch-alias": { + "dev-3.3/dev": "3.3.x-dev", + "dev-3.4/dev": "3.4.x-dev" + } + } +} \ No newline at end of file