summaryrefslogtreecommitdiffstats
path: root/composer.json
diff options
context:
space:
mode:
Diffstat (limited to 'composer.json')
-rw-r--r--composer.json8
1 files changed, 7 insertions, 1 deletions
diff --git a/composer.json b/composer.json
index b240199..1440cc3 100644
--- a/composer.json
+++ b/composer.json
@@ -26,7 +26,13 @@
},
"require-dev": {
"phpunit/phpunit": "^7 | ^8 | ^9",
+ "spatie/phpunit-snapshot-assertions": "^4.2.9",
"squizlabs/php_codesniffer": "^3.4",
- "phly/keep-a-changelog": "^1.4"
+ "phly/keep-a-changelog": "^2.1"
+ },
+ "config": {
+ "allow-plugins": {
+ "ocramius/package-versions": true
+ }
}
}