From e4b17b163c4587eb71366afffee599a732c14fb9 Mon Sep 17 00:00:00 2001 From: Dzung Nguyen Date: Wed, 26 Feb 2025 19:18:14 +0700 Subject: [PATCH] upgrade to support laravel 12 --- README.md | 2 +- composer.json | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index c5e9130..6dbca72 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 10.x +### This is fork from Neurony/laravel-duplicate to make it works with new Laravel 12.x --- diff --git a/composer.json b/composer.json index 3e2b46c..c9cb671 100644 --- a/composer.json +++ b/composer.json @@ -21,13 +21,13 @@ } ], "require": { - "php": "^7.4|^8.0|^8.1||^8.2|^8.3", - "illuminate/contracts": "^8.0 || ^9.0 || ^10.0 || ^11.0", - "illuminate/support": "^8.0 || ^9.0 || ^10.0 || ^11.0", - "illuminate/database": "^8.0 || ^9.0 || ^10.0 || ^11.0" + "php": "^7.4|^8.0|^8.1||^8.2|^8.3|^8.4", + "illuminate/contracts": "^8.0 || ^9.0 || ^10.0 || ^11.0 || ^12.0", + "illuminate/support": "^8.0 || ^9.0 || ^10.0 || ^11.0 || ^12.0", + "illuminate/database": "^8.0 || ^9.0 || ^10.0 || ^11.0 || ^12.0" }, "require-dev": { - "phpunit/phpunit": "^10.0", + "phpunit/phpunit": "^10.0 || ^11.0", "orchestra/testbench": "^8.1" }, "autoload": {