From 10698fca45179d0ae44f875b3fafdd44e853963a Mon Sep 17 00:00:00 2001 From: Paul-Henri Leobon <25308170+paulhenri-l@users.noreply.github.com> Date: Tue, 27 Oct 2020 22:41:24 +0100 Subject: [PATCH] LA8 --- composer.json | 8 ++++---- phpunit.xml | 32 ++++++++++++-------------------- 2 files changed, 16 insertions(+), 24 deletions(-) diff --git a/composer.json b/composer.json index ff31552..907b689 100644 --- a/composer.json +++ b/composer.json @@ -10,12 +10,12 @@ } ], "require": { - "php": "^7.2.5", - "laravel/framework": "^7.0" + "php": "^7.3", + "laravel/framework": "^8.0" }, "require-dev": { - "orchestra/testbench": "^5.0", - "phpunit/phpunit": "^8.1" + "orchestra/testbench": "^6.0", + "phpunit/phpunit": "^9.0" }, "autoload": { "psr-4": { diff --git a/phpunit.xml b/phpunit.xml index 61ab11b..15fdeaf 100644 --- a/phpunit.xml +++ b/phpunit.xml @@ -1,23 +1,15 @@ - - - - ./tests/Unit - - - - - ./src - - - + + + + ./src + + + + + ./tests/Unit + + +