Simplifies using many of php's built-in filesystem functions
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

36 lines
896 B

{
"name": "mensbeam/filesystem",
"description": "Simplifies using many of php's built-in filesystem functions",
"type": "library",
"license": "MIT",
"autoload": {
"psr-4": {
"MensBeam\\": "lib/"
}
},
"autoload-dev": {
"psr-4": {
"MensBeam\\Filesystem\\Test\\": "tests/lib/"
}
},
"authors": [
{
"name": "Dustin Wilson",
"email": "dustin@dustinwilson.com"
}
],
"require": {
"php": ">=8.1",
"symfony/polyfill-ctype": ">=1.8",
"symfony/polyfill-mbstring": ">=1.8"
},
"require-dev": {
"friendsofphp/php-cs-fixer": "^3.38",
"symfony/filesystem": "*",
"phpunit/phpunit": "^10.4"
},
"suggest": {
"ext-ctype": "For better performance",
"ext-mbstring": "For better performance"
}
}