diff options
| author | supahgreg <supahgreg@users.noreply.github.com> | 2025-10-11 15:01:11 +0000 |
|---|---|---|
| committer | supahgreg <supahgreg@users.noreply.github.com> | 2025-10-11 15:01:11 +0000 |
| commit | 170cdba1f491e8a9956615f715a7ff5b0182b713 (patch) | |
| tree | 1b3275973eb0eb9aa4652e5a14309d7481514038 /composer.json | |
| parent | df4630b316f468c772fb4edc7e1dc0a46765542f (diff) | |
Drop 'require-dev' in 'composer.json' for now.
Diffstat (limited to 'composer.json')
| -rw-r--r-- | composer.json | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/composer.json b/composer.json index d27533a35..5314f2ac9 100644 --- a/composer.json +++ b/composer.json @@ -28,10 +28,5 @@ "soundasleep/html2text": "^2.1", "guzzlehttp/guzzle": "^7.0", "dragonmantank/cron-expression": "^3.4" - }, - "require-dev": { - "phpstan/phpstan": "2.1.31", - "phpunit/phpunit": "9.6.29", - "phpunit/php-code-coverage": "^9.2" } } |