8000 Comparing v1.62.0...v1.62.1 · symfony/maker-bundle · GitHub
[go: up one dir, main page]

Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: symfony/maker-bundle
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.62.0
Choose a base ref
...
head repository: symfony/maker-bundle
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.62.1
Choose a head ref
  • 8 commits
  • 22 files changed
  • 3 contributors

Commits on Jan 14, 2025

  1. fix: PHP 8.4 deprecations

    Chris8934 committed Jan 14, 2025
    Configuration menu
    Copy the full SHA
    6f59bff View commit details
    Browse the repository at this point in the history
  2. minor #1650 fix: PHP 8.4 deprecations (Chris8934)

    This PR was merged into the 1.x-dev branch.
    
    Discussion
    ----------
    
    fix: PHP 8.4 deprecations
    
    Commits
    -------
    
    6f59bff fix: PHP 8.4 deprecations
    kbond committed Jan 14, 2025
    Configuration menu
    Copy the full SHA
    fa6bd4f View commit details
    Browse the repository at this point in the history
  3. ci: fix github action deprecations

    Chris8934 authored and kbond committed Jan 14, 2025
    Configuration menu
    Copy the full SHA
    af5bcb7 View commit details
    Browse the repository at this point in the history
  4. minor #1647 ci: fix github action deprecations (Chris8934)

    This PR was squashed before being merged into the 1.x-dev branch.
    
    Discussion
    ----------
    
    ci: fix github action deprecations
    
    Commits
    -------
    
    af5bcb7 ci: fix github action deprecations
    kbond committed Jan 14, 2025
    Configuration menu
    Copy the full SHA
    2237542 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    708eb83 View commit details
    Browse the repository at this point in the history
  6. bug #1642 Custom root namespace make:twig-component (marcriemer)

    This PR was squashed before being merged into the 1.x-dev branch.
    
    Discussion
    ----------
    
    Custom root namespace make:twig-component
    
    Fixed #1641
    
    Commits
    -------
    
    708eb83 Custom root namespace make:twig-component
    kbond committed Jan 14, 2025
    Configuration menu
    Copy the full SHA
    495b7d6 View commit details
    Browse the repository at this point in the history

Commits on Jan 15, 2025

  1. Revert "feature #1575 [make:*] Use a PHP-CS-Fixer shim rather than an…

    … external PHAR"
    
    This reverts commit 4735ff1.
    kbond committed Jan 15, 2025
    Configuration menu
    Copy the full SHA
    41744d7 View commit details
    Browse the repository at this point in the history
  2. bug #1654 Revert #1575 (Use a PHP-CS-Fixer shim rather than an extern…

    …al PHAR) (kbond)
    
    This PR was merged into the 1.x-dev branch.
    
    Discussion
    ----------
    
    Revert #1575 (Use a PHP-CS-Fixer shim rather than an external PHAR)
    
    This reverts #1575. This PR has caused a lot of trouble as it made php-cs-fixer a required dep which installs a recipe.
    
    See #1644, #1653, #1651, #1648.
    
    We can't have php-cs-fixer (or the shim) as a required dependency. I think we need to have this bundle only use php-cs-fixer if available/configured (or drop it entirely). I'm not sure why it is used at all - feels like a lot of added complexity...
    
    Commits
    -------
    
    41744d7 Revert "feature #1575 [make:*] Use a PHP-CS-Fixer shim rather than an external PHAR"
    kbond committed Jan 15, 2025
    Configuration menu
    Copy the full SHA
    468ff27 View commit details
    Browse the repository at this point in the history
Loading
0