mirror of
https://github.com/crmeb/CRMEB.git
synced 2025-12-27 05:52:52 +00:00
20 lines
367 B
JSON
20 lines
367 B
JSON
{
|
|
"name": "tp5er/tp5-databackup",
|
|
"description": "Implement the database backup restore",
|
|
"license": "MIT",
|
|
"authors": [
|
|
{
|
|
"name": "tp5er",
|
|
"email": "tp5er@qq.com"
|
|
}
|
|
],
|
|
"require": {
|
|
"php": ">=5.4.0"
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"tp5er\\": "src/"
|
|
}
|
|
}
|
|
}
|