From 87586d73ee5dc13e796c14e932040e05fda1334e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Dec 2022 05:09:34 +0000 Subject: [PATCH] composer(deps-dev): update phpspec/phpspec requirement from ^7.2 to ^7.3 Updates the requirements on [phpspec/phpspec](https://github.com/phpspec/phpspec) to permit the latest version. - [Release notes](https://github.com/phpspec/phpspec/releases) - [Changelog](https://github.com/phpspec/phpspec/blob/main/CHANGES-v7.md) - [Commits](https://github.com/phpspec/phpspec/compare/7.2.0...7.3.0) --- updated-dependencies: - dependency-name: phpspec/phpspec dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 65b78da..ca8c8e6 100644 --- a/composer.json +++ b/composer.json @@ -34,7 +34,7 @@ "lexik/jwt-authentication-bundle": "^2.16", "matthiasnoback/symfony-config-test": "^4.3", "matthiasnoback/symfony-dependency-injection-test": "^4.3", - "phpspec/phpspec": "^7.2", + "phpspec/phpspec": "^7.3", "phpunit/phpunit": "^9.5", "psalm/plugin-symfony": "^3.1", "roave/security-advisories": "dev-latest",