Merge pull request #585 from jeromegamez/feature/composer-project

Allow grav to be installed as a composer project
This commit is contained in:
Andy Miller
2016-01-04 16:51:08 -07:00

View File

@@ -1,6 +1,6 @@
{
"name": "getgrav/grav",
"type": "library",
"type": "project",
"description": "Modern, Crazy Fast, Ridiculously Easy and Amazingly Powerful Flat-File CMS",
"keywords": ["cms","flat-file cms","flat cms","flatfile cms","php"],
"homepage": "http://getgrav.org",
@@ -40,5 +40,8 @@
},
"archive": {
"exclude": ["VERSION"]
},
"scripts": {
"post-create-project-cmd": "bin/grav install"
}
}