PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Johnny Mast   Redbox PHP Scandir Filter   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Redbox PHP Scandir Filter
Scan files for new or modified files
Author: By
Last change: Last minute changes
Date: 8 years ago
Size: 702 bytes
 

Contents

Class file image Download
{ "name": "redbox/scan", "description": "Scan your filesystem for changes with ease ", "keywords": ["php", "filesystem", "security", "changes", "modified", "new files", "new"], "license": "MIT", "authors": [ { "name": "Johnny Mast", "email": "mastjohnny@gmail.com", "homepage": "https://github.com/johnnymast", "role": "Developer" } ], "require": { "php": ">=5.3", "symfony/yaml": "2.8" }, "require-dev": { "phpunit/phpunit": "4.8" }, "autoload": { "psr-4": { "Redbox\\Scan\\": "src/" } }, "autoload-dev": { "psr-4": { "Redbox\\Scan\\Tests\\": "tests/" } }, "scripts": { "test": "phpunit" } }