Skip to content

Add fastfony/quality-pack - #1870

Merged
symfony-recipes-bot merged 6 commits into
symfony:mainfrom
fastfony:fastfony-quality-pack
Oct 19, 2025
Merged

Add fastfony/quality-pack#1870
symfony-recipes-bot merged 6 commits into
symfony:mainfrom
fastfony:fastfony-quality-pack

Conversation

@neothone

Copy link
Copy Markdown
Contributor
Q A
License MIT
Packagist https://packagist.org/packages/fastfony/quality-pack

Recipe of a Symfony pack for initializing quality tools in your project

Copilot AI review requested due to automatic review settings October 11, 2025 09:29
@symfony-recipes-bot
symfony-recipes-bot enabled auto-merge (squash) October 11, 2025 09:29
@github-actions

github-actions Bot commented Oct 11, 2025

Copy link
Copy Markdown

Thanks for the PR 😍

How to test these changes in your application

  1. Define the SYMFONY_ENDPOINT environment variable:

    # On Unix-like (BSD, Linux and macOS)
    export SYMFONY_ENDPOINT=https://raw.githubusercontent.com/symfony/recipes-contrib/flex/pull-1870/index.json
    # On Windows
    SET SYMFONY_ENDPOINT=https://raw.githubusercontent.com/symfony/recipes-contrib/flex/pull-1870/index.json
  2. Install the package(s) related to this recipe:

    composer req symfony/flex
    composer req 'fastfony/quality-pack:^1.0'
  3. Don't forget to unset the SYMFONY_ENDPOINT environment variable when done:

    # On Unix-like (BSD, Linux and macOS)
    unset SYMFONY_ENDPOINT
    # On Windows
    SET SYMFONY_ENDPOINT=

Diff between recipe versions

In order to help with the review stage, I'm in charge of computing the diff between the various versions of patched recipes.
I'm going keep this comment up to date with any updates of the attached patch.

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

Adds a Symfony Flex recipe for the fastfony/quality-pack to bootstrap project quality tooling.

  • Introduces a manifest to copy Twig CS Fixer config and a GitHub Actions workflow.
  • Adds a Makefile target to run audit, code style fixers, and static analysis.

Reviewed Changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated 2 comments.

File Description
fastfony/quality-pack/1.0/manifest.json Defines files to be copied into consumer projects when installing the pack.
fastfony/quality-pack/1.0/Makefile Provides a quality target that runs composer audit, PHP-CS-Fixer, Twig CS Fixer, and PHPStan.

Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.

Comment thread fastfony/quality-pack/1.0/manifest.json Outdated
Comment thread fastfony/quality-pack/1.0/Makefile
auto-merge was automatically disabled October 11, 2025 09:45

Head branch was pushed to by a user without write access

@symfony-recipes-bot
symfony-recipes-bot enabled auto-merge (squash) October 11, 2025 09:45
auto-merge was automatically disabled October 11, 2025 09:57

Head branch was pushed to by a user without write access

@symfony-recipes-bot
symfony-recipes-bot enabled auto-merge (squash) October 11, 2025 09:57
auto-merge was automatically disabled October 11, 2025 10:10

Head branch was pushed to by a user without write access

@symfony-recipes-bot
symfony-recipes-bot enabled auto-merge (squash) October 11, 2025 10:10
auto-merge was automatically disabled October 11, 2025 10:12

Head branch was pushed to by a user without write access

@symfony-recipes-bot
symfony-recipes-bot enabled auto-merge (squash) October 11, 2025 10:13
auto-merge was automatically disabled October 11, 2025 10:13

Head branch was pushed to by a user without write access

@neothone
neothone force-pushed the fastfony-quality-pack branch from 50f0668 to 6f6da72 Compare October 11, 2025 10:13
@symfony-recipes-bot
symfony-recipes-bot enabled auto-merge (squash) October 11, 2025 10:14
auto-merge was automatically disabled October 11, 2025 10:17

Head branch was pushed to by a user without write access

@symfony-recipes-bot
symfony-recipes-bot enabled auto-merge (squash) October 11, 2025 10:17
@symfony-recipes-bot
symfony-recipes-bot merged commit 51a11db into symfony:main Oct 19, 2025
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants