diff options
| author | mlunzena <lunzenauer@elan-ev.de> | 2021-08-18 10:19:43 +0200 |
|---|---|---|
| committer | mlunzena <lunzenauer@elan-ev.de> | 2021-08-18 10:22:01 +0200 |
| commit | 607b1e07f0768227066e528a3792eaedaec941aa (patch) | |
| tree | 94dbaaccd2e39f7064b0248c74eff1292b12abd0 /composer.json | |
| parent | cf997f4c7d1fc0474fea242c6d4e9206a0bc3521 (diff) | |
update Codeception and phpunit, refs #81
Diffstat (limited to 'composer.json')
| -rw-r--r-- | composer.json | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/composer.json b/composer.json index dd3a77b..dfe31c1 100644 --- a/composer.json +++ b/composer.json @@ -7,13 +7,11 @@ "require-dev": { "adlawson/vfs": "~0.12.1", "camspiers/json-pretty": "~1.0.2", - "codeception/codeception": "4.0.2", "monolog/monolog": "~1.21.0", "php-http/curl-client": "~1.7.0", - "phpunit/phpunit": "6.5.14", "woohoolabs/yang": "~0.9.0", - "codeception/module-phpbrowser": "^1.0", - "codeception/module-asserts": "^1.1" + "codeception/codeception": "~4.1.21", + "codeception/module-asserts": "^1.3" }, "require": { "php": "^7.2", |
