Skip to content

Commit

Permalink
composer: add plugin-folder to classmap
Browse files Browse the repository at this point in the history
This implements https://docu.ilias.de/goto_docu_wiki_wpage_6371_1357.html. To
make the folder Customizing/global/plugins always available, an according
file was added. Composer would complain with installations that do not use
plugins otherwise.
  • Loading branch information
daniwe4 authored and klees committed Sep 7, 2020
1 parent 7fa365a commit be24a69
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 0 deletions.
Empty file.
1 change: 1 addition & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@
"ILIAS\\" : "./src"
},
"classmap": [
"./Customizing/global/plugins",
"./Services/",
"./Modules",
"./libs/ilias"
Expand Down

0 comments on commit be24a69

Please sign in to comment.