From 65947f886b3835a504dd86951b5d07ccc4dcb5e1 Mon Sep 17 00:00:00 2001 From: Kevin Bond Date: Fri, 19 Apr 2024 23:35:15 -0400 Subject: [PATCH] [LiveComponent] hide property-info deprecations in Symfony 7.1 --- composer.json | 2 +- phpunit.xml.dist | 2 +- tests/baseline-ignore | 5 +++++ 3 files changed, 7 insertions(+), 2 deletions(-) create mode 100644 tests/baseline-ignore diff --git a/composer.json b/composer.json index 720b4fc..f00a40c 100644 --- a/composer.json +++ b/composer.json @@ -43,7 +43,7 @@ "symfony/form": "^5.4|^6.0|^7.0", "symfony/framework-bundle": "^5.4|^6.0|^7.0", "symfony/options-resolver": "^5.4|^6.0|^7.0", - "symfony/phpunit-bridge": "^6.0|^7.0", + "symfony/phpunit-bridge": "^6.1|^7.0", "symfony/property-info": "^5.4|^6.0|^7.0", "symfony/security-bundle": "^5.4|^6.0|^7.0", "symfony/serializer": "^5.4|^6.0|^7.0", diff --git a/phpunit.xml.dist b/phpunit.xml.dist index 8798e3c..87b89d5 100644 --- a/phpunit.xml.dist +++ b/phpunit.xml.dist @@ -18,7 +18,7 @@ - + diff --git a/tests/baseline-ignore b/tests/baseline-ignore new file mode 100644 index 0000000..0d927bd --- /dev/null +++ b/tests/baseline-ignore @@ -0,0 +1,5 @@ +%Since symfony/property-info 7.1: The "Symfony\\Component\\PropertyInfo\\Extractor\\ReflectionExtractor::getTypes\(\)".+% +%Since symfony/property-info 7.1: The "Symfony\\Component\\PropertyInfo\\Extractor\\PhpStanExtractor::getTypes\(\)".+% +%Since symfony/property-info 7.1: The "Symfony\\Component\\PropertyInfo\\Extractor\\PhpDocExtractor::getTypes\(\)".+% +%Since symfony/property-info 7.1: The "Symfony\\Component\\PropertyInfo\\PropertyInfoExtractor::getTypes\(\)".+% +%Since symfony/property-info 7.1: The "Symfony\\Component\\PropertyInfo\\Type" class is deprecated..+%