mirror of
https://github.com/getgrav/grav.git
synced 2026-02-04 05:40:09 +01:00
Merge pull request #585 from jeromegamez/feature/composer-project
Allow grav to be installed as a composer project
This commit is contained in:
@@ -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"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user