PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of DeGraciaMathieu   PHP File Explorer   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP File Explorer
Find files that match a given criteria in a folder
Author: By
Last change:
Date: 1 year ago
Size: 738 bytes
 

Contents

Class file image Download
{ "name": "degraciamathieu/php-file-explorer", "type": "package", "description": "", "homepage": "https://github.com/DeGraciaMathieu/php-file-explorer", "license": "MIT", "authors": [ { "name": "De Gracia Mathieu", "email": "dev@degracia-mathieu.fr" } ], "require": { "php": "^8.1", "symfony/filesystem": "^6.0" }, "require-dev": { "phpunit/phpunit": "^9.5", "symfony/var-dumper": "^5.1|^6.1" }, "autoload": { "psr-4": { "DeGraciaMathieu\\FileExplorer\\": "src/" } }, "autoload-dev": { "psr-4": { "DeGraciaMathieu\\FileExplorer\\Tests\\": "tests/" } } }