-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathcomposer.json
36 lines (36 loc) · 1.27 KB
/
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
{
"name": "com.jukusoft/jukucms",
"type": "project",
"version" : "0.0.1-dev",
"description": "Open Source CMS should be the fastest CMS world wide (WIP)",
"keywords": ["scale out","scaling", "cache", "caching", "database", "mysql", "hazelcast", "memcache", "memcached",
"database management", "plugin system", "plugins", "plugin", "events", "hooks",
"multi language system", "php7", "php7.0", "session", "sessions", "distributed sessions", "session management", "http caching", "mobile detection", "multi domain support", "seo", "content management system", "wysiwyg", "cms"],
"homepage": "https://github.com/JuKu/JuKuCMS",
"license": "Apache-2.0",
"authors": [
{
"name": "Justin Kuenzel",
"email": "[email protected]",
"homepage": "http://jukusoft.com",
"role": "Project Founder & Lead Developer"
},
{
"name": "Pascal Reintjens",
"email": "[email protected]",
"homepage": "https://reintjens.de",
"role": "Project Founder & Developer"
}
],
"support": {
"email": "[email protected]",
"source": "https://github.com/JuKu/JuKuCMS",
"issues": "https://github.com/JuKu/JuKuCMS/issues"
},
"autoload": {
"files": ["system/core/init.php"]
},
"require": {
"php": ">=7.0.8"
}
}