{ "name": "fendx/file", "description": "FendxPHP File Module - 统一存储接口", "type": "library", "license": "MIT", "authors": [ { "name": "Lawson", "email": "lawson@fendx.cn" } ], "require": { "php": ">=8.1", "fendx/common": "^1.0", "fendx/core": "^1.0" }, "autoload": { "psr-4": { "Fendx\\File\\": "src/" } }, "minimum-stability": "stable", "prefer-stable": true }