-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
34 lines (34 loc) · 826 Bytes
/
composer.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
{
"name": "samhernandez/craft-db-paths",
"description": "Fix failed Craft backups and restores with full paths to psql, mysql, and mysqldump executables.",
"version": "1.0.2",
"type": "craft-module",
"keywords": [
"backup",
"craft",
"mysql",
"mysqldump",
"psql"
],
"license": "MIT",
"authors": [
{
"name": "Sam Hernandez",
"homepage": "https://github.com/samhernandez"
}
],
"support": {
"email": "sam@silvertoncreative.com",
"issues": "https://github.com/samhernandez/craft-db-paths/issues",
"source": "https://github.com/samhernandez/craft-db-paths",
"docs": "https://github.com/samhernandez/craft-db-paths"
},
"require": {
"craftcms/cms": "^3.0.0"
},
"autoload": {
"psr-4": {
"samhernandez\\craftdbpaths\\": "src/"
}
}
}