From 9c740a9ec1787f9a2574c188dced581ea53113b6 Mon Sep 17 00:00:00 2001 From: rubens Date: Sat, 18 Feb 2023 10:41:37 -0300 Subject: [PATCH] Added support to Laravel 10, PHP 8.1 and PHPUnit 10 --- composer.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/composer.json b/composer.json index 97972b75..b4808d72 100644 --- a/composer.json +++ b/composer.json @@ -17,7 +17,7 @@ } ], "require": { - "php": "^7.4 || ^8.0", + "php": "^7.4 || ^8.0 || ^8.1", "ext-iconv": "*", "ext-json": "*", "ext-mbstring": "*", @@ -41,11 +41,11 @@ }, "require-dev": { "ergebnis/phpstan-rules": "^0.15.0", - "illuminate/console": "^5.8|^6.0|^7.0|^8.0|^9.0", - "illuminate/support": "^5.8|^6.0|^7.0|^8.0|^9.0", + "illuminate/console": "^5.8|^6.0|^7.0|^8.0|^9.0|^10.0", + "illuminate/support": "^5.8|^6.0|^7.0|^8.0|^9.0|^10.0", "mockery/mockery": "^1.0", "phpstan/phpstan-strict-rules": "^0.12", - "phpunit/phpunit": "^8.0|^9.0", + "phpunit/phpunit": "^8.0|^9.0|^10.0", "rector/rector": "0.11.56", "symfony/var-dumper": "^4.2|^5.0|^6.0", "thecodingmachine/phpstan-strict-rules": "^0.12.0"