Skip to content

Commit

Permalink
Update composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
maxbanton committed Jan 17, 2020
1 parent 258800b commit cb1db98
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 @@ -31,6 +31,9 @@
"squizlabs/php_codesniffer": "^3.5",
"php-coveralls/php-coveralls": "^2.2"
},
"suggest": {
"maxbanton/dd": "Minimalistic dump-and-die function for easy debugging"
},
"config": {
"preferred-install": "dist"
},
Expand All @@ -39,8 +42,5 @@
"Maxbanton\\Cwh\\": "src"
}
},
"minimum-stability": "stable",
"suggest": {
"maxbanton/dd": "Minimalistic dump-and-die function for easy debugging"
}
"minimum-stability": "stable"
}

0 comments on commit cb1db98

Please sign in to comment.