Merge pull request #5493 from wallabag/dependabot/composer/symfony/phpunit-bridge-6.0.0

Bump symfony/phpunit-bridge from 5.3.10 to 6.0.0
This commit is contained in:
Jérémy Benoist 2022-01-05 13:52:45 +01:00 committed by GitHub
commit 275dc3e1fb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 11 additions and 11 deletions

View file

@ -111,7 +111,7 @@
"phpstan/phpstan-phpunit": "^0.12", "phpstan/phpstan-phpunit": "^0.12",
"phpstan/phpstan-symfony": "^0.12", "phpstan/phpstan-symfony": "^0.12",
"symfony/maker-bundle": "^1.18", "symfony/maker-bundle": "^1.18",
"symfony/phpunit-bridge": "~5.1" "symfony/phpunit-bridge": "~6.0"
}, },
"suggest": { "suggest": {
"ext-imagick": "To keep GIF animation when downloading image is enabled" "ext-imagick": "To keep GIF animation when downloading image is enabled"

20
composer.lock generated
View file

@ -4,7 +4,7 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically" "This file is @generated automatically"
], ],
"content-hash": "53c97b89b8f1fec2a7902da7a987ff5d", "content-hash": "7b402fa1eb644c821ddc5ed4097caafa",
"packages": [ "packages": [
{ {
"name": "babdev/pagerfanta-bundle", "name": "babdev/pagerfanta-bundle",
@ -12622,27 +12622,27 @@
}, },
{ {
"name": "symfony/phpunit-bridge", "name": "symfony/phpunit-bridge",
"version": "v5.3.10", "version": "v6.0.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/phpunit-bridge.git", "url": "https://github.com/symfony/phpunit-bridge.git",
"reference": "325aaf6302501ed3673cffbd3ba88db5949de8ae" "reference": "5d6cc6720085084f504d2482fc4a2f268784006b"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/phpunit-bridge/zipball/325aaf6302501ed3673cffbd3ba88db5949de8ae", "url": "https://api.github.com/repos/symfony/phpunit-bridge/zipball/5d6cc6720085084f504d2482fc4a2f268784006b",
"reference": "325aaf6302501ed3673cffbd3ba88db5949de8ae", "reference": "5d6cc6720085084f504d2482fc4a2f268784006b",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"php": ">=7.1.3", "php": ">=7.1.3"
"symfony/deprecation-contracts": "^2.1"
}, },
"conflict": { "conflict": {
"phpunit/phpunit": "<7.5|9.1.2" "phpunit/phpunit": "<7.5|9.1.2"
}, },
"require-dev": { "require-dev": {
"symfony/error-handler": "^4.4|^5.0" "symfony/deprecation-contracts": "^2.1|^3.0",
"symfony/error-handler": "^5.4|^6.0"
}, },
"suggest": { "suggest": {
"symfony/error-handler": "For tracking deprecated interfaces usages at runtime with DebugClassLoader" "symfony/error-handler": "For tracking deprecated interfaces usages at runtime with DebugClassLoader"
@ -12685,7 +12685,7 @@
"description": "Provides utilities for PHPUnit, especially user deprecation notices management", "description": "Provides utilities for PHPUnit, especially user deprecation notices management",
"homepage": "https://symfony.com", "homepage": "https://symfony.com",
"support": { "support": {
"source": "https://github.com/symfony/phpunit-bridge/tree/v5.3.10" "source": "https://github.com/symfony/phpunit-bridge/tree/v6.0.0"
}, },
"funding": [ "funding": [
{ {
@ -12701,7 +12701,7 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2021-10-28T19:22:18+00:00" "time": "2021-11-29T15:32:57+00:00"
} }
], ],
"aliases": [], "aliases": [],