Skip to content

Commit

Permalink
Remove dev-master constraint from Composer
Browse files Browse the repository at this point in the history
  • Loading branch information
g105b committed Jun 14, 2019
1 parent f83f193 commit a0d3d61
Show file tree
Hide file tree
Showing 2 changed files with 171 additions and 131 deletions.
10 changes: 1 addition & 9 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,4 @@
{
"repositories": [
{
"type": "path",
"url": "/home/g105b/Code/PhpGt/*"
}
],
"minimum-stability": "dev",

"name": "phpgt/cli",
"description": "Command line interface builder.",
"keywords": [
Expand All @@ -19,7 +11,7 @@
"require": {
"php": ">=7.2",
"ext-json": "*",
"phpgt/daemon": "dev-master"
"phpgt/daemon": "1.*"
},
"require-dev": {
"phpunit/phpunit": "8.*"
Expand Down
Loading

0 comments on commit a0d3d61

Please sign in to comment.