Skip to content

Commit cddd2a9

Browse files
committed
Remove minimum-stability from composer.json
We do not need it since we do not have any non-dev-dependencies, and phpunit can be the latest stable version. Resolves: #123
1 parent dd55a78 commit cddd2a9

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

composer.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@
1616
}
1717
],
1818
"license": "MIT",
19-
"minimum-stability": "dev",
2019
"require": {
2120
"php": ">=5.5",
2221
"ext-curl": "*",

0 commit comments

Comments
 (0)