diff --git a/composer.json b/composer.json index 9c3f65e7..fbd99a68 100644 --- a/composer.json +++ b/composer.json @@ -13,18 +13,18 @@ ], "require": { "php": "^7.1.3 || ^8.0", - "illuminate/contracts": "~5.7.0|~5.8.0|^6.0|^7.0|^8.0", - "illuminate/database": "~5.7.0|~5.8.0|^6.0|^7.0|^8.0", - "illuminate/events": "~5.7.0|~5.8.0|^6.0|^7.0|^8.0", - "illuminate/support": "~5.7.0|~5.8.0|^6.0|^7.0|^8.0" + "illuminate/contracts": "~5.7.0|~5.8.0|^6.0|^7.0|^8.0|^9.0|^10.0|^11.0|^12.0|^13.0", + "illuminate/database": "~5.7.0|~5.8.0|^6.0|^7.0|^8.0|^9.0|^10.0|^11.0|^12.0|^13.0", + "illuminate/events": "~5.7.0|~5.8.0|^6.0|^7.0|^8.0|^9.0|^10.0|^11.0|^12.0|^13.0", + "illuminate/support": "~5.7.0|~5.8.0|^6.0|^7.0|^8.0|^9.0|^10.0|^11.0|^12.0|^13.0" }, "require-dev": { "mockery/mockery": "^1.0", - "phpunit/phpunit": "^7.5|^8.0|^9.0", + "phpunit/phpunit": "^7.5|^8.0|^9.0|^10.0|^11.0", "psy/psysh": "@stable", "squizlabs/php_codesniffer": "^3.4", - "illuminate/console": "~5.7.0|~5.8.0|^6.0|^7.0|^8.0", - "illuminate/filesystem": "~5.7.0|~5.8.0|^6.0|^7.0|^8.0" + "illuminate/console": "~5.7.0|~5.8.0|^6.0|^7.0|^8.0|^9.0|^10.0|^11.0|^12.0|^13.0", + "illuminate/filesystem": "~5.7.0|~5.8.0|^6.0|^7.0|^8.0|^9.0|^10.0|^11.0|^12.0|^13.0" }, "autoload": { "psr-4": {