| 1234567891011121314151617181920212223 |
- {
- "name": "michel/filesystem",
- "description": "A lightweight PHP library for file system operations, including temporary file creation, file manipulation, and metadata handling using SPL.",
- "type": "library",
- "license": "MIT",
- "authors": [
- {
- "name": "Michel.F"
- }
- ],
- "autoload": {
- "psr-4": {
- "Michel\\FileSystem\\": "src",
- "Test\\Michel\\FileSystem\\": "tests"
- }
- },
- "require": {
- "php": ">=7.4"
- },
- "require-dev": {
- "michel/unitester": "^1.0.0"
- }
- }
|