Skip to content

Commit

Permalink
fix: fixed remaining Symfony 7.1 references (#138)
Browse files Browse the repository at this point in the history
  • Loading branch information
COil authored Dec 20, 2024
1 parent a0525b9 commit 0412956
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/1_Bug_report.yaml
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/2_Feature_request.yaml
Original file line number Diff line number Diff line change
@@ -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:
Expand Down
2 changes: 1 addition & 1 deletion .php-cs-fixer.dist.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

// @see https://github.com/symfony/symfony/blob/7.1/.php-cs-fixer.dist.php
// @see https://github.com/symfony/symfony/blob/7.2/.php-cs-fixer.dist.php

declare(strict_types=1);

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ I have made a long blog post explaining the philosophy behind and how to use it:
* [Introducing the MicroSymfony application template](https://www.strangebuzz.com/en/blog/introducing-the-microsymfony-application-template)

If you want to use the last Symfony **6.4 LTS** version in your `composer.json`
file, replace all occurrences of `7.1` with `6.4` and run `composer up`.
file, replace all occurrences of `7.2` with `6.4` and run `composer up`.


## Table of Contents 📖
Expand Down

0 comments on commit 0412956

Please sign in to comment.