From 0412956b03edd01423053b55e365f79a63dfa9a2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Vernet?= Date: Fri, 20 Dec 2024 21:53:17 +0100 Subject: [PATCH] fix: fixed remaining Symfony 7.1 references (#138) --- .github/ISSUE_TEMPLATE/1_Bug_report.yaml | 2 +- .github/ISSUE_TEMPLATE/2_Feature_request.yaml | 2 +- .php-cs-fixer.dist.php | 2 +- README.md | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/1_Bug_report.yaml b/.github/ISSUE_TEMPLATE/1_Bug_report.yaml index 9193e4e..2047541 100644 --- a/.github/ISSUE_TEMPLATE/1_Bug_report.yaml +++ b/.github/ISSUE_TEMPLATE/1_Bug_report.yaml @@ -1,5 +1,5 @@ # Taken and adapted from the Symfony project -# @see https://github.com/symfony/symfony/blob/7.1/.github/ISSUE_TEMPLATE/1_Bug_report.yaml +# @see https://github.com/symfony/symfony/blob/7.2/.github/ISSUE_TEMPLATE/1_Bug_report.yaml name: 🐛 Bug Report description: ⚠️ NEVER report security issues, read https://github.com/strangebuzz/MicroSymfony?tab=security-ov-file labels: Bug diff --git a/.github/ISSUE_TEMPLATE/2_Feature_request.yaml b/.github/ISSUE_TEMPLATE/2_Feature_request.yaml index 36c4146..7bf83d1 100644 --- a/.github/ISSUE_TEMPLATE/2_Feature_request.yaml +++ b/.github/ISSUE_TEMPLATE/2_Feature_request.yaml @@ -1,5 +1,5 @@ # Taken and adapted from the Symfony project -# @see https://github.com/symfony/symfony/blob/7.1/.github/ISSUE_TEMPLATE/2_Feature_request.yaml +# @see https://github.com/symfony/symfony/blob/7.2/.github/ISSUE_TEMPLATE/2_Feature_request.yaml name: 🚀 Feature Request description: RFC and ideas for new features and improvements body: diff --git a/.php-cs-fixer.dist.php b/.php-cs-fixer.dist.php index bb8a4ea..a7ae680 100644 --- a/.php-cs-fixer.dist.php +++ b/.php-cs-fixer.dist.php @@ -1,6 +1,6 @@