From fbbfb153e1fb7c9440f469808d9ad22242e3111c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joachim=20L=C3=B8vgaard?= Date: Wed, 12 Jul 2023 09:06:10 +0200 Subject: [PATCH] Up deps --- composer.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/composer.json b/composer.json index e7f43fd..1efacdf 100644 --- a/composer.json +++ b/composer.json @@ -30,13 +30,13 @@ "webmozart/assert": "^1.11" }, "require-dev": { - "api-platform/core": "^2.7", - "behat/behat": "^3.12", + "api-platform/core": "^2.7.13", + "behat/behat": "^3.13", "matthiasnoback/symfony-config-test": "^4.3", "matthiasnoback/symfony-dependency-injection-test": "^4.3", "php-http/message-factory": "^1.1", - "phpspec/prophecy-phpunit": "^2.0", - "phpunit/phpunit": "^9.5", + "phpspec/prophecy-phpunit": "^2.0.2", + "phpunit/phpunit": "^9.6.10", "psalm/plugin-phpunit": "^0.18", "psalm/plugin-symfony": "^5.0", "setono/code-quality-pack": "^2.4", @@ -47,7 +47,7 @@ "symfony/property-info": "^5.4 || ^6.0", "symfony/serializer": "^5.4 || ^6.0", "symfony/web-profiler-bundle": "^5.4 || ^6.0", - "symfony/webpack-encore-bundle": "^1.16" + "symfony/webpack-encore-bundle": "^1.17.1" }, "prefer-stable": true, "autoload": {