Gitlab build own composer package
GitLab is a single application for the entire software development lifecycle. From project planning and source code management to CI/CD, monitoring, and security. Composer is a tool for dependency management in PHP. It allows you to declare the libraries your project depends on and it will manage (install/update) them for you. Building your own composer packages is a well-used practice in industry for internal modules or to build official ones but hosted in your local Read more…