Skip to content

Commit

Permalink
Remove dev stability from composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
beryllium committed Apr 11, 2019
1 parent cd71ca1 commit c301303
Show file tree
Hide file tree
Showing 2 changed files with 70 additions and 70 deletions.
4 changes: 3 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,16 +16,18 @@
}
],
"require": {
"sculpin/sculpin": "^3.0@dev"
"sculpin/sculpin": "^3.0"
},
"scripts": {
"publish": [
"./publish.sh"
],
"sculpin-watch": [
"Composer\\Config::disableProcessTimeout",
"./vendor/bin/sculpin generate --watch --server"
],
"yarn-watch": [
"Composer\\Config::disableProcessTimeout",
"yarn encore dev --watch"
]
}
Expand Down
Loading

0 comments on commit c301303

Please sign in to comment.