Skip to content

Comments

Dynamic legacy platform channel routing with macOS < 13 support#231

Draft
Copilot wants to merge 5 commits intomasterfrom
copilot/improve-legacy-platform-checks
Draft

Dynamic legacy platform channel routing with macOS < 13 support#231
Copilot wants to merge 5 commits intomasterfrom
copilot/improve-legacy-platform-checks

Conversation

Copy link
Contributor

Copilot AI commented Feb 20, 2026

The existing legacy platform logic hardcoded stable-qt5 as the only fallback channel and included a temporary workaround for macOS < 12 / v3.14.0. Qt6.10 (required by the new stable) drops support for macOS 11/12, which needs its own dedicated stable tier — not the Qt5 fallback.

Changes

  • src/Response.php — Replace checkOldPlatform(): bool with getLegacyChannel(): ?string that returns the name of the appropriate legacy config channel (or null for modern platforms):
    • macOS < 11, old Windows/Linux (Qt5-era) → 'stable-qt5' (unchanged behaviour)
    • macOS 11/12'stable-qt6.9' (new tier; incompatible with Qt6.10)
    • macOS 13+, all modern platforms → null (regular stable/beta/daily/enterprise)
    • All legacy tiers: beta, daily, enterprise are set to null — only the dedicated stable is served
    • Remove the temporary macOS < 12 / v3.14.0 skip workaround (superseded by the new tier)
private function getLegacyChannel(): ?string {
    if ($this->platform === "macos" && version_compare($this->osVersion, "11") == -1) {
        return 'stable-qt5';
    }
    if ($this->platform === "macos" && version_compare($this->osVersion, "13") == -1) {
        return 'stable-qt6.9';   // macOS 11/12: Qt6.10 incompatible
    }
    // ... Windows / Linux legacy checks → 'stable-qt5'
    return null;
}
  • config/config.php — Add a dedicated stable-qt6.9 variable block ($stableQt69ReleaseDate, $stableQt69Version, $stableQt69VersionSignature, $stableQt69VersionLength, $stableQt69VersionFileProviderSignature, $stableQt69VersionFileProviderLength, $stableQt69Url) seeded with the current stable values (4.0.6). The stable-qt6.9 array entry uses only these own variables, keeping it fully independent from the stable block so it can be pinned when stable advances to Qt6.10.

  • tests/unit/ResponseTest.php — Add stable-qt6.9 to the test fixture; update 7 existing macOS 11/12 test cases to assert stable-qt6.9 responses (and absence of beta/enterprise/daily); add 2 new cases confirming macOS 13+ still receives regular channels.


✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.

Co-authored-by: Rello <13385119+Rello@users.noreply.github.com>
Copilot AI changed the title [WIP] Update handling of outdated platforms with dynamic version check Dynamic legacy platform channel routing with macOS < 13 support Feb 20, 2026
Copilot AI requested a review from Rello February 20, 2026 09:12
@Rello
Copy link
Collaborator

Rello commented Feb 20, 2026

@copilot do not use stable-legacy. lets use stable-qt6.9 so we have a better relation to the content

Co-authored-by: Rello <13385119+Rello@users.noreply.github.com>
Copy link
Contributor Author

Copilot AI commented Feb 20, 2026

@copilot do not use stable-legacy. lets use stable-qt6.9 so we have a better relation to the content

Done in 599b39e — renamed stable-legacy to stable-qt6.9 everywhere (channel key in config/config.php, PHP variables, Response.php, and test fixtures/comments).

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/doctrine/instantiator/zipball/0a0fa9780f5d4e507415a065172d26a98d02047b
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/8yJ0nH /usr/bin/composer install --no-interaction -q (http block)
  • https://api.github.com/repos/myclabs/DeepCopy/zipball/07d290f0c47959fd5eed98c95ee5602db07e0b6a
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/8yJ0nH /usr/bin/composer install --no-interaction -q (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/8yJ0nH /usr/bin/composer install --no-interaction -q (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/8yJ0nH /usr/bin/composer install --no-interaction -q (http block)
  • https://api.github.com/repos/sebastianbergmann/code-unit-reverse-lookup/zipball/92a1a52e86d34cde6caa54f1b5ffa9fda18e5d54
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/8yJ0nH /usr/bin/composer install --no-interaction -q (http block)
  • https://api.github.com/repos/sebastianbergmann/comparator/zipball/bc7d8ac2fe1cce229bff9b5fd4efe65918a1ff52
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/8yJ0nH /usr/bin/composer install --no-interaction -q (http block)
  • https://api.github.com/repos/sebastianbergmann/diff/zipball/98ff311ca519c3aa73ccd3de053bdb377171d7b6
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/8yJ0nH /usr/bin/composer install --no-interaction -q (http block)
  • https://api.github.com/repos/sebastianbergmann/environment/zipball/56932f6049a0482853056ffd617c91ffcc754205
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/8yJ0nH /usr/bin/composer install --no-interaction -q (http block)
  • https://api.github.com/repos/sebastianbergmann/exporter/zipball/64cfeaa341951ceb2019d7b98232399d57bb2296
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/8yJ0nH /usr/bin/composer install --no-interaction -q (http block)
  • https://api.github.com/repos/sebastianbergmann/global-state/zipball/800689427e3e8cf57a8fe38fcd1d4344c9b2f046
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/8yJ0nH /usr/bin/composer install --no-interaction -q (http block)
  • https://api.github.com/repos/sebastianbergmann/object-enumerator/zipball/ac5b293dba925751b808e02923399fb44ff0d541
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/8yJ0nH /usr/bin/composer install --no-interaction -q (http block)
  • https://api.github.com/repos/sebastianbergmann/object-reflector/zipball/1d439c229e61f244ff1f211e5c99737f90c67def
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/8yJ0nH /usr/bin/composer install --no-interaction -q (http block)
  • https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/40a4ed114a4aea5afd6df8d0f0c9cd3033097f66
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/8yJ0nH /usr/bin/composer install --no-interaction -q (http block)
  • https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/69deeb8664f611f156a924154985fbd4911eb36b
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/8yJ0nH /usr/bin/composer install --no-interaction -q (http block)
  • https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/31f8b717e51d9a2afca6c9f046f5d69fc27c8686
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/8yJ0nH /usr/bin/composer install --no-interaction -q (http block)
  • https://api.github.com/repos/sebastianbergmann/php-timer/zipball/a691211e94ff39a34811abd521c31bd5b305b0bb
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/8yJ0nH /usr/bin/composer install --no-interaction -q (http block)
  • https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/a853a0e183b9db7eed023d7933a858fa1c8d25a3
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/8yJ0nH /usr/bin/composer install --no-interaction -q (http block)
  • https://api.github.com/repos/sebastianbergmann/phpunit/zipball/1015741814413c156abb0f53d7db7bbd03c6e858
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/8yJ0nH /usr/bin/composer install --no-interaction -q (http block)
  • https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/8fe7e75986a9d24b4cceae847314035df7703a5a
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/8yJ0nH /usr/bin/composer install --no-interaction -q (http block)
  • https://api.github.com/repos/sebastianbergmann/resource-operations/zipball/72a7f7674d053d548003b16ff5a106e7e0e06eee
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/8yJ0nH /usr/bin/composer install --no-interaction -q (http block)
  • https://api.github.com/repos/sebastianbergmann/type/zipball/18f071c3a29892b037d35e6b20ddf3ea39b42874
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/8yJ0nH /usr/bin/composer install --no-interaction -q (http block)
  • https://api.github.com/repos/sebastianbergmann/version/zipball/99732be0ddb3361e16ad77b68ba41efc8e979019
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/8yJ0nH /usr/bin/composer install --no-interaction -q (http block)
  • https://api.github.com/repos/theseer/tokenizer/zipball/b7489ce515e168639d17feec34b8847c326b0b3c
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/8yJ0nH /usr/bin/composer install --no-interaction -q (http block)

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

@Rello
Copy link
Collaborator

Rello commented Feb 20, 2026

@copilot

  • take over all current values from stable because this one will be fix set for 6.9.
  • use the signature variables and do not hardcode them
  • reuse the stableurl also for the 6.9

$stableReleaseDate = '2026-01-22 18:00';
$stableVersion = '4.0.6';
$stableVersionSignature = 'yzAm+RTOEtHCEmz1L4JHiRJkdfKMIeFAqYEJlaYNYP6s5IBKLq7YZY1sbtlmKQttRqKurB67s7dCuaGA2A6VBA==';
$stableVersionLength = 345060719;
$stableVersionFileProviderSignature = 'BCONOVs9x/wJxP4y5i0gqdwEErYFy9HFfGHYyWuXxUn6mgzhMlFLt3lFQOsuVvz2ADsR+fEdIqSFiSN8zEDYAA==';
$stableVersionFileProviderLength = 373240934;

…bles

Co-authored-by: Rello <13385119+Rello@users.noreply.github.com>
Copy link
Contributor Author

Copilot AI commented Feb 20, 2026

@copilot

  • take over all current values from stable because this one will be fix set for 6.9.
    ...

Done in ab1feb3 — the separate $stableQt69_* variable block is removed. stable-qt6.9 now uses $stableReleaseDate, $stableVersion, $stableVersionString, $stableUrl, $stableVersionSignature, $stableVersionLength, $stableVersionFileProviderSignature, and $stableVersionFileProviderLength directly. No hardcoded values or own URL remain.

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/doctrine/instantiator/zipball/0a0fa9780f5d4e507415a065172d26a98d02047b
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/BbOJzd /usr/bin/composer install --no-interaction -q (http block)
  • https://api.github.com/repos/myclabs/DeepCopy/zipball/07d290f0c47959fd5eed98c95ee5602db07e0b6a
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/BbOJzd /usr/bin/composer install --no-interaction -q (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/BbOJzd /usr/bin/composer install --no-interaction -q (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/BbOJzd /usr/bin/composer install --no-interaction -q (http block)
  • https://api.github.com/repos/sebastianbergmann/code-unit-reverse-lookup/zipball/92a1a52e86d34cde6caa54f1b5ffa9fda18e5d54
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/BbOJzd /usr/bin/composer install --no-interaction -q (http block)
  • https://api.github.com/repos/sebastianbergmann/comparator/zipball/bc7d8ac2fe1cce229bff9b5fd4efe65918a1ff52
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/BbOJzd /usr/bin/composer install --no-interaction -q (http block)
  • https://api.github.com/repos/sebastianbergmann/diff/zipball/98ff311ca519c3aa73ccd3de053bdb377171d7b6
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/BbOJzd /usr/bin/composer install --no-interaction -q (http block)
  • https://api.github.com/repos/sebastianbergmann/environment/zipball/56932f6049a0482853056ffd617c91ffcc754205
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/BbOJzd /usr/bin/composer install --no-interaction -q (http block)
  • https://api.github.com/repos/sebastianbergmann/exporter/zipball/64cfeaa341951ceb2019d7b98232399d57bb2296
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/BbOJzd /usr/bin/composer install --no-interaction -q (http block)
  • https://api.github.com/repos/sebastianbergmann/global-state/zipball/800689427e3e8cf57a8fe38fcd1d4344c9b2f046
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/BbOJzd /usr/bin/composer install --no-interaction -q (http block)
  • https://api.github.com/repos/sebastianbergmann/object-enumerator/zipball/ac5b293dba925751b808e02923399fb44ff0d541
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/BbOJzd /usr/bin/composer install --no-interaction -q (http block)
  • https://api.github.com/repos/sebastianbergmann/object-reflector/zipball/1d439c229e61f244ff1f211e5c99737f90c67def
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/BbOJzd /usr/bin/composer install --no-interaction -q (http block)
  • https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/40a4ed114a4aea5afd6df8d0f0c9cd3033097f66
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/BbOJzd /usr/bin/composer install --no-interaction -q (http block)
  • https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/69deeb8664f611f156a924154985fbd4911eb36b
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/BbOJzd /usr/bin/composer install --no-interaction -q (http block)
  • https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/31f8b717e51d9a2afca6c9f046f5d69fc27c8686
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/BbOJzd /usr/bin/composer install --no-interaction -q (http block)
  • https://api.github.com/repos/sebastianbergmann/php-timer/zipball/a691211e94ff39a34811abd521c31bd5b305b0bb
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/BbOJzd /usr/bin/composer install --no-interaction -q (http block)
  • https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/a853a0e183b9db7eed023d7933a858fa1c8d25a3
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/BbOJzd /usr/bin/composer install --no-interaction -q (http block)
  • https://api.github.com/repos/sebastianbergmann/phpunit/zipball/1015741814413c156abb0f53d7db7bbd03c6e858
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/BbOJzd /usr/bin/composer install --no-interaction -q (http block)
  • https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/8fe7e75986a9d24b4cceae847314035df7703a5a
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/BbOJzd /usr/bin/composer install --no-interaction -q (http block)
  • https://api.github.com/repos/sebastianbergmann/resource-operations/zipball/72a7f7674d053d548003b16ff5a106e7e0e06eee
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/BbOJzd /usr/bin/composer install --no-interaction -q (http block)
  • https://api.github.com/repos/sebastianbergmann/type/zipball/18f071c3a29892b037d35e6b20ddf3ea39b42874
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/BbOJzd /usr/bin/composer install --no-interaction -q (http block)
  • https://api.github.com/repos/sebastianbergmann/version/zipball/99732be0ddb3361e16ad77b68ba41efc8e979019
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/BbOJzd /usr/bin/composer install --no-interaction -q (http block)
  • https://api.github.com/repos/theseer/tokenizer/zipball/b7489ce515e168639d17feec34b8847c326b0b3c
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/BbOJzd /usr/bin/composer install --no-interaction -q (http block)

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

@Rello
Copy link
Collaborator

Rello commented Feb 20, 2026

@copilot
tha last change was a misunderstanding. keep dedicated stable-qt6.9 variables. but set them to the values that are currently in the stable variables

…values

Co-authored-by: Rello <13385119+Rello@users.noreply.github.com>
Copy link
Contributor Author

Copilot AI commented Feb 20, 2026

@copilot
tha last change was a misunderstanding. keep dedicated stable-qt6.9 variables. but set them to the values that are currently in the stable variables

Done in acabde6 — restored dedicated $stableQt69* variables (release date, version, signatures, lengths, URL) seeded with the current stable values. The stable-qt6.9 array entry uses only these own variables, so they can be independently pinned when stable moves to Qt6.10.

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/doctrine/instantiator/zipball/0a0fa9780f5d4e507415a065172d26a98d02047b
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/Gnvdb2 /usr/bin/composer install --no-interaction -q (http block)
  • https://api.github.com/repos/myclabs/DeepCopy/zipball/07d290f0c47959fd5eed98c95ee5602db07e0b6a
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/Gnvdb2 /usr/bin/composer install --no-interaction -q (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/Gnvdb2 /usr/bin/composer install --no-interaction -q (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/Gnvdb2 /usr/bin/composer install --no-interaction -q (http block)
  • https://api.github.com/repos/sebastianbergmann/code-unit-reverse-lookup/zipball/92a1a52e86d34cde6caa54f1b5ffa9fda18e5d54
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/Gnvdb2 /usr/bin/composer install --no-interaction -q (http block)
  • https://api.github.com/repos/sebastianbergmann/comparator/zipball/bc7d8ac2fe1cce229bff9b5fd4efe65918a1ff52
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/Gnvdb2 /usr/bin/composer install --no-interaction -q (http block)
  • https://api.github.com/repos/sebastianbergmann/diff/zipball/98ff311ca519c3aa73ccd3de053bdb377171d7b6
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/Gnvdb2 /usr/bin/composer install --no-interaction -q (http block)
  • https://api.github.com/repos/sebastianbergmann/environment/zipball/56932f6049a0482853056ffd617c91ffcc754205
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/Gnvdb2 /usr/bin/composer install --no-interaction -q (http block)
  • https://api.github.com/repos/sebastianbergmann/exporter/zipball/64cfeaa341951ceb2019d7b98232399d57bb2296
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/Gnvdb2 /usr/bin/composer install --no-interaction -q (http block)
  • https://api.github.com/repos/sebastianbergmann/global-state/zipball/800689427e3e8cf57a8fe38fcd1d4344c9b2f046
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/Gnvdb2 /usr/bin/composer install --no-interaction -q (http block)
  • https://api.github.com/repos/sebastianbergmann/object-enumerator/zipball/ac5b293dba925751b808e02923399fb44ff0d541
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/Gnvdb2 /usr/bin/composer install --no-interaction -q (http block)
  • https://api.github.com/repos/sebastianbergmann/object-reflector/zipball/1d439c229e61f244ff1f211e5c99737f90c67def
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/Gnvdb2 /usr/bin/composer install --no-interaction -q (http block)
  • https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/40a4ed114a4aea5afd6df8d0f0c9cd3033097f66
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/Gnvdb2 /usr/bin/composer install --no-interaction -q (http block)
  • https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/69deeb8664f611f156a924154985fbd4911eb36b
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/Gnvdb2 /usr/bin/composer install --no-interaction -q (http block)
  • https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/31f8b717e51d9a2afca6c9f046f5d69fc27c8686
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/Gnvdb2 /usr/bin/composer install --no-interaction -q (http block)
  • https://api.github.com/repos/sebastianbergmann/php-timer/zipball/a691211e94ff39a34811abd521c31bd5b305b0bb
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/Gnvdb2 /usr/bin/composer install --no-interaction -q (http block)
  • https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/a853a0e183b9db7eed023d7933a858fa1c8d25a3
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/Gnvdb2 /usr/bin/composer install --no-interaction -q (http block)
  • https://api.github.com/repos/sebastianbergmann/phpunit/zipball/1015741814413c156abb0f53d7db7bbd03c6e858
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/Gnvdb2 /usr/bin/composer install --no-interaction -q (http block)
  • https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/8fe7e75986a9d24b4cceae847314035df7703a5a
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/Gnvdb2 /usr/bin/composer install --no-interaction -q (http block)
  • https://api.github.com/repos/sebastianbergmann/resource-operations/zipball/72a7f7674d053d548003b16ff5a106e7e0e06eee
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/Gnvdb2 /usr/bin/composer install --no-interaction -q (http block)
  • https://api.github.com/repos/sebastianbergmann/type/zipball/18f071c3a29892b037d35e6b20ddf3ea39b42874
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/Gnvdb2 /usr/bin/composer install --no-interaction -q (http block)
  • https://api.github.com/repos/sebastianbergmann/version/zipball/99732be0ddb3361e16ad77b68ba41efc8e979019
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/Gnvdb2 /usr/bin/composer install --no-interaction -q (http block)
  • https://api.github.com/repos/theseer/tokenizer/zipball/b7489ce515e168639d17feec34b8847c326b0b3c
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/Gnvdb2 /usr/bin/composer install --no-interaction -q (http block)

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants