You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
zhishifufei_php/vendor/tp5er/tp5-databackup/composer.json

20 lines
336 B

{
"name": "tp5er/tp5-databackup",
"description": "Implement the database backup restore",
"license": "MIT",
"authors": [
{
"name": "tp5er",
"email": "tp5er@qq.com"
}
],
"require": {
"php": ">=5.4.0",
"ext-zlib": "*"
},
"autoload": {
"psr-4": {
"tp5er\\Backup\\": "src/"
}
}
}