diff --git a/composer.json b/composer.json index 979a20506..105821a08 100644 --- a/composer.json +++ b/composer.json @@ -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" } }