PHP7 support, remove deprcated PHP4 constructors
[kohana-userguide.git] / composer.json
blobd1b9cd022ec96de1e445042acc116e47611fc17e
2         "name":        "kohana/userguide",
3         "type":        "kohana-module",
4         "description": "Kohana user guide and live API documentation module",
5         "homepage":    "http://kohanaframework.org",
6         "license":     "BSD-3-Clause",
7         "keywords":    ["kohana", "framework", "docs"],
8         "authors": [
9                 {
10                         "name":     "Kohana Team",
11                         "email":    "team@kohanaframework.org",
12                         "homepage": "http://kohanaframework.org/team",
13                         "role":     "developer"
14                 }
15         ],
16         "support": {
17                 "issues":   "http://dev.kohanaframework.org",
18                 "forum":    "http://forum.kohanaframework.org",
19                 "irc":      "irc://irc.freenode.net/kohana",
20                 "source":   "http://github.com/kohana/core"
21         },
22         "require": {
23                 "composer/installers": "~1.0",
24                 "kohana/core":         ">=3.3",
25                 "php":                 ">=5.3.3"
26         },
27     "require-dev": {
28         "kohana/core":         "3.3.*@dev",
29         "kohana/unittest":     "3.3.*@dev",
30         "kohana/koharness":    "*@dev"
31     },
32         "extra": {
33                 "branch-alias": {
34                         "dev-3.3/develop": "3.3.x-dev",
35                         "dev-3.4/develop": "3.4.x-dev"
36         },
37         "installer-paths": {
38             "vendor/{$vendor}/{$name}": ["type:kohana-module"]
39         }
40         }