-
Notifications
You must be signed in to change notification settings - Fork 26
/
Copy pathcomposer.json
32 lines (32 loc) · 998 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
{
"name": "novius-os/novius-os",
"type": "metapackage",
"description": "Cross-Channel Open Source CMS base on the FuelPHP framework",
"keywords": ["cms"],
"homepage": "http://www.novius-os.org",
"license": "AGPL V3+",
"authors": [
{
"name": "Novius OS Development Team",
"email": "[email protected]"
}
],
"support": {
"forum": "http://forums.novius-os.org"
},
"require": {
"php": ">=5.3.3",
"monolog/monolog": "1.5.*",
"fuelphp/upload": "2.0"
},
"suggest": {
"mustache/mustache": "Allow Mustache templating with the Parser package",
"smarty/smarty": "Allow Smarty templating with the Parser package",
"twig/twig": "Allow Twig templating with the Parser package",
"mthaml/mthaml": "Allow Haml templating with Twig supports with the Parser package"
},
"config": {
"vendor-dir": "vendor"
},
"minimum-stability": "dev"
}