hostingvk4 / composer_package
description for composer package
v1.0.4
2026-02-19 13:47 UTC
Requires
- php: >=8.2
README
To use composer package from private repository you need to add Personal access token Rules added version setup with git tags
example
add tag
git tag -a v1.0.0 -m "version 1.0.0"
remove tag
git push git@gitlab.com:hostingvk4/composer_package.git :refs/tags/v1.0.0
add package with version 1.0.0
composer require hostingvk4/composer_package:1.0.0