Thanks to visit codestin.com
Credit goes to github.com

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/asset
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v6.4.32
Choose a base ref
...
head repository: symfony/asset
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v6.4.34
Choose a head ref
  • 1 commit
  • 2 files changed
  • 1 contributor

Commits on Feb 7, 2026

  1. [Asset] Fix JsonManifestVersionStrategy exception on missing manifest…

    … in non-strict mode
    
    When a manifest file does not exist (local file or remote URL returning 404),
    a RuntimeException was thrown regardless of the strictMode setting. In
    non-strict mode, the strategy should gracefully return null from
    getManifestPath and fall back to the original path, consistent with how
    missing keys are handled.
    
    https://claude.ai/code/session_01Qqa1kBRoYKzHbrCPBAzHoB
    claude committed Feb 7, 2026
    Configuration menu
    Copy the full SHA
    1bd59aa View commit details
    Browse the repository at this point in the history
Loading