summaryrefslogtreecommitdiffstats
path: root/composer.json
diff options
context:
space:
mode:
Diffstat (limited to 'composer.json')
-rw-r--r--composer.json6
1 files changed, 3 insertions, 3 deletions
diff --git a/composer.json b/composer.json
index 45702e0..2af020f 100644
--- a/composer.json
+++ b/composer.json
@@ -37,14 +37,14 @@
"nikic/php-parser": "^5.7.0",
"phpunit/php-text-template": "^6.0",
"sebastian/complexity": "^6.0",
- "sebastian/environment": "^9.2",
+ "sebastian/environment": "^9.3.2",
"sebastian/git-state": "^1.0",
- "sebastian/lines-of-code": "^5.0",
+ "sebastian/lines-of-code": "^5.0.1",
"sebastian/version": "^7.0",
"theseer/tokenizer": "^2.0.1"
},
"require-dev": {
- "phpunit/phpunit": "^13.1"
+ "phpunit/phpunit": "^13.1.13"
},
"suggest": {
"ext-pcov": "PHP extension that provides line coverage",