From 2fce92d6cdf9dea7e8476ec85c69eccf96ffd636 Mon Sep 17 00:00:00 2001 From: Kotlyar Maksim Date: Tue, 28 Apr 2015 20:41:23 +0000 Subject: [PATCH] package does not support laravel5 --- composer.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/composer.json b/composer.json index bcc9c15..a4fcfc6 100644 --- a/composer.json +++ b/composer.json @@ -35,9 +35,9 @@ ], "require": { "php": ">=5.3.2", - "illuminate/container": "~4.0|~5.0", - "illuminate/routing": "~4.0|~5.0", - "illuminate/support": "~4.0|~5.0", + "illuminate/container": "~4.0", + "illuminate/routing": "~4.0", + "illuminate/support": "~4.0", "payum/core": "0.14.*" }, "suggest": {