Skip to content

Commit

Permalink
Require ipl\scheduler
Browse files Browse the repository at this point in the history
  • Loading branch information
yhabteab authored and nilmerg committed Mar 21, 2023
1 parent e5ef360 commit 1aa0681
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ This project bundles all Icinga PHP libraries into one piece and can be integrat
* [ipl-html](https://github.com/Icinga/ipl-html)
* [ipl-i18n](https://github.com/Icinga/ipl-i18n)
* [ipl-orm](https://github.com/Icinga/ipl-orm)
* [ipl-scheduler](https://github.com/Icinga/ipl-scheduler)
* [ipl-sql](https://github.com/Icinga/ipl-sql)
* [ipl-stdlib](https://github.com/Icinga/ipl-stdlib)
* [ipl-validator](https://github.com/Icinga/ipl-validator)
Expand Down
1 change: 1 addition & 0 deletions bin/make-snapshot.sh
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ composer require --no-update \
ipl/html:"dev-main as 99.x-dev" \
ipl/i18n:"dev-main as 99.x-dev" \
ipl/orm:"dev-main as 99.x-dev" \
ipl/scheduler:"dev-main as 99.x-dev" \
ipl/sql:"dev-main as 99.x-dev" \
ipl/stdlib:"dev-main as 99.x-dev" \
ipl/validator:"dev-main as 99.x-dev" \
Expand Down
1 change: 1 addition & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
"ipl/html": "^0.6.0",
"ipl/i18n": "^0.2.0",
"ipl/orm": "^0.4.0",
"ipl/scheduler": "^0.1.0",
"ipl/sql": "^0.6.0",
"ipl/stdlib": "^0.12.0",
"ipl/validator": "^0.4.0",
Expand Down

0 comments on commit 1aa0681

Please sign in to comment.