• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

bower/H15-Dec-2021-402,902373,551

composer/H15-Dec-2021-354303

ilias/H15-Dec-2021-15,81710,294

.gitignoreH A D15-Dec-202111 21

README.mdH A D15-Dec-2021486 76

README.md

1# Dependency Management in ILIAS
2
3The are currently three type of external libraries:
4- PHP dependencies installed using composer in /libs/composer, see [composer-readme](composer/README.md).
5- PHP dependencies installad manually, located in some /Services/\*/libs and /Modules/\*/libs
6- JS- and client-side Frameworks installed using bower, see [bower-readme](bower/README.md)
7- JS- and client-side Frameworks installed manually, currently also located in /Services\/* and /Modules\/*