summaryrefslogtreecommitdiff
path: root/composer.json
diff options
context:
space:
mode:
authorsupahgreg <supahgreg@users.noreply.github.com>2025-10-11 15:01:11 +0000
committersupahgreg <supahgreg@users.noreply.github.com>2025-10-11 15:01:11 +0000
commit170cdba1f491e8a9956615f715a7ff5b0182b713 (patch)
tree1b3275973eb0eb9aa4652e5a14309d7481514038 /composer.json
parentdf4630b316f468c772fb4edc7e1dc0a46765542f (diff)
Drop 'require-dev' in 'composer.json' for now.
Diffstat (limited to 'composer.json')
-rw-r--r--composer.json5
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"
}
}