Skip to content

Commit

Permalink
updated minimum stability + required version of Slack message
Browse files Browse the repository at this point in the history
  • Loading branch information
manweCZ committed May 23, 2019
1 parent 396b0c0 commit 435e6f7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "biteit/tracy-slack-logger",
"description": "Integrates Tracy Logger to your Slack",
"minimum-stability": "dev",
"minimum-stability": "stable",
"version": "0.4.2",
"license": "MIT",
"authors": [
Expand All @@ -13,7 +13,7 @@
"require": {
"tracy/tracy": "2.4.10",
"php": ">=5.6.0",
"biteit/simple-slack-messenger": "dev-master"
"biteit/simple-slack-messenger": "^0.2"
},
"autoload": {
"psr-0": {
Expand Down

0 comments on commit 435e6f7

Please sign in to comment.