From 78d51b00e94b8dba029f1e29a4acea7d3a20bdfb Mon Sep 17 00:00:00 2001 From: Gravitano Date: Wed, 3 Jun 2015 12:10:39 +0700 Subject: [PATCH] Squashed 'src/Pingpong/Trusty/' changes from a7d9f4f..9cc0c87 9cc0c87 Update header ad67acc Merge branch 2.0 ad9c29d set minimum stability to dev 0bb97e0 Added support for Laravel 5.1 (develop version). Ref: pingpong-labs/modules#151 REVERT: a7d9f4f update title git-subtree-dir: src/Pingpong/Trusty git-subtree-split: 9cc0c87ca4925d11214703091dcfc626759fec1a --- composer.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/composer.json b/composer.json index 19053512..2d046026 100644 --- a/composer.json +++ b/composer.json @@ -16,10 +16,10 @@ ], "require": { "php": ">=5.4.0", - "illuminate/auth": "5.0.*", - "illuminate/support": "5.0.*", - "illuminate/routing": "5.0.*", - "illuminate/database": "5.0.*" + "illuminate/auth": "5.1.*@dev", + "illuminate/support": "5.1.*@dev", + "illuminate/routing": "5.1.*@dev", + "illuminate/database": "5.1.*@dev" }, "require-dev": { "phpunit/phpunit": "~4", @@ -30,5 +30,5 @@ "Pingpong\\Trusty\\": "" } }, - "minimum-stability": "stable" + "minimum-stability": "dev" }