Skip to content

Commit

Permalink
Enhancement: Normalize composer.json (#87)
Browse files Browse the repository at this point in the history
  • Loading branch information
localheinz authored and Nyholm committed Dec 25, 2018
1 parent 39f5e64 commit 83e253c
Showing 1 changed file with 10 additions and 6 deletions.
16 changes: 10 additions & 6 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
{
"name": "webmozart/assert",
"description": "Assertions to validate method input/output with nice error messages.",
"keywords": ["assert", "check", "validate"],
"keywords": [
"assert",
"check",
"validate"
],
"license": "MIT",
"authors": [
{
Expand All @@ -17,6 +21,11 @@
"phpunit/phpunit": "^4.6",
"sebastian/version": "^1.0.1"
},
"extra": {
"branch-alias": {
"dev-master": "1.3-dev"
}
},
"autoload": {
"psr-4": {
"Webmozart\\Assert\\": "src/"
Expand All @@ -26,10 +35,5 @@
"psr-4": {
"Webmozart\\Assert\\Tests\\": "tests/"
}
},
"extra": {
"branch-alias": {
"dev-master": "1.3-dev"
}
}
}

0 comments on commit 83e253c

Please sign in to comment.