From 5bbab046335e575ad80d55f25daaa363beaf3fa0 Mon Sep 17 00:00:00 2001 From: chengyao <987861463@qq.com> Date: Mon, 27 May 2024 12:11:23 +0800 Subject: [PATCH] debug --- composer.json | 43 +++++++++++++++---------------------------- 1 file changed, 15 insertions(+), 28 deletions(-) diff --git a/composer.json b/composer.json index edba338b..66c76011 100644 --- a/composer.json +++ b/composer.json @@ -42,36 +42,8 @@ "email": "987861463@qq.com" } ], - "replace": { - "next/aop": "*", - "next/cache": "*", - "next/config": "*", - "next/database": "*", - "next/di": "*", - "next/event": "*", - "next/http-message": "*", - "next/http-server": "*", - "next/foundation": "*", - "next/routing": "*", - "next/session": "*", - "next/utils": "*", - "next/var-dumper": "*" - }, "require": { "php": "^8.2", - "next/aop": "*", - "next/cache": "*", - "next/config": "*", - "next/database": "*", - "next/di": "*", - "next/event": "*", - "next/http-message": "*", - "next/http-server": "*", - "next/routing": "*", - "next/session": "*", - "next/var-dumper": "*", - "next/utils": "*", - "next/foundation": "*", "psr/container": "^2.0", "psr/simple-cache": "^1.0", "psr/event-dispatcher": "^1.0", @@ -92,6 +64,21 @@ "doctrine/inflector": "*", "pestphp/pest": "^2.34" }, + "replace": { + "next/aop": "*", + "next/cache": "*", + "next/config": "*", + "next/database": "*", + "next/di": "*", + "next/event": "*", + "next/http-message": "*", + "next/http-server": "*", + "next/foundation": "*", + "next/routing": "*", + "next/session": "*", + "next/utils": "*", + "next/var-dumper": "*" + }, "scripts": { "test": "@php ./vendor/bin/phpunit -c phpunit.xml --colors=always", "cs-fix": "@php ./vendor/bin/php-cs-fixer fix $1",