File tree 3 files changed +3
-0
lines changed
3 files changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -12,6 +12,7 @@ This project bundles all Icinga PHP libraries into one piece and can be integrat
12
12
* [ ipl-html] ( https://github.com/Icinga/ipl-html )
13
13
* [ ipl-i18n] ( https://github.com/Icinga/ipl-i18n )
14
14
* [ ipl-orm] ( https://github.com/Icinga/ipl-orm )
15
+ * [ ipl-scheduler] ( https://github.com/Icinga/ipl-scheduler )
15
16
* [ ipl-sql] ( https://github.com/Icinga/ipl-sql )
16
17
* [ ipl-stdlib] ( https://github.com/Icinga/ipl-stdlib )
17
18
* [ ipl-validator] ( https://github.com/Icinga/ipl-validator )
Original file line number Diff line number Diff line change @@ -30,6 +30,7 @@ composer require --no-update \
30
30
ipl/html:" dev-main as 99.x-dev" \
31
31
ipl/i18n:" dev-main as 99.x-dev" \
32
32
ipl/orm:" dev-main as 99.x-dev" \
33
+ ipl/scheduler:" dev-main as 99.x-dev" \
33
34
ipl/sql:" dev-main as 99.x-dev" \
34
35
ipl/stdlib:" dev-main as 99.x-dev" \
35
36
ipl/validator:" dev-main as 99.x-dev" \
Original file line number Diff line number Diff line change 15
15
"ipl/html" : " ^0.6.0" ,
16
16
"ipl/i18n" : " ^0.2.0" ,
17
17
"ipl/orm" : " ^0.4.0" ,
18
+ "ipl/scheduler" : " ^0.1.0" ,
18
19
"ipl/sql" : " ^0.6.0" ,
19
20
"ipl/stdlib" : " ^0.12.0" ,
20
21
"ipl/validator" : " ^0.4.0" ,
You can’t perform that action at this time.
0 commit comments