PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Niko   PHP MySQLDump   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP MySQLDump
Dump MySQL database contents like mysqldump tool
Author: By
Last change:
Date: 5 years ago
Size: 895 bytes
 

Contents

Class file image Download
{ "name": "niko9911/mysqldump", "type": "library", "description": "Mysql Dumping for PHP.", "keywords": ["sql", "dump", "mysql", "php"], "homepage": "https://gitlab.com/niko9911/mysqldump-php", "license": "GPL-3.0-only", "autoload": { "psr-4": { "Niko9911\\MysqlDump\\": "src/" } }, "autoload-dev": { "psr-4": { "Niko9911\\MysqlDump\\Test\\Unit": "tests/unit/" } }, "scripts": { "test": "phpunit", "format-code": "php-cs-fixer fix --allow-risky=yes" }, "require": { "php": ">=7.0.0" }, "require-dev": { "phpunit/phpunit": "~6.4", "mnapoli/phpunit-easymock": "~1.0", "doctrine/annotations": "~1.2", "ocramius/proxy-manager": "~2.0.2", "friendsofphp/php-cs-fixer": "^2.4", "phpstan/phpstan": "^0.9.2" } }