1
0
Fork 0

Update semver to latest

pull/9471/head
Jordi Boggiano 2020-11-12 12:59:48 +01:00
parent e5a009ed80
commit cfb3b85454
No known key found for this signature in database
GPG Key ID: 7BBD42C429EC80BC
3 changed files with 9 additions and 9 deletions

View File

@ -95,7 +95,7 @@ jobs:
extensions: "intl, zip" extensions: "intl, zip"
ini-values: "memory_limit=-1, phar.readonly=0" ini-values: "memory_limit=-1, phar.readonly=0"
php-version: "${{ matrix.php-version }}" php-version: "${{ matrix.php-version }}"
tools: composer:v2 tools: composer
- name: "Handle lowest dependencies update" - name: "Handle lowest dependencies update"
if: "contains(matrix.dependencies, 'lowest')" if: "contains(matrix.dependencies, 'lowest')"

View File

@ -9,7 +9,7 @@ on:
- 'doc/**' - 'doc/**'
env: env:
COMPOSER_FLAGS: "--ansi --no-interaction --no-progress --no-suggest --prefer-dist" COMPOSER_FLAGS: "--ansi --no-interaction --no-progress --prefer-dist"
SYMFONY_PHPUNIT_VERSION: "" SYMFONY_PHPUNIT_VERSION: ""
jobs: jobs:
@ -52,5 +52,5 @@ jobs:
- name: Run PHPStan - name: Run PHPStan
# Locked to phpunit 7.5 here as newer ones have void return types which break inheritance # Locked to phpunit 7.5 here as newer ones have void return types which break inheritance
run: | 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 vendor/bin/phpstan analyse --configuration=phpstan/config.neon

12
composer.lock generated
View File

@ -83,16 +83,16 @@
}, },
{ {
"name": "composer/semver", "name": "composer/semver",
"version": "3.2.2", "version": "3.2.3",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/composer/semver.git", "url": "https://github.com/composer/semver.git",
"reference": "4089fddb67bcf6bf860d91b979e95be303835002" "reference": "bcf1cc72150023e1c3dca4a353296b4c83deea41"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/composer/semver/zipball/4089fddb67bcf6bf860d91b979e95be303835002", "url": "https://api.github.com/repos/composer/semver/zipball/bcf1cc72150023e1c3dca4a353296b4c83deea41",
"reference": "4089fddb67bcf6bf860d91b979e95be303835002", "reference": "bcf1cc72150023e1c3dca4a353296b4c83deea41",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -144,7 +144,7 @@
"support": { "support": {
"irc": "irc://irc.freenode.org/composer", "irc": "irc://irc.freenode.org/composer",
"issues": "https://github.com/composer/semver/issues", "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": [ "funding": [
{ {
@ -160,7 +160,7 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2020-10-14T08:51:15+00:00" "time": "2020-11-12T11:25:27+00:00"
}, },
{ {
"name": "composer/spdx-licenses", "name": "composer/spdx-licenses",