diff --git a/composer.json b/composer.json index b8f3b5b..582f447 100644 --- a/composer.json +++ b/composer.json @@ -1,7 +1,7 @@ { "name": "mpociot/versionable", "license": "MIT", - "description": "Allows to create Laravel 4 / 5 / 6 / 7 Model versioning and restoring", + "description": "Allows to create Laravel 4 / 5 / 6 / 7 / 8 / 9 / 10 Model versioning and restoring", "keywords": [ "model", "laravel", @@ -22,13 +22,13 @@ "source": "https://github.com/mpociot/versionable" }, "require": { - "php": ">=7.1.0 || >=7.2.5", - "illuminate/support": "~5.3 || ^6.0 || ^7.0 || ^8.0|^9.0" + "php": ">=7.1.0 || >=7.2.5 || >=8.0 || >=8.1", + "illuminate/support": "~5.3 || ^6.0 || ^7.0 || ^8.0 || ^9.0 || ^10.0" }, "require-dev": { - "phpunit/phpunit": "^7.0 || ^8.0 || ^9.0", + "phpunit/phpunit": "^7.0 || ^8.0 || ^9.0 || ^10.0", "mockery/mockery": "^1.0", - "orchestra/testbench": "^3.1 || ^4.0 || ^5.0 || ^6.0|^7.0" + "orchestra/testbench": "^3.1 || ^4.0 || ^5.0 || ^6.0 || ^7.0 || ^8.0" }, "autoload": { "classmap": [