diff --git a/composer.json b/composer.json index 879a8ff..627ffe1 100644 --- a/composer.json +++ b/composer.json @@ -15,13 +15,13 @@ ], "require": { "php": "^7.2 | ^8.0", - "laravel/framework": "^6.0 | ^7.0 | ^8.0 | ^9.0" + "laravel/framework": "^6.0 | ^7.0 | ^8.0 | ^9.0 | ^10.0" }, "require-dev": { - "phpunit/phpunit": "^7.5 | ^8.0 | ^9.0", + "phpunit/phpunit": "^7.5 | ^8.0 | ^9.0 | ^10.0", "mockery/mockery": "^1.3.3", - "orchestra/testbench": "^4.0 | ^5.0 | ^6.0 | ^7.0", - "orchestra/database": "^4.0 | ^5.0 | ^6.0 | ^7.0" + "orchestra/testbench": "^4.0 | ^5.0 | ^6.0 | ^7.0 | ^8.0", + "orchestra/database": "^4.0 | ^5.0 | ^6.0 | ^7.0 | ^8.0" }, "license": "MIT", "authors": [ diff --git a/readme.md b/readme.md index 9997e27..18a8e41 100644 --- a/readme.md +++ b/readme.md @@ -28,7 +28,7 @@ | Version | Release | |:-------------:|:-------------:| -| 6.x to 9.x | 1.7 | +| 6.x to 10.x | 1.7 | | 6.x, 7.x | 1.6 | | 5.8 | 1.5 | | 5.7, 5.6 | 1.2 |