We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c064f54 commit 9b062d2Copy full SHA for 9b062d2
1 file changed
.laminas-ci.json
@@ -1,3 +1,9 @@
1
{
2
- "backwardCompatibilityCheck": true
+ "backwardCompatibilityCheck": true,
3
+ "exclude": {
4
+ "bc-check": [
5
+ "src/Component/Method.php",
6
+ "src/Component/Property.php"
7
+ ]
8
+ }
9
}
0 commit comments