PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of DeGraciaMathieu   PHP Manager Classes   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP Manager Classes
Manage the access to multiple driver classes
Author: By
Last change:
Date: 4 years ago
Size: 549 bytes
 

Contents

Class file image Download
{ "name": "degraciamathieu/manager", "description": "", "homepage": "https://github.com/degraciamathieu/manager", "license": "MIT", "keywords": [], "authors": [ { "name": "De Gracia Mathieu", "email": "contact@degracia-mathieu.fr" } ], "require": { "php": ">=7" }, "require-dev": { "phpunit/phpunit": "^6.0" }, "autoload": { "psr-4": { "DeGraciaMathieu\\Manager\\": "src/" } }, "autoload-dev": { "psr-4": { "DeGraciaMathieu\\Manager\\Tests\\": "tests/" } } }