{ "name": "fendx/core", "description": "FendxPHP Core Module - IOC、AOP、上下文、配置", "type": "library", "license": "MIT", "authors": [ { "name": "Lawson", "email": "lawson@fendx.cn" } ], "require": { "php": ">=8.1", "fendx/common": "^1.0" }, "autoload": { "psr-4": { "Fendx\\Core\\": "src/" } }, "minimum-stability": "stable", "prefer-stable": true }