diff --git a/composer.json b/composer.json index bd834b3..f9c4855 100644 --- a/composer.json +++ b/composer.json @@ -10,14 +10,14 @@ ], "require": { "php": "7.*|8.*", - "illuminate/validation": "^5.5|^6.0|^7.0|^8.0|^9.0|^10.0|^11.0", - "illuminate/translation": "^5.5|^6.0|^7.0|^8.0|^9.0|^10.0|^11.0", - "illuminate/support": "^5.5|^6.0|^7.0|^8.0|^9.0|^10.0|^11.0" + "illuminate/validation": "^5.5|^6.0|^7.0|^8.0|^9.0|^10.0|^11.0|^12.0", + "illuminate/translation": "^5.5|^6.0|^7.0|^8.0|^9.0|^10.0|^11.0|^12.0", + "illuminate/support": "^5.5|^6.0|^7.0|^8.0|^9.0|^10.0|^11.0|^12.0" }, "require-dev": { "friendsofphp/php-cs-fixer": "~2.5|^3.14", - "phpunit/phpunit": "6.2.*|^8.5.8|^9.3.3|^10.5", - "orchestra/testbench": "^3.5|^4.0|^5.0|^8.0|^9.0" + "phpunit/phpunit": "6.2.*|^8.5.8|^9.3.3|^10.5|^11.5.3", + "orchestra/testbench": "^3.5|^4.0|^5.0|^8.0|^9.0|^10.0" }, "autoload": { "psr-4": {