Skip to content

Commit

Permalink
Remove minimum-stability from composer.json
Browse files Browse the repository at this point in the history
We do not need it since we do not have any non-dev-dependencies,
and phpunit can be the latest stable version.

Resolves: #123
  • Loading branch information
cweiske committed Oct 5, 2022
1 parent dd55a78 commit cddd2a9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
}
],
"license": "MIT",
"minimum-stability": "dev",
"require": {
"php": ">=5.5",
"ext-curl": "*",
Expand Down

0 comments on commit cddd2a9

Please sign in to comment.