Files
gaofeng 6d9aee81aa 提交
2026-05-12 18:27:28 +08:00

35 lines
764 B
JSON

{
"name": "topthink/think-filesystem",
"description": "The ThinkPHP6.1 Filesystem Package",
"type": "library",
"license": "Apache-2.0",
"authors": [
{
"name": "yunwuxin",
"email": "448901948@qq.com"
}
],
"autoload": {
"psr-4": {
"think\\": "src"
}
},
"autoload-dev": {
"psr-4": {
"think\\tests\\": "tests/"
}
},
"require": {
"php": "^8.2",
"topthink/framework": "^8.0",
"league/flysystem": "^3.0"
},
"require-dev": {
"mikey179/vfsstream": "^1.6",
"mockery/mockery": "^1.2",
"phpunit/phpunit": "^11.5"
},
"minimum-stability": "dev",
"prefer-stable": true
}