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: php-flasher/php-flasher
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.2.0
Choose a base ref
...
head repository: php-flasher/php-flasher
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.3.0
Choose a head ref
  • 15 commits
  • 34 files changed
  • 1 contributor

Commits on Nov 10, 2025

  1. Allows Symfony 8 compatibility

    Updates Symfony dependencies to allow compatibility
    with version 8.
    
    This ensures the application can be upgraded to
    the latest Symfony version without breaking changes.
    yoeunes committed Nov 10, 2025
    Configuration menu
    Copy the full SHA
    e0b9378 View commit details
    Browse the repository at this point in the history
  2. Updates test matrix for PHP and Symfony

    Updates the test matrix in the workflow configuration.
    
    Adds PHP 8.5 support and adjusts Symfony versions to 7.3.
    Also includes Laravel 12 support with corresponding PHP versions.
    yoeunes committed Nov 10, 2025
    Configuration menu
    Copy the full SHA
    5ee7d58 View commit details
    Browse the repository at this point in the history
  3. Updates devDependencies

    Increases the versions of various development dependencies.
    
    This change ensures the project benefits from the latest
    features, bug fixes, and performance improvements offered by
    these tools.
    yoeunes committed Nov 10, 2025
    Configuration menu
    Copy the full SHA
    17a0e75 View commit details
    Browse the repository at this point in the history
  4. Updates flasher library dependencies.

    Updates composer.lock and package-lock.json files to include latest versions of dependencies.
    This change ensures compatibility with the latest features and security patches.
    It also synchronizes front-end and back-end dependencies.
    yoeunes committed Nov 10, 2025
    Configuration menu
    Copy the full SHA
    c454fbc View commit details
    Browse the repository at this point in the history
  5. Adds new test configurations

    Introduces new test configurations for Symfony 8.0 with PHP 8.4 and Symfony 7.4 with PHP 8.2, ensuring broader compatibility and comprehensive testing coverage.
    yoeunes committed Nov 10, 2025
    Configuration menu
    Copy the full SHA
    bde270a View commit details
    Browse the repository at this point in the history
  6. Enhances test workflow for dev Symfony versions

    Updates the test workflow to correctly handle "-dev" Symfony versions.
    
    Sets the composer minimum-stability to "dev" and prefers stable dependencies
    when testing against development versions of Symfony. This ensures that the
    latest dependencies are used during testing of development versions and also
    runs update with --prefer-lowest only when not on a dev branch.
    yoeunes committed Nov 10, 2025
    Configuration menu
    Copy the full SHA
    d9c65d2 View commit details
    Browse the repository at this point in the history
  7. Makes notification library default optional

    Makes the 'default' option for the notification library optional.
    
    This allows the system to function without a default library being explicitly set, providing more flexibility in configurations.
    yoeunes committed Nov 10, 2025
    Configuration menu
    Copy the full SHA
    09199d8 View commit details
    Browse the repository at this point in the history
  8. Merge pull request #293 from php-flasher/dev

    dev
    yoeunes authored Nov 10, 2025
    Configuration menu
    Copy the full SHA
    fac5ca6 View commit details
    Browse the repository at this point in the history
  9. add support for Symfony v8.0

    Bumps the php-flasher dependencies in composer.json and package.json files
    to version 2.2.1 across all relevant packages.
    
    This ensures the project utilizes the latest features,
    bug fixes, and improvements available in the php-flasher library.
    yoeunes committed Nov 10, 2025
    Configuration menu
    Copy the full SHA
    dd3c9f7 View commit details
    Browse the repository at this point in the history
  10. Merge pull request #294 from php-flasher/dev

    add support for Symfony v8.0
    yoeunes authored Nov 10, 2025
    Configuration menu
    Copy the full SHA
    50d6acf View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    a782320 View commit details
    Browse the repository at this point in the history

Commits on Dec 8, 2025

  1. Updates flasher dependencies to v2.2.2

    Bumps all flasher dependencies to the latest version 2.2.2.
    
    This ensures all packages are aligned with the latest features and bug fixes.
    yoeunes committed Dec 8, 2025
    Configuration menu
    Copy the full SHA
    358ad11 View commit details
    Browse the repository at this point in the history

Commits on Dec 9, 2025

  1. Adds regex-parser library

    Adds the `yoeunes/regex-parser` library as a dependency.
    
    This library will be used for advanced regular expression
    validation and analysis within the application.
    
    Also updates the .gitignore to ignore vendor directories
    within the `src` directory, and adds `composer.lock` to it.
    yoeunes committed Dec 9, 2025
    Configuration menu
    Copy the full SHA
    2417333 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #295 from php-flasher/regex-parser

    Adds regex-parser library
    yoeunes authored Dec 9, 2025
    Configuration menu
    Copy the full SHA
    b081178 View commit details
    Browse the repository at this point in the history
  3. Updates Flasher dependencies to version 2.3.0

    Updates all flasher dependencies in composer.json files and the main Flasher version constant to the new version 2.3.0.
    
    This ensures that all packages are using the latest compatible version of Flasher.
    yoeunes committed Dec 9, 2025
    Configuration menu
    Copy the full SHA
    91ab4fa View commit details
    Browse the repository at this point in the history
Loading