Repository: airavata-php-gateway Updated Branches: refs/heads/master 0560d6232 -> 9e517fe61
changing barryvdh version to 1.* Project: http://git-wip-us.apache.org/repos/asf/airavata-php-gateway/repo Commit: http://git-wip-us.apache.org/repos/asf/airavata-php-gateway/commit/9e517fe6 Tree: http://git-wip-us.apache.org/repos/asf/airavata-php-gateway/tree/9e517fe6 Diff: http://git-wip-us.apache.org/repos/asf/airavata-php-gateway/diff/9e517fe6 Branch: refs/heads/master Commit: 9e517fe610671a21da83a4729f6e077a93893e9d Parents: 0560d62 Author: Supun Nakandala <[email protected]> Authored: Sat Jun 6 15:42:45 2015 +0530 Committer: Supun Nakandala <[email protected]> Committed: Sat Jun 6 15:42:45 2015 +0530 ---------------------------------------------------------------------- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/airavata-php-gateway/blob/9e517fe6/composer.json ---------------------------------------------------------------------- diff --git a/composer.json b/composer.json index c34f2e9..bbd97d9 100755 --- a/composer.json +++ b/composer.json @@ -6,7 +6,7 @@ "require": { "laravel/framework": "4.2.*", "apache/thrift": "1.0.*@dev", - "barryvdh/laravel-ide-helper": "~2.0" + "barryvdh/laravel-ide-helper": "1.*" }, "autoload": { "classmap": [
