From 6627d3d6a7074984ef726e3d11e1df4d05b9910e Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Wed, 20 Mar 2024 11:08:37 +0100 Subject: [PATCH] Update 01_Development.md Signed-off-by: Dennis Eichhorn --- Processes/01_Development.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Processes/01_Development.md b/Processes/01_Development.md index 079e8ac..823c523 100644 --- a/Processes/01_Development.md +++ b/Processes/01_Development.md @@ -193,7 +193,7 @@ Developers may only rely on the dependencies defined in [Approved Customer Softw ### Developer dependencies -Developers may only rely on the dependencies defined in [IT Equipment & Software](https://github.com/Karaka-Management/Organization-Guide/blob/master/Processes/Support/Approved%20Customer%20Software.md). If new software should be added to this list or a different version is required developers should make a request with their team leader/head of department who forwards this requests if appropriate to the CTO and explain the reasoning for the different dependency needs. The CTO can decide if the dependency will be accepted. Changing the package managers such as `composer.json` or `package.json` is not allowed by anyone else than the CTO. (**R12**) +Developers may only rely on the dependencies defined in [IT Equipment & Software](https://github.com/Karaka-Management/Organization-Guide/blob/master/Processes/IT/IT%20Equipment%20%26%20Software.md). If new software should be added to this list or a different version is required developers should make a request with their team leader/head of department who forwards this requests if appropriate to the CTO and explain the reasoning for the different dependency needs. The CTO can decide if the dependency will be accepted. Changing the package managers such as `composer.json` or `package.json` is not allowed by anyone else than the CTO. (**R12**) ## Other related documents