Skip to content

Commit 6aa94be

Browse files
fix(*): Fix bug introduced with dddev 1.23.5
1 parent 8dfa497 commit 6aa94be

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,15 @@ The [public API](https://semver.org/spec/v2.0.0.html#spec-item-1) of this projec
1010

1111
---
1212

13+
## [3.1.1](https://github.com/julienloizelet/magento2-ddev-installation/releases/tag/v3.1.1) - 2024-10-18
14+
[_Compare with previous release_](https://github.com/julienloizelet/magento2-ddev-installation/compare/v3.1.0...v3.1.1)
15+
16+
### Fixed
17+
18+
- Fix a bug introduced with ddev 1.23.5 during composer config command
19+
20+
---
21+
1322
## [3.1.0](https://github.com/julienloizelet/magento2-ddev-installation/releases/tag/v3.1.0) - 2024-04-20
1423
[_Compare with previous release_](https://github.com/julienloizelet/magento2-ddev-installation/compare/v3.0.0...v3.1.0)
1524

action.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ runs:
194194
env:
195195
magento_repository: ${{ inputs.magento_repository }}
196196
run: |
197-
ddev composer config repositories.0 "{\"type\": \"composer\", \"url\":\"$magento_repository\", \"exclude\": [\"magento/composer-dependency-version-audit-plugin\"]}"
197+
ddev exec --raw composer config repositories.0 "{\"type\": \"composer\", \"url\":\"$magento_repository\", \"exclude\": [\"magento/composer-dependency-version-audit-plugin\"]}"
198198
199199
- name: Fixup Monolog
200200
# @see https://github.com/magento/magento2/pull/35596

0 commit comments

Comments
 (0)