summaryrefslogtreecommitdiffstats
path: root/composer.json
diff options
context:
space:
mode:
Diffstat (limited to 'composer.json')
-rw-r--r--composer.json11
1 files changed, 8 insertions, 3 deletions
diff --git a/composer.json b/composer.json
index 5cc7ac1..c79e38c 100644
--- a/composer.json
+++ b/composer.json
@@ -8,9 +8,9 @@
"php": "^7.1|^8.0"
},
"require-dev": {
- "phpunit/phpunit": "^7.0|^8.0|^9.0",
- "psr/log": "^1.0",
- "doctrine/coding-standard": "^6.0|^7.0|^8.0"
+ "phpunit/phpunit": "^7.5|^8.5|^9.5",
+ "psr/log": "^1|^2|^3",
+ "doctrine/coding-standard": "^9"
},
"suggest": {
"psr/log": "Allows logging deprecations via PSR-3 logger implementation"
@@ -23,5 +23,10 @@
"DeprecationTests\\": "test_fixtures/src",
"Doctrine\\Foo\\": "test_fixtures/vendor/doctrine/foo"
}
+ },
+ "config": {
+ "allow-plugins": {
+ "dealerdirect/phpcodesniffer-composer-installer": true
+ }
}
}