From f10a9282df5d05a41fedeb454408abbebf251320 Mon Sep 17 00:00:00 2001 From: Andrey Helldar Date: Wed, 9 Aug 2023 12:03:25 +0300 Subject: [PATCH] Bump dependencies --- composer.json | 10 +++++----- phpunit.xml | 30 ++++++++++++++---------------- 2 files changed, 19 insertions(+), 21 deletions(-) diff --git a/composer.json b/composer.json index 1302fce..b52a399 100644 --- a/composer.json +++ b/composer.json @@ -26,13 +26,10 @@ "laravel-lang/publisher": "^14.6" }, "require-dev": { - "laravel-lang/status-generator": "^1.13", - "phpunit/phpunit": "^9.6", + "laravel-lang/status-generator": "^1.19", + "phpunit/phpunit": "^10.0", "symfony/var-dumper": "^6.2" }, - "conflict": { - "laravel-lang/publisher": "<14.0" - }, "minimum-stability": "stable", "prefer-stable": true, "autoload": { @@ -46,6 +43,9 @@ } }, "config": { + "allow-plugins": { + "php-http/discovery": true + }, "preferred-install": "dist", "sort-packages": true }, diff --git a/phpunit.xml b/phpunit.xml index 1f76b29..1f8acfe 100644 --- a/phpunit.xml +++ b/phpunit.xml @@ -1,36 +1,34 @@ - - - - ./src - + - - - + + + - + ./tests + + + ./src + +