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 34ed433 commit c6b4d85Copy full SHA for c6b4d85
.github/workflows/release.yml
@@ -111,7 +111,7 @@ jobs:
111
id: composer-lock
112
run: |
113
echo "Resolving dependencies and generating composer.lock..."
114
- composer update --lock --no-install --ignore-platform-reqs
+ composer update --no-install --ignore-platform-reqs
115
echo "composer.lock generated with resolved versions"
116
continue-on-error: true
117
0 commit comments