Skip to content

Commit 153b007

Browse files
committed
Fix minimum stability to be dev
1 parent 47133cf commit 153b007

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

composer.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,16 @@
11
{
22
"name": "codedruids/php-coding-standards",
33
"description": "Collection of coding standards that haven't made it into packages yet",
4-
"type": "library",
4+
"type": "library",
55
"license": "MIT",
66
"authors": [
77
{
88
"name": "Leith Caldwell",
99
"email": "leith@codedruids.com"
1010
}
1111
],
12-
"minimum-stability": "stable",
12+
"minimum-stability": "dev",
13+
"prefer-stable": true,
1314
"require": {
1415
"php": "^8.1.0",
1516
"friendsofphp/php-cs-fixer": "^3.16"

0 commit comments

Comments
 (0)