summaryrefslogtreecommitdiffstats
path: root/composer.json
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2022-05-16 09:54:35 +0200
committerRemi Collet <remi@php.net>2022-05-16 09:54:35 +0200
commit8099a72d0d5820a27bc04413c4dde62741960cde (patch)
tree3087ccb5579ee6c17c7b1692240e1270b5d6e821 /composer.json
parentf319a1a9dd11722f68ccf0cb6e043a45a6f0a4d7 (diff)
update to 3.7.0
Diffstat (limited to 'composer.json')
-rw-r--r--composer.json5
1 files changed, 3 insertions, 2 deletions
diff --git a/composer.json b/composer.json
index 97d37d3..47cca62 100644
--- a/composer.json
+++ b/composer.json
@@ -42,9 +42,10 @@
"laminas/laminas-coding-standard": "~2.3.0",
"laminas/laminas-servicemanager": "^3.7",
"mikey179/vfsstream": "^1.6.10@alpha",
- "phpstan/phpstan": "^0.12.64",
"phpspec/prophecy-phpunit": "^2.0",
- "phpunit/phpunit": "^9.5.5"
+ "phpstan/phpstan": "^0.12.64",
+ "phpunit/phpunit": "^9.5.5",
+ "squizlabs/php_codesniffer": "^3.6"
},
"conflict": {
"zendframework/zend-di": "*",