diff options
| author | Jan-Hendrik Willms <tleilax+studip@gmail.com> | 2023-02-09 10:57:24 +0000 |
|---|---|---|
| committer | Jan-Hendrik Willms <tleilax+studip@gmail.com> | 2023-02-09 10:57:24 +0000 |
| commit | 9c9a398d27949e29422e2ef5621911c886d8dd18 (patch) | |
| tree | 5a3d89501923b03127d9bf071c1b9ec3c6ca3abe /composer.json | |
| parent | 880749963518e8d07608d75372ffe54a5e062f76 (diff) | |
5.1: adjust gitlab ci pipeline configuring to include checks and tests, re #2116biest-02063
Merge request studip/studip!1372
Diffstat (limited to 'composer.json')
| -rw-r--r-- | composer.json | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/composer.json b/composer.json index aeaead9..0b53384 100644 --- a/composer.json +++ b/composer.json @@ -11,7 +11,8 @@ "php-http/curl-client": "~1.7.0", "woohoolabs/yang": "2.3.2", "codeception/codeception": "~4.1.21", - "codeception/module-asserts": "^1.3" + "codeception/module-asserts": "^1.3", + "overtrue/phplint": "^3.2" }, "require": { "php": "^7.2", |
