Skip to content

Commit

Permalink
Move composer.json from root to novius-os
Browse files Browse the repository at this point in the history
  • Loading branch information
felixgilles committed Aug 29, 2013
1 parent e722d51 commit 4fb4f8c
Showing 1 changed file with 32 additions and 0 deletions.
32 changes: 32 additions & 0 deletions composer.json
@@ -0,0 +1,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": "team@novius-os.org"
}
],
"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"
}

0 comments on commit 4fb4f8c

Please sign in to comment.