⚠ This page is served via a proxy. Original site: https://github.com
This service does not collect credentials or authentication data.
Skip to content

Conversation

Copy link
Contributor

Copilot AI commented Feb 8, 2026

OrderFilter rejected uppercase "ASC"/"DESC" values with validation errors when using QueryParameter(), despite the filter internally normalizing all direction values to uppercase via strtoupper().

Changes

  • Updated getSchema() enum in Doctrine ORM, ODM, and Laravel OrderFilter implementations from ['asc', 'desc'] to ['asc', 'desc', 'ASC', 'DESC']
  • Added test coverage for uppercase direction values

Context

The schema enum drives Symfony's Choice validator (via ParameterValidationConstraints), which was rejecting uppercase values before they reached the filter's normalization logic. The internal direction constants are uppercase (DIRECTION_ASC = 'ASC'), so accepting both cases aligns with the existing design.

// Previously rejected with validation error
'order[:property]' => new QueryParameter(
    filter: new OrderFilter(),
    properties: ['id', 'name'],
),
// Usage: ?order[id]=DESC  ❌ validation error

// Now accepts both
// Usage: ?order[id]=DESC  ✅ normalized to ASC internally
// Usage: ?order[id]=desc  ✅ normalized to ASC internally

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/Behat/Behat/zipball/51bdf81639a14645c5d2c06926f4aa37d204921b
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/tKQFUX /usr/bin/composer install --no-interaction (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/HZYeM2 /usr/bin/composer install --no-interaction cal/bin/git -bundle.git/ -- d4f57649^{commit--format=%T git clon�� en -- 4df4b3e3^{commit} /home/REDACTED/.cagit git p/bin/git sh (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/WNjhPz /usr/bin/composer install --prefer-dist --no-interaction k/_temp/ghcca-nogit git de/node/bin/git sh -c exec 'git' 'tag' git 1013387d^{commit} --quiet --verify } git (http block)
  • https://api.github.com/repos/Behat/Gherkin/zipball/e26037937dfd48528746764dd870bc5d0836665f
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/tKQFUX /usr/bin/composer install --no-interaction (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/rVb2DX /usr/bin/composer install --dev e68111812f4d964b01e5101c^{commit} .git/ -- } git clon�� sstoken' -- } /home/REDACTED/.cagit /usr/lib/git-corclone sert.git git (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/HZYeM2 /usr/bin/composer install --no-interaction cal/bin/git -bundle.git/ -- d4f57649^{commit--format=%T git clon�� en -- 4df4b3e3^{commit} /home/REDACTED/.cagit git p/bin/git sh (http block)
  • https://api.github.com/repos/CarbonPHP/carbon-doctrine-types/zipball/18ba5ddfec8976260ead6e866180bd5d2f71aa1d
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/tKQFUX /usr/bin/composer install --no-interaction (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/HZYeM2 /usr/bin/composer install --no-interaction cal/bin/git -bundle.git/ -- d4f57649^{commit--format=%T git clon�� en -- 4df4b3e3^{commit} /home/REDACTED/.cagit git p/bin/git sh (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/WNjhPz /usr/bin/composer install --prefer-dist --no-interaction k/_temp/ghcca-nogit git de/node/bin/git sh -c exec 'git' 'tag' git 1013387d^{commit} --quiet --verify } 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/tKQFUX /usr/bin/composer install --no-interaction (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/HZYeM2 /usr/bin/composer install --no-interaction cal/bin/git -bundle.git/ -- d4f57649^{commit--format=%T git clon�� en -- 4df4b3e3^{commit} /home/REDACTED/.cagit git p/bin/git sh (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/WNjhPz /usr/bin/composer install --prefer-dist --no-interaction k/_temp/ghcca-nogit git de/node/bin/git sh -c exec 'git' 'tag' git 1013387d^{commit} --quiet --verify } git (http block)
  • https://api.github.com/repos/FakerPHP/Faker/zipball/e0ee18eb1e6dc3cda3ce9fd97e5a0689a88a64b5
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/tKQFUX /usr/bin/composer install --no-interaction (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/HZYeM2 /usr/bin/composer install --no-interaction cal/bin/git -bundle.git/ -- d4f57649^{commit--format=%T git clon�� en -- 4df4b3e3^{commit} /home/REDACTED/.cagit git p/bin/git sh (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/WNjhPz /usr/bin/composer install --prefer-dist --no-interaction k/_temp/ghcca-nogit git de/node/bin/git sh -c exec 'git' 'tag' git 1013387d^{commit} --quiet --verify } git (http block)
  • https://api.github.com/repos/FriendsOfBehat/MinkBrowserKitDriver/zipball/4f7d58037f8aa5f3aa17308cb6341b029859ea65
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/tKQFUX /usr/bin/composer install --no-interaction (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/HZYeM2 /usr/bin/composer install --no-interaction cal/bin/git -bundle.git/ -- d4f57649^{commit--format=%T git clon�� en -- 4df4b3e3^{commit} /home/REDACTED/.cagit git p/bin/git sh (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/WNjhPz /usr/bin/composer install --prefer-dist --no-interaction k/_temp/ghcca-nogit git de/node/bin/git sh -c exec 'git' 'tag' git 1013387d^{commit} --quiet --verify } git (http block)
  • https://api.github.com/repos/FriendsOfBehat/MinkExtension/zipball/854336030e11983f580f49faad1b49a1238f9846
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/tKQFUX /usr/bin/composer install --no-interaction (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/HZYeM2 /usr/bin/composer install --no-interaction cal/bin/git -bundle.git/ -- d4f57649^{commit--format=%T git clon�� en -- 4df4b3e3^{commit} /home/REDACTED/.cagit git p/bin/git sh (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/WNjhPz /usr/bin/composer install --prefer-dist --no-interaction k/_temp/ghcca-nogit git de/node/bin/git sh -c exec 'git' 'tag' git 1013387d^{commit} --quiet --verify } git (http block)
  • https://api.github.com/repos/FriendsOfBehat/SymfonyExtension/zipball/3ed86d77923be089d67d952e7b75af48fec42e22
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/tKQFUX /usr/bin/composer install --no-interaction (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/HZYeM2 /usr/bin/composer install --no-interaction cal/bin/git -bundle.git/ -- d4f57649^{commit--format=%T git clon�� en -- 4df4b3e3^{commit} /home/REDACTED/.cagit git p/bin/git sh (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/WNjhPz /usr/bin/composer install --prefer-dist --no-interaction k/_temp/ghcca-nogit git de/node/bin/git sh -c exec 'git' 'tag' git 1013387d^{commit} --quiet --verify } git (http block)
  • https://api.github.com/repos/GrahamCampbell/Result-Type/zipball/e01f4a821471308ba86aa202fed6698b6b695e3b
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/tKQFUX /usr/bin/composer install --no-interaction (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/HZYeM2 /usr/bin/composer install --no-interaction cal/bin/git -bundle.git/ -- d4f57649^{commit--format=%T git clon�� en -- 4df4b3e3^{commit} /home/REDACTED/.cagit git p/bin/git sh (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/WNjhPz /usr/bin/composer install --prefer-dist --no-interaction k/_temp/ghcca-nogit git de/node/bin/git sh -c exec 'git' 'tag' git 1013387d^{commit} --quiet --verify } git (http block)
  • https://api.github.com/repos/Jan0707/phpstan-prophecy/zipball/aebda94b6b1c39055d8f2227e879c07bac651550
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/tKQFUX /usr/bin/composer install --no-interaction (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/HZYeM2 /usr/bin/composer install --no-interaction cal/bin/git -bundle.git/ -- d4f57649^{commit--format=%T git clon�� en -- 4df4b3e3^{commit} /home/REDACTED/.cagit git p/bin/git sh (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/WNjhPz /usr/bin/composer install --prefer-dist --no-interaction k/_temp/ghcca-nogit git de/node/bin/git sh -c exec 'git' 'tag' git 1013387d^{commit} --quiet --verify } git (http block)
  • https://api.github.com/repos/Masterminds/html5-php/zipball/fcf91eb64359852f00d921887b219479b4f21251
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/tKQFUX /usr/bin/composer install --no-interaction (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/HZYeM2 /usr/bin/composer install --no-interaction cal/bin/git -bundle.git/ -- d4f57649^{commit--format=%T git clon�� en -- 4df4b3e3^{commit} /home/REDACTED/.cagit git p/bin/git sh (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/WNjhPz /usr/bin/composer install --prefer-dist --no-interaction k/_temp/ghcca-nogit git de/node/bin/git sh -c exec 'git' 'tag' git 1013387d^{commit} --quiet --verify } 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/tKQFUX /usr/bin/composer install --no-interaction (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/HZYeM2 /usr/bin/composer install --no-interaction cal/bin/git -bundle.git/ -- d4f57649^{commit--format=%T git clon�� en -- 4df4b3e3^{commit} /home/REDACTED/.cagit git p/bin/git sh (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/WNjhPz /usr/bin/composer install --prefer-dist --no-interaction k/_temp/ghcca-nogit git de/node/bin/git sh -c exec 'git' 'tag' git 1013387d^{commit} --quiet --verify } git (http block)
  • https://api.github.com/repos/PHP-CS-Fixer/PHP-CS-Fixer/zipball/b3546ab487c0762c39f308dc1ec0ea2c461fc21a
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/tKQFUX /usr/bin/composer install --no-interaction (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/HZYeM2 /usr/bin/composer install --no-interaction cal/bin/git -bundle.git/ -- d4f57649^{commit--format=%T git clon�� en -- 4df4b3e3^{commit} /home/REDACTED/.cagit git p/bin/git sh (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/WNjhPz /usr/bin/composer install --prefer-dist --no-interaction k/_temp/ghcca-nogit git de/node/bin/git sh -c exec 'git' 'tag' git 1013387d^{commit} --quiet --verify } 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/tKQFUX /usr/bin/composer install --no-interaction (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/HZYeM2 /usr/bin/composer install --no-interaction cal/bin/git -bundle.git/ -- d4f57649^{commit--format=%T git clon�� en -- 4df4b3e3^{commit} /home/REDACTED/.cagit git p/bin/git sh (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/WNjhPz /usr/bin/composer install --prefer-dist --no-interaction k/_temp/ghcca-nogit git de/node/bin/git sh -c exec 'git' 'tag' git 1013387d^{commit} --quiet --verify } git (http block)
  • https://api.github.com/repos/bobthecow/psysh/zipball/a4f766e5c5b6773d8399711019bb7d90875a50ee
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/tKQFUX /usr/bin/composer install --no-interaction (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/HZYeM2 /usr/bin/composer install --no-interaction cal/bin/git -bundle.git/ -- d4f57649^{commit--format=%T git clon�� en -- 4df4b3e3^{commit} /home/REDACTED/.cagit git p/bin/git sh (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/WNjhPz /usr/bin/composer install --prefer-dist --no-interaction k/_temp/ghcca-nogit git de/node/bin/git sh -c exec 'git' 'tag' git 1013387d^{commit} --quiet --verify } git (http block)
  • https://api.github.com/repos/brick/math/zipball/07ff363b16ef8aca9692bba3be9e73fe63f34e50
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/tKQFUX /usr/bin/composer install --no-interaction (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/rVb2DX /usr/bin/composer install --dev e68111812f4d964b01e5101c^{commit} .git/ -- } git clon�� sstoken' -- } /home/REDACTED/.cagit /usr/lib/git-corclone sert.git git (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/HZYeM2 /usr/bin/composer install --no-interaction cal/bin/git -bundle.git/ -- d4f57649^{commit--format=%T git clon�� en -- 4df4b3e3^{commit} /home/REDACTED/.cagit git p/bin/git sh (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/tKQFUX /usr/bin/composer install --no-interaction (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/HZYeM2 /usr/bin/composer install --no-interaction cal/bin/git -bundle.git/ -- d4f57649^{commit--format=%T git clon�� en -- 4df4b3e3^{commit} /home/REDACTED/.cagit git p/bin/git sh (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/WNjhPz /usr/bin/composer install --prefer-dist --no-interaction k/_temp/ghcca-nogit git de/node/bin/git sh -c exec 'git' 'tag' git 1013387d^{commit} --quiet --verify } 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/tKQFUX /usr/bin/composer install --no-interaction (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/rVb2DX /usr/bin/composer install --dev e68111812f4d964b01e5101c^{commit} .git/ -- } git clon�� sstoken' -- } /home/REDACTED/.cagit /usr/lib/git-corclone sert.git git (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/HZYeM2 /usr/bin/composer install --no-interaction cal/bin/git -bundle.git/ -- d4f57649^{commit--format=%T git clon�� en -- 4df4b3e3^{commit} /home/REDACTED/.cagit git p/bin/git sh (http block)
  • https://api.github.com/repos/composer/semver/zipball/198166618906cb2de69b95d7d47e5fa8aa1b2b95
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/tKQFUX /usr/bin/composer install --no-interaction (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/HZYeM2 /usr/bin/composer install --no-interaction cal/bin/git -bundle.git/ -- d4f57649^{commit--format=%T git clon�� en -- 4df4b3e3^{commit} /home/REDACTED/.cagit git p/bin/git sh (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/WNjhPz /usr/bin/composer install --prefer-dist --no-interaction k/_temp/ghcca-nogit git de/node/bin/git sh -c exec 'git' 'tag' git 1013387d^{commit} --quiet --verify } 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/tKQFUX /usr/bin/composer install --no-interaction (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/HZYeM2 /usr/bin/composer install --no-interaction cal/bin/git -bundle.git/ -- d4f57649^{commit--format=%T git clon�� en -- 4df4b3e3^{commit} /home/REDACTED/.cagit git p/bin/git sh (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/WNjhPz /usr/bin/composer install --prefer-dist --no-interaction k/_temp/ghcca-nogit git de/node/bin/git sh -c exec 'git' 'tag' git 1013387d^{commit} --quiet --verify } git (http block)
  • https://api.github.com/repos/dflydev/dflydev-dot-access-data/zipball/a23a2bf4f31d3518f3ecb38660c95715dfead60f
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/tKQFUX /usr/bin/composer install --no-interaction (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/HZYeM2 /usr/bin/composer install --no-interaction cal/bin/git -bundle.git/ -- d4f57649^{commit--format=%T git clon�� en -- 4df4b3e3^{commit} /home/REDACTED/.cagit git p/bin/git sh (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/WNjhPz /usr/bin/composer install --prefer-dist --no-interaction k/_temp/ghcca-nogit git de/node/bin/git sh -c exec 'git' 'tag' git 1013387d^{commit} --quiet --verify } git (http block)
  • https://api.github.com/repos/doctrine/DoctrineBundle/zipball/0ff098b29b8b3c68307c8987dcaed7fd829c6546
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/tKQFUX /usr/bin/composer install --no-interaction (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/HZYeM2 /usr/bin/composer install --no-interaction cal/bin/git -bundle.git/ -- d4f57649^{commit--format=%T git clon�� en -- 4df4b3e3^{commit} /home/REDACTED/.cagit git p/bin/git sh (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/WNjhPz /usr/bin/composer install --prefer-dist --no-interaction k/_temp/ghcca-nogit git de/node/bin/git sh -c exec 'git' 'tag' git 1013387d^{commit} --quiet --verify } git (http block)
  • https://api.github.com/repos/doctrine/collections/zipball/7713da39d8e237f28411d6a616a3dce5e20d5de2
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/tKQFUX /usr/bin/composer install --no-interaction (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/HZYeM2 /usr/bin/composer install --no-interaction cal/bin/git -bundle.git/ -- d4f57649^{commit--format=%T git clon�� en -- 4df4b3e3^{commit} /home/REDACTED/.cagit git p/bin/git sh (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/WNjhPz /usr/bin/composer install --prefer-dist --no-interaction k/_temp/ghcca-nogit git de/node/bin/git sh -c exec 'git' 'tag' git 1013387d^{commit} --quiet --verify } git (http block)
  • https://api.github.com/repos/doctrine/common/zipball/d9ea4a54ca2586db781f0265d36bea731ac66ec5
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/tKQFUX /usr/bin/composer install --no-interaction (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/HZYeM2 /usr/bin/composer install --no-interaction cal/bin/git -bundle.git/ -- d4f57649^{commit--format=%T git clon�� en -- 4df4b3e3^{commit} /home/REDACTED/.cagit git p/bin/git sh (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/WNjhPz /usr/bin/composer install --prefer-dist --no-interaction k/_temp/ghcca-nogit git de/node/bin/git sh -c exec 'git' 'tag' git 1013387d^{commit} --quiet --verify } git (http block)
  • https://api.github.com/repos/doctrine/dbal/zipball/3d544473fb93f5c25b483ea4f4ce99f8c4d9d44c
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/tKQFUX /usr/bin/composer install --no-interaction (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/HZYeM2 /usr/bin/composer install --no-interaction cal/bin/git -bundle.git/ -- d4f57649^{commit--format=%T git clon�� en -- 4df4b3e3^{commit} /home/REDACTED/.cagit git p/bin/git sh (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/WNjhPz /usr/bin/composer install --prefer-dist --no-interaction k/_temp/ghcca-nogit git de/node/bin/git sh -c exec 'git' 'tag' git 1013387d^{commit} --quiet --verify } 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/tKQFUX /usr/bin/composer install --no-interaction (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/HZYeM2 /usr/bin/composer install --no-interaction cal/bin/git -bundle.git/ -- d4f57649^{commit--format=%T git clon�� en -- 4df4b3e3^{commit} /home/REDACTED/.cagit git p/bin/git sh (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/WNjhPz /usr/bin/composer install --prefer-dist --no-interaction k/_temp/ghcca-nogit git de/node/bin/git sh -c exec 'git' 'tag' git 1013387d^{commit} --quiet --verify } git (http block)
  • https://api.github.com/repos/doctrine/event-manager/zipball/dda33921b198841ca8dbad2eaa5d4d34769d18cf
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/tKQFUX /usr/bin/composer install --no-interaction (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/HZYeM2 /usr/bin/composer install --no-interaction cal/bin/git -bundle.git/ -- d4f57649^{commit--format=%T git clon�� en -- 4df4b3e3^{commit} /home/REDACTED/.cagit git p/bin/git sh (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/WNjhPz /usr/bin/composer install --prefer-dist --no-interaction k/_temp/ghcca-nogit git de/node/bin/git sh -c exec 'git' 'tag' git 1013387d^{commit} --quiet --verify } git (http block)
  • https://api.github.com/repos/doctrine/inflector/zipball/6d6c96277ea252fc1304627204c3d5e6e15faa3b
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/tKQFUX /usr/bin/composer install --no-interaction (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/HZYeM2 /usr/bin/composer install --no-interaction cal/bin/git -bundle.git/ -- d4f57649^{commit--format=%T git clon�� en -- 4df4b3e3^{commit} /home/REDACTED/.cagit git p/bin/git sh (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/WNjhPz /usr/bin/composer install --prefer-dist --no-interaction k/_temp/ghcca-nogit git de/node/bin/git sh -c exec 'git' 'tag' git 1013387d^{commit} --quiet --verify } git (http block)
  • https://api.github.com/repos/doctrine/instantiator/zipball/c6222283fa3f4ac679f8b9ced9a4e23f163e80d0
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/tKQFUX /usr/bin/composer install --no-interaction (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/HZYeM2 /usr/bin/composer install --no-interaction cal/bin/git -bundle.git/ -- d4f57649^{commit--format=%T git clon�� en -- 4df4b3e3^{commit} /home/REDACTED/.cagit git p/bin/git sh (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/WNjhPz /usr/bin/composer install --prefer-dist --no-interaction k/_temp/ghcca-nogit git de/node/bin/git sh -c exec 'git' 'tag' git 1013387d^{commit} --quiet --verify } git (http block)
  • https://api.github.com/repos/doctrine/lexer/zipball/31ad66abc0fc9e1a1f2d9bc6a42668d2fbbcd6dd
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/tKQFUX /usr/bin/composer install --no-interaction (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/HZYeM2 /usr/bin/composer install --no-interaction cal/bin/git -bundle.git/ -- d4f57649^{commit--format=%T git clon�� en -- 4df4b3e3^{commit} /home/REDACTED/.cagit git p/bin/git sh (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/WNjhPz /usr/bin/composer install --prefer-dist --no-interaction k/_temp/ghcca-nogit git de/node/bin/git sh -c exec 'git' 'tag' git 1013387d^{commit} --quiet --verify } git (http block)
  • https://api.github.com/repos/doctrine/orm/zipball/4262eb495b4d2a53b45de1ac58881e0091f2970f
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/tKQFUX /usr/bin/composer install --no-interaction (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/HZYeM2 /usr/bin/composer install --no-interaction cal/bin/git -bundle.git/ -- d4f57649^{commit--format=%T git clon�� en -- 4df4b3e3^{commit} /home/REDACTED/.cagit git p/bin/git sh (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/WNjhPz /usr/bin/composer install --prefer-dist --no-interaction k/_temp/ghcca-nogit git de/node/bin/git sh -c exec 'git' 'tag' git 1013387d^{commit} --quiet --verify } git (http block)
  • https://api.github.com/repos/doctrine/persistence/zipball/b9c49ad3558bb77ef973f4e173f2e9c2eca9be09
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/tKQFUX /usr/bin/composer install --no-interaction (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/HZYeM2 /usr/bin/composer install --no-interaction cal/bin/git -bundle.git/ -- d4f57649^{commit--format=%T git clon�� en -- 4df4b3e3^{commit} /home/REDACTED/.cagit git p/bin/git sh (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/WNjhPz /usr/bin/composer install --prefer-dist --no-interaction k/_temp/ghcca-nogit git de/node/bin/git sh -c exec 'git' 'tag' git 1013387d^{commit} --quiet --verify } git (http block)
  • https://api.github.com/repos/doctrine/sql-formatter/zipball/a8af23a8e9d622505baa2997465782cbe8bb7fc7
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/tKQFUX /usr/bin/composer install --no-interaction (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/HZYeM2 /usr/bin/composer install --no-interaction cal/bin/git -bundle.git/ -- d4f57649^{commit--format=%T git clon�� en -- 4df4b3e3^{commit} /home/REDACTED/.cagit git p/bin/git sh (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/WNjhPz /usr/bin/composer install --prefer-dist --no-interaction k/_temp/ghcca-nogit git de/node/bin/git sh -c exec 'git' 'tag' git 1013387d^{commit} --quiet --verify } git (http block)
  • https://api.github.com/repos/dragonmantank/cron-expression/zipball/d61a8a9604ec1f8c3d150d09db6ce98b32675013
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/tKQFUX /usr/bin/composer install --no-interaction (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/HZYeM2 /usr/bin/composer install --no-interaction cal/bin/git -bundle.git/ -- d4f57649^{commit--format=%T git clon�� en -- 4df4b3e3^{commit} /home/REDACTED/.cagit git p/bin/git sh (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/WNjhPz /usr/bin/composer install --prefer-dist --no-interaction k/_temp/ghcca-nogit git de/node/bin/git sh -c exec 'git' 'tag' git 1013387d^{commit} --quiet --verify } git (http block)
  • https://api.github.com/repos/egulias/EmailValidator/zipball/d42c8731f0624ad6bdc8d3e5e9a4524f68801cfa
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/tKQFUX /usr/bin/composer install --no-interaction (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/HZYeM2 /usr/bin/composer install --no-interaction cal/bin/git -bundle.git/ -- d4f57649^{commit--format=%T git clon�� en -- 4df4b3e3^{commit} /home/REDACTED/.cagit git p/bin/git sh (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/WNjhPz /usr/bin/composer install --prefer-dist --no-interaction k/_temp/ghcca-nogit git de/node/bin/git sh -c exec 'git' 'tag' git 1013387d^{commit} --quiet --verify } git (http block)
  • https://api.github.com/repos/elastic/elastic-transport-php/zipball/3488b9d070e220f2a1ebdb500e6c588069f1897f
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/tKQFUX /usr/bin/composer install --no-interaction (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/HZYeM2 /usr/bin/composer install --no-interaction cal/bin/git -bundle.git/ -- d4f57649^{commit--format=%T git clon�� en -- 4df4b3e3^{commit} /home/REDACTED/.cagit git p/bin/git sh (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/WNjhPz /usr/bin/composer install --prefer-dist --no-interaction k/_temp/ghcca-nogit git de/node/bin/git sh -c exec 'git' 'tag' git 1013387d^{commit} --quiet --verify } git (http block)
  • https://api.github.com/repos/elastic/elasticsearch-php/zipball/c79031c427260c8b5a583e4fe76fad330a5177cc
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/tKQFUX /usr/bin/composer install --no-interaction (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/HZYeM2 /usr/bin/composer install --no-interaction cal/bin/git -bundle.git/ -- d4f57649^{commit--format=%T git clon�� en -- 4df4b3e3^{commit} /home/REDACTED/.cagit git p/bin/git sh (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/WNjhPz /usr/bin/composer install --prefer-dist --no-interaction k/_temp/ghcca-nogit git de/node/bin/git sh -c exec 'git' 'tag' git 1013387d^{commit} --quiet --verify } 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/tKQFUX /usr/bin/composer install --no-interaction (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/HZYeM2 /usr/bin/composer install --no-interaction cal/bin/git -bundle.git/ -- d4f57649^{commit--format=%T git clon�� en -- 4df4b3e3^{commit} /home/REDACTED/.cagit git p/bin/git sh (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/WNjhPz /usr/bin/composer install --prefer-dist --no-interaction k/_temp/ghcca-nogit git de/node/bin/git sh -c exec 'git' 'tag' git 1013387d^{commit} --quiet --verify } git (http block)
  • https://api.github.com/repos/fruitcake/php-cors/zipball/38aaa6c3fd4c157ffe2a4d10aa8b9b16ba8de379
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/tKQFUX /usr/bin/composer install --no-interaction (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/HZYeM2 /usr/bin/composer install --no-interaction cal/bin/git -bundle.git/ -- d4f57649^{commit--format=%T git clon�� en -- 4df4b3e3^{commit} /home/REDACTED/.cagit git p/bin/git sh (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/WNjhPz /usr/bin/composer install --prefer-dist --no-interaction k/_temp/ghcca-nogit git de/node/bin/git sh -c exec 'git' 'tag' git 1013387d^{commit} --quiet --verify } git (http block)
  • https://api.github.com/repos/guzzle/guzzle/zipball/b51ac707cfa420b7bfd4e4d5e510ba8008e822b4
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/tKQFUX /usr/bin/composer install --no-interaction (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/HZYeM2 /usr/bin/composer install --no-interaction cal/bin/git -bundle.git/ -- d4f57649^{commit--format=%T git clon�� en -- 4df4b3e3^{commit} /home/REDACTED/.cagit git p/bin/git sh (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/WNjhPz /usr/bin/composer install --prefer-dist --no-interaction k/_temp/ghcca-nogit git de/node/bin/git sh -c exec 'git' 'tag' git 1013387d^{commit} --quiet --verify } git (http block)
  • https://api.github.com/repos/guzzle/promises/zipball/481557b130ef3790cf82b713667b43030dc9c957
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/tKQFUX /usr/bin/composer install --no-interaction (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/HZYeM2 /usr/bin/composer install --no-interaction cal/bin/git -bundle.git/ -- d4f57649^{commit--format=%T git clon�� en -- 4df4b3e3^{commit} /home/REDACTED/.cagit git p/bin/git sh (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/WNjhPz /usr/bin/composer install --prefer-dist --no-interaction k/_temp/ghcca-nogit git de/node/bin/git sh -c exec 'git' 'tag' git 1013387d^{commit} --quiet --verify } git (http block)
  • https://api.github.com/repos/guzzle/psr7/zipball/21dc724a0583619cd1652f673303492272778051
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/tKQFUX /usr/bin/composer install --no-interaction (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/HZYeM2 /usr/bin/composer install --no-interaction cal/bin/git -bundle.git/ -- d4f57649^{commit--format=%T git clon�� en -- 4df4b3e3^{commit} /home/REDACTED/.cagit git p/bin/git sh (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/WNjhPz /usr/bin/composer install --prefer-dist --no-interaction k/_temp/ghcca-nogit git de/node/bin/git sh -c exec 'git' 'tag' git 1013387d^{commit} --quiet --verify } git (http block)
  • https://api.github.com/repos/guzzle/uri-template/zipball/4f4bbd4e7172148801e76e3decc1e559bdee34e1
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/tKQFUX /usr/bin/composer install --no-interaction (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/HZYeM2 /usr/bin/composer install --no-interaction cal/bin/git -bundle.git/ -- d4f57649^{commit--format=%T git clon�� en -- 4df4b3e3^{commit} /home/REDACTED/.cagit git p/bin/git sh (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/WNjhPz /usr/bin/composer install --prefer-dist --no-interaction k/_temp/ghcca-nogit git de/node/bin/git sh -c exec 'git' 'tag' git 1013387d^{commit} --quiet --verify } 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/tKQFUX /usr/bin/composer install --no-interaction (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/HZYeM2 /usr/bin/composer install --no-interaction cal/bin/git -bundle.git/ -- d4f57649^{commit--format=%T git clon�� en -- 4df4b3e3^{commit} /home/REDACTED/.cagit git p/bin/git sh (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/WNjhPz /usr/bin/composer install --prefer-dist --no-interaction k/_temp/ghcca-nogit git de/node/bin/git sh -c exec 'git' 'tag' git 1013387d^{commit} --quiet --verify } 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/tKQFUX /usr/bin/composer install --no-interaction (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/HZYeM2 /usr/bin/composer install --no-interaction cal/bin/git -bundle.git/ -- d4f57649^{commit--format=%T git clon�� en -- 4df4b3e3^{commit} /home/REDACTED/.cagit git p/bin/git sh (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/WNjhPz /usr/bin/composer install --prefer-dist --no-interaction k/_temp/ghcca-nogit git de/node/bin/git sh -c exec 'git' 'tag' git 1013387d^{commit} --quiet --verify } git (http block)
  • https://api.github.com/repos/jsonrainbow/json-schema/zipball/2eeb75d21cf73211335888e7f5e6fd7440723ec7
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/tKQFUX /usr/bin/composer install --no-interaction (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/HZYeM2 /usr/bin/composer install --no-interaction cal/bin/git -bundle.git/ -- d4f57649^{commit--format=%T git clon�� en -- 4df4b3e3^{commit} /home/REDACTED/.cagit git p/bin/git sh (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/WNjhPz /usr/bin/composer install --prefer-dist --no-interaction k/_temp/ghcca-nogit git de/node/bin/git sh -c exec 'git' 'tag' git 1013387d^{commit} --quiet --verify } git (http block)
  • https://api.github.com/repos/laravel/framework/zipball/174ffed91d794a35a541a5eb7c3785a02a34aaba
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/tKQFUX /usr/bin/composer install --no-interaction (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/HZYeM2 /usr/bin/composer install --no-interaction cal/bin/git -bundle.git/ -- d4f57649^{commit--format=%T git clon�� en -- 4df4b3e3^{commit} /home/REDACTED/.cagit git p/bin/git sh (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/WNjhPz /usr/bin/composer install --prefer-dist --no-interaction k/_temp/ghcca-nogit git de/node/bin/git sh -c exec 'git' 'tag' git 1013387d^{commit} --quiet --verify } git (http block)
  • https://api.github.com/repos/laravel/pail/zipball/fdb73f5eacf03db576c710d5a00101ba185f2254
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/tKQFUX /usr/bin/composer install --no-interaction (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/HZYeM2 /usr/bin/composer install --no-interaction cal/bin/git -bundle.git/ -- d4f57649^{commit--format=%T git clon�� en -- 4df4b3e3^{commit} /home/REDACTED/.cagit git p/bin/git sh (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/WNjhPz /usr/bin/composer install --prefer-dist --no-interaction k/_temp/ghcca-nogit git de/node/bin/git sh -c exec 'git' 'tag' git 1013387d^{commit} --quiet --verify } git (http block)
  • https://api.github.com/repos/laravel/prompts/zipball/4861ded9003b7f8a158176a0b7666f74ee761be8
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/tKQFUX /usr/bin/composer install --no-interaction (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/HZYeM2 /usr/bin/composer install --no-interaction cal/bin/git -bundle.git/ -- d4f57649^{commit--format=%T git clon�� en -- 4df4b3e3^{commit} /home/REDACTED/.cagit git p/bin/git sh (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/WNjhPz /usr/bin/composer install --prefer-dist --no-interaction k/_temp/ghcca-nogit git de/node/bin/git sh -c exec 'git' 'tag' git 1013387d^{commit} --quiet --verify } git (http block)
  • https://api.github.com/repos/laravel/serializable-closure/zipball/8f631589ab07b7b52fead814965f5a800459cb3e
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/tKQFUX /usr/bin/composer install --no-interaction (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/HZYeM2 /usr/bin/composer install --no-interaction cal/bin/git -bundle.git/ -- d4f57649^{commit--format=%T git clon�� en -- 4df4b3e3^{commit} /home/REDACTED/.cagit git p/bin/git sh (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/WNjhPz /usr/bin/composer install --prefer-dist --no-interaction k/_temp/ghcca-nogit git de/node/bin/git sh -c exec 'git' 'tag' git 1013387d^{commit} --quiet --verify } git (http block)
  • https://api.github.com/repos/laravel/tinker/zipball/3d34b97c9a1747a81a3fde90482c092bd8b66468
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/tKQFUX /usr/bin/composer install --no-interaction (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/HZYeM2 /usr/bin/composer install --no-interaction cal/bin/git -bundle.git/ -- d4f57649^{commit--format=%T git clon�� en -- 4df4b3e3^{commit} /home/REDACTED/.cagit git p/bin/git sh (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/WNjhPz /usr/bin/composer install --prefer-dist --no-interaction k/_temp/ghcca-nogit git de/node/bin/git sh -c exec 'git' 'tag' git 1013387d^{commit} --quiet --verify } git (http block)
  • https://api.github.com/repos/lcobucci/jwt/zipball/bb3e9f21e4196e8afc41def81ef649c164bca25e
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/tKQFUX /usr/bin/composer install --no-interaction (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/HZYeM2 /usr/bin/composer install --no-interaction cal/bin/git -bundle.git/ -- d4f57649^{commit--format=%T git clon�� en -- 4df4b3e3^{commit} /home/REDACTED/.cagit git p/bin/git sh (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/WNjhPz /usr/bin/composer install --prefer-dist --no-interaction k/_temp/ghcca-nogit git de/node/bin/git sh -c exec 'git' 'tag' git 1013387d^{commit} --quiet --verify } 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/tKQFUX /usr/bin/composer install --no-interaction (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/HZYeM2 /usr/bin/composer install --no-interaction cal/bin/git -bundle.git/ -- d4f57649^{commit--format=%T git clon�� en -- 4df4b3e3^{commit} /home/REDACTED/.cagit git p/bin/git sh (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/WNjhPz /usr/bin/composer install --prefer-dist --no-interaction k/_temp/ghcca-nogit git de/node/bin/git sh -c exec 'git' 'tag' git 1013387d^{commit} --quiet --verify } git (http block)
  • https://api.github.com/repos/minkphp/Mink/zipball/9b08f62937c173affe070c04bb072d7ea1db1be5
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/tKQFUX /usr/bin/composer install --no-interaction (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/HZYeM2 /usr/bin/composer install --no-interaction cal/bin/git -bundle.git/ -- d4f57649^{commit--format=%T git clon�� en -- 4df4b3e3^{commit} /home/REDACTED/.cagit git p/bin/git sh (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/WNjhPz /usr/bin/composer install --prefer-dist --no-interaction k/_temp/ghcca-nogit git de/node/bin/git sh -c exec 'git' 'tag' git 1013387d^{commit} --quiet --verify } 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/tKQFUX /usr/bin/composer install --no-interaction (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/HZYeM2 /usr/bin/composer install --no-interaction cal/bin/git -bundle.git/ -- d4f57649^{commit--format=%T git clon�� en -- 4df4b3e3^{commit} /home/REDACTED/.cagit git p/bin/git sh (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/WNjhPz /usr/bin/composer install --prefer-dist --no-interaction k/_temp/ghcca-nogit git de/node/bin/git sh -c exec 'git' 'tag' git 1013387d^{commit} --quiet --verify } git (http block)
  • https://api.github.com/repos/modelcontextprotocol/php-sdk/zipball/42fe1430ce2ceee17be9e119a1f245f5d8dda3bb
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/tKQFUX /usr/bin/composer install --no-interaction (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/HZYeM2 /usr/bin/composer install --no-interaction cal/bin/git -bundle.git/ -- d4f57649^{commit--format=%T git clon�� en -- 4df4b3e3^{commit} /home/REDACTED/.cagit git p/bin/git sh (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/WNjhPz /usr/bin/composer install --prefer-dist --no-interaction k/_temp/ghcca-nogit git de/node/bin/git sh -c exec 'git' 'tag' git 1013387d^{commit} --quiet --verify } 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/tKQFUX /usr/bin/composer install --no-interaction (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/HZYeM2 /usr/bin/composer install --no-interaction cal/bin/git -bundle.git/ -- d4f57649^{commit--format=%T git clon�� en -- 4df4b3e3^{commit} /home/REDACTED/.cagit git p/bin/git sh (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/WNjhPz /usr/bin/composer install --prefer-dist --no-interaction k/_temp/ghcca-nogit git de/node/bin/git sh -c exec 'git' 'tag' git 1013387d^{commit} --quiet --verify } git (http block)
  • https://api.github.com/repos/nette/schema/zipball/086497a2f34b82fede9b5a41cc8e131d087cd8f7
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/tKQFUX /usr/bin/composer install --no-interaction (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/HZYeM2 /usr/bin/composer install --no-interaction cal/bin/git -bundle.git/ -- d4f57649^{commit--format=%T git clon�� en -- 4df4b3e3^{commit} /home/REDACTED/.cagit git p/bin/git sh (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/WNjhPz /usr/bin/composer install --prefer-dist --no-interaction k/_temp/ghcca-nogit git de/node/bin/git sh -c exec 'git' 'tag' git 1013387d^{commit} --quiet --verify } git (http block)
  • https://api.github.com/repos/nette/utils/zipball/f76b5dc3d6c6d3043c8d937df2698515b99cbaf5
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/tKQFUX /usr/bin/composer install --no-interaction (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/HZYeM2 /usr/bin/composer install --no-interaction cal/bin/git -bundle.git/ -- d4f57649^{commit--format=%T git clon�� en -- 4df4b3e3^{commit} /home/REDACTED/.cagit git p/bin/git sh (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/WNjhPz /usr/bin/composer install --prefer-dist --no-interaction k/_temp/ghcca-nogit git de/node/bin/git sh -c exec 'git' 'tag' git 1013387d^{commit} --quiet --verify } 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/tKQFUX /usr/bin/composer install --no-interaction (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/HZYeM2 /usr/bin/composer install --no-interaction cal/bin/git -bundle.git/ -- d4f57649^{commit--format=%T git clon�� en -- 4df4b3e3^{commit} /home/REDACTED/.cagit git p/bin/git sh (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/WNjhPz /usr/bin/composer install --prefer-dist --no-interaction k/_temp/ghcca-nogit git de/node/bin/git sh -c exec 'git' 'tag' git 1013387d^{commit} --quiet --verify } git (http block)
  • https://api.github.com/repos/nunomaduro/collision/zipball/1dc9e88d105699d0fee8bb18890f41b274f6b4c4
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/tKQFUX /usr/bin/composer install --no-interaction (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/HZYeM2 /usr/bin/composer install --no-interaction cal/bin/git -bundle.git/ -- d4f57649^{commit--format=%T git clon�� en -- 4df4b3e3^{commit} /home/REDACTED/.cagit git p/bin/git sh (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/WNjhPz /usr/bin/composer install --prefer-dist --no-interaction k/_temp/ghcca-nogit git de/node/bin/git sh -c exec 'git' 'tag' git 1013387d^{commit} --quiet --verify } git (http block)
  • https://api.github.com/repos/nunomaduro/termwind/zipball/6fb2a640ff502caace8e05fd7be3b503a7e1c017
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/tKQFUX /usr/bin/composer install --no-interaction (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/HZYeM2 /usr/bin/composer install --no-interaction cal/bin/git -bundle.git/ -- d4f57649^{commit--format=%T git clon�� en -- 4df4b3e3^{commit} /home/REDACTED/.cagit git p/bin/git sh (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/WNjhPz /usr/bin/composer install --prefer-dist --no-interaction k/_temp/ghcca-nogit git de/node/bin/git sh -c exec 'git' 'tag' git 1013387d^{commit} --quiet --verify } git (http block)
  • https://api.github.com/repos/opentelemetry-php/api/zipball/df5197c6fd0ddd8e9883b87de042d9341300e2ad
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/tKQFUX /usr/bin/composer install --no-interaction (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/HZYeM2 /usr/bin/composer install --no-interaction cal/bin/git -bundle.git/ -- d4f57649^{commit--format=%T git clon�� en -- 4df4b3e3^{commit} /home/REDACTED/.cagit git p/bin/git sh (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/WNjhPz /usr/bin/composer install --prefer-dist --no-interaction k/_temp/ghcca-nogit git de/node/bin/git sh -c exec 'git' 'tag' git 1013387d^{commit} --quiet --verify } git (http block)
  • https://api.github.com/repos/opentelemetry-php/context/zipball/d4c4470b541ce72000d18c339cfee633e4c8e0cf
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/tKQFUX /usr/bin/composer install --no-interaction (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/HZYeM2 /usr/bin/composer install --no-interaction cal/bin/git -bundle.git/ -- d4f57649^{commit--format=%T git clon�� en -- 4df4b3e3^{commit} /home/REDACTED/.cagit git p/bin/git sh (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/WNjhPz /usr/bin/composer install --prefer-dist --no-interaction k/_temp/ghcca-nogit git de/node/bin/git sh -c exec 'git' 'tag' git 1013387d^{commit} --quiet --verify } git (http block)
  • https://api.github.com/repos/opis/json-schema/zipball/8458763e0dd0b6baa310e04f1829fc73da4e8c8a
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/tKQFUX /usr/bin/composer install --no-interaction (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/HZYeM2 /usr/bin/composer install --no-interaction cal/bin/git -bundle.git/ -- d4f57649^{commit--format=%T git clon�� en -- 4df4b3e3^{commit} /home/REDACTED/.cagit git p/bin/git sh (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/WNjhPz /usr/bin/composer install --prefer-dist --no-interaction k/_temp/ghcca-nogit git de/node/bin/git sh -c exec 'git' 'tag' git 1013387d^{commit} --quiet --verify } git (http block)
  • https://api.github.com/repos/opis/string/zipball/3e4d2aaff518ac518530b89bb26ed40f4503635e
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/tKQFUX /usr/bin/composer install --no-interaction (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/HZYeM2 /usr/bin/composer install --no-interaction cal/bin/git -bundle.git/ -- d4f57649^{commit--format=%T git clon�� en -- 4df4b3e3^{commit} /home/REDACTED/.cagit git p/bin/git sh (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/WNjhPz /usr/bin/composer install --prefer-dist --no-interaction k/_temp/ghcca-nogit git de/node/bin/git sh -c exec 'git' 'tag' git 1013387d^{commit} --quiet --verify } git (http block)
  • https://api.github.com/repos/opis/uri/zipball/0f3ca49ab1a5e4a6681c286e0b2cc081b93a7d5a
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/tKQFUX /usr/bin/composer install --no-interaction (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/HZYeM2 /usr/bin/composer install --no-interaction cal/bin/git -bundle.git/ -- d4f57649^{commit--format=%T git clon�� en -- 4df4b3e3^{commit} /home/REDACTED/.cagit git p/bin/git sh (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/WNjhPz /usr/bin/composer install --prefer-dist --no-interaction k/_temp/ghcca-nogit git de/node/bin/git sh -c exec 'git' 'tag' git 1013387d^{commit} --quiet --verify } git (http block)
  • https://api.github.com/repos/orchestral/canvas-core/zipball/af1ac73bb0e4f5a65eeb3aadc1030983c6ea0aea
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/tKQFUX /usr/bin/composer install --no-interaction (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/HZYeM2 /usr/bin/composer install --no-interaction cal/bin/git -bundle.git/ -- d4f57649^{commit--format=%T git clon�� en -- 4df4b3e3^{commit} /home/REDACTED/.cagit git p/bin/git sh (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/WNjhPz /usr/bin/composer install --prefer-dist --no-interaction k/_temp/ghcca-nogit git de/node/bin/git sh -c exec 'git' 'tag' git 1013387d^{commit} --quiet --verify } git (http block)
  • https://api.github.com/repos/orchestral/canvas/zipball/6e63f56acd46b0ee842e922d0ebb18af8f7a60f6
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/tKQFUX /usr/bin/composer install --no-interaction (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/HZYeM2 /usr/bin/composer install --no-interaction cal/bin/git -bundle.git/ -- d4f57649^{commit--format=%T git clon�� en -- 4df4b3e3^{commit} /home/REDACTED/.cagit git p/bin/git sh (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/WNjhPz /usr/bin/composer install --prefer-dist --no-interaction k/_temp/ghcca-nogit git de/node/bin/git sh -c exec 'git' 'tag' git 1013387d^{commit} --quiet --verify } git (http block)
  • https://api.github.com/repos/orchestral/sidekick/zipball/267a71b56cb2fe1a634d69fc99889c671b77ff43
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/tKQFUX /usr/bin/composer install --no-interaction (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/HZYeM2 /usr/bin/composer install --no-interaction cal/bin/git -bundle.git/ -- d4f57649^{commit--format=%T git clon�� en -- 4df4b3e3^{commit} /home/REDACTED/.cagit git p/bin/git sh (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/WNjhPz /usr/bin/composer install --prefer-dist --no-interaction k/_temp/ghcca-nogit git de/node/bin/git sh -c exec 'git' 'tag' git 1013387d^{commit} --quiet --verify } git (http block)
  • https://api.github.com/repos/orchestral/testbench-core/zipball/754d2b71601822d1f57f28119e4dea27ed1a5205
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/tKQFUX /usr/bin/composer install --no-interaction (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/HZYeM2 /usr/bin/composer install --no-interaction cal/bin/git -bundle.git/ -- d4f57649^{commit--format=%T git clon�� en -- 4df4b3e3^{commit} /home/REDACTED/.cagit git p/bin/git sh (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/WNjhPz /usr/bin/composer install --prefer-dist --no-interaction k/_temp/ghcca-nogit git de/node/bin/git sh -c exec 'git' 'tag' git 1013387d^{commit} --quiet --verify } git (http block)
  • https://api.github.com/repos/orchestral/testbench/zipball/040a37b60e1a9d7ae10b496407b6c3bb63b47038
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/tKQFUX /usr/bin/composer install --no-interaction (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/HZYeM2 /usr/bin/composer install --no-interaction cal/bin/git -bundle.git/ -- d4f57649^{commit--format=%T git clon�� en -- 4df4b3e3^{commit} /home/REDACTED/.cagit git p/bin/git sh (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/WNjhPz /usr/bin/composer install --prefer-dist --no-interaction k/_temp/ghcca-nogit git de/node/bin/git sh -c exec 'git' 'tag' git 1013387d^{commit} --quiet --verify } git (http block)
  • https://api.github.com/repos/orchestral/workbench/zipball/88bb9b5872539dd8b556b232a1b466f639c18259
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/tKQFUX /usr/bin/composer install --no-interaction (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/HZYeM2 /usr/bin/composer install --no-interaction cal/bin/git -bundle.git/ -- d4f57649^{commit--format=%T git clon�� en -- 4df4b3e3^{commit} /home/REDACTED/.cagit git p/bin/git sh (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/WNjhPz /usr/bin/composer install --prefer-dist --no-interaction k/_temp/ghcca-nogit git de/node/bin/git sh -c exec 'git' 'tag' git 1013387d^{commit} --quiet --verify } 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/tKQFUX /usr/bin/composer install --no-interaction (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/HZYeM2 /usr/bin/composer install --no-interaction cal/bin/git -bundle.git/ -- d4f57649^{commit--format=%T git clon�� en -- 4df4b3e3^{commit} /home/REDACTED/.cagit git p/bin/git sh (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/WNjhPz /usr/bin/composer install --prefer-dist --no-interaction k/_temp/ghcca-nogit git de/node/bin/git sh -c exec 'git' 'tag' git 1013387d^{commit} --quiet --verify } 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/tKQFUX /usr/bin/composer install --no-interaction (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/HZYeM2 /usr/bin/composer install --no-interaction cal/bin/git -bundle.git/ -- d4f57649^{commit--format=%T git clon�� en -- 4df4b3e3^{commit} /home/REDACTED/.cagit git p/bin/git sh (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/WNjhPz /usr/bin/composer install --prefer-dist --no-interaction k/_temp/ghcca-nogit git de/node/bin/git sh -c exec 'git' 'tag' git 1013387d^{commit} --quiet --verify } 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/tKQFUX /usr/bin/composer install --no-interaction (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/rVb2DX /usr/bin/composer install --dev e68111812f4d964b01e5101c^{commit} .git/ -- } git clon�� sstoken' -- } /home/REDACTED/.cagit /usr/lib/git-corclone sert.git git (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/HZYeM2 /usr/bin/composer install --no-interaction cal/bin/git -bundle.git/ -- d4f57649^{commit--format=%T git clon�� en -- 4df4b3e3^{commit} /home/REDACTED/.cagit git p/bin/git sh (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/tKQFUX /usr/bin/composer install --no-interaction (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/HZYeM2 /usr/bin/composer install --no-interaction cal/bin/git -bundle.git/ -- d4f57649^{commit--format=%T git clon�� en -- 4df4b3e3^{commit} /home/REDACTED/.cagit git p/bin/git sh (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/WNjhPz /usr/bin/composer install --prefer-dist --no-interaction k/_temp/ghcca-nogit git de/node/bin/git sh -c exec 'git' 'tag' git 1013387d^{commit} --quiet --verify } 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/tKQFUX /usr/bin/composer install --no-interaction (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/HZYeM2 /usr/bin/composer install --no-interaction cal/bin/git -bundle.git/ -- d4f57649^{commit--format=%T git clon�� en -- 4df4b3e3^{commit} /home/REDACTED/.cagit git p/bin/git sh (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/WNjhPz /usr/bin/composer install --prefer-dist --no-interaction k/_temp/ghcca-nogit git de/node/bin/git sh -c exec 'git' 'tag' git 1013387d^{commit} --quiet --verify } 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/tKQFUX /usr/bin/composer install --no-interaction (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/HZYeM2 /usr/bin/composer install --no-interaction cal/bin/git -bundle.git/ -- d4f57649^{commit--format=%T git clon�� en -- 4df4b3e3^{commit} /home/REDACTED/.cagit git p/bin/git sh (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/WNjhPz /usr/bin/composer install --prefer-dist --no-interaction k/_temp/ghcca-nogit git de/node/bin/git sh -c exec 'git' 'tag' git 1013387d^{commit} --quiet --verify } git (http block)
  • https://api.github.com/repos/php-fig/http-client/zipball/bb5906edc1c324c9a05aa0873d40117941e5fa90
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/tKQFUX /usr/bin/composer install --no-interaction (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/HZYeM2 /usr/bin/composer install --no-interaction cal/bin/git -bundle.git/ -- d4f57649^{commit--format=%T git clon�� en -- 4df4b3e3^{commit} /home/REDACTED/.cagit git p/bin/git sh (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/WNjhPz /usr/bin/composer install --prefer-dist --no-interaction k/_temp/ghcca-nogit git de/node/bin/git sh -c exec 'git' 'tag' git 1013387d^{commit} --quiet --verify } 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/tKQFUX /usr/bin/composer install --no-interaction (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/HZYeM2 /usr/bin/composer install --no-interaction cal/bin/git -bundle.git/ -- d4f57649^{commit--format=%T git clon�� en -- 4df4b3e3^{commit} /home/REDACTED/.cagit git p/bin/git sh (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/WNjhPz /usr/bin/composer install --prefer-dist --no-interaction k/_temp/ghcca-nogit git de/node/bin/git sh -c exec 'git' 'tag' git 1013387d^{commit} --quiet --verify } git (http block)
  • https://api.github.com/repos/php-fig/http-message/zipball/402d35bcb92c70c026d1a6a9883f06b2ead23d71
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/tKQFUX /usr/bin/composer install --no-interaction (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/HZYeM2 /usr/bin/composer install --no-interaction cal/bin/git -bundle.git/ -- d4f57649^{commit--format=%T git clon�� en -- 4df4b3e3^{commit} /home/REDACTED/.cagit git p/bin/git sh (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/WNjhPz /usr/bin/composer install --prefer-dist --no-interaction k/_temp/ghcca-nogit git de/node/bin/git sh -c exec 'git' 'tag' git 1013387d^{commit} --quiet --verify } git (http block)
  • https://api.github.com/repos/php-fig/link/zipball/84b159194ecfd7eaa472280213976e96415433f7
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/tKQFUX /usr/bin/composer install --no-interaction (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/HZYeM2 /usr/bin/composer install --no-interaction cal/bin/git -bundle.git/ -- d4f57649^{commit--format=%T git clon�� en -- 4df4b3e3^{commit} /home/REDACTED/.cagit git p/bin/git sh (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/WNjhPz /usr/bin/composer install --prefer-dist --no-interaction k/_temp/ghcca-nogit git de/node/bin/git sh -c exec 'git' 'tag' git 1013387d^{commit} --quiet --verify } 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/tKQFUX /usr/bin/composer install --no-interaction (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/HZYeM2 /usr/bin/composer install --no-interaction cal/bin/git -bundle.git/ -- d4f57649^{commit--format=%T git clon�� en -- 4df4b3e3^{commit} /home/REDACTED/.cagit git p/bin/git sh (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/WNjhPz /usr/bin/composer install --prefer-dist --no-interaction k/_temp/ghcca-nogit git de/node/bin/git sh -c exec 'git' 'tag' git 1013387d^{commit} --quiet --verify } 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/tKQFUX /usr/bin/composer install --no-interaction (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/HZYeM2 /usr/bin/composer install --no-interaction cal/bin/git -bundle.git/ -- d4f57649^{commit--format=%T git clon�� en -- 4df4b3e3^{commit} /home/REDACTED/.cagit git p/bin/git sh (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/WNjhPz /usr/bin/composer install --prefer-dist --no-interaction k/_temp/ghcca-nogit git de/node/bin/git sh -c exec 'git' 'tag' git 1013387d^{commit} --quiet --verify } git (http block)
  • https://api.github.com/repos/php-http/discovery/zipball/82fe4c73ef3363caed49ff8dd1539ba06044910d
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/tKQFUX /usr/bin/composer install --no-interaction (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/rVb2DX /usr/bin/composer install --dev e68111812f4d964b01e5101c^{commit} .git/ -- } git clon�� sstoken' -- } /home/REDACTED/.cagit /usr/lib/git-corclone sert.git git (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/HZYeM2 /usr/bin/composer install --no-interaction cal/bin/git -bundle.git/ -- d4f57649^{commit--format=%T git clon�� en -- 4df4b3e3^{commit} /home/REDACTED/.cagit git p/bin/git sh (http block)
  • https://api.github.com/repos/php-http/httplug/zipball/5cad731844891a4c282f3f3e1b582c46839d22f4
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/tKQFUX /usr/bin/composer install --no-interaction (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/HZYeM2 /usr/bin/composer install --no-interaction cal/bin/git -bundle.git/ -- d4f57649^{commit--format=%T git clon�� en -- 4df4b3e3^{commit} /home/REDACTED/.cagit git p/bin/git sh (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/WNjhPz /usr/bin/composer install --prefer-dist --no-interaction k/_temp/ghcca-nogit git de/node/bin/git sh -c exec 'git' 'tag' git 1013387d^{commit} --quiet --verify } git (http block)
  • https://api.github.com/repos/php-http/promise/zipball/fc85b1fba37c169a69a07ef0d5a8075770cc1f83
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/tKQFUX /usr/bin/composer install --no-interaction (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/HZYeM2 /usr/bin/composer install --no-interaction cal/bin/git -bundle.git/ -- d4f57649^{commit--format=%T git clon�� en -- 4df4b3e3^{commit} /home/REDACTED/.cagit git p/bin/git sh (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/WNjhPz /usr/bin/composer install --prefer-dist --no-interaction k/_temp/ghcca-nogit git de/node/bin/git sh -c exec 'git' 'tag' git 1013387d^{commit} --quiet --verify } 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/tKQFUX /usr/bin/composer install --no-interaction (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/HZYeM2 /usr/bin/composer install --no-interaction cal/bin/git -bundle.git/ -- d4f57649^{commit--format=%T git clon�� en -- 4df4b3e3^{commit} /home/REDACTED/.cagit git p/bin/git sh (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/WNjhPz /usr/bin/composer install --prefer-dist --no-interaction k/_temp/ghcca-nogit git de/node/bin/git sh -c exec 'git' 'tag' git 1013387d^{commit} --quiet --verify } 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/tKQFUX /usr/bin/composer install --no-interaction (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/HZYeM2 /usr/bin/composer install --no-interaction cal/bin/git -bundle.git/ -- d4f57649^{commit--format=%T git clon�� en -- 4df4b3e3^{commit} /home/REDACTED/.cagit git p/bin/git sh (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/WNjhPz /usr/bin/composer install --prefer-dist --no-interaction k/_temp/ghcca-nogit git de/node/bin/git sh -c exec 'git' 'tag' git 1013387d^{commit} --quiet --verify } 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/tKQFUX /usr/bin/composer install --no-interaction (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/HZYeM2 /usr/bin/composer install --no-interaction cal/bin/git -bundle.git/ -- d4f57649^{commit--format=%T git clon�� en -- 4df4b3e3^{commit} /home/REDACTED/.cagit git p/bin/git sh (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/WNjhPz /usr/bin/composer install --prefer-dist --no-interaction k/_temp/ghcca-nogit git de/node/bin/git sh -c exec 'git' 'tag' git 1013387d^{commit} --quiet --verify } git (http block)
  • https://api.github.com/repos/phpspec/prophecy-phpunit/zipball/d3c28041d9390c9bca325a08c5b2993ac855bded
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/tKQFUX /usr/bin/composer install --no-interaction (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/HZYeM2 /usr/bin/composer install --no-interaction cal/bin/git -bundle.git/ -- d4f57649^{commit--format=%T git clon�� en -- 4df4b3e3^{commit} /home/REDACTED/.cagit git p/bin/git sh (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/WNjhPz /usr/bin/composer install --prefer-dist --no-interaction k/_temp/ghcca-nogit git de/node/bin/git sh -c exec 'git' 'tag' git 1013387d^{commit} --quiet --verify } git (http block)
  • https://api.github.com/repos/phpspec/prophecy/zipball/a24f1bda2d00a03877f7f99d9e6b150baf543f6d
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/tKQFUX /usr/bin/composer install --no-interaction (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/HZYeM2 /usr/bin/composer install --no-interaction cal/bin/git -bundle.git/ -- d4f57649^{commit--format=%T git clon�� en -- 4df4b3e3^{commit} /home/REDACTED/.cagit git p/bin/git sh (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/WNjhPz /usr/bin/composer install --prefer-dist --no-interaction k/_temp/ghcca-nogit git de/node/bin/git sh -c exec 'git' 'tag' git 1013387d^{commit} --quiet --verify } 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/tKQFUX /usr/bin/composer install --no-interaction (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/rVb2DX /usr/bin/composer install --dev e68111812f4d964b01e5101c^{commit} .git/ -- } git clon�� sstoken' -- } /home/REDACTED/.cagit /usr/lib/git-corclone sert.git git (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/HZYeM2 /usr/bin/composer install --no-interaction cal/bin/git -bundle.git/ -- d4f57649^{commit--format=%T git clon�� en -- 4df4b3e3^{commit} /home/REDACTED/.cagit git p/bin/git sh (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/tKQFUX /usr/bin/composer install --no-interaction (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/HZYeM2 /usr/bin/composer install --no-interaction cal/bin/git -bundle.git/ -- d4f57649^{commit--format=%T git clon�� en -- 4df4b3e3^{commit} /home/REDACTED/.cagit git p/bin/git sh (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/WNjhPz /usr/bin/composer install --prefer-dist --no-interaction k/_temp/ghcca-nogit git de/node/bin/git sh -c exec 'git' 'tag' git 1013387d^{commit} --quiet --verify } git (http block)
  • https://api.github.com/repos/phpstan/phpstan-doctrine/zipball/70cd3e82fef49171163ff682a89cfe793d88581c
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/tKQFUX /usr/bin/composer install --no-interaction (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/HZYeM2 /usr/bin/composer install --no-interaction cal/bin/git -bundle.git/ -- d4f57649^{commit--format=%T git clon�� en -- 4df4b3e3^{commit} /home/REDACTED/.cagit git p/bin/git sh (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/WNjhPz /usr/bin/composer install --prefer-dist --no-interaction k/_temp/ghcca-nogit git de/node/bin/git sh -c exec 'git' 'tag' git 1013387d^{commit} --quiet --verify } git (http block)
  • https://api.github.com/repos/phpstan/phpstan-phpunit/zipball/e4c5a22bf43d3d2bd5a780ad261a622ff62c49a4
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/tKQFUX /usr/bin/composer install --no-interaction (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/HZYeM2 /usr/bin/composer install --no-interaction cal/bin/git -bundle.git/ -- d4f57649^{commit--format=%T git clon�� en -- 4df4b3e3^{commit} /home/REDACTED/.cagit git p/bin/git sh (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/WNjhPz /usr/bin/composer install --prefer-dist --no-interaction k/_temp/ghcca-nogit git de/node/bin/git sh -c exec 'git' 'tag' git 1013387d^{commit} --quiet --verify } git (http block)
  • https://api.github.com/repos/phpstan/phpstan-symfony/zipball/a46dd92eaf15146cd932d897a272e59cd4108ce2
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/tKQFUX /usr/bin/composer install --no-interaction (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/HZYeM2 /usr/bin/composer install --no-interaction cal/bin/git -bundle.git/ -- d4f57649^{commit--format=%T git clon�� en -- 4df4b3e3^{commit} /home/REDACTED/.cagit git p/bin/git sh (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/WNjhPz /usr/bin/composer install --prefer-dist --no-interaction k/_temp/ghcca-nogit git de/node/bin/git sh -c exec 'git' 'tag' git 1013387d^{commit} --quiet --verify } git (http block)
  • https://api.github.com/repos/phpstan/phpstan/zipball/dfaf1f530e1663aa167bc3e52197adb221582629
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/tKQFUX /usr/bin/composer install --no-interaction (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/rVb2DX /usr/bin/composer install --dev e68111812f4d964b01e5101c^{commit} .git/ -- } git clon�� sstoken' -- } /home/REDACTED/.cagit /usr/lib/git-corclone sert.git git (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/HZYeM2 /usr/bin/composer install --no-interaction cal/bin/git -bundle.git/ -- d4f57649^{commit--format=%T git clon�� en -- 4df4b3e3^{commit} /home/REDACTED/.cagit git p/bin/git sh (http block)
  • https://api.github.com/repos/ralouphie/getallheaders/zipball/120b605dfeb996808c31b6477290a714d356e822
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/tKQFUX /usr/bin/composer install --no-interaction (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/HZYeM2 /usr/bin/composer install --no-interaction cal/bin/git -bundle.git/ -- d4f57649^{commit--format=%T git clon�� en -- 4df4b3e3^{commit} /home/REDACTED/.cagit git p/bin/git sh (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/WNjhPz /usr/bin/composer install --prefer-dist --no-interaction k/_temp/ghcca-nogit git de/node/bin/git sh -c exec 'git' 'tag' git 1013387d^{commit} --quiet --verify } 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/tKQFUX /usr/bin/composer install --no-interaction (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/HZYeM2 /usr/bin/composer install --no-interaction cal/bin/git -bundle.git/ -- d4f57649^{commit--format=%T git clon�� en -- 4df4b3e3^{commit} /home/REDACTED/.cagit git p/bin/git sh (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/WNjhPz /usr/bin/composer install --prefer-dist --no-interaction k/_temp/ghcca-nogit git de/node/bin/git sh -c exec 'git' 'tag' git 1013387d^{commit} --quiet --verify } git (http block)
  • https://api.github.com/repos/ramsey/uuid-doctrine/zipball/491e1bfa4d9d81e52a60470fa92c871f7eef919e
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/tKQFUX /usr/bin/composer install --no-interaction (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/HZYeM2 /usr/bin/composer install --no-interaction cal/bin/git -bundle.git/ -- d4f57649^{commit--format=%T git clon�� en -- 4df4b3e3^{commit} /home/REDACTED/.cagit git p/bin/git sh (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/WNjhPz /usr/bin/composer install --prefer-dist --no-interaction k/_temp/ghcca-nogit git de/node/bin/git sh -c exec 'git' 'tag' git 1013387d^{commit} --quiet --verify } 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/tKQFUX /usr/bin/composer install --no-interaction (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/HZYeM2 /usr/bin/composer install --no-interaction cal/bin/git -bundle.git/ -- d4f57649^{commit--format=%T git clon�� en -- 4df4b3e3^{commit} /home/REDACTED/.cagit git p/bin/git sh (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/WNjhPz /usr/bin/composer install --prefer-dist --no-interaction k/_temp/ghcca-nogit git de/node/bin/git sh -c exec 'git' 'tag' git 1013387d^{commit} --quiet --verify } 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/tKQFUX /usr/bin/composer install --no-interaction (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/HZYeM2 /usr/bin/composer install --no-interaction cal/bin/git -bundle.git/ -- d4f57649^{commit--format=%T git clon�� en -- 4df4b3e3^{commit} /home/REDACTED/.cagit git p/bin/git sh (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/WNjhPz /usr/bin/composer install --prefer-dist --no-interaction k/_temp/ghcca-nogit git de/node/bin/git sh -c exec 'git' 'tag' git 1013387d^{commit} --quiet --verify } 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/tKQFUX /usr/bin/composer install --no-interaction (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/HZYeM2 /usr/bin/composer install --no-interaction cal/bin/git -bundle.git/ -- d4f57649^{commit--format=%T git clon�� en -- 4df4b3e3^{commit} /home/REDACTED/.cagit git p/bin/git sh (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/WNjhPz /usr/bin/composer install --prefer-dist --no-interaction k/_temp/ghcca-nogit git de/node/bin/git sh -c exec 'git' 'tag' git 1013387d^{commit} --quiet --verify } 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/tKQFUX /usr/bin/composer install --no-interaction (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/HZYeM2 /usr/bin/composer install --no-interaction cal/bin/git -bundle.git/ -- d4f57649^{commit--format=%T git clon�� en -- 4df4b3e3^{commit} /home/REDACTED/.cagit git p/bin/git sh (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/WNjhPz /usr/bin/composer install --prefer-dist --no-interaction k/_temp/ghcca-nogit git de/node/bin/git sh -c exec 'git' 'tag' git 1013387d^{commit} --quiet --verify } 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/tKQFUX /usr/bin/composer install --no-interaction (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/HZYeM2 /usr/bin/composer install --no-interaction cal/bin/git -bundle.git/ -- d4f57649^{commit--format=%T git clon�� en -- 4df4b3e3^{commit} /home/REDACTED/.cagit git p/bin/git sh (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/WNjhPz /usr/bin/composer install --prefer-dist --no-interaction k/_temp/ghcca-nogit git de/node/bin/git sh -c exec 'git' 'tag' git 1013387d^{commit} --quiet --verify } 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/tKQFUX /usr/bin/composer install --no-interaction (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/HZYeM2 /usr/bin/composer install --no-interaction cal/bin/git -bundle.git/ -- d4f57649^{commit--format=%T git clon�� en -- 4df4b3e3^{commit} /home/REDACTED/.cagit git p/bin/git sh (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/WNjhPz /usr/bin/composer install --prefer-dist --no-interaction k/_temp/ghcca-nogit git de/node/bin/git sh -c exec 'git' 'tag' git 1013387d^{commit} --quiet --verify } 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/tKQFUX /usr/bin/composer install --no-interaction (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/HZYeM2 /usr/bin/composer install --no-interaction cal/bin/git -bundle.git/ -- d4f57649^{commit--format=%T git clon�� en -- 4df4b3e3^{commit} /home/REDACTED/.cagit git p/bin/git sh (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/WNjhPz /usr/bin/composer install --prefer-dist --no-interaction k/_temp/ghcca-nogit git de/node/bin/git sh -c exec 'git' 'tag' git 1013387d^{commit} --quiet --verify } 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/tKQFUX /usr/bin/composer install --no-interaction (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/HZYeM2 /usr/bin/composer install --no-interaction cal/bin/git -bundle.git/ -- d4f57649^{commit--format=%T git clon�� en -- 4df4b3e3^{commit} /home/REDACTED/.cagit git p/bin/git sh (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/WNjhPz /usr/bin/composer install --prefer-dist --no-interaction k/_temp/ghcca-nogit git de/node/bin/git sh -c exec 'git' 'tag' git 1013387d^{commit} --quiet --verify } git (http block)
  • https://api.github.com/repos/schmittjoh/php-option/zipball/75365b91986c2405cf5e1e012c5595cd487a98be
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/tKQFUX /usr/bin/composer install --no-interaction (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/HZYeM2 /usr/bin/composer install --no-interaction cal/bin/git -bundle.git/ -- d4f57649^{commit--format=%T git clon�� en -- 4df4b3e3^{commit} /home/REDACTED/.cagit git p/bin/git sh (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/WNjhPz /usr/bin/composer install --prefer-dist --no-interaction k/_temp/ghcca-nogit git de/node/bin/git sh -c exec 'git' 'tag' git 1013387d^{commit} --quiet --verify } 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/tKQFUX /usr/bin/composer install --no-interaction (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/HZYeM2 /usr/bin/composer install --no-interaction cal/bin/git -bundle.git/ -- d4f57649^{commit--format=%T git clon�� en -- 4df4b3e3^{commit} /home/REDACTED/.cagit git p/bin/git sh (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/WNjhPz /usr/bin/composer install --prefer-dist --no-interaction k/_temp/ghcca-nogit git de/node/bin/git sh -c exec 'git' 'tag' git 1013387d^{commit} --quiet --verify } 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/tKQFUX /usr/bin/composer install --no-interaction (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/HZYeM2 /usr/bin/composer install --no-interaction cal/bin/git -bundle.git/ -- d4f57649^{commit--format=%T git clon�� en -- 4df4b3e3^{commit} /home/REDACTED/.cagit git p/bin/git sh (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/WNjhPz /usr/bin/composer install --prefer-dist --no-interaction k/_temp/ghcca-nogit git de/node/bin/git sh -c exec 'git' 'tag' git 1013387d^{commit} --quiet --verify } 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/tKQFUX /usr/bin/composer install --no-interaction (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/HZYeM2 /usr/bin/composer install --no-interaction cal/bin/git -bundle.git/ -- d4f57649^{commit--format=%T git clon�� en -- 4df4b3e3^{commit} /home/REDACTED/.cagit git p/bin/git sh (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/WNjhPz /usr/bin/composer install --prefer-dist --no-interaction k/_temp/ghcca-nogit git de/node/bin/git sh -c exec 'git' 'tag' git 1013387d^{commit} --quiet --verify } 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/tKQFUX /usr/bin/composer install --no-interaction (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/HZYeM2 /usr/bin/composer install --no-interaction cal/bin/git -bundle.git/ -- d4f57649^{commit--format=%T git clon�� en -- 4df4b3e3^{commit} /home/REDACTED/.cagit git p/bin/git sh (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/WNjhPz /usr/bin/composer install --prefer-dist --no-interaction k/_temp/ghcca-nogit git de/node/bin/git sh -c exec 'git' 'tag' git 1013387d^{commit} --quiet --verify } 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/tKQFUX /usr/bin/composer install --no-interaction (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/HZYeM2 /usr/bin/composer install --no-interaction cal/bin/git -bundle.git/ -- d4f57649^{commit--format=%T git clon�� en -- 4df4b3e3^{commit} /home/REDACTED/.cagit git p/bin/git sh (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/WNjhPz /usr/bin/composer install --prefer-dist --no-interaction k/_temp/ghcca-nogit git de/node/bin/git sh -c exec 'git' 'tag' git 1013387d^{commit} --quiet --verify } 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/tKQFUX /usr/bin/composer install --no-interaction (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/HZYeM2 /usr/bin/composer install --no-interaction cal/bin/git -bundle.git/ -- d4f57649^{commit--format=%T git clon�� en -- 4df4b3e3^{commit} /home/REDACTED/.cagit git p/bin/git sh (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/WNjhPz /usr/bin/composer install --prefer-dist --no-interaction k/_temp/ghcca-nogit git de/node/bin/git sh -c exec 'git' 'tag' git 1013387d^{commit} --quiet --verify } 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/tKQFUX /usr/bin/composer install --no-interaction (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/HZYeM2 /usr/bin/composer install --no-interaction cal/bin/git -bundle.git/ -- d4f57649^{commit--format=%T git clon�� en -- 4df4b3e3^{commit} /home/REDACTED/.cagit git p/bin/git sh (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/WNjhPz /usr/bin/composer install --prefer-dist --no-interaction k/_temp/ghcca-nogit git de/node/bin/git sh -c exec 'git' 'tag' git 1013387d^{commit} --quiet --verify } 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/tKQFUX /usr/bin/composer install --no-interaction (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/HZYeM2 /usr/bin/composer install --no-interaction cal/bin/git -bundle.git/ -- d4f57649^{commit--format=%T git clon�� en -- 4df4b3e3^{commit} /home/REDACTED/.cagit git p/bin/git sh (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/WNjhPz /usr/bin/composer install --prefer-dist --no-interaction k/_temp/ghcca-nogit git de/node/bin/git sh -c exec 'git' 'tag' git 1013387d^{commit} --quiet --verify } 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/tKQFUX /usr/bin/composer install --no-interaction (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/HZYeM2 /usr/bin/composer install --no-interaction cal/bin/git -bundle.git/ -- d4f57649^{commit--format=%T git clon�� en -- 4df4b3e3^{commit} /home/REDACTED/.cagit git p/bin/git sh (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/WNjhPz /usr/bin/composer install --prefer-dist --no-interaction k/_temp/ghcca-nogit git de/node/bin/git sh -c exec 'git' 'tag' git 1013387d^{commit} --quiet --verify } 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/tKQFUX /usr/bin/composer install --no-interaction (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/HZYeM2 /usr/bin/composer install --no-interaction cal/bin/git -bundle.git/ -- d4f57649^{commit--format=%T git clon�� en -- 4df4b3e3^{commit} /home/REDACTED/.cagit git p/bin/git sh (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/WNjhPz /usr/bin/composer install --prefer-dist --no-interaction k/_temp/ghcca-nogit git de/node/bin/git sh -c exec 'git' 'tag' git 1013387d^{commit} --quiet --verify } 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/tKQFUX /usr/bin/composer install --no-interaction (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/HZYeM2 /usr/bin/composer install --no-interaction cal/bin/git -bundle.git/ -- d4f57649^{commit--format=%T git clon�� en -- 4df4b3e3^{commit} /home/REDACTED/.cagit git p/bin/git sh (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/WNjhPz /usr/bin/composer install --prefer-dist --no-interaction k/_temp/ghcca-nogit git de/node/bin/git sh -c exec 'git' 'tag' git 1013387d^{commit} --quiet --verify } 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/tKQFUX /usr/bin/composer install --no-interaction (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/HZYeM2 /usr/bin/composer install --no-interaction cal/bin/git -bundle.git/ -- d4f57649^{commit--format=%T git clon�� en -- 4df4b3e3^{commit} /home/REDACTED/.cagit git p/bin/git sh (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/WNjhPz /usr/bin/composer install --prefer-dist --no-interaction k/_temp/ghcca-nogit git de/node/bin/git sh -c exec 'git' 'tag' git 1013387d^{commit} --quiet --verify } 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/tKQFUX /usr/bin/composer install --no-interaction (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/HZYeM2 /usr/bin/composer install --no-interaction cal/bin/git -bundle.git/ -- d4f57649^{commit--format=%T git clon�� en -- 4df4b3e3^{commit} /home/REDACTED/.cagit git p/bin/git sh (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/WNjhPz /usr/bin/composer install --prefer-dist --no-interaction k/_temp/ghcca-nogit git de/node/bin/git sh -c exec 'git' 'tag' git 1013387d^{commit} --quiet --verify } 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/tKQFUX /usr/bin/composer install --no-interaction (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/HZYeM2 /usr/bin/composer install --no-interaction cal/bin/git -bundle.git/ -- d4f57649^{commit--format=%T git clon�� en -- 4df4b3e3^{commit} /home/REDACTED/.cagit git p/bin/git sh (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/WNjhPz /usr/bin/composer install --prefer-dist --no-interaction k/_temp/ghcca-nogit git de/node/bin/git sh -c exec 'git' 'tag' git 1013387d^{commit} --quiet --verify } 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/tKQFUX /usr/bin/composer install --no-interaction (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/HZYeM2 /usr/bin/composer install --no-interaction cal/bin/git -bundle.git/ -- d4f57649^{commit--format=%T git clon�� en -- 4df4b3e3^{commit} /home/REDACTED/.cagit git p/bin/git sh (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/WNjhPz /usr/bin/composer install --prefer-dist --no-interaction k/_temp/ghcca-nogit git de/node/bin/git sh -c exec 'git' 'tag' git 1013387d^{commit} --quiet --verify } git (http block)
  • https://api.github.com/repos/sebastianbergmann/phpunit/zipball/1686e30f6b32d35592f878a7f56fd0421d7d56c5
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/tKQFUX /usr/bin/composer install --no-interaction (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/HZYeM2 /usr/bin/composer install --no-interaction cal/bin/git -bundle.git/ -- d4f57649^{commit--format=%T git clon�� en -- 4df4b3e3^{commit} /home/REDACTED/.cagit git p/bin/git sh (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/WNjhPz /usr/bin/composer install --prefer-dist --no-interaction k/_temp/ghcca-nogit git de/node/bin/git sh -c exec 'git' 'tag' git 1013387d^{commit} --quiet --verify } 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/tKQFUX /usr/bin/composer install --no-interaction (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/HZYeM2 /usr/bin/composer install --no-interaction cal/bin/git -bundle.git/ -- d4f57649^{commit--format=%T git clon�� en -- 4df4b3e3^{commit} /home/REDACTED/.cagit git p/bin/git sh (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/WNjhPz /usr/bin/composer install --prefer-dist --no-interaction k/_temp/ghcca-nogit git de/node/bin/git sh -c exec 'git' 'tag' git 1013387d^{commit} --quiet --verify } 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/tKQFUX /usr/bin/composer install --no-interaction (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/HZYeM2 /usr/bin/composer install --no-interaction cal/bin/git -bundle.git/ -- d4f57649^{commit--format=%T git clon�� en -- 4df4b3e3^{commit} /home/REDACTED/.cagit git p/bin/git sh (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/WNjhPz /usr/bin/composer install --prefer-dist --no-interaction k/_temp/ghcca-nogit git de/node/bin/git sh -c exec 'git' 'tag' git 1013387d^{commit} --quiet --verify } 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/tKQFUX /usr/bin/composer install --no-interaction (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/HZYeM2 /usr/bin/composer install --no-interaction cal/bin/git -bundle.git/ -- d4f57649^{commit--format=%T git clon�� en -- 4df4b3e3^{commit} /home/REDACTED/.cagit git p/bin/git sh (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/WNjhPz /usr/bin/composer install --prefer-dist --no-interaction k/_temp/ghcca-nogit git de/node/bin/git sh -c exec 'git' 'tag' git 1013387d^{commit} --quiet --verify } git (http block)
  • https://api.github.com/repos/soyuka/contexts/zipball/2b6fc4b66545943370fbd4cca0b80e8439144391
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/tKQFUX /usr/bin/composer install --no-interaction (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/HZYeM2 /usr/bin/composer install --no-interaction cal/bin/git -bundle.git/ -- d4f57649^{commit--format=%T git clon�� en -- 4df4b3e3^{commit} /home/REDACTED/.cagit git p/bin/git sh (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/WNjhPz /usr/bin/composer install --prefer-dist --no-interaction k/_temp/ghcca-nogit git de/node/bin/git sh -c exec 'git' 'tag' git 1013387d^{commit} --quiet --verify } git (http block)
  • https://api.github.com/repos/soyuka/pmu/zipball/a55c94b6878535fee6f1365880b067918df88e21
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/tKQFUX /usr/bin/composer install --no-interaction (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/rVb2DX /usr/bin/composer install --dev e68111812f4d964b01e5101c^{commit} .git/ -- } git clon�� sstoken' -- } /home/REDACTED/.cagit /usr/lib/git-corclone sert.git git (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/HZYeM2 /usr/bin/composer install --no-interaction cal/bin/git -bundle.git/ -- d4f57649^{commit--format=%T git clon�� en -- 4df4b3e3^{commit} /home/REDACTED/.cagit git p/bin/git sh (http block)
  • https://api.github.com/repos/soyuka/stubs-mongodb/zipball/16cc7ca08c59f69774779175dd65c8dedd21de13
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/tKQFUX /usr/bin/composer install --no-interaction (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/HZYeM2 /usr/bin/composer install --no-interaction cal/bin/git -bundle.git/ -- d4f57649^{commit--format=%T git clon�� en -- 4df4b3e3^{commit} /home/REDACTED/.cagit git p/bin/git sh (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/WNjhPz /usr/bin/composer install --prefer-dist --no-interaction k/_temp/ghcca-nogit git de/node/bin/git sh -c exec 'git' 'tag' git 1013387d^{commit} --quiet --verify } 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/tKQFUX /usr/bin/composer install --no-interaction (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/HZYeM2 /usr/bin/composer install --no-interaction cal/bin/git -bundle.git/ -- d4f57649^{commit--format=%T git clon�� en -- 4df4b3e3^{commit} /home/REDACTED/.cagit git p/bin/git sh (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/WNjhPz /usr/bin/composer install --prefer-dist --no-interaction k/_temp/ghcca-nogit git de/node/bin/git sh -c exec 'git' 'tag' git 1013387d^{commit} --quiet --verify } git (http block)
  • https://api.github.com/repos/symfony/asset/zipball/a6f49cf087a1fcfe7130b9b604a8a2b878b06c40
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/tKQFUX /usr/bin/composer install --no-interaction (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/HZYeM2 /usr/bin/composer install --no-interaction cal/bin/git -bundle.git/ -- d4f57649^{commit--format=%T git clon�� en -- 4df4b3e3^{commit} /home/REDACTED/.cagit git p/bin/git sh (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/WNjhPz /usr/bin/composer install --prefer-dist --no-interaction k/_temp/ghcca-nogit git de/node/bin/git sh -c exec 'git' 'tag' git 1013387d^{commit} --quiet --verify } git (http block)
  • https://api.github.com/repos/symfony/browser-kit/zipball/bed167eadaaba641f51fc842c9227aa5e251309e
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/tKQFUX /usr/bin/composer install --no-interaction (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/HZYeM2 /usr/bin/composer install --no-interaction cal/bin/git -bundle.git/ -- d4f57649^{commit--format=%T git clon�� en -- 4df4b3e3^{commit} /home/REDACTED/.cagit git p/bin/git sh (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/WNjhPz /usr/bin/composer install --prefer-dist --no-interaction k/_temp/ghcca-nogit git de/node/bin/git sh -c exec 'git' 'tag' git 1013387d^{commit} --quiet --verify } 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/tKQFUX /usr/bin/composer install --no-interaction (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/HZYeM2 /usr/bin/composer install --no-interaction cal/bin/git -bundle.git/ -- d4f57649^{commit--format=%T git clon�� en -- 4df4b3e3^{commit} /home/REDACTED/.cagit git p/bin/git sh (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/WNjhPz /usr/bin/composer install --prefer-dist --no-interaction k/_temp/ghcca-nogit git de/node/bin/git sh -c exec 'git' 'tag' git 1013387d^{commit} --quiet --verify } 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/tKQFUX /usr/bin/composer install --no-interaction (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/HZYeM2 /usr/bin/composer install --no-interaction cal/bin/git -bundle.git/ -- d4f57649^{commit--format=%T git clon�� en -- 4df4b3e3^{commit} /home/REDACTED/.cagit git p/bin/git sh (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/WNjhPz /usr/bin/composer install --prefer-dist --no-interaction k/_temp/ghcca-nogit git de/node/bin/git sh -c exec 'git' 'tag' git 1013387d^{commit} --quiet --verify } 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/tKQFUX /usr/bin/composer install --no-interaction (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/HZYeM2 /usr/bin/composer install --no-interaction cal/bin/git -bundle.git/ -- d4f57649^{commit--format=%T git clon�� en -- 4df4b3e3^{commit} /home/REDACTED/.cagit git p/bin/git sh (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/WNjhPz /usr/bin/composer install --prefer-dist --no-interaction k/_temp/ghcca-nogit git de/node/bin/git sh -c exec 'git' 'tag' git 1013387d^{commit} --quiet --verify } 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/tKQFUX /usr/bin/composer install --no-interaction (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/HZYeM2 /usr/bin/composer install --no-interaction cal/bin/git -bundle.git/ -- d4f57649^{commit--format=%T git clon�� en -- 4df4b3e3^{commit} /home/REDACTED/.cagit git p/bin/git sh (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/WNjhPz /usr/bin/composer install --prefer-dist --no-interaction k/_temp/ghcca-nogit git de/node/bin/git sh -c exec 'git' 'tag' git 1013387d^{commit} --quiet --verify } 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/tKQFUX /usr/bin/composer install --no-interaction (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/HZYeM2 /usr/bin/composer install --no-interaction cal/bin/git -bundle.git/ -- d4f57649^{commit--format=%T git clon�� en -- 4df4b3e3^{commit} /home/REDACTED/.cagit git p/bin/git sh (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/WNjhPz /usr/bin/composer install --prefer-dist --no-interaction k/_temp/ghcca-nogit git de/node/bin/git sh -c exec 'git' 'tag' git 1013387d^{commit} --quiet --verify } git (http block)
  • https://api.github.com/repos/symfony/css-selector/zipball/ab862f478513e7ca2fe9ec117a6f01a8da6e1135
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/tKQFUX /usr/bin/composer install --no-interaction (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/HZYeM2 /usr/bin/composer install --no-interaction cal/bin/git -bundle.git/ -- d4f57649^{commit--format=%T git clon�� en -- 4df4b3e3^{commit} /home/REDACTED/.cagit git p/bin/git sh (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/WNjhPz /usr/bin/composer install --prefer-dist --no-interaction k/_temp/ghcca-nogit git de/node/bin/git sh -c exec 'git' 'tag' git 1013387d^{commit} --quiet --verify } 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/tKQFUX /usr/bin/composer install --no-interaction (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/HZYeM2 /usr/bin/composer install --no-interaction cal/bin/git -bundle.git/ -- d4f57649^{commit--format=%T git clon�� en -- 4df4b3e3^{commit} /home/REDACTED/.cagit git p/bin/git sh (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/WNjhPz /usr/bin/composer install --prefer-dist --no-interaction k/_temp/ghcca-nogit git de/node/bin/git sh -c exec 'git' 'tag' git 1013387d^{commit} --quiet --verify } 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/tKQFUX /usr/bin/composer install --no-interaction (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/HZYeM2 /usr/bin/composer install --no-interaction cal/bin/git -bundle.git/ -- d4f57649^{commit--format=%T git clon�� en -- 4df4b3e3^{commit} /home/REDACTED/.cagit git p/bin/git sh (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/WNjhPz /usr/bin/composer install --prefer-dist --no-interaction k/_temp/ghcca-nogit git de/node/bin/git sh -c exec 'git' 'tag' git 1013387d^{commit} --quiet --verify } git (http block)
  • https://api.github.com/repos/symfony/doctrine-bridge/zipball/3408d9fb7bda6c8db9f3e4099863c9017bcbc62d
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/tKQFUX /usr/bin/composer install --no-interaction (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/HZYeM2 /usr/bin/composer install --no-interaction cal/bin/git -bundle.git/ -- d4f57649^{commit--format=%T git clon�� en -- 4df4b3e3^{commit} /home/REDACTED/.cagit git p/bin/git sh (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/WNjhPz /usr/bin/composer install --prefer-dist --no-interaction k/_temp/ghcca-nogit git de/node/bin/git sh -c exec 'git' 'tag' git 1013387d^{commit} --quiet --verify } git (http block)
  • https://api.github.com/repos/symfony/dom-crawler/zipball/71fd6a82fc357c8b5de22f78b228acfc43dee965
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/tKQFUX /usr/bin/composer install --no-interaction (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/HZYeM2 /usr/bin/composer install --no-interaction cal/bin/git -bundle.git/ -- d4f57649^{commit--format=%T git clon�� en -- 4df4b3e3^{commit} /home/REDACTED/.cagit git p/bin/git sh (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/WNjhPz /usr/bin/composer install --prefer-dist --no-interaction k/_temp/ghcca-nogit git de/node/bin/git sh -c exec 'git' 'tag' git 1013387d^{commit} --quiet --verify } 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/tKQFUX /usr/bin/composer install --no-interaction (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/HZYeM2 /usr/bin/composer install --no-interaction cal/bin/git -bundle.git/ -- d4f57649^{commit--format=%T git clon�� en -- 4df4b3e3^{commit} /home/REDACTED/.cagit git p/bin/git sh (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/WNjhPz /usr/bin/composer install --prefer-dist --no-interaction k/_temp/ghcca-nogit git de/node/bin/git sh -c exec 'git' 'tag' git 1013387d^{commit} --quiet --verify } 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/tKQFUX /usr/bin/composer install --no-interaction (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/HZYeM2 /usr/bin/composer install --no-interaction cal/bin/git -bundle.git/ -- d4f57649^{commit--format=%T git clon�� en -- 4df4b3e3^{commit} /home/REDACTED/.cagit git p/bin/git sh (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/WNjhPz /usr/bin/composer install --prefer-dist --no-interaction k/_temp/ghcca-nogit git de/node/bin/git sh -c exec 'git' 'tag' git 1013387d^{commit} --quiet --verify } 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/tKQFUX /usr/bin/composer install --no-interaction (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/HZYeM2 /usr/bin/composer install --no-interaction cal/bin/git -bundle.git/ -- d4f57649^{commit--format=%T git clon�� en -- 4df4b3e3^{commit} /home/REDACTED/.cagit git p/bin/git sh (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/WNjhPz /usr/bin/composer install --prefer-dist --no-interaction k/_temp/ghcca-nogit git de/node/bin/git sh -c exec 'git' 'tag' git 1013387d^{commit} --quiet --verify } git (http block)
  • https://api.github.com/repos/symfony/expression-language/zipball/f3a6497eb6573e185f2ec41cd3b3f0cd68ddf667
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/tKQFUX /usr/bin/composer install --no-interaction (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/HZYeM2 /usr/bin/composer install --no-interaction cal/bin/git -bundle.git/ -- d4f57649^{commit--format=%T git clon�� en -- 4df4b3e3^{commit} /home/REDACTED/.cagit git p/bin/git sh (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/WNjhPz /usr/bin/composer install --prefer-dist --no-interaction k/_temp/ghcca-nogit git de/node/bin/git sh -c exec 'git' 'tag' git 1013387d^{commit} --quiet --verify } 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/tKQFUX /usr/bin/composer install --no-interaction (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/HZYeM2 /usr/bin/composer install --no-interaction cal/bin/git -bundle.git/ -- d4f57649^{commit--format=%T git clon�� en -- 4df4b3e3^{commit} /home/REDACTED/.cagit git p/bin/git sh (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/WNjhPz /usr/bin/composer install --prefer-dist --no-interaction k/_temp/ghcca-nogit git de/node/bin/git sh -c exec 'git' 'tag' git 1013387d^{commit} --quiet --verify } 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/tKQFUX /usr/bin/composer install --no-interaction (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/HZYeM2 /usr/bin/composer install --no-interaction cal/bin/git -bundle.git/ -- d4f57649^{commit--format=%T git clon�� en -- 4df4b3e3^{commit} /home/REDACTED/.cagit git p/bin/git sh (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/WNjhPz /usr/bin/composer install --prefer-dist --no-interaction k/_temp/ghcca-nogit git de/node/bin/git sh -c exec 'git' 'tag' git 1013387d^{commit} --quiet --verify } git (http block)
  • https://api.github.com/repos/symfony/form/zipball/264fc873f01376216f0b884ecc81b34b830e25a8
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/tKQFUX /usr/bin/composer install --no-interaction (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/HZYeM2 /usr/bin/composer install --no-interaction cal/bin/git -bundle.git/ -- d4f57649^{commit--format=%T git clon�� en -- 4df4b3e3^{commit} /home/REDACTED/.cagit git p/bin/git sh (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/WNjhPz /usr/bin/composer install --prefer-dist --no-interaction k/_temp/ghcca-nogit git de/node/bin/git sh -c exec 'git' 'tag' git 1013387d^{commit} --quiet --verify } 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/tKQFUX /usr/bin/composer install --no-interaction (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/HZYeM2 /usr/bin/composer install --no-interaction cal/bin/git -bundle.git/ -- d4f57649^{commit--format=%T git clon�� en -- 4df4b3e3^{commit} /home/REDACTED/.cagit git p/bin/git sh (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/WNjhPz /usr/bin/composer install --prefer-dist --no-interaction k/_temp/ghcca-nogit git de/node/bin/git sh -c exec 'git' 'tag' git 1013387d^{commit} --quiet --verify } git (http block)
  • https://api.github.com/repos/symfony/http-client-contracts/zipball/75d7043853a42837e68111812f4d964b01e5101c
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/tKQFUX /usr/bin/composer install --no-interaction (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/HZYeM2 /usr/bin/composer install --no-interaction cal/bin/git -bundle.git/ -- d4f57649^{commit--format=%T git clon�� en -- 4df4b3e3^{commit} /home/REDACTED/.cagit git p/bin/git sh (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/WNjhPz /usr/bin/composer install --prefer-dist --no-interaction k/_temp/ghcca-nogit git de/node/bin/git sh -c exec 'git' 'tag' git 1013387d^{commit} --quiet --verify } git (http block)
  • https://api.github.com/repos/symfony/http-client/zipball/84bb634857a893cc146cceb467e31b3f02c5fe9f
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/tKQFUX /usr/bin/composer install --no-interaction (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/HZYeM2 /usr/bin/composer install --no-interaction cal/bin/git -bundle.git/ -- d4f57649^{commit--format=%T git clon�� en -- 4df4b3e3^{commit} /home/REDACTED/.cagit git p/bin/git sh (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/WNjhPz /usr/bin/composer install --prefer-dist --no-interaction k/_temp/ghcca-nogit git de/node/bin/git sh -c exec 'git' 'tag' git 1013387d^{commit} --quiet --verify } 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/tKQFUX /usr/bin/composer install --no-interaction (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/HZYeM2 /usr/bin/composer install --no-interaction cal/bin/git -bundle.git/ -- d4f57649^{commit--format=%T git clon�� en -- 4df4b3e3^{commit} /home/REDACTED/.cagit git p/bin/git sh (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/WNjhPz /usr/bin/composer install --prefer-dist --no-interaction k/_temp/ghcca-nogit git de/node/bin/git sh -c exec 'git' 'tag' git 1013387d^{commit} --quiet --verify } 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/tKQFUX /usr/bin/composer install --no-interaction (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/HZYeM2 /usr/bin/composer install --no-interaction cal/bin/git -bundle.git/ -- d4f57649^{commit--format=%T git clon�� en -- 4df4b3e3^{commit} /home/REDACTED/.cagit git p/bin/git sh (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/WNjhPz /usr/bin/composer install --prefer-dist --no-interaction k/_temp/ghcca-nogit git de/node/bin/git sh -c exec 'git' 'tag' git 1013387d^{commit} --quiet --verify } git (http block)
  • https://api.github.com/repos/symfony/intl/zipball/7fa2d46174166bcd7829abc8717949f8a0b21fb7
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/tKQFUX /usr/bin/composer install --no-interaction (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/HZYeM2 /usr/bin/composer install --no-interaction cal/bin/git -bundle.git/ -- d4f57649^{commit--format=%T git clon�� en -- 4df4b3e3^{commit} /home/REDACTED/.cagit git p/bin/git sh (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/WNjhPz /usr/bin/composer install --prefer-dist --no-interaction k/_temp/ghcca-nogit git de/node/bin/git sh -c exec 'git' 'tag' git 1013387d^{commit} --quiet --verify } git (http block)
  • https://api.github.com/repos/symfony/json-streamer/zipball/0f2854a5d6ce758b24d37df333e0f8fdcc2a3382
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/tKQFUX /usr/bin/composer install --no-interaction (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/HZYeM2 /usr/bin/composer install --no-interaction cal/bin/git -bundle.git/ -- d4f57649^{commit--format=%T git clon�� en -- 4df4b3e3^{commit} /home/REDACTED/.cagit git p/bin/git sh (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/WNjhPz /usr/bin/composer install --prefer-dist --no-interaction k/_temp/ghcca-nogit git de/node/bin/git sh -c exec 'git' 'tag' git 1013387d^{commit} --quiet --verify } git (http block)
  • https://api.github.com/repos/symfony/mailer/zipball/7b750074c40c694ceb34cb926d6dffee231c5cd6
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/tKQFUX /usr/bin/composer install --no-interaction (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/HZYeM2 /usr/bin/composer install --no-interaction cal/bin/git -bundle.git/ -- d4f57649^{commit--format=%T git clon�� en -- 4df4b3e3^{commit} /home/REDACTED/.cagit git p/bin/git sh (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/WNjhPz /usr/bin/composer install --prefer-dist --no-interaction k/_temp/ghcca-nogit git de/node/bin/git sh -c exec 'git' 'tag' git 1013387d^{commit} --quiet --verify } git (http block)
  • https://api.github.com/repos/symfony/maker-bundle/zipball/eba30452d212769c9a5bcf0716959fd8ba1e54e3
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/tKQFUX /usr/bin/composer install --no-interaction (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/HZYeM2 /usr/bin/composer install --no-interaction cal/bin/git -bundle.git/ -- d4f57649^{commit--format=%T git clon�� en -- 4df4b3e3^{commit} /home/REDACTED/.cagit git p/bin/git sh (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/WNjhPz /usr/bin/composer install --prefer-dist --no-interaction k/_temp/ghcca-nogit git de/node/bin/git sh -c exec 'git' 'tag' git 1013387d^{commit} --quiet --verify } git (http block)
  • https://api.github.com/repos/symfony/mcp-bundle/zipball/2e32139db367e62d8adef508aefee84c1013387d
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/tKQFUX /usr/bin/composer install --no-interaction (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/HZYeM2 /usr/bin/composer install --no-interaction cal/bin/git -bundle.git/ -- d4f57649^{commit--format=%T git clon�� en -- 4df4b3e3^{commit} /home/REDACTED/.cagit git p/bin/git sh (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/WNjhPz /usr/bin/composer install --prefer-dist --no-interaction k/_temp/ghcca-nogit git de/node/bin/git sh -c exec 'git' 'tag' git 1013387d^{commit} --quiet --verify } git (http block)
  • https://api.github.com/repos/symfony/mercure-bundle/zipball/eae8bf5a75b4e1203bd9aa4181c7950a4df4b3e3
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/tKQFUX /usr/bin/composer install --no-interaction (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/HZYeM2 /usr/bin/composer install --no-interaction cal/bin/git -bundle.git/ -- d4f57649^{commit--format=%T git clon�� en -- 4df4b3e3^{commit} /home/REDACTED/.cagit git p/bin/git sh (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/WNjhPz /usr/bin/composer install --prefer-dist --no-interaction k/_temp/ghcca-nogit git de/node/bin/git sh -c exec 'git' 'tag' git 1013387d^{commit} --quiet --verify } git (http block)
  • https://api.github.com/repos/symfony/mercure/zipball/3ba1d19c9792d6bf66cf6cb4412ea289e9a42565
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/tKQFUX /usr/bin/composer install --no-interaction (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/HZYeM2 /usr/bin/composer install --no-interaction cal/bin/git -bundle.git/ -- d4f57649^{commit--format=%T git clon�� en -- 4df4b3e3^{commit} /home/REDACTED/.cagit git p/bin/git sh (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/WNjhPz /usr/bin/composer install --prefer-dist --no-interaction k/_temp/ghcca-nogit git de/node/bin/git sh -c exec 'git' 'tag' git 1013387d^{commit} --quiet --verify } git (http block)
  • https://api.github.com/repos/symfony/messenger/zipball/0a39e1b256f280762293f2f441e430c8baf74f9c
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/tKQFUX /usr/bin/composer install --no-interaction (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/HZYeM2 /usr/bin/composer install --no-interaction cal/bin/git -bundle.git/ -- d4f57649^{commit--format=%T git clon�� en -- 4df4b3e3^{commit} /home/REDACTED/.cagit git p/bin/git sh (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/WNjhPz /usr/bin/composer install --prefer-dist --no-interaction k/_temp/ghcca-nogit git de/node/bin/git sh -c exec 'git' 'tag' git 1013387d^{commit} --quiet --verify } git (http block)
  • https://api.github.com/repos/symfony/mime/zipball/b18c7e6e9eee1e19958138df10412f3c4c316148
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/tKQFUX /usr/bin/composer install --no-interaction (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/HZYeM2 /usr/bin/composer install --no-interaction cal/bin/git -bundle.git/ -- d4f57649^{commit--format=%T git clon�� en -- 4df4b3e3^{commit} /home/REDACTED/.cagit git p/bin/git sh (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/WNjhPz /usr/bin/composer install --prefer-dist --no-interaction k/_temp/ghcca-nogit git de/node/bin/git sh -c exec 'git' 'tag' git 1013387d^{commit} --quiet --verify } git (http block)
  • https://api.github.com/repos/symfony/object-mapper/zipball/d9c54613577e321468924f8210739f9d0197a8f4
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/tKQFUX /usr/bin/composer install --no-interaction (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/HZYeM2 /usr/bin/composer install --no-interaction cal/bin/git -bundle.git/ -- d4f57649^{commit--format=%T git clon�� en -- 4df4b3e3^{commit} /home/REDACTED/.cagit git p/bin/git sh (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/WNjhPz /usr/bin/composer install --prefer-dist --no-interaction k/_temp/ghcca-nogit git de/node/bin/git sh -c exec 'git' 'tag' git 1013387d^{commit} --quiet --verify } 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/tKQFUX /usr/bin/composer install --no-interaction (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/HZYeM2 /usr/bin/composer install --no-interaction cal/bin/git -bundle.git/ -- d4f57649^{commit--format=%T git clon�� en -- 4df4b3e3^{commit} /home/REDACTED/.cagit git p/bin/git sh (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/WNjhPz /usr/bin/composer install --prefer-dist --no-interaction k/_temp/ghcca-nogit git de/node/bin/git sh -c exec 'git' 'tag' git 1013387d^{commit} --quiet --verify } 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/tKQFUX /usr/bin/composer install --no-interaction (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/HZYeM2 /usr/bin/composer install --no-interaction cal/bin/git -bundle.git/ -- d4f57649^{commit--format=%T git clon�� en -- 4df4b3e3^{commit} /home/REDACTED/.cagit git p/bin/git sh (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/WNjhPz /usr/bin/composer install --prefer-dist --no-interaction k/_temp/ghcca-nogit git de/node/bin/git sh -c exec 'git' 'tag' git 1013387d^{commit} --quiet --verify } 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/tKQFUX /usr/bin/composer install --no-interaction (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/HZYeM2 /usr/bin/composer install --no-interaction cal/bin/git -bundle.git/ -- d4f57649^{commit--format=%T git clon�� en -- 4df4b3e3^{commit} /home/REDACTED/.cagit git p/bin/git sh (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/WNjhPz /usr/bin/composer install --prefer-dist --no-interaction k/_temp/ghcca-nogit git de/node/bin/git sh -c exec 'git' 'tag' git 1013387d^{commit} --quiet --verify } 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/tKQFUX /usr/bin/composer install --no-interaction (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/HZYeM2 /usr/bin/composer install --no-interaction cal/bin/git -bundle.git/ -- d4f57649^{commit--format=%T git clon�� en -- 4df4b3e3^{commit} /home/REDACTED/.cagit git p/bin/git sh (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/WNjhPz /usr/bin/composer install --prefer-dist --no-interaction k/_temp/ghcca-nogit git de/node/bin/git sh -c exec 'git' 'tag' git 1013387d^{commit} --quiet --verify } git (http block)
  • https://api.github.com/repos/symfony/polyfill-intl-icu/zipball/bfc8fa13dbaf21d69114b0efcd72ab700fb04d0c
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/tKQFUX /usr/bin/composer install --no-interaction (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/HZYeM2 /usr/bin/composer install --no-interaction cal/bin/git -bundle.git/ -- d4f57649^{commit--format=%T git clon�� en -- 4df4b3e3^{commit} /home/REDACTED/.cagit git p/bin/git sh (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/WNjhPz /usr/bin/composer install --prefer-dist --no-interaction k/_temp/ghcca-nogit git de/node/bin/git sh -c exec 'git' 'tag' git 1013387d^{commit} --quiet --verify } git (http block)
  • https://api.github.com/repos/symfony/polyfill-intl-idn/zipball/9614ac4d8061dc257ecc64cba1b140873dce8ad3
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/tKQFUX /usr/bin/composer install --no-interaction (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/HZYeM2 /usr/bin/composer install --no-interaction cal/bin/git -bundle.git/ -- d4f57649^{commit--format=%T git clon�� en -- 4df4b3e3^{commit} /home/REDACTED/.cagit git p/bin/git sh (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/WNjhPz /usr/bin/composer install --prefer-dist --no-interaction k/_temp/ghcca-nogit git de/node/bin/git sh -c exec 'git' 'tag' git 1013387d^{commit} --quiet --verify } 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/tKQFUX /usr/bin/composer install --no-interaction (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/HZYeM2 /usr/bin/composer install --no-interaction cal/bin/git -bundle.git/ -- d4f57649^{commit--format=%T git clon�� en -- 4df4b3e3^{commit} /home/REDACTED/.cagit git p/bin/git sh (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/WNjhPz /usr/bin/composer install --prefer-dist --no-interaction k/_temp/ghcca-nogit git de/node/bin/git sh -c exec 'git' 'tag' git 1013387d^{commit} --quiet --verify } 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/tKQFUX /usr/bin/composer install --no-interaction (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/HZYeM2 /usr/bin/composer install --no-interaction cal/bin/git -bundle.git/ -- d4f57649^{commit--format=%T git clon�� en -- 4df4b3e3^{commit} /home/REDACTED/.cagit git p/bin/git sh (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/WNjhPz /usr/bin/composer install --prefer-dist --no-interaction k/_temp/ghcca-nogit git de/node/bin/git sh -c exec 'git' 'tag' git 1013387d^{commit} --quiet --verify } 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/tKQFUX /usr/bin/composer install --no-interaction (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/HZYeM2 /usr/bin/composer install --no-interaction cal/bin/git -bundle.git/ -- d4f57649^{commit--format=%T git clon�� en -- 4df4b3e3^{commit} /home/REDACTED/.cagit git p/bin/git sh (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/WNjhPz /usr/bin/composer install --prefer-dist --no-interaction k/_temp/ghcca-nogit git de/node/bin/git sh -c exec 'git' 'tag' git 1013387d^{commit} --quiet --verify } 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/tKQFUX /usr/bin/composer install --no-interaction (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/HZYeM2 /usr/bin/composer install --no-interaction cal/bin/git -bundle.git/ -- d4f57649^{commit--format=%T git clon�� en -- 4df4b3e3^{commit} /home/REDACTED/.cagit git p/bin/git sh (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/WNjhPz /usr/bin/composer install --prefer-dist --no-interaction k/_temp/ghcca-nogit git de/node/bin/git sh -c exec 'git' 'tag' git 1013387d^{commit} --quiet --verify } git (http block)
  • https://api.github.com/repos/symfony/polyfill-php82/zipball/5d2ed36f7734637dacc025f179698031951b1692
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/tKQFUX /usr/bin/composer install --no-interaction (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/HZYeM2 /usr/bin/composer install --no-interaction cal/bin/git -bundle.git/ -- d4f57649^{commit--format=%T git clon�� en -- 4df4b3e3^{commit} /home/REDACTED/.cagit git p/bin/git sh (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/WNjhPz /usr/bin/composer install --prefer-dist --no-interaction k/_temp/ghcca-nogit git de/node/bin/git sh -c exec 'git' 'tag' git 1013387d^{commit} --quiet --verify } 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/tKQFUX /usr/bin/composer install --no-interaction (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/HZYeM2 /usr/bin/composer install --no-interaction cal/bin/git -bundle.git/ -- d4f57649^{commit--format=%T git clon�� en -- 4df4b3e3^{commit} /home/REDACTED/.cagit git p/bin/git sh (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/WNjhPz /usr/bin/composer install --prefer-dist --no-interaction k/_temp/ghcca-nogit git de/node/bin/git sh -c exec 'git' 'tag' git 1013387d^{commit} --quiet --verify } 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/tKQFUX /usr/bin/composer install --no-interaction (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/HZYeM2 /usr/bin/composer install --no-interaction cal/bin/git -bundle.git/ -- d4f57649^{commit--format=%T git clon�� en -- 4df4b3e3^{commit} /home/REDACTED/.cagit git p/bin/git sh (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/WNjhPz /usr/bin/composer install --prefer-dist --no-interaction k/_temp/ghcca-nogit git de/node/bin/git sh -c exec 'git' 'tag' git 1013387d^{commit} --quiet --verify } 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/tKQFUX /usr/bin/composer install --no-interaction (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/HZYeM2 /usr/bin/composer install --no-interaction cal/bin/git -bundle.git/ -- d4f57649^{commit--format=%T git clon�� en -- 4df4b3e3^{commit} /home/REDACTED/.cagit git p/bin/git sh (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/WNjhPz /usr/bin/composer install --prefer-dist --no-interaction k/_temp/ghcca-nogit git de/node/bin/git sh -c exec 'git' 'tag' git 1013387d^{commit} --quiet --verify } git (http block)
  • https://api.github.com/repos/symfony/polyfill-uuid/zipball/21533be36c24be3f4b1669c4725c7d1d2bab4ae2
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/tKQFUX /usr/bin/composer install --no-interaction (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/HZYeM2 /usr/bin/composer install --no-interaction cal/bin/git -bundle.git/ -- d4f57649^{commit--format=%T git clon�� en -- 4df4b3e3^{commit} /home/REDACTED/.cagit git p/bin/git sh (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/WNjhPz /usr/bin/composer install --prefer-dist --no-interaction k/_temp/ghcca-nogit git de/node/bin/git sh -c exec 'git' 'tag' git 1013387d^{commit} --quiet --verify } 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/tKQFUX /usr/bin/composer install --no-interaction (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/HZYeM2 /usr/bin/composer install --no-interaction cal/bin/git -bundle.git/ -- d4f57649^{commit--format=%T git clon�� en -- 4df4b3e3^{commit} /home/REDACTED/.cagit git p/bin/git sh (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/WNjhPz /usr/bin/composer install --prefer-dist --no-interaction k/_temp/ghcca-nogit git de/node/bin/git sh -c exec 'git' 'tag' git 1013387d^{commit} --quiet --verify } git (http block)
  • https://api.github.com/repos/symfony/property-access/zipball/fa49bf1ca8fce1ba0e2dba4e4658554cfb9364b1
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/tKQFUX /usr/bin/composer install --no-interaction (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/HZYeM2 /usr/bin/composer install --no-interaction cal/bin/git -bundle.git/ -- d4f57649^{commit--format=%T git clon�� en -- 4df4b3e3^{commit} /home/REDACTED/.cagit git p/bin/git sh (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/WNjhPz /usr/bin/composer install --prefer-dist --no-interaction k/_temp/ghcca-nogit git de/node/bin/git sh -c exec 'git' 'tag' git 1013387d^{commit} --quiet --verify } git (http block)
  • https://api.github.com/repos/symfony/property-info/zipball/1c9d326bd69602561e2ea467a16c09b5972eee21
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/tKQFUX /usr/bin/composer install --no-interaction (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/HZYeM2 /usr/bin/composer install --no-interaction cal/bin/git -bundle.git/ -- d4f57649^{commit--format=%T git clon�� en -- 4df4b3e3^{commit} /home/REDACTED/.cagit git p/bin/git sh (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/WNjhPz /usr/bin/composer install --prefer-dist --no-interaction k/_temp/ghcca-nogit git de/node/bin/git sh -c exec 'git' 'tag' git 1013387d^{commit} --quiet --verify } git (http block)
  • https://api.github.com/repos/symfony/psr-http-message-bridge/zipball/929ffe10bbfbb92e711ac3818d416f9daffee067
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/tKQFUX /usr/bin/composer install --no-interaction (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/HZYeM2 /usr/bin/composer install --no-interaction cal/bin/git -bundle.git/ -- d4f57649^{commit--format=%T git clon�� en -- 4df4b3e3^{commit} /home/REDACTED/.cagit git p/bin/git sh (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/WNjhPz /usr/bin/composer install --prefer-dist --no-interaction k/_temp/ghcca-nogit git de/node/bin/git sh -c exec 'git' 'tag' git 1013387d^{commit} --quiet --verify } 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/tKQFUX /usr/bin/composer install --no-interaction (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/HZYeM2 /usr/bin/composer install --no-interaction cal/bin/git -bundle.git/ -- d4f57649^{commit--format=%T git clon�� en -- 4df4b3e3^{commit} /home/REDACTED/.cagit git p/bin/git sh (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/WNjhPz /usr/bin/composer install --prefer-dist --no-interaction k/_temp/ghcca-nogit git de/node/bin/git sh -c exec 'git' 'tag' git 1013387d^{commit} --quiet --verify } git (http block)
  • https://api.github.com/repos/symfony/security-bundle/zipball/7281b644c76985ddf3927f5e65152b0cc29d175b
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/tKQFUX /usr/bin/composer install --no-interaction (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/HZYeM2 /usr/bin/composer install --no-interaction cal/bin/git -bundle.git/ -- d4f57649^{commit--format=%T git clon�� en -- 4df4b3e3^{commit} /home/REDACTED/.cagit git p/bin/git sh (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/WNjhPz /usr/bin/composer install --prefer-dist --no-interaction k/_temp/ghcca-nogit git de/node/bin/git sh -c exec 'git' 'tag' git 1013387d^{commit} --quiet --verify } 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/tKQFUX /usr/bin/composer install --no-interaction (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/HZYeM2 /usr/bin/composer install --no-interaction cal/bin/git -bundle.git/ -- d4f57649^{commit--format=%T git clon�� en -- 4df4b3e3^{commit} /home/REDACTED/.cagit git p/bin/git sh (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/WNjhPz /usr/bin/composer install --prefer-dist --no-interaction k/_temp/ghcca-nogit git de/node/bin/git sh -c exec 'git' 'tag' git 1013387d^{commit} --quiet --verify } git (http block)
  • https://api.github.com/repos/symfony/security-csrf/zipball/06a2a2f90f355b8b4ec23685fa6ceff8d5dc41cc
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/tKQFUX /usr/bin/composer install --no-interaction (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/HZYeM2 /usr/bin/composer install --no-interaction cal/bin/git -bundle.git/ -- d4f57649^{commit--format=%T git clon�� en -- 4df4b3e3^{commit} /home/REDACTED/.cagit git p/bin/git sh (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/WNjhPz /usr/bin/composer install --prefer-dist --no-interaction k/_temp/ghcca-nogit git de/node/bin/git sh -c exec 'git' 'tag' git 1013387d^{commit} --quiet --verify } git (http block)
  • https://api.github.com/repos/symfony/security-http/zipball/9d41a473637bf5d074c5f5a73177fd9d769407fd
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/tKQFUX /usr/bin/composer install --no-interaction (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/HZYeM2 /usr/bin/composer install --no-interaction cal/bin/git -bundle.git/ -- d4f57649^{commit--format=%T git clon�� en -- 4df4b3e3^{commit} /home/REDACTED/.cagit git p/bin/git sh (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/WNjhPz /usr/bin/composer install --prefer-dist --no-interaction k/_temp/ghcca-nogit git de/node/bin/git sh -c exec 'git' 'tag' git 1013387d^{commit} --quiet --verify } git (http block)
  • https://api.github.com/repos/symfony/serializer/zipball/480cd1237c98ab1219c20945b92c9d4480a44f47
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/tKQFUX /usr/bin/composer install --no-interaction (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/HZYeM2 /usr/bin/composer install --no-interaction cal/bin/git -bundle.git/ -- d4f57649^{commit--format=%T git clon�� en -- 4df4b3e3^{commit} /home/REDACTED/.cagit git p/bin/git sh (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/WNjhPz /usr/bin/composer install --prefer-dist --no-interaction k/_temp/ghcca-nogit git de/node/bin/git sh -c exec 'git' 'tag' git 1013387d^{commit} --quiet --verify } 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/tKQFUX /usr/bin/composer install --no-interaction (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/HZYeM2 /usr/bin/composer install --no-interaction cal/bin/git -bundle.git/ -- d4f57649^{commit--format=%T git clon�� en -- 4df4b3e3^{commit} /home/REDACTED/.cagit git p/bin/git sh (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/WNjhPz /usr/bin/composer install --prefer-dist --no-interaction k/_temp/ghcca-nogit git de/node/bin/git sh -c exec 'git' 'tag' git 1013387d^{commit} --quiet --verify } 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/tKQFUX /usr/bin/composer install --no-interaction (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/HZYeM2 /usr/bin/composer install --no-interaction cal/bin/git -bundle.git/ -- d4f57649^{commit--format=%T git clon�� en -- 4df4b3e3^{commit} /home/REDACTED/.cagit git p/bin/git sh (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/WNjhPz /usr/bin/composer install --prefer-dist --no-interaction k/_temp/ghcca-nogit git de/node/bin/git sh -c exec 'git' 'tag' git 1013387d^{commit} --quiet --verify } 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/tKQFUX /usr/bin/composer install --no-interaction (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/HZYeM2 /usr/bin/composer install --no-interaction cal/bin/git -bundle.git/ -- d4f57649^{commit--format=%T git clon�� en -- 4df4b3e3^{commit} /home/REDACTED/.cagit git p/bin/git sh (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/WNjhPz /usr/bin/composer install --prefer-dist --no-interaction k/_temp/ghcca-nogit git de/node/bin/git sh -c exec 'git' 'tag' git 1013387d^{commit} --quiet --verify } 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/tKQFUX /usr/bin/composer install --no-interaction (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/HZYeM2 /usr/bin/composer install --no-interaction cal/bin/git -bundle.git/ -- d4f57649^{commit--format=%T git clon�� en -- 4df4b3e3^{commit} /home/REDACTED/.cagit git p/bin/git sh (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/WNjhPz /usr/bin/composer install --prefer-dist --no-interaction k/_temp/ghcca-nogit git de/node/bin/git sh -c exec 'git' 'tag' git 1013387d^{commit} --quiet --verify } 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/tKQFUX /usr/bin/composer install --no-interaction (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/HZYeM2 /usr/bin/composer install --no-interaction cal/bin/git -bundle.git/ -- d4f57649^{commit--format=%T git clon�� en -- 4df4b3e3^{commit} /home/REDACTED/.cagit git p/bin/git sh (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/WNjhPz /usr/bin/composer install --prefer-dist --no-interaction k/_temp/ghcca-nogit git de/node/bin/git sh -c exec 'git' 'tag' git 1013387d^{commit} --quiet --verify } git (http block)
  • https://api.github.com/repos/symfony/twig-bridge/zipball/f2dd26b604e856476ef7e0efa4568bc07eb7ddc8
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/tKQFUX /usr/bin/composer install --no-interaction (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/HZYeM2 /usr/bin/composer install --no-interaction cal/bin/git -bundle.git/ -- d4f57649^{commit--format=%T git clon�� en -- 4df4b3e3^{commit} /home/REDACTED/.cagit git p/bin/git sh (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/WNjhPz /usr/bin/composer install --prefer-dist --no-interaction k/_temp/ghcca-nogit git de/node/bin/git sh -c exec 'git' 'tag' git 1013387d^{commit} --quiet --verify } git (http block)
  • https://api.github.com/repos/symfony/twig-bundle/zipball/e8829e02ff96a391ed0703bac9e7ff0537480b6b
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/tKQFUX /usr/bin/composer install --no-interaction (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/HZYeM2 /usr/bin/composer install --no-interaction cal/bin/git -bundle.git/ -- d4f57649^{commit--format=%T git clon�� en -- 4df4b3e3^{commit} /home/REDACTED/.cagit git p/bin/git sh (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/WNjhPz /usr/bin/composer install --prefer-dist --no-interaction k/_temp/ghcca-nogit git de/node/bin/git sh -c exec 'git' 'tag' git 1013387d^{commit} --quiet --verify } git (http block)
  • https://api.github.com/repos/symfony/type-info/zipball/f83c725e72b39b2704b9d6fc85070ad6ac7a5889
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/tKQFUX /usr/bin/composer install --no-interaction (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/HZYeM2 /usr/bin/composer install --no-interaction cal/bin/git -bundle.git/ -- d4f57649^{commit--format=%T git clon�� en -- 4df4b3e3^{commit} /home/REDACTED/.cagit git p/bin/git sh (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/WNjhPz /usr/bin/composer install --prefer-dist --no-interaction k/_temp/ghcca-nogit git de/node/bin/git sh -c exec 'git' 'tag' git 1013387d^{commit} --quiet --verify } git (http block)
  • https://api.github.com/repos/symfony/uid/zipball/7719ce8aba76be93dfe249192f1fbfa52c588e36
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/tKQFUX /usr/bin/composer install --no-interaction (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/HZYeM2 /usr/bin/composer install --no-interaction cal/bin/git -bundle.git/ -- d4f57649^{commit--format=%T git clon�� en -- 4df4b3e3^{commit} /home/REDACTED/.cagit git p/bin/git sh (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/WNjhPz /usr/bin/composer install --prefer-dist --no-interaction k/_temp/ghcca-nogit git de/node/bin/git sh -c exec 'git' 'tag' git 1013387d^{commit} --quiet --verify } git (http block)
  • https://api.github.com/repos/symfony/validator/zipball/fcec92c40df1c93507857da08226005573b655c6
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/tKQFUX /usr/bin/composer install --no-interaction (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/HZYeM2 /usr/bin/composer install --no-interaction cal/bin/git -bundle.git/ -- d4f57649^{commit--format=%T git clon�� en -- 4df4b3e3^{commit} /home/REDACTED/.cagit git p/bin/git sh (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/WNjhPz /usr/bin/composer install --prefer-dist --no-interaction k/_temp/ghcca-nogit git de/node/bin/git sh -c exec 'git' 'tag' git 1013387d^{commit} --quiet --verify } 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/tKQFUX /usr/bin/composer install --no-interaction (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/HZYeM2 /usr/bin/composer install --no-interaction cal/bin/git -bundle.git/ -- d4f57649^{commit--format=%T git clon�� en -- 4df4b3e3^{commit} /home/REDACTED/.cagit git p/bin/git sh (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/WNjhPz /usr/bin/composer install --prefer-dist --no-interaction k/_temp/ghcca-nogit git de/node/bin/git sh -c exec 'git' 'tag' git 1013387d^{commit} --quiet --verify } 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/tKQFUX /usr/bin/composer install --no-interaction (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/HZYeM2 /usr/bin/composer install --no-interaction cal/bin/git -bundle.git/ -- d4f57649^{commit--format=%T git clon�� en -- 4df4b3e3^{commit} /home/REDACTED/.cagit git p/bin/git sh (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/WNjhPz /usr/bin/composer install --prefer-dist --no-interaction k/_temp/ghcca-nogit git de/node/bin/git sh -c exec 'git' 'tag' git 1013387d^{commit} --quiet --verify } git (http block)
  • https://api.github.com/repos/symfony/web-link/zipball/9ff1f19069e3d2d341d60729392a4a6dfc45052a
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/tKQFUX /usr/bin/composer install --no-interaction (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/HZYeM2 /usr/bin/composer install --no-interaction cal/bin/git -bundle.git/ -- d4f57649^{commit--format=%T git clon�� en -- 4df4b3e3^{commit} /home/REDACTED/.cagit git p/bin/git sh (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/WNjhPz /usr/bin/composer install --prefer-dist --no-interaction k/_temp/ghcca-nogit git de/node/bin/git sh -c exec 'git' 'tag' git 1013387d^{commit} --quiet --verify } git (http block)
  • https://api.github.com/repos/symfony/web-profiler-bundle/zipball/be165e29e6109efb89bfaefe56e3deccf72a8643
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/tKQFUX /usr/bin/composer install --no-interaction (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/HZYeM2 /usr/bin/composer install --no-interaction cal/bin/git -bundle.git/ -- d4f57649^{commit--format=%T git clon�� en -- 4df4b3e3^{commit} /home/REDACTED/.cagit git p/bin/git sh (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/WNjhPz /usr/bin/composer install --prefer-dist --no-interaction k/_temp/ghcca-nogit git de/node/bin/git sh -c exec 'git' 'tag' git 1013387d^{commit} --quiet --verify } 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/tKQFUX /usr/bin/composer install --no-interaction (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/HZYeM2 /usr/bin/composer install --no-interaction cal/bin/git -bundle.git/ -- d4f57649^{commit--format=%T git clon�� en -- 4df4b3e3^{commit} /home/REDACTED/.cagit git p/bin/git sh (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/WNjhPz /usr/bin/composer install --prefer-dist --no-interaction k/_temp/ghcca-nogit git de/node/bin/git sh -c exec 'git' 'tag' git 1013387d^{commit} --quiet --verify } 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/tKQFUX /usr/bin/composer install --no-interaction (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/HZYeM2 /usr/bin/composer install --no-interaction cal/bin/git -bundle.git/ -- d4f57649^{commit--format=%T git clon�� en -- 4df4b3e3^{commit} /home/REDACTED/.cagit git p/bin/git sh (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/WNjhPz /usr/bin/composer install --prefer-dist --no-interaction k/_temp/ghcca-nogit git de/node/bin/git sh -c exec 'git' 'tag' git 1013387d^{commit} --quiet --verify } git (http block)
  • https://api.github.com/repos/thephpleague/commonmark/zipball/4efa10c1e56488e658d10adf7b7b7dcd19940bfb
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/tKQFUX /usr/bin/composer install --no-interaction (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/HZYeM2 /usr/bin/composer install --no-interaction cal/bin/git -bundle.git/ -- d4f57649^{commit--format=%T git clon�� en -- 4df4b3e3^{commit} /home/REDACTED/.cagit git p/bin/git sh (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/WNjhPz /usr/bin/composer install --prefer-dist --no-interaction k/_temp/ghcca-nogit git de/node/bin/git sh -c exec 'git' 'tag' git 1013387d^{commit} --quiet --verify } git (http block)
  • https://api.github.com/repos/thephpleague/config/zipball/754b3604fb2984c71f4af4a9cbe7b57f346ec1f3
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/tKQFUX /usr/bin/composer install --no-interaction (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/HZYeM2 /usr/bin/composer install --no-interaction cal/bin/git -bundle.git/ -- d4f57649^{commit--format=%T git clon�� en -- 4df4b3e3^{commit} /home/REDACTED/.cagit git p/bin/git sh (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/WNjhPz /usr/bin/composer install --prefer-dist --no-interaction k/_temp/ghcca-nogit git de/node/bin/git sh -c exec 'git' 'tag' git 1013387d^{commit} --quiet --verify } git (http block)
  • https://api.github.com/repos/thephpleague/flysystem-local/zipball/2f669db18a4c20c755c2bb7d3a7b0b2340488079
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/tKQFUX /usr/bin/composer install --no-interaction (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/HZYeM2 /usr/bin/composer install --no-interaction cal/bin/git -bundle.git/ -- d4f57649^{commit--format=%T git clon�� en -- 4df4b3e3^{commit} /home/REDACTED/.cagit git p/bin/git sh (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/WNjhPz /usr/bin/composer install --prefer-dist --no-interaction k/_temp/ghcca-nogit git de/node/bin/git sh -c exec 'git' 'tag' git 1013387d^{commit} --quiet --verify } git (http block)
  • https://api.github.com/repos/thephpleague/flysystem/zipball/1717e0b3642b0df65ecb0cc89cdd99fa840672ff
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/tKQFUX /usr/bin/composer install --no-interaction (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/HZYeM2 /usr/bin/composer install --no-interaction cal/bin/git -bundle.git/ -- d4f57649^{commit--format=%T git clon�� en -- 4df4b3e3^{commit} /home/REDACTED/.cagit git p/bin/git sh (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/WNjhPz /usr/bin/composer install --prefer-dist --no-interaction k/_temp/ghcca-nogit git de/node/bin/git sh -c exec 'git' 'tag' git 1013387d^{commit} --quiet --verify } git (http block)
  • https://api.github.com/repos/thephpleague/mime-type-detection/zipball/2d6702ff215bf922936ccc1ad31007edc76451b9
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/tKQFUX /usr/bin/composer install --no-interaction (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/HZYeM2 /usr/bin/composer install --no-interaction cal/bin/git -bundle.git/ -- d4f57649^{commit--format=%T git clon�� en -- 4df4b3e3^{commit} /home/REDACTED/.cagit git p/bin/git sh (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/WNjhPz /usr/bin/composer install --prefer-dist --no-interaction k/_temp/ghcca-nogit git de/node/bin/git sh -c exec 'git' 'tag' git 1013387d^{commit} --quiet --verify } 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/tKQFUX /usr/bin/composer install --no-interaction (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/HZYeM2 /usr/bin/composer install --no-interaction cal/bin/git -bundle.git/ -- d4f57649^{commit--format=%T git clon�� en -- 4df4b3e3^{commit} /home/REDACTED/.cagit git p/bin/git sh (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/WNjhPz /usr/bin/composer install --prefer-dist --no-interaction k/_temp/ghcca-nogit git de/node/bin/git sh -c exec 'git' 'tag' git 1013387d^{commit} --quiet --verify } 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/tKQFUX /usr/bin/composer install --no-interaction (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/HZYeM2 /usr/bin/composer install --no-interaction cal/bin/git -bundle.git/ -- d4f57649^{commit--format=%T git clon�� en -- 4df4b3e3^{commit} /home/REDACTED/.cagit git p/bin/git sh (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/WNjhPz /usr/bin/composer install --prefer-dist --no-interaction k/_temp/ghcca-nogit git de/node/bin/git sh -c exec 'git' 'tag' git 1013387d^{commit} --quiet --verify } 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/tKQFUX /usr/bin/composer install --no-interaction (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/HZYeM2 /usr/bin/composer install --no-interaction cal/bin/git -bundle.git/ -- d4f57649^{commit--format=%T git clon�� en -- 4df4b3e3^{commit} /home/REDACTED/.cagit git p/bin/git sh (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/WNjhPz /usr/bin/composer install --prefer-dist --no-interaction k/_temp/ghcca-nogit git de/node/bin/git sh -c exec 'git' 'tag' git 1013387d^{commit} --quiet --verify } git (http block)
  • https://api.github.com/repos/tijsverkoyen/CssToInlineStyles/zipball/f0292ccf0ec75843d65027214426b6b163b48b41
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/tKQFUX /usr/bin/composer install --no-interaction (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/HZYeM2 /usr/bin/composer install --no-interaction cal/bin/git -bundle.git/ -- d4f57649^{commit--format=%T git clon�� en -- 4df4b3e3^{commit} /home/REDACTED/.cagit git p/bin/git sh (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/WNjhPz /usr/bin/composer install --prefer-dist --no-interaction k/_temp/ghcca-nogit git de/node/bin/git sh -c exec 'git' 'tag' git 1013387d^{commit} --quiet --verify } git (http block)
  • https://api.github.com/repos/twigphp/Twig/zipball/a64dc5d2cc7d6cafb9347f6cd802d0d06d0351c9
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/tKQFUX /usr/bin/composer install --no-interaction (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/HZYeM2 /usr/bin/composer install --no-interaction cal/bin/git -bundle.git/ -- d4f57649^{commit--format=%T git clon�� en -- 4df4b3e3^{commit} /home/REDACTED/.cagit git p/bin/git sh (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/WNjhPz /usr/bin/composer install --prefer-dist --no-interaction k/_temp/ghcca-nogit git de/node/bin/git sh -c exec 'git' 'tag' git 1013387d^{commit} --quiet --verify } git (http block)
  • https://api.github.com/repos/vlucas/phpdotenv/zipball/955e7815d677a3eaa7075231212f2110983adecc
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/tKQFUX /usr/bin/composer install --no-interaction (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/HZYeM2 /usr/bin/composer install --no-interaction cal/bin/git -bundle.git/ -- d4f57649^{commit--format=%T git clon�� en -- 4df4b3e3^{commit} /home/REDACTED/.cagit git p/bin/git sh (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/WNjhPz /usr/bin/composer install --prefer-dist --no-interaction k/_temp/ghcca-nogit git de/node/bin/git sh -c exec 'git' 'tag' git 1013387d^{commit} --quiet --verify } 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/tKQFUX /usr/bin/composer install --no-interaction (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/HZYeM2 /usr/bin/composer install --no-interaction cal/bin/git -bundle.git/ -- d4f57649^{commit--format=%T git clon�� en -- 4df4b3e3^{commit} /home/REDACTED/.cagit git p/bin/git sh (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/WNjhPz /usr/bin/composer install --prefer-dist --no-interaction k/_temp/ghcca-nogit git de/node/bin/git sh -c exec 'git' 'tag' git 1013387d^{commit} --quiet --verify } git (http block)
  • https://api.github.com/repos/webmozarts/assert/zipball/ce6a2f100c404b2d32a1dd1270f9b59ad4f57649
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/tKQFUX /usr/bin/composer install --no-interaction (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/HZYeM2 /usr/bin/composer install --no-interaction cal/bin/git -bundle.git/ -- d4f57649^{commit--format=%T git clon�� en -- 4df4b3e3^{commit} /home/REDACTED/.cagit git p/bin/git sh (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/WNjhPz /usr/bin/composer install --prefer-dist --no-interaction k/_temp/ghcca-nogit git de/node/bin/git sh -c exec 'git' 'tag' git 1013387d^{commit} --quiet --verify } git (http block)
  • https://api.github.com/repos/webonyx/graphql-php/zipball/abf6dc5f8b27915bfde26fdda0e92cebfb9aebf5
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/tKQFUX /usr/bin/composer install --no-interaction (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/HZYeM2 /usr/bin/composer install --no-interaction cal/bin/git -bundle.git/ -- d4f57649^{commit--format=%T git clon�� en -- 4df4b3e3^{commit} /home/REDACTED/.cagit git p/bin/git sh (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/WNjhPz /usr/bin/composer install --prefer-dist --no-interaction k/_temp/ghcca-nogit git de/node/bin/git sh -c exec 'git' 'tag' git 1013387d^{commit} --quiet --verify } git (http block)
  • https://api.github.com/repos/willdurand/Negotiation/zipball/68e9ea0553ef6e2ee8db5c1d98829f111e623ec2
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/tKQFUX /usr/bin/composer install --no-interaction (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/HZYeM2 /usr/bin/composer install --no-interaction cal/bin/git -bundle.git/ -- d4f57649^{commit--format=%T git clon�� en -- 4df4b3e3^{commit} /home/REDACTED/.cagit git p/bin/git sh (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/WNjhPz /usr/bin/composer install --prefer-dist --no-interaction k/_temp/ghcca-nogit git de/node/bin/git sh -c exec 'git' 'tag' git 1013387d^{commit} --quiet --verify } git (http block)

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

Original prompt

This section details on the original issue you should resolve

<issue_title>OrderFilter only allow lower case asc/desc</issue_title>
<issue_description>API Platform version(s) affected: 4.2.15

Description
When I started to update my apiplatform project to use QueryParamters() to add filters, instead of the former ApiFilter(), when using the orderFilter, it would only accept the direction (asc/desc) in lower case.
If I specified them in upper case (ASC/DESC) I would get an error

{"@context":"/api/contexts/ConstraintViolation","@id":"/api/validation_errors/8e179f1b-97aa-4560-a02f-2a8b42e49df7","@type":"ConstraintViolation","status":422,"violations":[{"propertyPath":"order[id]","message":"The value you selected is not a valid choice.","code":"8e179f1b-97aa-4560-a02f-2a8b42e49df7"}],"detail":"order[id]: The value you selected is not a valid choice.","type":"/validation_errors/8e179f1b-97aa-4560-a02f-2a8b42e49df7","hydra:description":"order[id]: The value you selected is not a valid choice.","hydra:title":"An error occurred"}

How to reproduce
'order[:property]' => new QueryParameter( filter: new OrderFilter(), properties: ['id', 'name', 'localName', 'synonym'], ),

Possible Solution
If I added a constraint like this:

'order[:property]' => new QueryParameter( filter: new OrderFilter(), properties: ['id', 'name', 'localName', 'synonym'], constraints: new Assert\Regex('/asc|desc/i'), ),

I could again use both upper and lower case for the direction.

Additional Context

It seemed like the filter itself would happily accept both upper and lower case, but somewhere, somehow, a constraint was added that only would allow lower case. I could not figure out where that came from.

And I do not know if this is intentional, but the documentation for orderfilter uses ASC/DESC in upper case a few places.

At least I think there could be added an example with the constraint() to show how it could be done, if it is intentional.

</issue_description>

<agent_instructions>Update the schema to use

   public function getSchema(Parameter $parameter): array
    {
        return ['type' => 'string', 'enum' => ['asc', 'desc', 'ASC', 'DESC']];
    }
```</agent_instructions>

## Comments on the Issue (you are @copilot in this section)

<comments>
<comment_new><author>@VincentLanglet</author><body>
Seems related to the fact that
- the enum is in lowercase https://github.com/api-platform/core/blob/c70cd449f6055c38a8bf7b3edb53aae5cb4c6283/src/Doctrine/Orm/Filter/OrderFilter.php#L290
- and certainly that a trait/class like this one is adding a Choice constraint https://github.com/api-platform/core/blob/c70cd449f6055c38a8bf7b3edb53aae5cb4c6283/src/Validator/Util/ParameterValidationConstraints.php#L101-L103

Such case-sensitive constraint is indeed too strict when we see the value noramlized (in upper case) later
https://github.com/api-platform/core/blob/c70cd449f6055c38a8bf7b3edb53aae5cb4c6283/src/Doctrine/Common/Filter/OrderFilterTrait.php#L89-L90

Maybe the schema need to be updated 

Either
public function getSchema(Parameter $parameter): array
{
    return ['type' => 'string', 'enum' => ['asc', 'desc', 'ASC', 'DESC']];
}
Either something like
public function getSchema(Parameter $parameter): array
{
    return ['type' => 'string', 'pattern' => ...];
}
</comments>


💡 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.

…er schema

Co-authored-by: soyuka <1321971+soyuka@users.noreply.github.com>
Copilot AI changed the title [WIP] Fix orderFilter to accept upper case asc/desc Allow both uppercase and lowercase direction values in OrderFilter Feb 8, 2026
Copilot AI requested a review from soyuka February 8, 2026 08:36
@soyuka soyuka marked this pull request as ready for review February 8, 2026 13:39
@soyuka soyuka merged commit 26d1ac4 into main Feb 8, 2026
291 of 293 checks passed
@soyuka soyuka deleted the copilot/fix-orderfilter-case-sensitivity branch February 8, 2026 17:25
soyuka added a commit to soyuka/core that referenced this pull request Feb 8, 2026
…er schema (api-platform#7741)

feat: allow both uppercase and lowercase order direction in OrderFilter schema

Co-authored-by: soyuka <1321971+soyuka@users.noreply.github.com>

Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: soyuka <1321971+soyuka@users.noreply.github.com>
soyuka added a commit that referenced this pull request Feb 8, 2026
… OrderFilter schema (#7741) (#7742)

feat: allow both uppercase and lowercase order direction in OrderFilter schema

Co-authored-by: Copilot <198982749+Copilot@users.noreply.github.com>
Co-authored-by: soyuka <1321971+soyuka@users.noreply.github.com>
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.

OrderFilter only allow lower case asc/desc

2 participants