From 29e162e61c30c10c5213dc77ea7bf1e8533dd4a5 Mon Sep 17 00:00:00 2001 From: Matthias Kunkel Date: Mon, 28 Oct 2024 08:44:06 +0100 Subject: [PATCH] Update README.md Fixed two typos --- vendor/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/vendor/README.md b/vendor/README.md index f389e867a855..19760d94d21a 100755 --- a/vendor/README.md +++ b/vendor/README.md @@ -15,12 +15,12 @@ responsibility of the corresponding maintainer. No other external dependencies are allowed in ILIAS. Should you find an older dependency in the folder of your [component](https://github.com/ILIAS-eLearning/ILIAS/blob/trunk/docs/development/components-and-directories.md) you MUST remove it immediately and either replace it by the corresponding version -from one of the officially allowed dependeny managers (subject to approval by +from one of the officially allowed dependency managers (subject to approval by the Jour Fixe, see below) or provide the corresponding functionality yourself. ## Adding a New Dependency to ILIAS Adding new dependencies to ILIAS depends on the approval of the Jour Fixe and -all dependencies MUST be reaproved for every new ILIAS version. +all dependencies MUST be reapproved for every new ILIAS version. If you want to add a new dependency to ILIAS: * Provide a PR against the corresponding file (`composer.json`, `package.json`) in the trunk-branch of ILIAS. Make sure to fill in all required information (see below).