Skip to content

Commit c15f81f

Browse files
committed
Fix up composer dep
1 parent 0e3bc44 commit c15f81f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
},
2121
"require-dev": {
2222
"phpunit/phpunit": "^10.3.0",
23-
"php-collective/code-sniffer": "dev-master",
23+
"php-collective/code-sniffer": "^0.2.1",
2424
"phpstan/phpstan": "^1.0.0"
2525
},
2626
"autoload": {
@@ -33,7 +33,7 @@
3333
"PhpCollective\\DecimalObject\\Test\\": "tests/"
3434
}
3535
},
36-
"minimum-stability": "dev",
36+
"minimum-stability": "stable",
3737
"prefer-stable": true,
3838
"extra": {
3939
"branch-alias": {

0 commit comments

Comments
 (0)