Skip to content

Add Symfony-compatible AbstractController for incremental migration#4

Draft
Copilot wants to merge 6 commits intomasterfrom
copilot/update-project-for-symphony
Draft

Add Symfony-compatible AbstractController for incremental migration#4
Copilot wants to merge 6 commits intomasterfrom
copilot/update-project-for-symphony

Conversation

Copy link

Copilot AI commented Feb 19, 2026

Adds Symfony-style controller methods while maintaining full backwards compatibility. Enables incremental adoption of Symfony patterns without breaking existing controllers.

Changes

New AbstractController class extending existing Controller:

  • 17 Symfony-compatible methods matching Symfony\Bundle\FrameworkBundle\Controller\AbstractController signatures
  • Service locator pattern via app() function (no DI changes required)
  • Integrates with existing ResponsePayload and View systems

Methods added:

// Response handling
json($data, $status = 200, $headers = [], $context = [])
render($view, $parameters = [], $response = null)
renderView($view, $parameters = [])
file($file, $fileName = null, $disposition = 'attachment')
stream($callback, $status = 200, $headers = [])

// Navigation
redirectResponse($url, $status = 302)
redirectToRoute($route, $parameters = [], $status = 302)
generateUrl($route, $parameters = [])

// Security
isGranted($attribute, $subject = null)
denyAccessUnlessGranted($attribute, $subject = null, $message = 'Access Denied.')
getUser()
isCsrfTokenValid($id, $token)

// Forms & utilities
createForm($type, $data = null, $options = [])
createFormBuilder($data = null, $options = [])
addFlash($type, $message)
getParameter($name)

Usage

Before:

class ProductController extends Controller
{
    public function show($id)
    {
        $product = $this->findProduct($id);
        $this->payload()->with(['product' => $product]);
        $this->payload()->withDefaultFormat('json');
        return $this->newResponse();
    }
}

After:

class ProductController extends AbstractController
{
    public function show($id)
    {
        $product = $this->findProduct($id);
        return $this->json(['product' => $product]);
    }
}

Migration Path

  1. Extend AbstractController instead of Controller
  2. Use Symfony methods in new code
  3. Existing payload(), getView(), and trait-based code continues working
  4. Refactor incrementally when ready

Documentation

  • QUICK_START.md - Before/after examples
  • SYMFONY_COMPATIBILITY.md - Complete method reference
  • MIGRATION_SUMMARY.md - Migration strategy

Warning

Firewall rules blocked me from connecting to one or more addresses (expand for details)

I tried to connect to the following addresses, but was blocked by firewall rules:

  • https://api.github.com/repos/CarbonPHP/carbon-doctrine-types/zipball/18ba5ddfec8976260ead6e866180bd5d2f71aa1d
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/swPL3a /usr/bin/composer install --no-interaction (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/82Fa0c /usr/bin/composer install --no-interaction --ignore-platform-reqs --no-scripts e/git ols.git git rev-�� --git-dir git og.git /https---github.git --verify k/_temp/ghcca-no-v git (http block)
  • https://api.github.com/repos/CarbonPHP/carbon/zipball/f438fcc98f92babee98381d399c65336f3a3827f
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/swPL3a /usr/bin/composer install --no-interaction (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/82Fa0c /usr/bin/composer install --no-interaction --ignore-platform-reqs --no-scripts e/git ols.git git rev-�� --git-dir git og.git /https---github.git --verify k/_temp/ghcca-no-v git (http block)
  • https://api.github.com/repos/DaveRandom/LibDNS/zipball/b84c94e8fe6b7ee4aecfe121bfe3b6177d303c8a
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/swPL3a /usr/bin/composer install --no-interaction (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/82Fa0c /usr/bin/composer install --no-interaction --ignore-platform-reqs --no-scripts e/git ols.git git rev-�� --git-dir git og.git /https---github.git --verify k/_temp/ghcca-no-v git (http block)
  • https://api.github.com/repos/Nyholm/psr7/zipball/a71f2b11690f4b24d099d6b16690a90ae14fc6f3
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/swPL3a /usr/bin/composer install --no-interaction (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/82Fa0c /usr/bin/composer install --no-interaction --ignore-platform-reqs --no-scripts e/git ols.git git rev-�� --git-dir git og.git /https---github.git --verify k/_temp/ghcca-no-v git (http block)
  • https://api.github.com/repos/Ocramius/PackageVersions/zipball/23359bf3003a71b053ac8ab4b3f651597bd3d261
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/swPL3a /usr/bin/composer install --no-interaction (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/82Fa0c /usr/bin/composer install --no-interaction --ignore-platform-reqs --no-scripts e/git ols.git git rev-�� --git-dir git og.git /https---github.git --verify k/_temp/ghcca-no-v git (http block)
  • https://api.github.com/repos/PHP-CS-Fixer/PHP-CS-Fixer/zipball/d1a3634e29916367b885250e1fc4dfd5ffe3b091
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/swPL3a /usr/bin/composer install --no-interaction (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/82Fa0c /usr/bin/composer install --no-interaction --ignore-platform-reqs --no-scripts e/git ols.git git rev-�� --git-dir git og.git /https---github.git --verify k/_temp/ghcca-no-v git (http block)
  • https://api.github.com/repos/PHPCSStandards/PHPCSExtra/zipball/b598aa890815b8df16363271b659d73280129101
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/swPL3a /usr/bin/composer install --no-interaction (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/82Fa0c /usr/bin/composer install --no-interaction --ignore-platform-reqs --no-scripts e/git ols.git git rev-�� --git-dir git og.git /https---github.git --verify k/_temp/ghcca-no-v git (http block)
  • https://api.github.com/repos/PHPCSStandards/PHPCSUtils/zipball/c216317e96c8b3f5932808f9b0f1f7a14e3bbf55
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/swPL3a /usr/bin/composer install --no-interaction (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/82Fa0c /usr/bin/composer install --no-interaction --ignore-platform-reqs --no-scripts e/git ols.git git rev-�� --git-dir git og.git /https---github.git --verify k/_temp/ghcca-no-v git (http block)
  • https://api.github.com/repos/PHPCSStandards/PHP_CodeSniffer/zipball/0ca86845ce43291e8f5692c7356fccf3bcf02bf4
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/swPL3a /usr/bin/composer install --no-interaction (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/82Fa0c /usr/bin/composer install --no-interaction --ignore-platform-reqs --no-scripts e/git ols.git git rev-�� --git-dir git og.git /https---github.git --verify k/_temp/ghcca-no-v git (http block)
  • https://api.github.com/repos/PHPCSStandards/composer-installer/zipball/845eb62303d2ca9b289ef216356568ccc075ffd1
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/swPL3a /usr/bin/composer install --no-interaction (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/82Fa0c /usr/bin/composer install --no-interaction --ignore-platform-reqs --no-scripts e/git ols.git git rev-�� --git-dir git og.git /https---github.git --verify k/_temp/ghcca-no-v git (http block)
  • https://api.github.com/repos/Seldaek/monolog/zipball/b321dd6749f0bf7189444158a3ce785cc16d69b0
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/swPL3a /usr/bin/composer install --no-interaction (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/82Fa0c /usr/bin/composer install --no-interaction --ignore-platform-reqs --no-scripts e/git ols.git git rev-�� --git-dir git og.git /https---github.git --verify k/_temp/ghcca-no-v git (http block)
  • https://api.github.com/repos/alcohol/iso3166/zipball/928ac7ecc569db9123a83ef5b1c6efc279e7cb49
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/swPL3a /usr/bin/composer install --no-interaction (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/82Fa0c /usr/bin/composer install --no-interaction --ignore-platform-reqs --no-scripts e/git ols.git git rev-�� --git-dir git og.git /https---github.git --verify k/_temp/ghcca-no-v git (http block)
  • https://api.github.com/repos/amphp/amp/zipball/fa0ab33a6f47a82929c38d03ca47ebb71086a93f
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/swPL3a /usr/bin/composer install --no-interaction (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/82Fa0c /usr/bin/composer install --no-interaction --ignore-platform-reqs --no-scripts e/git ols.git git rev-�� --git-dir git og.git /https---github.git --verify k/_temp/ghcca-no-v git (http block)
  • https://api.github.com/repos/amphp/byte-stream/zipball/55a6bd071aec26fa2a3e002618c20c35e3df1b46
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/swPL3a /usr/bin/composer install --no-interaction (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/82Fa0c /usr/bin/composer install --no-interaction --ignore-platform-reqs --no-scripts e/git ols.git git rev-�� --git-dir git og.git /https---github.git --verify k/_temp/ghcca-no-v git (http block)
  • https://api.github.com/repos/amphp/cache/zipball/46912e387e6aa94933b61ea1ead9cf7540b7797c
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/swPL3a /usr/bin/composer install --no-interaction (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/82Fa0c /usr/bin/composer install --no-interaction --ignore-platform-reqs --no-scripts e/git ols.git git rev-�� --git-dir git og.git /https---github.git --verify k/_temp/ghcca-no-v git (http block)
  • https://api.github.com/repos/amphp/dns/zipball/78eb3db5fc69bf2fc0cb503c4fcba667bc223c71
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/swPL3a /usr/bin/composer install --no-interaction (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/82Fa0c /usr/bin/composer install --no-interaction --ignore-platform-reqs --no-scripts e/git ols.git git rev-�� --git-dir git og.git /https---github.git --verify k/_temp/ghcca-no-v git (http block)
  • https://api.github.com/repos/amphp/parallel/zipball/296b521137a54d3a02425b464e5aee4c93db2c60
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/swPL3a /usr/bin/composer install --no-interaction (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/82Fa0c /usr/bin/composer install --no-interaction --ignore-platform-reqs --no-scripts e/git ols.git git rev-�� --git-dir git og.git /https---github.git --verify k/_temp/ghcca-no-v git (http block)
  • https://api.github.com/repos/amphp/parser/zipball/3cf1f8b32a0171d4b1bed93d25617637a77cded7
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/swPL3a /usr/bin/composer install --no-interaction (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/82Fa0c /usr/bin/composer install --no-interaction --ignore-platform-reqs --no-scripts e/git ols.git git rev-�� --git-dir git og.git /https---github.git --verify k/_temp/ghcca-no-v git (http block)
  • https://api.github.com/repos/amphp/pipeline/zipball/7b52598c2e9105ebcddf247fc523161581930367
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/swPL3a /usr/bin/composer install --no-interaction (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/82Fa0c /usr/bin/composer install --no-interaction --ignore-platform-reqs --no-scripts e/git ols.git git rev-�� --git-dir git og.git /https---github.git --verify k/_temp/ghcca-no-v git (http block)
  • https://api.github.com/repos/amphp/process/zipball/52e08c09dec7511d5fbc1fb00d3e4e79fc77d58d
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/swPL3a /usr/bin/composer install --no-interaction (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/82Fa0c /usr/bin/composer install --no-interaction --ignore-platform-reqs --no-scripts e/git ols.git git rev-�� --git-dir git og.git /https---github.git --verify k/_temp/ghcca-no-v git (http block)
  • https://api.github.com/repos/amphp/serialization/zipball/693e77b2fb0b266c3c7d622317f881de44ae94a1
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/swPL3a /usr/bin/composer install --no-interaction (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/82Fa0c /usr/bin/composer install --no-interaction --ignore-platform-reqs --no-scripts e/git ols.git git rev-�� --git-dir git og.git /https---github.git --verify k/_temp/ghcca-no-v git (http block)
  • https://api.github.com/repos/amphp/socket/zipball/58e0422221825b79681b72c50c47a930be7bf1e1
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/swPL3a /usr/bin/composer install --no-interaction (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/82Fa0c /usr/bin/composer install --no-interaction --ignore-platform-reqs --no-scripts e/git ols.git git rev-�� --git-dir git og.git /https---github.git --verify k/_temp/ghcca-no-v git (http block)
  • https://api.github.com/repos/amphp/sync/zipball/217097b785130d77cfcc58ff583cf26cd1770bf1
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/swPL3a /usr/bin/composer install --no-interaction (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/82Fa0c /usr/bin/composer install --no-interaction --ignore-platform-reqs --no-scripts e/git ols.git git rev-�� --git-dir git og.git /https---github.git --verify k/_temp/ghcca-no-v git (http block)
  • https://api.github.com/repos/brick/math/zipball/63422359a44b7f06cae63c3b429b59e8efcc0629
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/swPL3a /usr/bin/composer install --no-interaction (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/82Fa0c /usr/bin/composer install --no-interaction --ignore-platform-reqs --no-scripts e/git ols.git git rev-�� --git-dir git og.git /https---github.git --verify k/_temp/ghcca-no-v git (http block)
  • https://api.github.com/repos/bytic/Collections/zipball/d187ad0a5f4731fcc686c2ea97a64fd9e932a57f
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/swPL3a /usr/bin/composer install --no-interaction (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/82Fa0c /usr/bin/composer install --no-interaction --ignore-platform-reqs --no-scripts e/git ols.git git rev-�� --git-dir git og.git /https---github.git --verify k/_temp/ghcca-no-v git (http block)
  • https://api.github.com/repos/bytic/cache/zipball/c9ea247b8349e0dfcd54932f1676042064182483
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/swPL3a /usr/bin/composer install --no-interaction (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/82Fa0c /usr/bin/composer install --no-interaction --ignore-platform-reqs --no-scripts e/git ols.git git rev-�� --git-dir git og.git /https---github.git --verify k/_temp/ghcca-no-v git (http block)
  • https://api.github.com/repos/bytic/config/zipball/65e8bcf38c168f2d9b7dc2e9b49e23718d295d29
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/swPL3a /usr/bin/composer install --no-interaction (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/82Fa0c /usr/bin/composer install --no-interaction --ignore-platform-reqs --no-scripts e/git ols.git git rev-�� --git-dir git og.git /https---github.git --verify k/_temp/ghcca-no-v git (http block)
  • https://api.github.com/repos/bytic/container/zipball/d1c580b989335bf1e934d6d41ef6ae8216b0cf5d
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/swPL3a /usr/bin/composer install --no-interaction (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/82Fa0c /usr/bin/composer install --no-interaction --ignore-platform-reqs --no-scripts e/git ols.git git rev-�� --git-dir git og.git /https---github.git --verify k/_temp/ghcca-no-v git (http block)
  • https://api.github.com/repos/bytic/debug/zipball/78e9cc5d4fd91dd42f2156efa2c762dfec083516
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/swPL3a /usr/bin/composer install --no-interaction (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/82Fa0c /usr/bin/composer install --no-interaction --ignore-platform-reqs --no-scripts e/git ols.git git rev-�� --git-dir git og.git /https---github.git --verify k/_temp/ghcca-no-v git (http block)
  • https://api.github.com/repos/bytic/dispatcher/zipball/92fae2a11293de143d83f585b663c036a1e46f14
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/swPL3a /usr/bin/composer install --no-interaction (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/82Fa0c /usr/bin/composer install --no-interaction --ignore-platform-reqs --no-scripts e/git ols.git git rev-�� --git-dir git og.git /https---github.git --verify k/_temp/ghcca-no-v git (http block)
  • https://api.github.com/repos/bytic/helpers/zipball/ca8898e23369aa8de7af70f39021ab44edb77133
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/swPL3a /usr/bin/composer install --no-interaction (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/82Fa0c /usr/bin/composer install --no-interaction --ignore-platform-reqs --no-scripts e/git ols.git git rev-�� --git-dir git og.git /https---github.git --verify k/_temp/ghcca-no-v git (http block)
  • https://api.github.com/repos/bytic/http/zipball/1fea2a0ef85651810c043079694c0b9e48103121
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/swPL3a /usr/bin/composer install --no-interaction (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/82Fa0c /usr/bin/composer install --no-interaction --ignore-platform-reqs --no-scripts e/git ols.git git rev-�� --git-dir git og.git /https---github.git --verify k/_temp/ghcca-no-v git (http block)
  • https://api.github.com/repos/bytic/inflector/zipball/bdce7bfb611087bb51ffbd1f1cca6dd745ee820d
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/swPL3a /usr/bin/composer install --no-interaction (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/82Fa0c /usr/bin/composer install --no-interaction --ignore-platform-reqs --no-scripts e/git ols.git git rev-�� --git-dir git og.git /https---github.git --verify k/_temp/ghcca-no-v git (http block)
  • https://api.github.com/repos/bytic/logger/zipball/48f8acd10072e51198fc22d073ec855da56be5a8
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/swPL3a /usr/bin/composer install --no-interaction (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/82Fa0c /usr/bin/composer install --no-interaction --ignore-platform-reqs --no-scripts e/git ols.git git rev-�� --git-dir git og.git /https---github.git --verify k/_temp/ghcca-no-v git (http block)
  • https://api.github.com/repos/bytic/package-base/zipball/07c70b19834ee69fad3b6809cf06fb54c08d72db
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/swPL3a /usr/bin/composer install --no-interaction (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/82Fa0c /usr/bin/composer install --no-interaction --ignore-platform-reqs --no-scripts e/git ols.git git rev-�� --git-dir git og.git /https---github.git --verify k/_temp/ghcca-no-v git (http block)
  • https://api.github.com/repos/bytic/phpqaconfig/zipball/0ec502e1b37e2213a36e645eab3603e076d79a7d
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/swPL3a /usr/bin/composer install --no-interaction (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/82Fa0c /usr/bin/composer install --no-interaction --ignore-platform-reqs --no-scripts e/git ols.git git rev-�� --git-dir git og.git /https---github.git --verify k/_temp/ghcca-no-v git (http block)
  • https://api.github.com/repos/bytic/phpqatools/zipball/10c73ba8ef4e804fec22020e5717d345c064ac88
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/swPL3a /usr/bin/composer install --no-interaction (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/82Fa0c /usr/bin/composer install --no-interaction --ignore-platform-reqs --no-scripts e/git ols.git git rev-�� --git-dir git og.git /https---github.git --verify k/_temp/ghcca-no-v git (http block)
  • https://api.github.com/repos/bytic/pipeline/zipball/7d4e61f97d883e83276b6224533616224323e61f
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/swPL3a /usr/bin/composer install --no-interaction (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/82Fa0c /usr/bin/composer install --no-interaction --ignore-platform-reqs --no-scripts e/git ols.git git rev-�� --git-dir git og.git /https---github.git --verify k/_temp/ghcca-no-v git (http block)
  • https://api.github.com/repos/bytic/request-detective/zipball/064b2631759a6b6cd3746c1fee724a4c81c30db6
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/swPL3a /usr/bin/composer install --no-interaction (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/82Fa0c /usr/bin/composer install --no-interaction --ignore-platform-reqs --no-scripts e/git ols.git git rev-�� --git-dir git og.git /https---github.git --verify k/_temp/ghcca-no-v git (http block)
  • https://api.github.com/repos/bytic/services-newrelic/zipball/5cb1a0b87ae8c07622bcfc65b906310079ef689d
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/swPL3a /usr/bin/composer install --no-interaction (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/82Fa0c /usr/bin/composer install --no-interaction --ignore-platform-reqs --no-scripts e/git ols.git git rev-�� --git-dir git og.git /https---github.git --verify k/_temp/ghcca-no-v git (http block)
  • https://api.github.com/repos/bytic/utility/zipball/20382da5e77f5e8ec31623a4a10c531cb9cdf548
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/swPL3a /usr/bin/composer install --no-interaction (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/82Fa0c /usr/bin/composer install --no-interaction --ignore-platform-reqs --no-scripts e/git ols.git git rev-�� --git-dir git og.git /https---github.git --verify k/_temp/ghcca-no-v git (http block)
  • https://api.github.com/repos/bytic/view/zipball/cf2ac84160571a274415d20fffc514d44f1d4a3f
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/swPL3a /usr/bin/composer install --no-interaction (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/82Fa0c /usr/bin/composer install --no-interaction --ignore-platform-reqs --no-scripts e/git ols.git git rev-�� --git-dir git og.git /https---github.git --verify k/_temp/ghcca-no-v git (http block)
  • https://api.github.com/repos/clue/reactphp-ndjson/zipball/392dc165fce93b5bb5c637b67e59619223c931b0
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/swPL3a /usr/bin/composer install --no-interaction (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/82Fa0c /usr/bin/composer install --no-interaction --ignore-platform-reqs --no-scripts e/git ols.git git rev-�� --git-dir git og.git /https---github.git --verify k/_temp/ghcca-no-v git (http block)
  • https://api.github.com/repos/composer/pcre/zipball/b2bed4734f0cc156ee1fe9c0da2550420d99a21e
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/swPL3a /usr/bin/composer install --no-interaction (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/82Fa0c /usr/bin/composer install --no-interaction --ignore-platform-reqs --no-scripts e/git ols.git git rev-�� --git-dir git og.git /https---github.git --verify k/_temp/ghcca-no-v git (http block)
  • https://api.github.com/repos/composer/semver/zipball/198166618906cb2de69b95d7d47e5fa8aa1b2b95
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/swPL3a /usr/bin/composer install --no-interaction (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/82Fa0c /usr/bin/composer install --no-interaction --ignore-platform-reqs --no-scripts e/git ols.git git rev-�� --git-dir git og.git /https---github.git --verify k/_temp/ghcca-no-v git (http block)
  • https://api.github.com/repos/composer/xdebug-handler/zipball/6c1925561632e83d60a44492e0b344cf48ab85ef
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/swPL3a /usr/bin/composer install --no-interaction (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/82Fa0c /usr/bin/composer install --no-interaction --ignore-platform-reqs --no-scripts e/git ols.git git rev-�� --git-dir git og.git /https---github.git --verify k/_temp/ghcca-no-v git (http block)
  • https://api.github.com/repos/cweiske/jsonmapper/zipball/8e76efb98ee8b6afc54687045e1b8dba55ac76e5
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/swPL3a /usr/bin/composer install --no-interaction (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/82Fa0c /usr/bin/composer install --no-interaction --ignore-platform-reqs --no-scripts e/git ols.git git rev-�� --git-dir git og.git /https---github.git --verify k/_temp/ghcca-no-v git (http block)
  • https://api.github.com/repos/dnoegel/php-xdg-base-dir/zipball/8f8a6e48c5ecb0f991c2fdcf5f154a47d85f9ffd
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/swPL3a /usr/bin/composer install --no-interaction (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/82Fa0c /usr/bin/composer install --no-interaction --ignore-platform-reqs --no-scripts e/git ols.git git rev-�� --git-dir git og.git /https---github.git --verify k/_temp/ghcca-no-v git (http block)
  • https://api.github.com/repos/doctrine/deprecations/zipball/d4fe3e6fd9bb9e72557a19674f44d8ac7db4c6ca
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/swPL3a /usr/bin/composer install --no-interaction (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/82Fa0c /usr/bin/composer install --no-interaction --ignore-platform-reqs --no-scripts e/git ols.git git rev-�� --git-dir git og.git /https---github.git --verify k/_temp/ghcca-no-v git (http block)
  • https://api.github.com/repos/ergebnis/composer-normalize/zipball/80971fe24ff10709789942bcbe9368b2c704097c
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/swPL3a /usr/bin/composer install --no-interaction (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/82Fa0c /usr/bin/composer install --no-interaction --ignore-platform-reqs --no-scripts e/git ols.git git rev-�� --git-dir git og.git /https---github.git --verify k/_temp/ghcca-no-v git (http block)
  • https://api.github.com/repos/ergebnis/json-normalizer/zipball/77961faf2c651c3f05977b53c6c68e8434febf62
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/swPL3a /usr/bin/composer install --no-interaction (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/82Fa0c /usr/bin/composer install --no-interaction --ignore-platform-reqs --no-scripts e/git ols.git git rev-�� --git-dir git og.git /https---github.git --verify k/_temp/ghcca-no-v git (http block)
  • https://api.github.com/repos/ergebnis/json-pointer/zipball/43bef355184e9542635e35dd2705910a3df4c236
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/swPL3a /usr/bin/composer install --no-interaction (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/82Fa0c /usr/bin/composer install --no-interaction --ignore-platform-reqs --no-scripts e/git ols.git git rev-�� --git-dir git og.git /https---github.git --verify k/_temp/ghcca-no-v git (http block)
  • https://api.github.com/repos/ergebnis/json-printer/zipball/211d73fc7ec6daf98568ee6ed6e6d133dee8503e
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/swPL3a /usr/bin/composer install --no-interaction (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/82Fa0c /usr/bin/composer install --no-interaction --ignore-platform-reqs --no-scripts e/git ols.git git rev-�� --git-dir git og.git /https---github.git --verify k/_temp/ghcca-no-v git (http block)
  • https://api.github.com/repos/ergebnis/json-schema-validator/zipball/b739527a480a9e3651360ad351ea77e7e9019df2
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/swPL3a /usr/bin/composer install --no-interaction (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/82Fa0c /usr/bin/composer install --no-interaction --ignore-platform-reqs --no-scripts e/git ols.git git rev-�� --git-dir git og.git /https---github.git --verify k/_temp/ghcca-no-v git (http block)
  • https://api.github.com/repos/ergebnis/json/zipball/7b56d2b5d9e897e75b43e2e753075a0904c921b1
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/swPL3a /usr/bin/composer install --no-interaction (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/82Fa0c /usr/bin/composer install --no-interaction --ignore-platform-reqs --no-scripts e/git ols.git git rev-�� --git-dir git og.git /https---github.git --verify k/_temp/ghcca-no-v git (http block)
  • https://api.github.com/repos/felixfbecker/php-advanced-json-rpc/zipball/b5f37dbff9a8ad360ca341f3240dc1c168b45447
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/swPL3a /usr/bin/composer install --no-interaction (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/82Fa0c /usr/bin/composer install --no-interaction --ignore-platform-reqs --no-scripts e/git ols.git git rev-�� --git-dir git og.git /https---github.git --verify k/_temp/ghcca-no-v git (http block)
  • https://api.github.com/repos/felixfbecker/php-language-server-protocol/zipball/a9e113dbc7d849e35b8776da39edaf4313b7b6c9
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/swPL3a /usr/bin/composer install --no-interaction (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/82Fa0c /usr/bin/composer install --no-interaction --ignore-platform-reqs --no-scripts e/git ols.git git rev-�� --git-dir git og.git /https---github.git --verify k/_temp/ghcca-no-v git (http block)
  • https://api.github.com/repos/filp/whoops/zipball/d2102955e48b9fd9ab24280a7ad12ed552752c4d
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/swPL3a /usr/bin/composer install --no-interaction (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/82Fa0c /usr/bin/composer install --no-interaction --ignore-platform-reqs --no-scripts e/git ols.git git rev-�� --git-dir git og.git /https---github.git --verify k/_temp/ghcca-no-v git (http block)
  • https://api.github.com/repos/hamcrest/hamcrest-php/zipball/f8b1c0173b22fa6ec77a81fe63e5b01eba7e6487
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/swPL3a /usr/bin/composer install --no-interaction (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/82Fa0c /usr/bin/composer install --no-interaction --ignore-platform-reqs --no-scripts e/git ols.git git rev-�� --git-dir git og.git /https---github.git --verify k/_temp/ghcca-no-v git (http block)
  • https://api.github.com/repos/igorw/evenement/zipball/0a16b0d71ab13284339abb99d9d2bd813640efbc
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/swPL3a /usr/bin/composer install --no-interaction (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/82Fa0c /usr/bin/composer install --no-interaction --ignore-platform-reqs --no-scripts e/git ols.git git rev-�� --git-dir git og.git /https---github.git --verify k/_temp/ghcca-no-v git (http block)
  • https://api.github.com/repos/jsonrainbow/json-schema/zipball/6fea66c7204683af437864e7c4e7abf383d14bc0
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/swPL3a /usr/bin/composer install --no-interaction (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/82Fa0c /usr/bin/composer install --no-interaction --ignore-platform-reqs --no-scripts e/git ols.git git rev-�� --git-dir git og.git /https---github.git --verify k/_temp/ghcca-no-v git (http block)
  • https://api.github.com/repos/kelunik/certificate/zipball/7e00d498c264d5eb4f78c69f41c8bd6719c0199e
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/swPL3a /usr/bin/composer install --no-interaction (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/82Fa0c /usr/bin/composer install --no-interaction --ignore-platform-reqs --no-scripts e/git ols.git git rev-�� --git-dir git og.git /https---github.git --verify k/_temp/ghcca-no-v git (http block)
  • https://api.github.com/repos/localheinz/diff/zipball/33bd840935970cda6691c23fc7d94ae764c0734c
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/swPL3a /usr/bin/composer install --no-interaction (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/82Fa0c /usr/bin/composer install --no-interaction --ignore-platform-reqs --no-scripts e/git ols.git git rev-�� --git-dir git og.git /https---github.git --verify k/_temp/ghcca-no-v git (http block)
  • https://api.github.com/repos/madewithlove/license-checker-php/zipball/35f9841e4ec524bb2af86c0713815259555f932d
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/swPL3a /usr/bin/composer install --no-interaction (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/82Fa0c /usr/bin/composer install --no-interaction --ignore-platform-reqs --no-scripts e/git ols.git git rev-�� --git-dir git og.git /https---github.git --verify k/_temp/ghcca-no-v git (http block)
  • https://api.github.com/repos/marc-mabe/php-enum/zipball/bb426fcdd65c60fb3638ef741e8782508fda7eef
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/swPL3a /usr/bin/composer install --no-interaction (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/82Fa0c /usr/bin/composer install --no-interaction --ignore-platform-reqs --no-scripts e/git ols.git git rev-�� --git-dir git og.git /https---github.git --verify k/_temp/ghcca-no-v git (http block)
  • https://api.github.com/repos/mockery/mockery/zipball/1f4efdd7d3beafe9807b08156dfcb176d18f1699
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/swPL3a /usr/bin/composer install --no-interaction (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/82Fa0c /usr/bin/composer install --no-interaction --ignore-platform-reqs --no-scripts e/git ols.git git rev-�� --git-dir git og.git /https---github.git --verify k/_temp/ghcca-no-v git (http block)
  • https://api.github.com/repos/myclabs/DeepCopy/zipball/07d290f0c47959fd5eed98c95ee5602db07e0b6a
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/swPL3a /usr/bin/composer install --no-interaction (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/82Fa0c /usr/bin/composer install --no-interaction --ignore-platform-reqs --no-scripts e/git ols.git git rev-�� --git-dir git og.git /https---github.git --verify k/_temp/ghcca-no-v git (http block)
  • https://api.github.com/repos/nikic/PHP-Parser/zipball/dca41cd15c2ac9d055ad70dbfd011130757d1f82
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/swPL3a /usr/bin/composer install --no-interaction (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/82Fa0c /usr/bin/composer install --no-interaction --ignore-platform-reqs --no-scripts e/git ols.git git rev-�� --git-dir git og.git /https---github.git --verify k/_temp/ghcca-no-v git (http block)
  • https://api.github.com/repos/oscarotero/middleland/zipball/ad5bdb5c17afff0b40e010f659a71c91052ce9d0
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/swPL3a /usr/bin/composer install --no-interaction (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/82Fa0c /usr/bin/composer install --no-interaction --ignore-platform-reqs --no-scripts e/git ols.git git rev-�� --git-dir git og.git /https---github.git --verify k/_temp/ghcca-no-v git (http block)
  • https://api.github.com/repos/pdepend/pdepend/zipball/f942b208dc2a0868454d01b29f0c75bbcfc6ed58
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/swPL3a /usr/bin/composer install --no-interaction (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/82Fa0c /usr/bin/composer install --no-interaction --ignore-platform-reqs --no-scripts e/git ols.git git rev-�� --git-dir git og.git /https---github.git --verify k/_temp/ghcca-no-v git (http block)
  • https://api.github.com/repos/phar-io/manifest/zipball/54750ef60c58e43759730615a392c31c80e23176
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/swPL3a /usr/bin/composer install --no-interaction (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/82Fa0c /usr/bin/composer install --no-interaction --ignore-platform-reqs --no-scripts e/git ols.git git rev-�� --git-dir git og.git /https---github.git --verify k/_temp/ghcca-no-v git (http block)
  • https://api.github.com/repos/phar-io/version/zipball/4f7fd7836c6f332bb2933569e566a0d6c4cbed74
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/swPL3a /usr/bin/composer install --no-interaction (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/82Fa0c /usr/bin/composer install --no-interaction --ignore-platform-reqs --no-scripts e/git ols.git git rev-�� --git-dir git og.git /https---github.git --verify k/_temp/ghcca-no-v git (http block)
  • https://api.github.com/repos/php-fig/cache/zipball/aa5030cfa5405eccfdcb1083ce040c2cb8d253bf
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/swPL3a /usr/bin/composer install --no-interaction (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/82Fa0c /usr/bin/composer install --no-interaction --ignore-platform-reqs --no-scripts e/git ols.git git rev-�� --git-dir git og.git /https---github.git --verify k/_temp/ghcca-no-v git (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/QD9C30 /usr/bin/composer install --no-dev --ignore-platform-reqs github.accesstokgit git de/node/bin/git sh -c exec 'git' 'tag' git } github.accesstokgit git nfig/composer/vendor/bin/git git (http block)
  • https://api.github.com/repos/php-fig/clock/zipball/e41a24703d4560fd0acb709162f73b8adfc3aa0d
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/swPL3a /usr/bin/composer install --no-interaction (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/82Fa0c /usr/bin/composer install --no-interaction --ignore-platform-reqs --no-scripts e/git ols.git git rev-�� --git-dir git og.git /https---github.git --verify k/_temp/ghcca-no-v git (http block)
  • https://api.github.com/repos/php-fig/container/zipball/c71ecc56dfe541dbd90c5360474fbc405f8d5963
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/swPL3a /usr/bin/composer install --no-interaction (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/82Fa0c /usr/bin/composer install --no-interaction --ignore-platform-reqs --no-scripts e/git ols.git git rev-�� --git-dir git og.git /https---github.git --verify k/_temp/ghcca-no-v git (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/QD9C30 /usr/bin/composer install --no-dev --ignore-platform-reqs github.accesstokgit git de/node/bin/git sh -c exec 'git' 'tag' git } github.accesstokgit git nfig/composer/vendor/bin/git git (http block)
  • https://api.github.com/repos/php-fig/event-dispatcher/zipball/dbefd12671e8a14ec7f180cab83036ed26714bb0
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/swPL3a /usr/bin/composer install --no-interaction (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/82Fa0c /usr/bin/composer install --no-interaction --ignore-platform-reqs --no-scripts e/git ols.git git rev-�� --git-dir git og.git /https---github.git --verify k/_temp/ghcca-no-v git (http block)
  • https://api.github.com/repos/php-fig/http-factory/zipball/2b4765fddfe3b508ac62f829e852b1501d3f6e8a
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/swPL3a /usr/bin/composer install --no-interaction (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/82Fa0c /usr/bin/composer install --no-interaction --ignore-platform-reqs --no-scripts e/git ols.git git rev-�� --git-dir git og.git /https---github.git --verify k/_temp/ghcca-no-v git (http block)
  • https://api.github.com/repos/php-fig/http-message/zipball/cb6ce4845ce34a8ad9e68117c10ee90a29919eba
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/swPL3a /usr/bin/composer install --no-interaction (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/82Fa0c /usr/bin/composer install --no-interaction --ignore-platform-reqs --no-scripts e/git ols.git git rev-�� --git-dir git og.git /https---github.git --verify k/_temp/ghcca-no-v git (http block)
  • https://api.github.com/repos/php-fig/http-server-handler/zipball/84c4fb66179be4caaf8e97bd239203245302e7d4
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/swPL3a /usr/bin/composer install --no-interaction (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/82Fa0c /usr/bin/composer install --no-interaction --ignore-platform-reqs --no-scripts e/git ols.git git rev-�� --git-dir git og.git /https---github.git --verify k/_temp/ghcca-no-v git (http block)
  • https://api.github.com/repos/php-fig/http-server-middleware/zipball/c1481f747daaa6a0782775cd6a8c26a1bf4a3829
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/swPL3a /usr/bin/composer install --no-interaction (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/82Fa0c /usr/bin/composer install --no-interaction --ignore-platform-reqs --no-scripts e/git ols.git git rev-�� --git-dir git og.git /https---github.git --verify k/_temp/ghcca-no-v git (http block)
  • https://api.github.com/repos/php-fig/log/zipball/f16e1d5863e37f8d8c2a01719f5b34baa2b714d3
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/swPL3a /usr/bin/composer install --no-interaction (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/82Fa0c /usr/bin/composer install --no-interaction --ignore-platform-reqs --no-scripts e/git ols.git git rev-�� --git-dir git og.git /https---github.git --verify k/_temp/ghcca-no-v git (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/QD9C30 /usr/bin/composer install --no-dev --ignore-platform-reqs github.accesstokgit git de/node/bin/git sh -c exec 'git' 'tag' git } github.accesstokgit git nfig/composer/vendor/bin/git git (http block)
  • https://api.github.com/repos/php-fig/simple-cache/zipball/764e0b3939f5ca87cb904f570ef9be2d78a07865
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/swPL3a /usr/bin/composer install --no-interaction (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/82Fa0c /usr/bin/composer install --no-interaction --ignore-platform-reqs --no-scripts e/git ols.git git rev-�� --git-dir git og.git /https---github.git --verify k/_temp/ghcca-no-v git (http block)
  • https://api.github.com/repos/phpDocumentor/ReflectionCommon/zipball/1d01c49d4ed62f25aa84a747ad35d5a16924662b
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/swPL3a /usr/bin/composer install --no-interaction (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/82Fa0c /usr/bin/composer install --no-interaction --ignore-platform-reqs --no-scripts e/git ols.git git rev-�� --git-dir git og.git /https---github.git --verify k/_temp/ghcca-no-v git (http block)
  • https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/5cee1d3dfc2d2aa6599834520911d246f656bcb8
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/swPL3a /usr/bin/composer install --no-interaction (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/82Fa0c /usr/bin/composer install --no-interaction --ignore-platform-reqs --no-scripts e/git ols.git git rev-�� --git-dir git og.git /https---github.git --verify k/_temp/ghcca-no-v git (http block)
  • https://api.github.com/repos/phpDocumentor/TypeResolver/zipball/92a98ada2b93d9b201a613cb5a33584dde25f195
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/swPL3a /usr/bin/composer install --no-interaction (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/82Fa0c /usr/bin/composer install --no-interaction --ignore-platform-reqs --no-scripts e/git ols.git git rev-�� --git-dir git og.git /https---github.git --verify k/_temp/ghcca-no-v git (http block)
  • https://api.github.com/repos/phpmd/phpmd/zipball/74a1f56e33afad4128b886e334093e98e1b5e7c0
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/swPL3a /usr/bin/composer install --no-interaction (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/82Fa0c /usr/bin/composer install --no-interaction --ignore-platform-reqs --no-scripts e/git ols.git git rev-�� --git-dir git og.git /https---github.git --verify k/_temp/ghcca-no-v git (http block)
  • https://api.github.com/repos/phpstan/extension-installer/zipball/85e90b3942d06b2326fba0403ec24fe912372936
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/swPL3a /usr/bin/composer install --no-interaction (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/82Fa0c /usr/bin/composer install --no-interaction --ignore-platform-reqs --no-scripts e/git ols.git git rev-�� --git-dir git og.git /https---github.git --verify k/_temp/ghcca-no-v git (http block)
  • https://api.github.com/repos/phpstan/phpdoc-parser/zipball/a004701b11273a26cd7955a61d67a7f1e525a45a
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/swPL3a /usr/bin/composer install --no-interaction (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/82Fa0c /usr/bin/composer install --no-interaction --ignore-platform-reqs --no-scripts e/git ols.git git rev-�� --git-dir git og.git /https---github.git --verify k/_temp/ghcca-no-v git (http block)
  • https://api.github.com/repos/phpstan/phpstan-mockery/zipball/89a949d0ac64298e88b7c7fa00caee565c198394
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/swPL3a /usr/bin/composer install --no-interaction (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/82Fa0c /usr/bin/composer install --no-interaction --ignore-platform-reqs --no-scripts e/git ols.git git rev-�� --git-dir git og.git /https---github.git --verify k/_temp/ghcca-no-v git (http block)
  • https://api.github.com/repos/phpstan/phpstan-phpunit/zipball/6ab598e1bc106e6827fd346ae4a12b4a5d634c32
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/swPL3a /usr/bin/composer install --no-interaction (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/82Fa0c /usr/bin/composer install --no-interaction --ignore-platform-reqs --no-scripts e/git ols.git git rev-�� --git-dir git og.git /https---github.git --verify k/_temp/ghcca-no-v git (http block)
  • https://api.github.com/repos/phpstan/phpstan/zipball/c6f73a2af4cbcd99c931d0fb8f08548cc0fa8224
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/swPL3a /usr/bin/composer install --no-interaction (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/82Fa0c /usr/bin/composer install --no-interaction --ignore-platform-reqs --no-scripts e/git ols.git git rev-�� --git-dir git og.git /https---github.git --verify k/_temp/ghcca-no-v git (http block)
  • https://api.github.com/repos/psalm/psalm-plugin-mockery/zipball/684e5b53f80b0879e92335301f612b006f0f73f4
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/swPL3a /usr/bin/composer install --no-interaction (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/82Fa0c /usr/bin/composer install --no-interaction --ignore-platform-reqs --no-scripts e/git ols.git git rev-�� --git-dir git og.git /https---github.git --verify k/_temp/ghcca-no-v git (http block)
  • https://api.github.com/repos/psalm/psalm-plugin-phpunit/zipball/07dbf9fec23a694f2c095d8e2d44ccd6992afe38
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/swPL3a /usr/bin/composer install --no-interaction (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/82Fa0c /usr/bin/composer install --no-interaction --ignore-platform-reqs --no-scripts e/git ols.git git rev-�� --git-dir git og.git /https---github.git --verify k/_temp/ghcca-no-v git (http block)
  • https://api.github.com/repos/ramsey/collection/zipball/344572933ad0181accbf4ba763e85a0306a8c5e2
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/swPL3a /usr/bin/composer install --no-interaction (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/82Fa0c /usr/bin/composer install --no-interaction --ignore-platform-reqs --no-scripts e/git ols.git git rev-�� --git-dir git og.git /https---github.git --verify k/_temp/ghcca-no-v git (http block)
  • https://api.github.com/repos/ramsey/uuid/zipball/8429c78ca35a09f27565311b98101e2826affde0
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/swPL3a /usr/bin/composer install --no-interaction (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/82Fa0c /usr/bin/composer install --no-interaction --ignore-platform-reqs --no-scripts e/git ols.git git rev-�� --git-dir git og.git /https---github.git --verify k/_temp/ghcca-no-v git (http block)
  • https://api.github.com/repos/reactphp/cache/zipball/d47c472b64aa5608225f47965a484b75c7817d5b
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/swPL3a /usr/bin/composer install --no-interaction (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/82Fa0c /usr/bin/composer install --no-interaction --ignore-platform-reqs --no-scripts e/git ols.git git rev-�� --git-dir git og.git /https---github.git --verify k/_temp/ghcca-no-v git (http block)
  • https://api.github.com/repos/reactphp/child-process/zipball/970f0e71945556422ee4570ccbabaedc3cf04ad3
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/swPL3a /usr/bin/composer install --no-interaction (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/82Fa0c /usr/bin/composer install --no-interaction --ignore-platform-reqs --no-scripts e/git ols.git git rev-�� --git-dir git og.git /https---github.git --verify k/_temp/ghcca-no-v git (http block)
  • https://api.github.com/repos/reactphp/dns/zipball/7562c05391f42701c1fccf189c8225fece1cd7c3
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/swPL3a /usr/bin/composer install --no-interaction (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/82Fa0c /usr/bin/composer install --no-interaction --ignore-platform-reqs --no-scripts e/git ols.git git rev-�� --git-dir git og.git /https---github.git --verify k/_temp/ghcca-no-v git (http block)
  • https://api.github.com/repos/reactphp/event-loop/zipball/ba276bda6083df7e0050fd9b33f66ad7a4ac747a
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/swPL3a /usr/bin/composer install --no-interaction (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/82Fa0c /usr/bin/composer install --no-interaction --ignore-platform-reqs --no-scripts e/git ols.git git rev-�� --git-dir git og.git /https---github.git --verify k/_temp/ghcca-no-v git (http block)
  • https://api.github.com/repos/reactphp/promise/zipball/23444f53a813a3296c1368bb104793ce8d88f04a
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/swPL3a /usr/bin/composer install --no-interaction (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/82Fa0c /usr/bin/composer install --no-interaction --ignore-platform-reqs --no-scripts e/git ols.git git rev-�� --git-dir git og.git /https---github.git --verify k/_temp/ghcca-no-v git (http block)
  • https://api.github.com/repos/reactphp/socket/zipball/ef5b17b81f6f60504c539313f94f2d826c5faa08
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/swPL3a /usr/bin/composer install --no-interaction (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/82Fa0c /usr/bin/composer install --no-interaction --ignore-platform-reqs --no-scripts e/git ols.git git rev-�� --git-dir git og.git /https---github.git --verify k/_temp/ghcca-no-v git (http block)
  • https://api.github.com/repos/reactphp/stream/zipball/1e5b0acb8fe55143b5b426817155190eb6f5b18d
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/swPL3a /usr/bin/composer install --no-interaction (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/82Fa0c /usr/bin/composer install --no-interaction --ignore-platform-reqs --no-scripts e/git ols.git git rev-�� --git-dir git og.git /https---github.git --verify k/_temp/ghcca-no-v git (http block)
  • https://api.github.com/repos/revoltphp/event-loop/zipball/b6fc06dce8e9b523c9946138fa5e62181934f91c
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/swPL3a /usr/bin/composer install --no-interaction (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/82Fa0c /usr/bin/composer install --no-interaction --ignore-platform-reqs --no-scripts e/git ols.git git rev-�� --git-dir git og.git /https---github.git --verify k/_temp/ghcca-no-v git (http block)
  • https://api.github.com/repos/sebastianbergmann/cli-parser/zipball/90f41072d220e5c40df6e8635f5dafba2d9d4d04
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/swPL3a /usr/bin/composer install --no-interaction (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/82Fa0c /usr/bin/composer install --no-interaction --ignore-platform-reqs --no-scripts e/git ols.git git rev-�� --git-dir git og.git /https---github.git --verify k/_temp/ghcca-no-v git (http block)
  • https://api.github.com/repos/sebastianbergmann/comparator/zipball/6a7de5df2e094f9a80b40a522391a7e6022df5f6
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/swPL3a /usr/bin/composer install --no-interaction (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/82Fa0c /usr/bin/composer install --no-interaction --ignore-platform-reqs --no-scripts e/git ols.git git rev-�� --git-dir git og.git /https---github.git --verify k/_temp/ghcca-no-v git (http block)
  • https://api.github.com/repos/sebastianbergmann/complexity/zipball/bad4316aba5303d0221f43f8cee37eb58d384bbb
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/swPL3a /usr/bin/composer install --no-interaction (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/82Fa0c /usr/bin/composer install --no-interaction --ignore-platform-reqs --no-scripts e/git ols.git git rev-�� --git-dir git og.git /https---github.git --verify k/_temp/ghcca-no-v git (http block)
  • https://api.github.com/repos/sebastianbergmann/diff/zipball/7ab1ea946c012266ca32390913653d844ecd085f
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/swPL3a /usr/bin/composer install --no-interaction (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/82Fa0c /usr/bin/composer install --no-interaction --ignore-platform-reqs --no-scripts e/git ols.git git rev-�� --git-dir git og.git /https---github.git --verify k/_temp/ghcca-no-v git (http block)
  • https://api.github.com/repos/sebastianbergmann/environment/zipball/24a711b5c916efc6d6e62aa65aa2ec98fef77f68
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/swPL3a /usr/bin/composer install --no-interaction (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/82Fa0c /usr/bin/composer install --no-interaction --ignore-platform-reqs --no-scripts e/git ols.git git rev-�� --git-dir git og.git /https---github.git --verify k/_temp/ghcca-no-v git (http block)
  • https://api.github.com/repos/sebastianbergmann/exporter/zipball/016951ae10980765e4e7aee491eb288c64e505b7
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/swPL3a /usr/bin/composer install --no-interaction (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/82Fa0c /usr/bin/composer install --no-interaction --ignore-platform-reqs --no-scripts e/git ols.git git rev-�� --git-dir git og.git /https---github.git --verify k/_temp/ghcca-no-v git (http block)
  • https://api.github.com/repos/sebastianbergmann/global-state/zipball/ef1377171613d09edd25b7816f05be8313f9115d
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/swPL3a /usr/bin/composer install --no-interaction (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/82Fa0c /usr/bin/composer install --no-interaction --ignore-platform-reqs --no-scripts e/git ols.git git rev-�� --git-dir git og.git /https---github.git --verify k/_temp/ghcca-no-v git (http block)
  • https://api.github.com/repos/sebastianbergmann/lines-of-code/zipball/97ffee3bcfb5805568d6af7f0f893678fc076d2f
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/swPL3a /usr/bin/composer install --no-interaction (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/82Fa0c /usr/bin/composer install --no-interaction --ignore-platform-reqs --no-scripts e/git ols.git git rev-�� --git-dir git og.git /https---github.git --verify k/_temp/ghcca-no-v git (http block)
  • https://api.github.com/repos/sebastianbergmann/object-enumerator/zipball/1effe8e9b8e068e9ae228e542d5d11b5d16db894
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/swPL3a /usr/bin/composer install --no-interaction (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/82Fa0c /usr/bin/composer install --no-interaction --ignore-platform-reqs --no-scripts e/git ols.git git rev-�� --git-dir git og.git /https---github.git --verify k/_temp/ghcca-no-v git (http block)
  • https://api.github.com/repos/sebastianbergmann/object-reflector/zipball/4bfa827c969c98be1e527abd576533293c634f6a
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/swPL3a /usr/bin/composer install --no-interaction (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/82Fa0c /usr/bin/composer install --no-interaction --ignore-platform-reqs --no-scripts e/git ols.git git rev-�� --git-dir git og.git /https---github.git --verify k/_temp/ghcca-no-v git (http block)
  • https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/b015312f28dd75b75d3422ca37dff2cd1a565e8d
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/swPL3a /usr/bin/composer install --no-interaction (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/82Fa0c /usr/bin/composer install --no-interaction --ignore-platform-reqs --no-scripts e/git ols.git git rev-�� --git-dir git og.git /https---github.git --verify k/_temp/ghcca-no-v git (http block)
  • https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/3d1cd096ef6bea4bf2762ba586e35dbd317cbfd5
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/swPL3a /usr/bin/composer install --no-interaction (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/82Fa0c /usr/bin/composer install --no-interaction --ignore-platform-reqs --no-scripts e/git ols.git git rev-�� --git-dir git og.git /https---github.git --verify k/_temp/ghcca-no-v git (http block)
  • https://api.github.com/repos/sebastianbergmann/php-invoker/zipball/12b54e689b07a25a9b41e57736dfab6ec9ae5406
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/swPL3a /usr/bin/composer install --no-interaction (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/82Fa0c /usr/bin/composer install --no-interaction --ignore-platform-reqs --no-scripts e/git ols.git git rev-�� --git-dir git og.git /https---github.git --verify k/_temp/ghcca-no-v git (http block)
  • https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/e1367a453f0eda562eedb4f659e13aa900d66c53
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/swPL3a /usr/bin/composer install --no-interaction (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/82Fa0c /usr/bin/composer install --no-interaction --ignore-platform-reqs --no-scripts e/git ols.git git rev-�� --git-dir git og.git /https---github.git --verify k/_temp/ghcca-no-v git (http block)
  • https://api.github.com/repos/sebastianbergmann/php-timer/zipball/f258ce36aa457f3aa3339f9ed4c81fc66dc8c2cc
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/swPL3a /usr/bin/composer install --no-interaction (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/82Fa0c /usr/bin/composer install --no-interaction --ignore-platform-reqs --no-scripts e/git ols.git git rev-�� --git-dir git og.git /https---github.git --verify k/_temp/ghcca-no-v git (http block)
  • https://api.github.com/repos/sebastianbergmann/phpunit/zipball/47283cfd98d553edcb1353591f4e255dc1bb61f0
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/swPL3a /usr/bin/composer install --no-interaction (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/82Fa0c /usr/bin/composer install --no-interaction --ignore-platform-reqs --no-scripts e/git ols.git git rev-�� --git-dir git og.git /https---github.git --verify k/_temp/ghcca-no-v git (http block)
  • https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/0b01998a7d5b1f122911a66bebcb8d46f0c82d8c
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/swPL3a /usr/bin/composer install --no-interaction (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/82Fa0c /usr/bin/composer install --no-interaction --ignore-platform-reqs --no-scripts e/git ols.git git rev-�� --git-dir git og.git /https---github.git --verify k/_temp/ghcca-no-v git (http block)
  • https://api.github.com/repos/sebastianbergmann/type/zipball/e549163b9760b8f71f191651d22acf32d56d6d4d
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/swPL3a /usr/bin/composer install --no-interaction (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/82Fa0c /usr/bin/composer install --no-interaction --ignore-platform-reqs --no-scripts e/git ols.git git rev-�� --git-dir git og.git /https---github.git --verify k/_temp/ghcca-no-v git (http block)
  • https://api.github.com/repos/sebastianbergmann/version/zipball/3e6ccf7657d4f0a59200564b08cead899313b53c
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/swPL3a /usr/bin/composer install --no-interaction (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/82Fa0c /usr/bin/composer install --no-interaction --ignore-platform-reqs --no-scripts e/git ols.git git rev-�� --git-dir git og.git /https---github.git --verify k/_temp/ghcca-no-v git (http block)
  • https://api.github.com/repos/slevomat/coding-standard/zipball/1dd80bf3b93692bedb21a6623c496887fad05fec
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/swPL3a /usr/bin/composer install --no-interaction (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/82Fa0c /usr/bin/composer install --no-interaction --ignore-platform-reqs --no-scripts e/git ols.git git rev-�� --git-dir git og.git /https---github.git --verify k/_temp/ghcca-no-v git (http block)
  • https://api.github.com/repos/spatie/array-to-xml/zipball/88b2f3852a922dd73177a68938f8eb2ec70c7224
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/swPL3a /usr/bin/composer install --no-interaction (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/82Fa0c /usr/bin/composer install --no-interaction --ignore-platform-reqs --no-scripts e/git ols.git git rev-�� --git-dir git og.git /https---github.git --verify k/_temp/ghcca-no-v git (http block)
  • https://api.github.com/repos/staabm/side-effects-detector/zipball/d8334211a140ce329c13726d4a715adbddd0a163
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/swPL3a /usr/bin/composer install --no-interaction (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/82Fa0c /usr/bin/composer install --no-interaction --ignore-platform-reqs --no-scripts e/git ols.git git rev-�� --git-dir git og.git /https---github.git --verify k/_temp/ghcca-no-v git (http block)
  • https://api.github.com/repos/symfony/cache-contracts/zipball/5d68a57d66910405e5c0b63d6f0af941e66fc868
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/swPL3a /usr/bin/composer install --no-interaction (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/82Fa0c /usr/bin/composer install --no-interaction --ignore-platform-reqs --no-scripts e/git ols.git git rev-�� --git-dir git og.git /https---github.git --verify k/_temp/ghcca-no-v git (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/QD9C30 /usr/bin/composer install --no-dev --ignore-platform-reqs github.accesstokgit git de/node/bin/git sh -c exec 'git' 'tag' git } github.accesstokgit git nfig/composer/vendor/bin/git git (http block)
  • https://api.github.com/repos/symfony/cache/zipball/e3e76b9ba0dff3dfe08ebda500723976dd9de407
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/swPL3a /usr/bin/composer install --no-interaction (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/82Fa0c /usr/bin/composer install --no-interaction --ignore-platform-reqs --no-scripts e/git ols.git git rev-�� --git-dir git og.git /https---github.git --verify k/_temp/ghcca-no-v git (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/QD9C30 /usr/bin/composer install --no-dev --ignore-platform-reqs github.accesstokgit git de/node/bin/git sh -c exec 'git' 'tag' git } github.accesstokgit git nfig/composer/vendor/bin/git git (http block)
  • https://api.github.com/repos/symfony/clock/zipball/9169f24776edde469914c1e7a1442a50f7a4e110
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/swPL3a /usr/bin/composer install --no-interaction (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/82Fa0c /usr/bin/composer install --no-interaction --ignore-platform-reqs --no-scripts e/git ols.git git rev-�� --git-dir git og.git /https---github.git --verify k/_temp/ghcca-no-v git (http block)
  • https://api.github.com/repos/symfony/config/zipball/4275b53b8ab0cf37f48bf273dc2285c8178efdfb
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/swPL3a /usr/bin/composer install --no-interaction (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/82Fa0c /usr/bin/composer install --no-interaction --ignore-platform-reqs --no-scripts e/git ols.git git rev-�� --git-dir git og.git /https---github.git --verify k/_temp/ghcca-no-v git (http block)
  • https://api.github.com/repos/symfony/console/zipball/41e38717ac1dd7a46b6bda7d6a82af2d98a78894
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/swPL3a /usr/bin/composer install --no-interaction (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/82Fa0c /usr/bin/composer install --no-interaction --ignore-platform-reqs --no-scripts e/git ols.git git rev-�� --git-dir git og.git /https---github.git --verify k/_temp/ghcca-no-v git (http block)
  • https://api.github.com/repos/symfony/dependency-injection/zipball/76a02cddca45a5254479ad68f9fa274ead0a7ef2
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/swPL3a /usr/bin/composer install --no-interaction (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/82Fa0c /usr/bin/composer install --no-interaction --ignore-platform-reqs --no-scripts e/git ols.git git rev-�� --git-dir git og.git /https---github.git --verify k/_temp/ghcca-no-v git (http block)
  • https://api.github.com/repos/symfony/deprecation-contracts/zipball/63afe740e99a13ba87ec199bb07bbdee937a5b62
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/swPL3a /usr/bin/composer install --no-interaction (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/82Fa0c /usr/bin/composer install --no-interaction --ignore-platform-reqs --no-scripts e/git ols.git git rev-�� --git-dir git og.git /https---github.git --verify k/_temp/ghcca-no-v git (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/QD9C30 /usr/bin/composer install --no-dev --ignore-platform-reqs github.accesstokgit git de/node/bin/git sh -c exec 'git' 'tag' git } github.accesstokgit git nfig/composer/vendor/bin/git git (http block)
  • https://api.github.com/repos/symfony/error-handler/zipball/8da531f364ddfee53e36092a7eebbbd0b775f6b8
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/swPL3a /usr/bin/composer install --no-interaction (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/82Fa0c /usr/bin/composer install --no-interaction --ignore-platform-reqs --no-scripts e/git ols.git git rev-�� --git-dir git og.git /https---github.git --verify k/_temp/ghcca-no-v git (http block)
  • https://api.github.com/repos/symfony/event-dispatcher-contracts/zipball/59eb412e93815df44f05f342958efa9f46b1e586
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/swPL3a /usr/bin/composer install --no-interaction (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/82Fa0c /usr/bin/composer install --no-interaction --ignore-platform-reqs --no-scripts e/git ols.git git rev-�� --git-dir git og.git /https---github.git --verify k/_temp/ghcca-no-v git (http block)
  • https://api.github.com/repos/symfony/event-dispatcher/zipball/dc2c0eba1af673e736bb851d747d266108aea746
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/swPL3a /usr/bin/composer install --no-interaction (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/82Fa0c /usr/bin/composer install --no-interaction --ignore-platform-reqs --no-scripts e/git ols.git git rev-�� --git-dir git og.git /https---github.git --verify k/_temp/ghcca-no-v git (http block)
  • https://api.github.com/repos/symfony/filesystem/zipball/d551b38811096d0be9c4691d406991b47c0c630a
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/swPL3a /usr/bin/composer install --no-interaction (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/82Fa0c /usr/bin/composer install --no-interaction --ignore-platform-reqs --no-scripts e/git ols.git git rev-�� --git-dir git og.git /https---github.git --verify k/_temp/ghcca-no-v git (http block)
  • https://api.github.com/repos/symfony/finder/zipball/ad4daa7c38668dcb031e63bc99ea9bd42196a2cb
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/swPL3a /usr/bin/composer install --no-interaction (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/82Fa0c /usr/bin/composer install --no-interaction --ignore-platform-reqs --no-scripts e/git ols.git git rev-�� --git-dir git og.git /https---github.git --verify k/_temp/ghcca-no-v git (http block)
  • https://api.github.com/repos/symfony/framework-bundle/zipball/dcf89ca6712d9e1b5d3f14dea0e1c2685a05d1cd
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/swPL3a /usr/bin/composer install --no-interaction (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/82Fa0c /usr/bin/composer install --no-interaction --ignore-platform-reqs --no-scripts e/git ols.git git rev-�� --git-dir git og.git /https---github.git --verify k/_temp/ghcca-no-v git (http block)
  • https://api.github.com/repos/symfony/http-foundation/zipball/446d0db2b1f21575f1284b74533e425096abdfb6
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/swPL3a /usr/bin/composer install --no-interaction (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/82Fa0c /usr/bin/composer install --no-interaction --ignore-platform-reqs --no-scripts e/git ols.git git rev-�� --git-dir git og.git /https---github.git --verify k/_temp/ghcca-no-v git (http block)
  • https://api.github.com/repos/symfony/http-kernel/zipball/229eda477017f92bd2ce7615d06222ec0c19e82a
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/swPL3a /usr/bin/composer install --no-interaction (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/82Fa0c /usr/bin/composer install --no-interaction --ignore-platform-reqs --no-scripts e/git ols.git git rev-�� --git-dir git og.git /https---github.git --verify k/_temp/ghcca-no-v git (http block)
  • https://api.github.com/repos/symfony/options-resolver/zipball/b38026df55197f9e39a44f3215788edf83187b80
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/swPL3a /usr/bin/composer install --no-interaction (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/82Fa0c /usr/bin/composer install --no-interaction --ignore-platform-reqs --no-scripts e/git ols.git git rev-�� --git-dir git og.git /https---github.git --verify k/_temp/ghcca-no-v git (http block)
  • https://api.github.com/repos/symfony/password-hasher/zipball/ab8e0ef42483f31c417c82ecfcf7be7b91d784fe
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/swPL3a /usr/bin/composer install --no-interaction (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/82Fa0c /usr/bin/composer install --no-interaction --ignore-platform-reqs --no-scripts e/git ols.git git rev-�� --git-dir git og.git /https---github.git --verify k/_temp/ghcca-no-v git (http block)
  • https://api.github.com/repos/symfony/polyfill-ctype/zipball/a3cc8b044a6ea513310cbd48ef7333b384945638
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/swPL3a /usr/bin/composer install --no-interaction (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/82Fa0c /usr/bin/composer install --no-interaction --ignore-platform-reqs --no-scripts e/git ols.git git rev-�� --git-dir git og.git /https---github.git --verify k/_temp/ghcca-no-v git (http block)
  • https://api.github.com/repos/symfony/polyfill-intl-grapheme/zipball/380872130d3a5dd3ace2f4010d95125fde5d5c70
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/swPL3a /usr/bin/composer install --no-interaction (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/82Fa0c /usr/bin/composer install --no-interaction --ignore-platform-reqs --no-scripts e/git ols.git git rev-�� --git-dir git og.git /https---github.git --verify k/_temp/ghcca-no-v git (http block)
  • https://api.github.com/repos/symfony/polyfill-intl-normalizer/zipball/3833d7255cc303546435cb650316bff708a1c75c
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/swPL3a /usr/bin/composer install --no-interaction (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/82Fa0c /usr/bin/composer install --no-interaction --ignore-platform-reqs --no-scripts e/git ols.git git rev-�� --git-dir git og.git /https---github.git --verify k/_temp/ghcca-no-v git (http block)
  • https://api.github.com/repos/symfony/polyfill-mbstring/zipball/6d857f4d76bd4b343eac26d6b539585d2bc56493
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/swPL3a /usr/bin/composer install --no-interaction (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/82Fa0c /usr/bin/composer install --no-interaction --ignore-platform-reqs --no-scripts e/git ols.git git rev-�� --git-dir git og.git /https---github.git --verify k/_temp/ghcca-no-v git (http block)
  • https://api.github.com/repos/symfony/polyfill-php80/zipball/0cc9dd0f17f61d8131e7df6b84bd344899fe2608
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/swPL3a /usr/bin/composer install --no-interaction (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/82Fa0c /usr/bin/composer install --no-interaction --ignore-platform-reqs --no-scripts e/git ols.git git rev-�� --git-dir git og.git /https---github.git --verify k/_temp/ghcca-no-v git (http block)
  • https://api.github.com/repos/symfony/polyfill-php81/zipball/4a4cfc2d253c21a5ad0e53071df248ed48c6ce5c
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/swPL3a /usr/bin/composer install --no-interaction (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/82Fa0c /usr/bin/composer install --no-interaction --ignore-platform-reqs --no-scripts e/git ols.git git rev-�� --git-dir git og.git /https---github.git --verify k/_temp/ghcca-no-v git (http block)
  • https://api.github.com/repos/symfony/polyfill-php83/zipball/17f6f9a6b1735c0f163024d959f700cfbc5155e5
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/swPL3a /usr/bin/composer install --no-interaction (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/82Fa0c /usr/bin/composer install --no-interaction --ignore-platform-reqs --no-scripts e/git ols.git git rev-�� --git-dir git og.git /https---github.git --verify k/_temp/ghcca-no-v git (http block)
  • https://api.github.com/repos/symfony/polyfill-php84/zipball/d8ced4d875142b6a7426000426b8abc631d6b191
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/swPL3a /usr/bin/composer install --no-interaction (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/82Fa0c /usr/bin/composer install --no-interaction --ignore-platform-reqs --no-scripts e/git ols.git git rev-�� --git-dir git og.git /https---github.git --verify k/_temp/ghcca-no-v git (http block)
  • https://api.github.com/repos/symfony/polyfill-php85/zipball/d4e5fcd4ab3d998ab16c0db48e6cbb9a01993f91
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/swPL3a /usr/bin/composer install --no-interaction (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/82Fa0c /usr/bin/composer install --no-interaction --ignore-platform-reqs --no-scripts e/git ols.git git rev-�� --git-dir git og.git /https---github.git --verify k/_temp/ghcca-no-v git (http block)
  • https://api.github.com/repos/symfony/process/zipball/608476f4604102976d687c483ac63a79ba18cc97
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/swPL3a /usr/bin/composer install --no-interaction (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/82Fa0c /usr/bin/composer install --no-interaction --ignore-platform-reqs --no-scripts e/git ols.git git rev-�� --git-dir git og.git /https---github.git --verify k/_temp/ghcca-no-v git (http block)
  • https://api.github.com/repos/symfony/routing/zipball/0798827fe2c79caeed41d70b680c2c3507d10147
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/swPL3a /usr/bin/composer install --no-interaction (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/82Fa0c /usr/bin/composer install --no-interaction --ignore-platform-reqs --no-scripts e/git ols.git git rev-�� --git-dir git og.git /https---github.git --verify k/_temp/ghcca-no-v git (http block)
  • https://api.github.com/repos/symfony/security-core/zipball/958a70725a8d669bec6721f4cd318d209712e944
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/swPL3a /usr/bin/composer install --no-interaction (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/82Fa0c /usr/bin/composer install --no-interaction --ignore-platform-reqs --no-scripts e/git ols.git git rev-�� --git-dir git og.git /https---github.git --verify k/_temp/ghcca-no-v git (http block)
  • https://api.github.com/repos/symfony/service-contracts/zipball/45112560a3ba2d715666a509a0bc9521d10b6c43
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/swPL3a /usr/bin/composer install --no-interaction (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/82Fa0c /usr/bin/composer install --no-interaction --ignore-platform-reqs --no-scripts e/git ols.git git rev-�� --git-dir git og.git /https---github.git --verify k/_temp/ghcca-no-v git (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/QD9C30 /usr/bin/composer install --no-dev --ignore-platform-reqs github.accesstokgit git de/node/bin/git sh -c exec 'git' 'tag' git } github.accesstokgit git nfig/composer/vendor/bin/git git (http block)
  • https://api.github.com/repos/symfony/stopwatch/zipball/8a24af0a2e8a872fb745047180649b8418303084
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/swPL3a /usr/bin/composer install --no-interaction (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/82Fa0c /usr/bin/composer install --no-interaction --ignore-platform-reqs --no-scripts e/git ols.git git rev-�� --git-dir git og.git /https---github.git --verify k/_temp/ghcca-no-v git (http block)
  • https://api.github.com/repos/symfony/string/zipball/1c4b10461bf2ec27537b5f36105337262f5f5d6f
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/swPL3a /usr/bin/composer install --no-interaction (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/82Fa0c /usr/bin/composer install --no-interaction --ignore-platform-reqs --no-scripts e/git ols.git git rev-�� --git-dir git og.git /https---github.git --verify k/_temp/ghcca-no-v git (http block)
  • https://api.github.com/repos/symfony/translation-contracts/zipball/65a8bc82080447fae78373aa10f8d13b38338977
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/swPL3a /usr/bin/composer install --no-interaction (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/82Fa0c /usr/bin/composer install --no-interaction --ignore-platform-reqs --no-scripts e/git ols.git git rev-�� --git-dir git og.git /https---github.git --verify k/_temp/ghcca-no-v git (http block)
  • https://api.github.com/repos/symfony/translation/zipball/bfde13711f53f549e73b06d27b35a55207528877
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/swPL3a /usr/bin/composer install --no-interaction (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/82Fa0c /usr/bin/composer install --no-interaction --ignore-platform-reqs --no-scripts e/git ols.git git rev-�� --git-dir git og.git /https---github.git --verify k/_temp/ghcca-no-v git (http block)
  • https://api.github.com/repos/symfony/var-dumper/zipball/0e4769b46a0c3c62390d124635ce59f66874b282
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/swPL3a /usr/bin/composer install --no-interaction (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/82Fa0c /usr/bin/composer install --no-interaction --ignore-platform-reqs --no-scripts e/git ols.git git rev-�� --git-dir git og.git /https---github.git --verify k/_temp/ghcca-no-v git (http block)
  • https://api.github.com/repos/symfony/var-exporter/zipball/03a60f169c79a28513a78c967316fbc8bf17816f
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/swPL3a /usr/bin/composer install --no-interaction (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/82Fa0c /usr/bin/composer install --no-interaction --ignore-platform-reqs --no-scripts e/git ols.git git rev-�� --git-dir git og.git /https---github.git --verify k/_temp/ghcca-no-v git (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/QD9C30 /usr/bin/composer install --no-dev --ignore-platform-reqs github.accesstokgit git de/node/bin/git sh -c exec 'git' 'tag' git } github.accesstokgit git nfig/composer/vendor/bin/git git (http block)
  • https://api.github.com/repos/symfony/yaml/zipball/24dd4de28d2e3988b311751ac49e684d783e2345
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/swPL3a /usr/bin/composer install --no-interaction (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/82Fa0c /usr/bin/composer install --no-interaction --ignore-platform-reqs --no-scripts e/git ols.git git rev-�� --git-dir git og.git /https---github.git --verify k/_temp/ghcca-no-v git (http block)
  • https://api.github.com/repos/theofidry/cpu-core-counter/zipball/db9508f7b1474469d9d3c53b86f817e344732678
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/swPL3a /usr/bin/composer install --no-interaction (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/82Fa0c /usr/bin/composer install --no-interaction --ignore-platform-reqs --no-scripts e/git ols.git git rev-�� --git-dir git og.git /https---github.git --verify k/_temp/ghcca-no-v git (http block)
  • https://api.github.com/repos/thephpleague/pipeline/zipball/9069ddfdbd5582f8a563e00cffdbeffb9a0acd01
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/swPL3a /usr/bin/composer install --no-interaction (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/82Fa0c /usr/bin/composer install --no-interaction --ignore-platform-reqs --no-scripts e/git ols.git git rev-�� --git-dir git og.git /https---github.git --verify k/_temp/ghcca-no-v git (http block)
  • https://api.github.com/repos/thephpleague/plates/zipball/12ee65166adbc6fb5916fb80b0c0758e49a2d996
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/swPL3a /usr/bin/composer install --no-interaction (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/82Fa0c /usr/bin/composer install --no-interaction --ignore-platform-reqs --no-scripts e/git ols.git git rev-�� --git-dir git og.git /https---github.git --verify k/_temp/ghcca-no-v git (http block)
  • https://api.github.com/repos/thephpleague/uri-interfaces/zipball/c5c5cd056110fc8afaba29fa6b72a43ced42acd4
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/swPL3a /usr/bin/composer install --no-interaction (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/82Fa0c /usr/bin/composer install --no-interaction --ignore-platform-reqs --no-scripts e/git ols.git git rev-�� --git-dir git og.git /https---github.git --verify k/_temp/ghcca-no-v git (http block)
  • https://api.github.com/repos/thephpleague/uri/zipball/4436c6ec8d458e4244448b069cc572d088230b76
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/swPL3a /usr/bin/composer install --no-interaction (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/82Fa0c /usr/bin/composer install --no-interaction --ignore-platform-reqs --no-scripts e/git ols.git git rev-�� --git-dir git og.git /https---github.git --verify k/_temp/ghcca-no-v git (http block)
  • https://api.github.com/repos/theseer/tokenizer/zipball/7989e43bf381af0eac72e4f0ca5bcbfa81658be4
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/swPL3a /usr/bin/composer install --no-interaction (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/82Fa0c /usr/bin/composer install --no-interaction --ignore-platform-reqs --no-scripts e/git ols.git git rev-�� --git-dir git og.git /https---github.git --verify k/_temp/ghcca-no-v git (http block)
  • https://api.github.com/repos/vimeo/psalm/zipball/38fc8444edf0cebc9205296ee6e30e906ade783b
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/swPL3a /usr/bin/composer install --no-interaction (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/82Fa0c /usr/bin/composer install --no-interaction --ignore-platform-reqs --no-scripts e/git ols.git git rev-�� --git-dir git og.git /https---github.git --verify k/_temp/ghcca-no-v git (http block)
  • https://api.github.com/repos/voku/portable-ascii/zipball/b1d923f88091c6bf09699efcd7c8a1b1bfd7351d
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/swPL3a /usr/bin/composer install --no-interaction (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/82Fa0c /usr/bin/composer install --no-interaction --ignore-platform-reqs --no-scripts e/git ols.git git rev-�� --git-dir git og.git /https---github.git --verify k/_temp/ghcca-no-v git (http block)
  • https://api.github.com/repos/webmozarts/assert/zipball/79155f94852fa27e2f73b459f6503f5e87e2c188
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/swPL3a /usr/bin/composer install --no-interaction (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/82Fa0c /usr/bin/composer install --no-interaction --ignore-platform-reqs --no-scripts e/git ols.git git rev-�� --git-dir git og.git /https---github.git --verify k/_temp/ghcca-no-v git (http block)

If you need me to access, download, or install something from one of these locations, you can either:


💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.

Copilot AI and others added 5 commits February 19, 2026 09:28
Co-authored-by: gabrielsolomon <17990591+gabrielsolomon@users.noreply.github.com>
Co-authored-by: gabrielsolomon <17990591+gabrielsolomon@users.noreply.github.com>
Co-authored-by: gabrielsolomon <17990591+gabrielsolomon@users.noreply.github.com>
Co-authored-by: gabrielsolomon <17990591+gabrielsolomon@users.noreply.github.com>
Co-authored-by: gabrielsolomon <17990591+gabrielsolomon@users.noreply.github.com>
Copilot AI changed the title [WIP] Update project to align more with Symphony structure Add Symfony-compatible AbstractController for incremental migration Feb 19, 2026
Copilot AI requested a review from gabrielsolomon February 19, 2026 09:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants