Skip to content

Bump guzzlehttp/guzzle from 7.15.5 to 8.2.0 - #14

Open
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/composer/guzzlehttp/guzzle-8.2.0
Open

dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/composer/guzzlehttp/guzzle-8.2.0

Bump guzzlehttp/guzzle from 7.15.5 to 8.2.0

5cc5ff0
Select commit
Loading
Failed to load commit list.
Travis CI / Travis CI - Branch succeeded Sep 10, 2026 in 3m 30s

Build Passed

The build passed.

Details

This is a normal build for the dependabot/composer/guzzlehttp/guzzle-8.2.0 branch. You should be able to reproduce it by checking out the branch locally.

Jobs and Stages

This build has three jobs, running in parallel.

Job PHP OS State
99.1 8.3 Linux passed
99.2 8.4 Linux passed
99.3 8.5 Linux passed

Build Configuration

Build Option Setting
Language PHP
Operating System Linux (Focal)
PHP Versions 8.3, 8.4, 8.5
Build Configuration
{
  "language": "php",
  "os": [
    "linux"
  ],
  "dist": "focal",
  "php": [
    "8.3",
    "8.4",
    "8.5"
  ],
  "install": [
    "composer install --no-interaction"
  ],
  "script": [
    "mkdir -p build/logs",
    "mkdir -p tmp",
    "php vendor/bin/phpunit --exclude-group internet"
  ]
}