We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2133b5d commit 005fbc0Copy full SHA for 005fbc0
1 file changed
.github/workflows/installation.yaml
@@ -37,7 +37,7 @@ jobs:
37
- name: Create Symfony app
38
run: |
39
composer create-project symfony/skeleton:"${{ matrix.symfony }}.*" app
40
- composer config -d ./app repositories.commonmark-bundle path ../project
+ composer config -d ./app repositories.messenger-azure-bundle path ../project
41
composer config -d ./app minimum-stability dev
42
# Cache Composer dependencies
43
- name: Get composer cache directory
@@ -53,4 +53,4 @@ jobs:
53
54
# Install the bundle
55
- name: Install AymdevCommonmarkBundle
56
- run: composer require -d ./app --prefer-source aymdev/commonmark-bundle:"*"
+ run: composer require -d ./app --prefer-source aymdev/messenger-azure-bundle:"*"
0 commit comments