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

Commit

Permalink
Merge pull request #51 from adam-paterson/fix-composer
Browse files Browse the repository at this point in the history
Fix incorrect composer.json
  • Loading branch information
bobbyshaw authored Feb 8, 2017
2 parents a9d44e8 + dc49547 commit 84c4a7a
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 11 deletions.
25 changes: 15 additions & 10 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,11 @@
"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": [
{
Expand All @@ -20,7 +24,7 @@
"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": {
Expand All @@ -36,13 +40,14 @@
},
"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.4.2-dev"
"fix-style": "phpcbf -p --standard=PSR2 --runtime-set ignore_errors_on_exit 1 src",
"extra": {
"branch-alias": {
"dev-master": "1.4.2-dev"
}
},
"config": {
"sort-packages": true
}
},
"config": {
"sort-packages": true
}
}
}
2 changes: 1 addition & 1 deletion composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 84c4a7a

Please sign in to comment.