From 9b6971e749677a43d63eb5ea0ad620f0da478505 Mon Sep 17 00:00:00 2001 From: babbassp Date: Tue, 23 Feb 2021 15:44:39 -0500 Subject: [PATCH] Composer update --- composer.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/composer.json b/composer.json index 9070971..d7edc04 100644 --- a/composer.json +++ b/composer.json @@ -2,11 +2,11 @@ "name": "um-flint/laravel-repository", "description": "A repository pattern for Laravel.", "require": { - "php": ">=7.0.0", - "illuminate/support": "5.5.*", - "illuminate/validation": "5.5.*", - "illuminate/database": "5.5.*", - "illuminate/pagination": "5.5.*" + "php": ">=7.1.0", + "illuminate/support": "^5.5", + "illuminate/validation": "^5.5", + "illuminate/database": "^5.5", + "illuminate/pagination": "^5.5" }, "autoload": { "psr-4": {