From 3cbf9c7101b73ef92db9f6f9eb54b66e83c275b3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Gamez?= Date: Mon, 4 Jan 2016 23:47:59 +0100 Subject: [PATCH] Allow grav to be installed as a composer project --- composer.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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" } }