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 89c2487 commit bf38569Copy full SHA for bf38569
.github/workflows/monorepo-split-packages.yml
@@ -42,13 +42,13 @@ jobs:
42
steps:
43
- uses: actions/checkout@v4
44
45
- # Search and replace "moox/core": "*" with "moox/core": "^2.2.0" in composer.json
+ # Search and replace "moox/core": "*" with "moox/core": "^3.0.0" in composer.json
46
- name: Replace core version in composer.json
47
working-directory: packages/${{ matrix.package }}
48
run: |
49
if [ -f composer.json ]; then
50
echo "Updating moox/core version in ${{ matrix.package }}"
51
- sed -i 's/"moox\/core": "\*"/"moox\/core": "^2.2.0"/g' composer.json
+ sed -i 's/"moox\/core": "\*"/"moox\/core": "^3.0.0"/g' composer.json
52
fi
53
54
# Commit the updated composer.json (if there was a change)
0 commit comments