diff options
| author | Marcus Eibrink-Lunzenauer <lunzenauer@elan-ev.de> | 2021-12-17 16:20:12 +0000 |
|---|---|---|
| committer | Jan-Hendrik Willms <tleilax+studip@gmail.com> | 2021-12-17 16:20:12 +0000 |
| commit | b0a1a7adf5203efa32661b96ecb023fef74c5d2d (patch) | |
| tree | c4641b27164f1e8d4feb2274164bed26578721af /composer.json | |
| parent | cb0a67594116a17c78182637908c4723f37e7263 (diff) | |
CLI-Skript `studip` einführen und alte Skripte entsprechend umstellen
Diffstat (limited to 'composer.json')
| -rw-r--r-- | composer.json | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/composer.json b/composer.json index 50b3f8a..ba9f55e 100644 --- a/composer.json +++ b/composer.json @@ -45,6 +45,8 @@ "opis/json-schema": "^1.0", "slim/psr7": "1.4", "slim/slim": "4.7.1", - "php-di/php-di": "6.3.4" + "php-di/php-di": "6.3.4", + "symfony/console": "5.3.6", + "symfony/process": "^5.4" } } |
