Skip to content

Commit

Permalink
Update composer.json to use version instead of dev-master
Browse files Browse the repository at this point in the history
  • Loading branch information
jm-factorin committed Sep 26, 2018
1 parent 4df723e commit 7c3ecd4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
},
"require": {
"php": ">=5.5",
"slimcake/core": "dev-master",
"slimcake/console": "dev-master",
"slimcake/templates": "dev-master"
"slimcake/core": "^v1.0.0",
"slimcake/console": "^v1.0.0",
"slimcake/templates": "^1.0.0"
}
}

0 comments on commit 7c3ecd4

Please sign in to comment.