Skip to content

Commit

Permalink
update composer manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
nyamsprod committed Dec 11, 2017
1 parent 9e01ac9 commit a52c6c9
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,5 +63,13 @@
"test": "phpunit --coverage-text; php-cs-fixer fix -vv --diff --dry-run --allow-risky=yes",
"phpunit": "phpunit --coverage-text",
"phpcs": "php-cs-fixer fix -vv --diff --dry-run --allow-risky=yes"
},
"extra": {
"branch-alias": {
"dev-master": "4.x-dev"
}
},
"config": {
"sort-packages": true
}
}

0 comments on commit a52c6c9

Please sign in to comment.