Skip to content

Commit

Permalink
chore: Normalize composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
drupol committed Jun 15, 2021
1 parent 90d3fbd commit 9b769bd
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,15 +35,15 @@
"tests\\loophp\\Tin\\": "tests/src/"
}
},
"support": {
"issues": "https://github.com/loophp/tin/issues",
"source": "https://github.com/loophp/tin"
},
"scripts": {
"changelog-unreleased": "docker-compose run auto_changelog -c .auto-changelog -u",
"changelog-version": "docker-compose run auto_changelog -c .auto-changelog -v",
"grumphp": "./vendor/bin/grumphp run",
"infection": "vendor/bin/infection run -j 2",
"phpspec": "vendor/bin/phpspec run -vvv --stop-on-failure"
},
"support": {
"issues": "https://github.com/loophp/tin/issues",
"source": "https://github.com/loophp/tin"
}
}

0 comments on commit 9b769bd

Please sign in to comment.