From 69bec2d43584e2aa6f368f46d855455d76a1ca3d Mon Sep 17 00:00:00 2001 From: Dominik Kohler Date: Mon, 20 Apr 2020 13:26:09 +0200 Subject: [PATCH 1/2] update symfony dependencies to allow the latest version 5.0 --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 1b031057..20d595a4 100644 --- a/composer.json +++ b/composer.json @@ -5,8 +5,8 @@ "license": "MIT", "require": { "php": ">=7.1", - "symfony/validator": "^3.4|^4.2", - "symfony/intl": "^3.4|^4.2", + "symfony/validator": "^3.4|^4.2|^5.0", + "symfony/intl": "^3.4|^4.2|^5.0", "khanamiryan/qrcode-detector-decoder": "^1.0.3", "kmukku/php-iso11649": "^1.4", "endroid/qr-code": "^3.5.3" From a1de13c0a564e6554024a8572643b5a909dde55b Mon Sep 17 00:00:00 2001 From: Dominik Kohler Date: Mon, 20 Apr 2020 13:34:06 +0200 Subject: [PATCH 2/2] fixed not matching path to namespace --- .../ValidCreditorInformationPaymentReferenceCombinationTest.php | 0 tests/{Constraint => Constraints}/ValidCreditorReferenceTest.php | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename tests/{Constraint => Constraints}/ValidCreditorInformationPaymentReferenceCombinationTest.php (100%) rename tests/{Constraint => Constraints}/ValidCreditorReferenceTest.php (100%) diff --git a/tests/Constraint/ValidCreditorInformationPaymentReferenceCombinationTest.php b/tests/Constraints/ValidCreditorInformationPaymentReferenceCombinationTest.php similarity index 100% rename from tests/Constraint/ValidCreditorInformationPaymentReferenceCombinationTest.php rename to tests/Constraints/ValidCreditorInformationPaymentReferenceCombinationTest.php diff --git a/tests/Constraint/ValidCreditorReferenceTest.php b/tests/Constraints/ValidCreditorReferenceTest.php similarity index 100% rename from tests/Constraint/ValidCreditorReferenceTest.php rename to tests/Constraints/ValidCreditorReferenceTest.php