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: lothid/laravel-queue
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: php-enqueue/laravel-queue
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 16 commits
  • 5 files changed
  • 5 contributors

Commits on Apr 6, 2023

  1. Laravel 10 support

    lothid committed Apr 6, 2023
    Configuration menu
    Copy the full SHA
    fab999e View commit details
    Browse the repository at this point in the history

Commits on Aug 24, 2023

  1. Configuration menu
    Copy the full SHA
    b2b5dc0 View commit details
    Browse the repository at this point in the history
  2. Merge pull request php-enqueue#28 from lothid/laravel10

    Add Laravel 10 support
    makasim authored Aug 24, 2023
    Configuration menu
    Copy the full SHA
    8621bca View commit details
    Browse the repository at this point in the history

Commits on Jun 6, 2024

  1. Add Laravel 11 support

    xseguib authored Jun 6, 2024
    Configuration menu
    Copy the full SHA
    2fb3f89 View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2024

  1. Update composer.json

    Remove 9.0 version as is no longer supported by Laravel
    xseguib authored Jun 17, 2024
    Configuration menu
    Copy the full SHA
    f2ff302 View commit details
    Browse the repository at this point in the history
  2. Merge pull request php-enqueue#29 from xseguib/patch-1

    Add Laravel 11 support
    makasim authored Jun 17, 2024
    Configuration menu
    Copy the full SHA
    1788080 View commit details
    Browse the repository at this point in the history

Commits on Apr 2, 2025

  1. Update composer.json

    xseguib authored Apr 2, 2025
    Configuration menu
    Copy the full SHA
    4593469 View commit details
    Browse the repository at this point in the history

Commits on Apr 3, 2025

  1. Merge pull request php-enqueue#30 from xseguib/patch-2

    Support for Laravel 12
    makasim authored Apr 3, 2025
    Configuration menu
    Copy the full SHA
    18e8346 View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2025

  1. Update SetupBrokerCommand.php

    FIX: add name to avoid getting error, Can not have an empty name
    mhv666 authored Apr 4, 2025
    Configuration menu
    Copy the full SHA
    55688b1 View commit details
    Browse the repository at this point in the history
  2. Merge pull request php-enqueue#31 from mhv666/patch-1

    Fix issue #1377 in enqueue-dev
    makasim authored Apr 4, 2025
    Configuration menu
    Copy the full SHA
    e17dd1e View commit details
    Browse the repository at this point in the history
  3. Rollback configure method

    Xavier Seguí Beltrán committed Apr 4, 2025
    Configuration menu
    Copy the full SHA
    fe9f285 View commit details
    Browse the repository at this point in the history
  4. Configure SetupBrokerCommand with AsCommand Attribute from Symfony

    Xavier Seguí Beltrán committed Apr 4, 2025
    Configuration menu
    Copy the full SHA
    145503e View commit details
    Browse the repository at this point in the history
  5. Add named parameter name

    Xavier Seguí Beltrán committed Apr 4, 2025
    Configuration menu
    Copy the full SHA
    b963bc8 View commit details
    Browse the repository at this point in the history
  6. Add named parameter name to ProduceCommand

    Xavier Seguí Beltrán committed Apr 4, 2025
    Configuration menu
    Copy the full SHA
    9284fdc View commit details
    Browse the repository at this point in the history
  7. Add named parameter name to ConsumeCommand and RoutesCommand

    Xavier Seguí Beltrán committed Apr 4, 2025
    Configuration menu
    Copy the full SHA
    edd0653 View commit details
    Browse the repository at this point in the history
  8. Merge pull request php-enqueue#32 from xseguib/master

    Fix "command defined in ....\SetupBrokerCommand" cannot have an empty name and configure() must be compatible with Enqueue\Symfony\Client\SetupBrokerCommand::configure(): void
    makasim authored Apr 4, 2025
    Configuration menu
    Copy the full SHA
    59e55b6 View commit details
    Browse the repository at this point in the history
Loading