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
|
||
|
|