From d51b460dd23b3e7973059df6737f6d2fb0de3d9b Mon Sep 17 00:00:00 2001 From: Oscar Fernandez Date: Fri, 29 Nov 2019 23:17:36 -0300 Subject: [PATCH] Hola --- composer.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/composer.json b/composer.json index 21a3763..290428e 100644 --- a/composer.json +++ b/composer.json @@ -11,9 +11,9 @@ ], "require": { "php": "^7.2", - "illuminate/support": "^6.0", + "illuminate/support": ">=6.0", "oscarafdev/laravel-4-generators": "~3.1.2", - "doctrine/dbal": "~2.4" + "doctrine/dbal": "~2.10" }, "autoload": { "psr-0": { @@ -21,10 +21,10 @@ } }, "require-dev": { - "phpunit/phpunit": ">=4.0.0|^8.0", - "mockery/mockery": ">=0.9.0", - "illuminate/cache": ">=4.1.0", - "illuminate/console": ">=4.1.0" + "phpunit/phpunit": ">=8.0", + "mockery/mockery": ">=1.0.3", + "illuminate/cache": ">=6.0", + "illuminate/console": ">=6.0" }, "extra": { "laravel": {