mirror of
https://github.com/Icinga/icingaweb2-module-reactbundle.git
synced 2025-07-29 16:54:08 +02:00
21 lines
365 B
Markdown
21 lines
365 B
Markdown
ipl 3rd Party PHP libraries
|
|
===========================
|
|
|
|
This repository replicates 3rd party libraries used or suggested by the `ipl`
|
|
(Icinga PHP Library).
|
|
|
|
Add a new dependency
|
|
--------------------
|
|
|
|
composer require author/library:version
|
|
|
|
Create a new release
|
|
--------------------
|
|
|
|
./bin/make-release.sh <version>
|
|
|
|
e.g.
|
|
|
|
./bin/make-release.sh 0.1.0
|
|
|