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-DI/PHP-DI
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 7.0.7
Choose a base ref
...
head repository: PHP-DI/PHP-DI
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 7.0.8
Choose a head ref
  • 9 commits
  • 15 files changed
  • 4 contributors

Commits on Jul 21, 2024

  1. Updated header image

    PimMeulenkamp committed Jul 21, 2024
    Configuration menu
    Copy the full SHA
    45a4755 View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2024

  1. Merge pull request #891 from PimMeulenkamp/master

    Updated readme image to v7
    mnapoli authored Jul 22, 2024
    Configuration menu
    Copy the full SHA
    3ab6016 View commit details
    Browse the repository at this point in the history

Commits on Jan 7, 2025

  1. Configuration menu
    Copy the full SHA
    5d527a8 View commit details
    Browse the repository at this point in the history
  2. Refactor parameter order to comply with PHP 8.4's optional parameters

    PHP 8.4 prohibits non-optional (mandatory) parameters from appearing
    after optional parameters. This commit updates various constructors
    and methods so that optional parameters with default values (including
    null or new stdClass instances) are placed at the end, ensuring
    compliance with the new PHP 8.4 requirements.
    zonuexe committed Jan 7, 2025
    Configuration menu
    Copy the full SHA
    be943e6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a01cffa View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9899bd6 View commit details
    Browse the repository at this point in the history

Commits on Jan 13, 2025

  1. Merge pull request #898 from zonuexe/support/php84

    Fix tests for PHP 8.4
    mnapoli authored Jan 13, 2025
    Configuration menu
    Copy the full SHA
    9639582 View commit details
    Browse the repository at this point in the history

Commits on Jan 28, 2025

  1. Include support for PHP 8.4

    Fixes #897
    andrewnicols committed Jan 28, 2025
    Configuration menu
    Copy the full SHA
    9ab43f0 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #899 from andrewnicols/UpdateComposer

    Update PHP-DI to support PHP 8.4
    mnapoli authored Jan 28, 2025
    Configuration menu
    Copy the full SHA
    98ddc81 View commit details
    Browse the repository at this point in the history
Loading