Skip to content

Add Webhooks API + slim README to docs.mifiel.com - #15

Draft
genaromadrid wants to merge 1 commit into
masterfrom
cursor/webhooks-and-docs-cleanup-32bc
Draft

genaromadrid wants to merge 1 commit into
masterfrom
cursor/webhooks-and-docs-cleanup-32bc

Add Webhook resource and slim README to official docs

4d386a3
Select commit
Loading
Failed to load commit list.
Travis CI / Travis CI - Branch succeeded Sep 11, 2026 in 3m 17s

Build Passed

The build passed.

Details

This is a normal build for the cursor/webhooks-and-docs-cleanup-32bc 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
101.1 8.3 Linux passed
101.2 8.4 Linux passed
101.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"
  ]
}