chore: pin lthn/php dependency to stable version #73

Open
Charon wants to merge 0 commits from feat/pin-core-dependency into dev
Member

Summary

  • Pin lthn/php from wildcard * to ^0.0.4 (latest tagged release)
  • Replace local path repository (../php) with Forge VCS URL (https://forge.lthn.ai/core/php.git)
  • Ensures reproducible builds and proper version resolution in CI

Fixes #27

## Summary - Pin `lthn/php` from wildcard `*` to `^0.0.4` (latest tagged release) - Replace local path repository (`../php`) with Forge VCS URL (`https://forge.lthn.ai/core/php.git`) - Ensures reproducible builds and proper version resolution in CI Fixes #27
This branch is already included in the target branch. There is nothing to merge.
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin feat/pin-core-dependency:feat/pin-core-dependency
git checkout feat/pin-core-dependency

Merge

Merge the changes and update on Forgejo.

Warning: The "Autodetect manual merge" setting is not enabled for this repository, you will have to mark this pull request as manually merged afterwards.

git checkout dev
git merge --no-ff feat/pin-core-dependency
git checkout feat/pin-core-dependency
git rebase dev
git checkout dev
git merge --ff-only feat/pin-core-dependency
git checkout feat/pin-core-dependency
git rebase dev
git checkout dev
git merge --no-ff feat/pin-core-dependency
git checkout dev
git merge --squash feat/pin-core-dependency
git checkout dev
git merge --ff-only feat/pin-core-dependency
git checkout dev
git merge feat/pin-core-dependency
git push origin dev
Sign in to join this conversation.
No description provided.