diff --git a/composer.json b/composer.json index 2998174..e85f2ca 100644 --- a/composer.json +++ b/composer.json @@ -22,9 +22,9 @@ "require": { "php": "^8.2", "ext-json": "*", - "symfony/console": "^6.3", - "symfony/dependency-injection": "^6.3", - "symfony/process": "^6.3", + "symfony/console": "^7.0", + "symfony/dependency-injection": "^7.0", + "symfony/process": "^7.0", "vierbergenlars/php-semver": "^3.0.4" }, "require-dev": { diff --git a/vendor-bin/tools/composer.json b/vendor-bin/tools/composer.json index f687cf1..a026849 100644 --- a/vendor-bin/tools/composer.json +++ b/vendor-bin/tools/composer.json @@ -16,7 +16,7 @@ "phpunit/phpunit": "^10.1.2", "psalm/plugin-phpunit": "^0.18.4", "psalm/plugin-symfony": "^5.0.3", - "symfony/phpunit-bridge": "^6.2.7", + "symfony/phpunit-bridge": "^7.0.0", "vimeo/psalm": "^5.9" }, "config": { diff --git a/vendor-bin/tools/composer.lock b/vendor-bin/tools/composer.lock index 6304ff8..9792d7c 100644 --- a/vendor-bin/tools/composer.lock +++ b/vendor-bin/tools/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "3c12d5aed0eaac392c2cad54e579b779", + "content-hash": "1ba7c807a62c42b72d47a1de4fbe872c", "packages": [], "packages-dev": [ { @@ -5634,27 +5634,27 @@ }, { "name": "symfony/phpunit-bridge", - "version": "v6.4.7", + "version": "v7.0.7", "source": { "type": "git", "url": "https://github.com/symfony/phpunit-bridge.git", - "reference": "a33ca737283c76617c4089a8425c7785b344e283" + "reference": "0a0b90ba08b9a03e09ad49f8d613bdf3eca3a7a9" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/phpunit-bridge/zipball/a33ca737283c76617c4089a8425c7785b344e283", - "reference": "a33ca737283c76617c4089a8425c7785b344e283", + "url": "https://api.github.com/repos/symfony/phpunit-bridge/zipball/0a0b90ba08b9a03e09ad49f8d613bdf3eca3a7a9", + "reference": "0a0b90ba08b9a03e09ad49f8d613bdf3eca3a7a9", "shasum": "" }, "require": { - "php": ">=7.1.3" + "php": ">=7.2.5" }, "conflict": { "phpunit/phpunit": "<7.5|9.1.2" }, "require-dev": { "symfony/deprecation-contracts": "^2.5|^3.0", - "symfony/error-handler": "^5.4|^6.0|^7.0", + "symfony/error-handler": "^5.4|^6.4|^7.0", "symfony/polyfill-php81": "^1.27" }, "bin": [ @@ -5695,7 +5695,7 @@ "description": "Provides utilities for PHPUnit, especially user deprecation notices management", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/phpunit-bridge/tree/v6.4.7" + "source": "https://github.com/symfony/phpunit-bridge/tree/v7.0.7" }, "funding": [ { @@ -5711,7 +5711,7 @@ "type": "tidelift" } ], - "time": "2024-04-18T09:22:46+00:00" + "time": "2024-04-18T09:29:19+00:00" }, { "name": "symfony/polyfill-ctype", @@ -7143,5 +7143,5 @@ "prefer-lowest": false, "platform": [], "platform-dev": [], - "plugin-api-version": "2.3.0" + "plugin-api-version": "2.6.0" }