Skip to content

Commit 0b52dbe

Browse files
committed
work around for --prefer-dist arg given by laminas/laminas-continuous-integration-action
see laminas/laminas-continuous-integration-action#126
1 parent 97a1c33 commit 0b52dbe

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.laminas-ci.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,7 @@
1010
}
1111
],
1212
"additional_composer_arguments": [
13-
"--prefer-stable",
14-
"--optimize-autoloader",
15-
"--verbose"
13+
"--prefer-source",
14+
"--prefer-stable"
1615
]
1716
}

0 commit comments

Comments
 (0)