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: symoo/php-queue
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: CoderKungfu/php-queue
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 6 commits
  • 3 files changed
  • 3 contributors

Commits on Apr 9, 2021

  1. Allow use of Monolog 2.x (as well as 1.x)

    No changes needed to the Logger class itself, as the StreamHandler
    constructor is compatible in 2.x. Usages of non-PSR-standard e.g.
    Logger->addInfo() methods are replaced with PSR-standard e.g.
    Logger->info() calls, as both exist in 1.x and the former are
    removed in Monolog 2.
    
    See
    https://github.com/Seldaek/monolog/blob/main/UPGRADE.md
    ejegg committed Apr 9, 2021
    Configuration menu
    Copy the full SHA
    6219628 View commit details
    Browse the repository at this point in the history
  2. Merge pull request CoderKungfu#64 from ejegg/monolog2

    Allow use of Monolog 2.x (as well as 1.x)
    miccheng authored Apr 9, 2021
    Configuration menu
    Copy the full SHA
    0f54d41 View commit details
    Browse the repository at this point in the history
  3. New patch release of 1.0.1

    miccheng committed Apr 9, 2021
    Configuration menu
    Copy the full SHA
    cd29afd View commit details
    Browse the repository at this point in the history

Commits on Dec 2, 2025

  1. Allow any version of MonoLog, remove unsupported repo

    Pear repo has been removed in Composer 2.0, monolog usage is pretty
    tame and should work across versions.
    ejegg committed Dec 2, 2025
    Configuration menu
    Copy the full SHA
    2c47686 View commit details
    Browse the repository at this point in the history
  2. Merge pull request CoderKungfu#66 from ejegg/anyMonoLog

    Allow any version of MonoLog, remove unsupported repo
    miccheng authored Dec 2, 2025
    Configuration menu
    Copy the full SHA
    8794190 View commit details
    Browse the repository at this point in the history

Commits on Dec 4, 2025

  1. Configuration menu
    Copy the full SHA
    60b35b9 View commit details
    Browse the repository at this point in the history
Loading