From 2d2a424de8a21bec0af57d042729f4380e7b72fe Mon Sep 17 00:00:00 2001 From: chengyao <987861463@qq.com> Date: Mon, 27 May 2024 11:32:24 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0foundation?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/foundation/composer.json | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 src/foundation/composer.json diff --git a/src/foundation/composer.json b/src/foundation/composer.json new file mode 100644 index 00000000..70094a30 --- /dev/null +++ b/src/foundation/composer.json @@ -0,0 +1,23 @@ +{ + "name": "next/foundation", + "autoload": { + "psr-4": { + "Next\\Foundation\\": "src/" + } + }, + "authors": [ + { + "name": "chengyao", + "email": "987861463@qq.com" + } + ], + "require": { + "php": "^8.2", + "next/aop": "^0.1" + }, + "extra": { + "branch-alias": { + "dev-master": "0.1.x-dev" + } + } +}