Skip to content

Commit 1aa0681

Browse files
yhabteabnilmerg
authored andcommitted
Require ipl\scheduler
1 parent e5ef360 commit 1aa0681

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ This project bundles all Icinga PHP libraries into one piece and can be integrat
1212
* [ipl-html](https://github.com/Icinga/ipl-html)
1313
* [ipl-i18n](https://github.com/Icinga/ipl-i18n)
1414
* [ipl-orm](https://github.com/Icinga/ipl-orm)
15+
* [ipl-scheduler](https://github.com/Icinga/ipl-scheduler)
1516
* [ipl-sql](https://github.com/Icinga/ipl-sql)
1617
* [ipl-stdlib](https://github.com/Icinga/ipl-stdlib)
1718
* [ipl-validator](https://github.com/Icinga/ipl-validator)

bin/make-snapshot.sh

+1
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ composer require --no-update \
3030
ipl/html:"dev-main as 99.x-dev" \
3131
ipl/i18n:"dev-main as 99.x-dev" \
3232
ipl/orm:"dev-main as 99.x-dev" \
33+
ipl/scheduler:"dev-main as 99.x-dev" \
3334
ipl/sql:"dev-main as 99.x-dev" \
3435
ipl/stdlib:"dev-main as 99.x-dev" \
3536
ipl/validator:"dev-main as 99.x-dev" \

composer.json

+1
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
"ipl/html": "^0.6.0",
1616
"ipl/i18n": "^0.2.0",
1717
"ipl/orm": "^0.4.0",
18+
"ipl/scheduler": "^0.1.0",
1819
"ipl/sql": "^0.6.0",
1920
"ipl/stdlib": "^0.12.0",
2021
"ipl/validator": "^0.4.0",

0 commit comments

Comments
 (0)