Skip to content

Commit

Permalink
Require coding-standard ^11.1.32 and add minimum-stability and prefer…
Browse files Browse the repository at this point in the history
…-stable config (#32)
  • Loading branch information
samsonasik authored Jan 8, 2023
1 parent ca6243f commit d8cf7c4
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"symfony/dependency-injection": "6.1.*",
"symfony/finder": "^6.2",
"symplify/autowire-array-parameter": "^11.1",
"symplify/coding-standard": "^11.1",
"symplify/coding-standard": "^11.1.32",
"symplify/easy-parallel": "^11.1",
"symplify/package-builder": "^11.1",
"symplify/symplify-kernel": "^11.1",
Expand Down Expand Up @@ -79,5 +79,7 @@
],
"rector": "vendor/bin/rector process --dry-run --ansi",
"release": "vendor/bin/monorepo-builder release patch --ansi"
}
},
"minimum-stability": "dev",
"prefer-stable": true
}

0 comments on commit d8cf7c4

Please sign in to comment.