From 1885d750d5f0857a2e9965b68d445af53115b7b5 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 10 Feb 2020 05:10:34 +0000 Subject: [PATCH] Update phpunit/phpunit requirement from ^4.8 to ^9.0 Updates the requirements on [phpunit/phpunit](https://github.com/sebastianbergmann/phpunit) to permit the latest version. - [Release notes](https://github.com/sebastianbergmann/phpunit/releases) - [Changelog](https://github.com/sebastianbergmann/phpunit/blob/master/ChangeLog-9.0.md) - [Commits](https://github.com/sebastianbergmann/phpunit/compare/4.8.0...9.0.0) Signed-off-by: dependabot-preview[bot] --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index d0c4485..c0e7718 100644 --- a/composer.json +++ b/composer.json @@ -2,7 +2,7 @@ "name": "ricardofiorani/php-video-url-parser", "description": "A Simple and efficient PHP Video URL Parser that gives you thumbnails and embed codes for various services as Youtube, Vimeo, DailyMotion and Facebook", "require-dev": { - "phpunit/phpunit": "^4.8", + "phpunit/phpunit": "^9.0", "fabpot/php-cs-fixer" : ">= 1.0" }, "license": "MIT",