Skip to content

Bump guzzlehttp/guzzle from 7.15.5 to 8.0.2 - #12

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

Bump guzzlehttp/guzzle from 7.15.5 to 8.0.2#12
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/composer/guzzlehttp/guzzle-8.0.2

Bump guzzlehttp/guzzle from 7.15.5 to 8.0.2

1f8510a
Select commit
Loading
Failed to load commit list.
Travis CI / Travis CI - Branch succeeded Aug 27, 2026 in 3m 13s

Build Passed

The build passed.

Details

This is a normal build for the dependabot/composer/guzzlehttp/guzzle-8.0.2 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
97.1 8.3 Linux passed
97.2 8.4 Linux passed
97.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"
  ]
}