Просмотр исходного кода

chore: update dev dependencies in root (#8289)

Dariusz Rumiński 3 месяцев назад
Родитель
Сommit
ccad080a5c
1 измененных файлов с 7 добавлено и 7 удалено
  1. 7 7
      composer.json

+ 7 - 7
composer.json

@@ -46,18 +46,18 @@
         "symfony/stopwatch": "^5.4 || ^6.0 || ^7.0"
     },
     "require-dev": {
-        "facile-it/paraunit": "^1.3 || ^2.3",
-        "infection/infection": "^0.29.5",
-        "justinrainbow/json-schema": "^5.2",
+        "facile-it/paraunit": "^1.3.1 || ^2.4",
+        "infection/infection": "^0.29.8",
+        "justinrainbow/json-schema": "^5.3 || ^6.0",
         "keradus/cli-executor": "^2.1",
-        "mikey179/vfsstream": "^1.6.11",
+        "mikey179/vfsstream": "^1.6.12",
         "php-coveralls/php-coveralls": "^2.7",
         "php-cs-fixer/accessible-object": "^1.1",
         "php-cs-fixer/phpunit-constraint-isidenticalstring": "^1.5",
         "php-cs-fixer/phpunit-constraint-xmlmatchesxsd": "^1.5",
-        "phpunit/phpunit": "^9.6.19 || ^10.5.21 || ^11.2",
-        "symfony/var-dumper": "^5.4 || ^6.0 || ^7.0",
-        "symfony/yaml": "^5.4 || ^6.0 || ^7.0"
+        "phpunit/phpunit": "^9.6.21 || ^10.5.38 || ^11.4.3",
+        "symfony/var-dumper": "^5.4.47 || ^6.4.15 || ^7.1.8",
+        "symfony/yaml": "^5.4.45 || ^6.4.13 || ^7.1.6"
     },
     "suggest": {
         "ext-dom": "For handling output formats in XML",