Skip to content

Conversation

@sbuerk
Copy link
Member

@sbuerk sbuerk commented Apr 5, 2025

Private addons has been developed further, and in
preparation to adopt 5.x along with package and
extension_key renaming rised from 0.x to 1.x
for 4.x version of this package. To mitigate
unsupported installation matrix, the old 0.x
development versions are now added as conflict:

Used command(s):

cat <<< $(
  jq '.conflict."web-vision/deepltranslate-assets" = "<1.0.0 >=2.0.0"' \
  composer.json | \
  jq '.conflict."web-vision/deepltranslate-auto-renew" = "<1.0.0 >=2.0.0"' | \
  jq '.conflict."web-vision/deepltranslate-mass" = "<1.0.0 >=2.0.0"'
) > composer.json

Private addons has been developed further, and in
preparation to adopt `5.x` along with package and
extension_key renaming rised from `0.x` to `1.x`
for `4.x` version of this package. To mitigate
unsupported installation matrix, the old `0.x`
development versions are now added as conflict:

Used command(s):

```shell
cat <<< $(
  jq '.conflict."web-vision/deepltranslate-assets" = "<1.0.0 >=2.0.0"' \
  composer.json | \
  jq '.conflict."web-vision/deepltranslate-auto-renew" = "<1.0.0 >=2.0.0"' | \
  jq '.conflict."web-vision/deepltranslate-mass" = "<1.0.0 >=2.0.0"'
) > composer.json
```
@sbuerk sbuerk merged commit a705670 into 4 Apr 5, 2025
11 checks passed
@sbuerk sbuerk deleted the 4-stefan-1 branch April 5, 2025 22:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants