From 235f748e070c93b4e5ca7e201c01bb3d3a4bc16d Mon Sep 17 00:00:00 2001 From: Sjoerd Date: Thu, 24 Oct 2019 21:19:36 +0200 Subject: [PATCH 1/2] Updated to Laravel 6.0 --- composer.json | 21 +++++++++++---------- 1 file changed, 11 insertions(+), 10 deletions(-) diff --git a/composer.json b/composer.json index edff832..e927aa2 100644 --- a/composer.json +++ b/composer.json @@ -5,18 +5,19 @@ "license": "MIT", "type": "project", "require": { - "php": ">=7.1.3", - "laravel/framework": "5.7.*", - "anhskohbo/no-captcha": "3.*", - "soundasleep/html2text": "~0.3" + "php": "^7.2", + "fideloper/proxy": "^4.0", + "laravel/framework": "^6.2", + "laravel/tinker": "^1.0" + "anhskohbo/no-captcha": "^3.*", + "soundasleep/html2text": "^0.3" }, "require-dev": { - "fzaninotto/faker": "~1.4", - "mockery/mockery": "0.9.*", - "phpunit/phpunit": "~6.0", - "symfony/css-selector": "4.0.*", - "symfony/dom-crawler": "4.0.*", - "filp/whoops": "~2.0" + "facade/ignition": "^1.4", + "fzaninotto/faker": "^1.4", + "mockery/mockery": "^1.0", + "nunomaduro/collision": "^3.0", + "phpunit/phpunit": "^8.0" }, "autoload": { "classmap": [ From e0a444fab7524609316bcc0bbc08a39b64cb0c7b Mon Sep 17 00:00:00 2001 From: Sjoerd Date: Thu, 24 Oct 2019 21:19:50 +0200 Subject: [PATCH 2/2] Fixed typo --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index e927aa2..701a147 100644 --- a/composer.json +++ b/composer.json @@ -8,7 +8,7 @@ "php": "^7.2", "fideloper/proxy": "^4.0", "laravel/framework": "^6.2", - "laravel/tinker": "^1.0" + "laravel/tinker": "^1.0", "anhskohbo/no-captcha": "^3.*", "soundasleep/html2text": "^0.3" },