From af73304164e8a784f387a0a2afa2da753efed51b Mon Sep 17 00:00:00 2001 From: Parziphal Date: Fri, 8 Nov 2013 11:40:39 -0500 Subject: [PATCH] updating --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 038911f..8f3267e 100755 --- a/composer.json +++ b/composer.json @@ -9,7 +9,7 @@ ], "require": { "php": ">=5.4.0", - "myimouto/railsphp": "v1.0.6", + "myimouto/railsphp": "dev-master", "railsphp/willpaginate": "dev-master", "railsphp/actsasversioned": "dev-master", "michelf/php-markdown": "1.3.*" @@ -20,7 +20,7 @@ } }, "scripts": { - "post-create-project-cmd": [ + "post-install-cmd": [ "ApplicationInstaller\\CompileAssets::compile" ] }