lockfile again

This commit is contained in:
Tim Bendt
2025-11-26 11:50:55 -05:00
parent af3c23cb6e
commit 6ceecaa69e
4461 changed files with 641349 additions and 10 deletions

View File

@@ -0,0 +1,26 @@
{
"name": "ifsnop/mysqldump-php",
"description": "PHP version of mysqldump cli that comes with MySQL",
"type": "library",
"keywords": ["mysql", "mysqldump", "pdo", "php7", "php5", "database", "php", "sql", "hhvm", "mariadb", "mysql-backup"],
"homepage": "https://github.com/ifsnop/mysqldump-php",
"license": "GPL-3.0-or-later",
"minimum-stability": "stable",
"authors": [
{
"name" : "Diego Torres",
"homepage": "https://github.com/ifsnop",
"role": "Developer"
}
],
"require": {
"php": ">=5.3.0"
},
"require-dev": {
"squizlabs/php_codesniffer": "1.*",
"phpunit/phpunit": "4.8.36"
},
"autoload": {
"psr-4": {"Ifsnop\\": "src/Ifsnop/"}
}
}