diff options
author | Remi Collet <remi@remirepo.net> | 2022-08-08 16:12:31 +0200 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2022-08-08 16:12:31 +0200 |
commit | b2caf46a9cce27d294cef74acf6d7fabe7c76fcf (patch) | |
tree | a0f96b93428a6a3dc43bd3d82c6f51991d78f93d /composer.json | |
parent | 70ef3a620f7c26d6924bd247f29af53c87505f24 (diff) |
update to 2.13.1
Diffstat (limited to 'composer.json')
-rw-r--r-- | composer.json | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/composer.json b/composer.json index a2f2531..0f4e128 100644 --- a/composer.json +++ b/composer.json @@ -42,18 +42,19 @@ "doctrine/annotations": "^1.13", "doctrine/coding-standard": "^9.0", "phpbench/phpbench": "^0.16.10 || ^1.0", - "phpstan/phpstan": "~1.4.10 || 1.7.13", + "phpstan/phpstan": "~1.4.10 || 1.8.2", "phpunit/phpunit": "^7.5 || ^8.5 || ^9.5", "psr/log": "^1 || ^2 || ^3", - "squizlabs/php_codesniffer": "3.7.0", + "squizlabs/php_codesniffer": "3.7.1", "symfony/cache": "^4.4 || ^5.4 || ^6.0", "symfony/yaml": "^3.4 || ^4.0 || ^5.0 || ^6.0", - "vimeo/psalm": "4.23.0" + "vimeo/psalm": "4.26.0" }, "conflict": { "doctrine/annotations": "<1.13 || >= 2.0" }, "suggest": { + "ext-dom": "Provides support for XSD validation for XML mapping files", "symfony/cache": "Provides cache support for Setup Tool with doctrine/cache 2.0", "symfony/yaml": "If you want to use YAML Metadata Mapping Driver" }, |