From e240e6bff5dd080db17d8deff17091d169088419 Mon Sep 17 00:00:00 2001 From: Dzung Nguyen Date: Wed, 29 Mar 2023 15:18:58 +0700 Subject: [PATCH] Upgrade to support Laravel 10 --- README.md | 2 +- composer.json | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) 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": {