From cfb3b8545430fab333b4a115d43b5f9c8a122df1 Mon Sep 17 00:00:00 2001 From: Jordi Boggiano Date: Thu, 12 Nov 2020 12:59:48 +0100 Subject: [PATCH] Update semver to latest --- .github/workflows/continuous-integration.yml | 2 +- .github/workflows/phpstan.yml | 4 ++-- composer.lock | 12 ++++++------ 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/workflows/continuous-integration.yml b/.github/workflows/continuous-integration.yml index 9f34ac0a1..f5506dd0e 100644 --- a/.github/workflows/continuous-integration.yml +++ b/.github/workflows/continuous-integration.yml @@ -95,7 +95,7 @@ jobs: extensions: "intl, zip" ini-values: "memory_limit=-1, phar.readonly=0" php-version: "${{ matrix.php-version }}" - tools: composer:v2 + tools: composer - name: "Handle lowest dependencies update" if: "contains(matrix.dependencies, 'lowest')" diff --git a/.github/workflows/phpstan.yml b/.github/workflows/phpstan.yml index 3e20e5aa3..538868318 100644 --- a/.github/workflows/phpstan.yml +++ b/.github/workflows/phpstan.yml @@ -9,7 +9,7 @@ on: - 'doc/**' env: - COMPOSER_FLAGS: "--ansi --no-interaction --no-progress --no-suggest --prefer-dist" + COMPOSER_FLAGS: "--ansi --no-interaction --no-progress --prefer-dist" SYMFONY_PHPUNIT_VERSION: "" jobs: @@ -52,5 +52,5 @@ jobs: - name: Run PHPStan # Locked to phpunit 7.5 here as newer ones have void return types which break inheritance run: | - bin/composer require --dev phpstan/phpstan:^0.12.42 phpunit/phpunit:^7.5.20 --with-all-dependencies + bin/composer require --dev phpstan/phpstan:^0.12.42 phpunit/phpunit:^7.5.20 --with-all-dependencies ${{ env.COMPOSER_FLAGS }} vendor/bin/phpstan analyse --configuration=phpstan/config.neon diff --git a/composer.lock b/composer.lock index c96ec34ea..338a097b3 100644 --- a/composer.lock +++ b/composer.lock @@ -83,16 +83,16 @@ }, { "name": "composer/semver", - "version": "3.2.2", + "version": "3.2.3", "source": { "type": "git", "url": "https://github.com/composer/semver.git", - "reference": "4089fddb67bcf6bf860d91b979e95be303835002" + "reference": "bcf1cc72150023e1c3dca4a353296b4c83deea41" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/composer/semver/zipball/4089fddb67bcf6bf860d91b979e95be303835002", - "reference": "4089fddb67bcf6bf860d91b979e95be303835002", + "url": "https://api.github.com/repos/composer/semver/zipball/bcf1cc72150023e1c3dca4a353296b4c83deea41", + "reference": "bcf1cc72150023e1c3dca4a353296b4c83deea41", "shasum": "" }, "require": { @@ -144,7 +144,7 @@ "support": { "irc": "irc://irc.freenode.org/composer", "issues": "https://github.com/composer/semver/issues", - "source": "https://github.com/composer/semver/tree/3.2.2" + "source": "https://github.com/composer/semver/tree/3.2.3" }, "funding": [ { @@ -160,7 +160,7 @@ "type": "tidelift" } ], - "time": "2020-10-14T08:51:15+00:00" + "time": "2020-11-12T11:25:27+00:00" }, { "name": "composer/spdx-licenses",