Skip to content
This repository has been archived by the owner on Feb 3, 2022. It is now read-only.

Commit

Permalink
Merge branch 'release/v1.5.0'
Browse files Browse the repository at this point in the history
  • Loading branch information
bobbyshaw committed Feb 15, 2017
2 parents 3eaff76 + 8a89742 commit 1c86f01
Show file tree
Hide file tree
Showing 12 changed files with 484 additions and 177 deletions.
2 changes: 1 addition & 1 deletion box.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"tests"
],
"in": [
"vendor/"
"vendor"
]
}
],
Expand Down
29 changes: 26 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,20 @@
"name": "meanbee/magedbm",
"description": "Magento database backup and import tool",
"license": "MIT",
"keywords": ["magento", "database", "magedbm"],
"keywords": [
"magento",
"database",
"magedbm"
],
"homepage": "https://github.com/meanbee/magedbm",
"authors": [
{
"name": "Tom Robertshaw",
"email": "[email protected]"
},
{
"name": "MageDBM Contributors",
"homepage": "https://github.com/meanbee/magedbm/contributors"
}
],
"minimum-stability": "dev",
Expand All @@ -15,16 +24,30 @@
"n98/magerun": "1.*",
"aws/aws-sdk-php": "2.*",
"piwik/ini": "dev-master",
"ifsnop/mysqldump-php":"2.*",
"ifsnop/mysqldump-php": "2.*",
"herrera-io/phar-update": "2.*"
},
"require-dev": {},
"require-dev": {
"squizlabs/php_codesniffer": "^2.3"
},
"bin": [
"bin/magedbm"
],
"autoload": {
"psr-0": {
"Meanbee\\Magedbm\\": "src/"
}
},
"scripts": {
"check-style": "phpcs -p --standard=PSR2 --runtime-set ignore_errors_on_exit 1 src",
"fix-style": "phpcbf -p --standard=PSR2 --runtime-set ignore_errors_on_exit 1 src",
"extra": {
"branch-alias": {
"dev-master": "1.5.1-dev"
}
},
"config": {
"sort-packages": true
}
}
}
Loading

0 comments on commit 1c86f01

Please sign in to comment.