From cd3063d4e34abf4272b59cf0455297b4f4959367 Mon Sep 17 00:00:00 2001 From: Daniel Date: Tue, 19 Apr 2022 18:07:53 -0300 Subject: [PATCH] Version increment --- composer.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/composer.json b/composer.json index 24ac168..a5d5201 100644 --- a/composer.json +++ b/composer.json @@ -1,7 +1,7 @@ { "name": "danielcmm/dutils", "type": "library", - "version" : "1.5.3", + "version" : "1.5.4", "description": "Simple Utility Classes", "keywords": ["utility","currency","date","environment","address","file"], "homepage": "https://github.com/danielcmm/DUtils", @@ -15,11 +15,11 @@ } ], "require": { - "php": "^7.3.0|^8.0", - "laravel/framework": "^7.0|^8.40.0" + "php": ">=7.3.0", + "laravel/framework": ">=7.0" }, "require-dev" : { - "phpunit/phpunit": "^9.0" + "phpunit/phpunit": ">=9.0" }, "autoload": { "psr-0": {