forked from koseven/koseven
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
48 lines (48 loc) · 964 Bytes
/
composer.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
{
"name": "koseven/koseven",
"description": "Koseven Framework - PHP-7 compatible replacement for Kohana",
"license": "BSD-3-Clause",
"keywords": [
"kohana",
"kohana-php7",
"koseven"
],
"homepage": "https://koseven.ga/",
"authors": [
{
"name": "Koseven Team",
"homepage": "https://koseven.ga/",
"role": "developer"
},
{
"name": "Kohana Team",
"email": "team@kohanaframework.org",
"homepage": "http://kohanaframework.org/team",
"role": "developer"
}
],
"autoload": {
"psr-0": {
"": [
"system/classes"
]
}
},
"support": {
"forum": "https://telegram.me/koseven",
"issues": "https://github.com/koseven/koseven/issues"
},
"require": {
"php": ">=7.0"
},
"require-dev": {
"phpunit/phpunit": "^6.0",
"phing/phing": "^2.16"
},
"conflict": {
"kohana/core": "3.3.*"
},
"replace": {
"kohana/core": "3.3.*"
}
}