We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 61bc44d commit ea302adCopy full SHA for ea302ad
.github/workflows/test.yaml
@@ -116,6 +116,10 @@ jobs:
116
run: composer config minimum-stability ${{ matrix.minimum-stability }}
117
working-directory: "src/${{ matrix.component }}"
118
119
+ - name: Display composer.json
120
+ run: cat composer.json
121
+ working-directory: "src/${{ matrix.component }}"
122
+
123
- name: Install ${{ matrix.component }} packages
124
uses: ramsey/composer-install@v3
125
with:
0 commit comments