From 18cb7ddbdd87ea552562d0f489d2a34a5387d95d Mon Sep 17 00:00:00 2001 From: Akihito Koriyama Date: Fri, 15 Jan 2021 03:25:40 +0900 Subject: [PATCH] Bump phpunit 8 to 9 --- composer.json | 7 ++----- phpunit.xml.dist | 30 ++++++++++++++---------------- 2 files changed, 16 insertions(+), 21 deletions(-) diff --git a/composer.json b/composer.json index 9bf81c9..88f4275 100644 --- a/composer.json +++ b/composer.json @@ -1,10 +1,7 @@ { "name": "bear/streamer", "description": "BEAR.Sunday HTTP stream responder", - "keywords": [ - "BEAR", - "stream" - ], + "keywords": ["BEAR", "stream"], "license": "MIT", "authors": [ { @@ -35,7 +32,7 @@ "ray/di": "^2.11" }, "require-dev": { - "phpunit/phpunit": "^8.5", + "phpunit/phpunit": "^9.5", "doctrine/annotations": "^1.7", "bamarni/composer-bin-plugin": "^1.4" }, diff --git a/phpunit.xml.dist b/phpunit.xml.dist index 4ab5ae5..ec09094 100644 --- a/phpunit.xml.dist +++ b/phpunit.xml.dist @@ -1,18 +1,16 @@ - - - - tests - - - - - - - - src - - + + + + src + + + + + tests + + + + +