diff --git a/README.md b/README.md index bf5d31e..c5e9130 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -### This is fork from Neurony/laravel-duplicate to make it works with new Laravel 8.x +### This is fork from Neurony/laravel-duplicate to make it works with new Laravel 10.x --- diff --git a/composer.json b/composer.json index b0e12da..3eaa520 100644 --- a/composer.json +++ b/composer.json @@ -22,13 +22,13 @@ ], "require": { "php": "^7.4|^8.0|^8.1", - "illuminate/contracts": "^8.0 || ^9.0", - "illuminate/support": "^8.0 || ^9.0", - "illuminate/database": "^8.0 || ^9.0" + "illuminate/contracts": "^8.0 || ^9.0 || ^10.0", + "illuminate/support": "^8.0 || ^9.0 || ^10.0", + "illuminate/database": "^8.0 || ^9.0 || ^10.0" }, "require-dev": { - "phpunit/phpunit": "^9.3", - "orchestra/testbench": "^6.4" + "phpunit/phpunit": "^10.0", + "orchestra/testbench": "^8.1" }, "autoload": { "psr-4": {