Skip to content

Commit

Permalink
doc: Updated maintainers
Browse files Browse the repository at this point in the history
  • Loading branch information
bfanger committed Sep 3, 2020
1 parent 0b6ea4d commit 9d17247
Showing 1 changed file with 11 additions and 4 deletions.
15 changes: 11 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,17 @@
"authors": [
{
"name": "Robert Allen",
"email": "[email protected]",
"homepage": "http://www.zircote.com"
"email": "[email protected]"
},
{
"name": "Bob Fanger",
"email": "[email protected]",
"homepage": "http://bfanger.nl"
"homepage": "https://bfanger.nl"
},
{
"name": "Martin Rademacher",
"email": "[email protected]",
"homepage": "https://radebatz.net"
}
],
"config": {
Expand Down Expand Up @@ -58,7 +62,10 @@
"scripts": {
"cs": "php-cs-fixer fix --allow-risky=yes",
"lint": "@cs --dry-run",
"test": ["phpunit", "@lint"],
"test": [
"phpunit",
"@lint"
],
"docs": "vuepress dev docs/",
"deploy_docs": "vuepress build docs/ && cp -r .git docs/.vuepress/dist/.git && cd docs/.vuepress/dist/ && git symbolic-ref HEAD refs/heads/gh-pages && git add --all"
}
Expand Down

0 comments on commit 9d17247

Please sign in to comment.