Skip to content

Add PayPal payment provider#1127

Open
Copilot wants to merge 11 commits intomasterfrom
copilot/support-paypal-integration
Open

Add PayPal payment provider#1127
Copilot wants to merge 11 commits intomasterfrom
copilot/support-paypal-integration

Conversation

Copy link
Contributor

Copilot AI commented Mar 19, 2026

Adds PayPal payment provider support with Web payment (create order + capture), query, refund, and callback handling with webhook signature verification.

Changes Made

  • PayPal Plugin Namespace: All PayPal plugins use Yansongda\Pay\Plugin\Paypal\V2\* namespace to match PayPal's v2 API endpoints
  • Plugins: PayPlugin, CapturePlugin, QueryPlugin, QueryRefundPlugin, RefundPlugin, CallbackPlugin, AddRadarPlugin, ResponsePlugin, ObtainAccessTokenPlugin, GetAccessTokenPlugin, VerifyWebhookSignPlugin
  • Shortcuts: WebShortcut, QueryShortcut, RefundShortcut
  • Provider: Paypal provider with web, query, refund, callback, and success methods
  • External access_token support: ObtainAccessTokenPlugin accepts _access_token from params, allowing externally managed tokens to be passed in directly
  • Webhook signature verification: CallbackPlugin verifies webhook signatures via PayPal's verify-webhook-signature API before accepting callback payloads. Provider callback follows Wechat's _request pattern with ServerRequestInterface. New verify_paypal_webhook_sign() function in Functions.php handles the full verification flow. Requires webhook_id in config.
  • Documentation: Full PayPal documentation under web/docs/v3/paypal/ (pay, query, refund, cancel, close, callback, response, all) and quick-start guide at web/docs/v3/quick-start/paypal.md. All PayPal docs note that the implementation was generated by GitHub Copilot. Doc code examples use plain PHP loops (framework-agnostic) instead of Laravel-specific helpers.
  • Sidebar & Config: Updated VitePress sidebar and init.md with PayPal section and configuration block (including webhook_id)
  • CHANGELOG: Added v3.7.20 entry for PR Add PayPal payment provider #1127
  • Tests: Unit tests for all plugins, shortcuts, the external access_token feature, webhook signature verification (verify_paypal_webhook_sign including localhost skip, missing config, empty signature, success, and failure scenarios), src/Functions.php PayPal functions (get_paypal_url, get_paypal_access_token including cached token, missing config, and fresh token fetch scenarios), and Provider-level tests in PaypalTest.php (shortcut errors, mergeCommonPlugins, cancel/close exceptions, callback with ServerRequestInterface and array, success response)
  • Coding Style: Fixed src/Functions.php to pass php-cs-fixer — added proper use import, corrected multi-line operator positioning, and replaced FQCNs with short/relative class references
  • Code Optimization: Removed inaccurate @throws annotations and unused imports from CapturePlugin, QueryPlugin, QueryRefundPlugin, RefundPlugin
  • Copilot Instructions: Created .github/copilot-instructions.md in Chinese with comprehensive project conventions covering architecture (plugin pipeline pattern), directory layout, coding standards, security requirements (API security as top priority), testing patterns, documentation conventions, and a step-by-step guide for adding new providers
Original prompt

This section details on the original issue you should resolve

<issue_title>大佬可以支持下PayPal吗?</issue_title>
<issue_description>大佬可以支持下PayPal吗?</issue_description>

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


📱 Kick off Copilot coding agent tasks wherever you are with GitHub Mobile, available on iOS and Android.

@netlify
Copy link

netlify bot commented Mar 19, 2026

Deploy Preview for pay-yansongda canceled.

Name Link
🔨 Latest commit f650e92
🔍 Latest deploy log https://app.netlify.com/projects/pay-yansongda/deploys/69bed24174f0480008db8966

Copilot AI and others added 2 commits March 19, 2026 03:20
- Add Paypal provider class implementing ProviderInterface with web/query/refund/callback/success methods
- Add PaypalServiceProvider for dependency injection registration
- Add OAuth2 token management (GetAccessTokenPlugin, ObtainAccessTokenPlugin) with caching
- Add AddRadarPlugin supporting Basic auth (token fetch) and Bearer auth (API calls)
- Add ResponsePlugin validating HTTP 2xx status codes
- Add Pay, Capture, Query, QueryRefund, Refund, Callback plugins for PayPal V2 API
- Add WebShortcut, QueryShortcut, RefundShortcut for common payment flows
- Add PARAMS_PAYPAL_URL_MISSING (9223) and CONFIG_PAYPAL_INVALID (9406) exception constants
- Add get_paypal_url() and get_paypal_access_token() helper functions
- Register PaypalServiceProvider in Pay class
- Add PayPal sandbox test configuration in TestCase
- Add tests for all plugins and shortcuts

Production URL: https://api-m.paypal.com/
Sandbox URL: https://api-m.sandbox.paypal.com/

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Co-authored-by: yansongda <11869114+yansongda@users.noreply.github.com>
Copilot AI changed the title [WIP] Add support for PayPal integration Add PayPal payment provider Mar 19, 2026
Copilot AI requested a review from yansongda March 19, 2026 03:38
@yansongda
Copy link
Owner

1、请在 web 文件夹下帮忙同步增加相关文档
2、请按照现有 CHANGELOG.md 的格式增加变更说明。当前 PR 号为 1127

Co-authored-by: yansongda <11869114+yansongda@users.noreply.github.com>
@cloudflare-workers-and-pages
Copy link

cloudflare-workers-and-pages bot commented Mar 20, 2026

Deploying pay with  Cloudflare Pages  Cloudflare Pages

Latest commit: a7f697d
Status: ✅  Deploy successful!
Preview URL: https://a2b4d49e.pay-1bj.pages.dev
Branch Preview URL: https://copilot-support-paypal-integ.pay-1bj.pages.dev

View logs

@codecov
Copy link

codecov bot commented Mar 20, 2026

Codecov Report

❌ Patch coverage is 97.33728% with 9 lines in your changes missing coverage. Please review.
✅ Project coverage is 97.58%. Comparing base (57eaeff) to head (f650e92).
⚠️ Report is 1 commits behind head on master.

Files with missing lines Patch % Lines
src/Provider/Paypal.php 77.77% 8 Missing ⚠️
src/Plugin/Paypal/V2/ObtainAccessTokenPlugin.php 88.88% 1 Missing ⚠️
Additional details and impacted files
@@             Coverage Diff              @@
##             master    #1127      +/-   ##
============================================
- Coverage     97.59%   97.58%   -0.02%     
- Complexity     1085     1133      +48     
============================================
  Files           386      402      +16     
  Lines          7036     7374     +338     
============================================
+ Hits           6867     7196     +329     
- Misses          169      178       +9     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@yansongda
Copy link
Owner

1、由于 papal 的API是 v2 版本请将命名空间改为 Yansongda\Pay\Plugin\Paypal\V2\Pay

2、当前 PayPal 的 access_token 不能从外部传入,请兼容从外部传入 access_token 的方式

3、请在文档中标注 PayPal 的实现由 GitHub copilot 生成

4、当前 ci 中单元测试服概率能否继续提升

5、请帮忙再次确认一下是否有逻辑上的错误

@copilot

…ess_token, add Copilot attribution to docs, improve test coverage

Co-authored-by: yansongda <11869114+yansongda@users.noreply.github.com>
Agent-Logs-Url: https://github.com/yansongda/pay/sessions/9a63746b-7c08-4fb0-979d-3bec1a76fe32
Copy link
Contributor Author

Copilot AI commented Mar 21, 2026

1、由于 papal 的API是 v2 版本请将命名空间改为 Yansongda\Pay\Plugin\Paypal\V2\Pay

2、当前 PayPal 的 access_token 不能从外部传入,请兼容从外部传入 access_token 的�...

All 5 items addressed in commit 64fe876:

  1. Renamed namespace from Paypal\V1 to Paypal\V2 — all source files, tests, shortcuts, provider, Functions.php, and docs updated
  2. ObtainAccessTokenPlugin now checks for _access_token in params first; if provided, it's used directly without fetching a new token. Documentation updated with usage example.
  3. Added :::tip PayPal 的实现由 GitHub Copilot 生成 ::: to all PayPal doc pages
  4. Added ObtainAccessTokenPluginTest (including external token test) and GetAccessTokenPluginTest — these two plugins previously had no test coverage
  5. Reviewed all plugin logic — no errors found. The PayPlugin correctly builds the v2/checkout/orders request, CapturePlugin/QueryPlugin/RefundPlugin/QueryRefundPlugin correctly validate required IDs and build proper URLs, AddRadarPlugin correctly handles both basic auth (for token fetch) and bearer auth (for API calls), and ResponsePlugin correctly validates HTTP status codes.

1、请在 web 文件夹下帮忙同步增加相关文档
2、请按照现有 CHANGELOG.md 的格式增加变更说明。当前 PR 号为 1127

Documentation and CHANGELOG were added in commit 598d62f. The web/docs/v3/paypal/ directory contains pages for pay, query, refund, cancel, close, callback, response, and all. Quick-start guide at web/docs/v3/quick-start/paypal.md. CHANGELOG updated with v3.7.20 entry for PR #1127.

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/JetBrains/phpstorm-attributes/zipball/64de815a4509c29e00d5e3474087fd24c171afc2
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/vbjFHO /usr/bin/composer install --no-progress ACCEPT (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/I4i8oD /usr/bin/composer install --no-progress de/node/bin/git rgo/bin/git git b6f5b18d^{commit} git bran�� k/_temp/ghcca-no--git-dir git 902afbd2^{commit} --git-dir git de/node/bin/git sh (http block)
  • https://api.github.com/repos/PHP-CS-Fixer/PHP-CS-Fixer/zipball/7787ceff91365ba7d623ec410b8f429cdebb4f63
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/vbjFHO /usr/bin/composer install --no-progress ACCEPT (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/I4i8oD /usr/bin/composer install --no-progress de/node/bin/git rgo/bin/git git b6f5b18d^{commit} git bran�� k/_temp/ghcca-no--git-dir git 902afbd2^{commit} --git-dir git de/node/bin/git sh (http block)
  • https://api.github.com/repos/Seldaek/monolog/zipball/37308608e599f34a1a4845b16440047ec98a172a
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/vbjFHO /usr/bin/composer install --no-progress ACCEPT (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/I4i8oD /usr/bin/composer install --no-progress de/node/bin/git rgo/bin/git git b6f5b18d^{commit} git bran�� k/_temp/ghcca-no--git-dir git 902afbd2^{commit} --git-dir git de/node/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/vbjFHO /usr/bin/composer install --no-progress ACCEPT (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/I4i8oD /usr/bin/composer install --no-progress de/node/bin/git rgo/bin/git git b6f5b18d^{commit} git bran�� k/_temp/ghcca-no--git-dir git 902afbd2^{commit} --git-dir git de/node/bin/git sh (http block)
  • https://api.github.com/repos/composer/pcre/zipball/b2bed4734f0cc156ee1fe9c0da2550420d99a21e
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/M8OZ0T /usr/bin/composer install (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/vbjFHO /usr/bin/composer install --no-progress ACCEPT (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/I4i8oD /usr/bin/composer install --no-progress de/node/bin/git rgo/bin/git git b6f5b18d^{commit} git bran�� k/_temp/ghcca-no--git-dir git 902afbd2^{commit} --git-dir git de/node/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/vbjFHO /usr/bin/composer install --no-progress ACCEPT (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/I4i8oD /usr/bin/composer install --no-progress de/node/bin/git rgo/bin/git git b6f5b18d^{commit} git bran�� k/_temp/ghcca-no--git-dir git 902afbd2^{commit} --git-dir git de/node/bin/git sh (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/vbjFHO /usr/bin/composer install --no-progress ACCEPT (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/I4i8oD /usr/bin/composer install --no-progress de/node/bin/git rgo/bin/git git b6f5b18d^{commit} git bran�� k/_temp/ghcca-no--git-dir git 902afbd2^{commit} --git-dir git de/node/bin/git sh (http block)
  • https://api.github.com/repos/doctrine/instantiator/zipball/c6222283fa3f4ac679f8b9ced9a4e23f163e80d0
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/vbjFHO /usr/bin/composer install --no-progress ACCEPT (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/I4i8oD /usr/bin/composer install --no-progress de/node/bin/git rgo/bin/git git b6f5b18d^{commit} git bran�� k/_temp/ghcca-no--git-dir git 902afbd2^{commit} --git-dir git de/node/bin/git sh (http block)
  • https://api.github.com/repos/guzzle/guzzle/zipball/b51ac707cfa420b7bfd4e4d5e510ba8008e822b4
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/vbjFHO /usr/bin/composer install --no-progress ACCEPT (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/I4i8oD /usr/bin/composer install --no-progress de/node/bin/git rgo/bin/git git b6f5b18d^{commit} git bran�� k/_temp/ghcca-no--git-dir git 902afbd2^{commit} --git-dir git de/node/bin/git sh (http block)
  • https://api.github.com/repos/guzzle/promises/zipball/481557b130ef3790cf82b713667b43030dc9c957
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/vbjFHO /usr/bin/composer install --no-progress ACCEPT (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/I4i8oD /usr/bin/composer install --no-progress de/node/bin/git rgo/bin/git git b6f5b18d^{commit} git bran�� k/_temp/ghcca-no--git-dir git 902afbd2^{commit} --git-dir git de/node/bin/git sh (http block)
  • https://api.github.com/repos/guzzle/psr7/zipball/7d0ed42f28e42d61352a7a79de682e5e67fec884
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/vbjFHO /usr/bin/composer install --no-progress ACCEPT (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/I4i8oD /usr/bin/composer install --no-progress de/node/bin/git rgo/bin/git git b6f5b18d^{commit} git bran�� k/_temp/ghcca-no--git-dir git 902afbd2^{commit} --git-dir git de/node/bin/git sh (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/vbjFHO /usr/bin/composer install --no-progress ACCEPT (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/I4i8oD /usr/bin/composer install --no-progress de/node/bin/git rgo/bin/git git b6f5b18d^{commit} git bran�� k/_temp/ghcca-no--git-dir git 902afbd2^{commit} --git-dir git de/node/bin/git sh (http block)
  • https://api.github.com/repos/hyperf-cloud/pimple-integration/zipball/7bd07745c256b83679471c06ec2a11e901d37277
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/vbjFHO /usr/bin/composer install --no-progress ACCEPT (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/I4i8oD /usr/bin/composer install --no-progress de/node/bin/git rgo/bin/git git b6f5b18d^{commit} git bran�� k/_temp/ghcca-no--git-dir git 902afbd2^{commit} --git-dir git de/node/bin/git sh (http block)
  • https://api.github.com/repos/hyperf/context/zipball/a8cb6d27c5b85b44ce8d1e58d1ccfe1a1831b2f5
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/vbjFHO /usr/bin/composer install --no-progress ACCEPT (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/I4i8oD /usr/bin/composer install --no-progress de/node/bin/git rgo/bin/git git b6f5b18d^{commit} git bran�� k/_temp/ghcca-no--git-dir git 902afbd2^{commit} --git-dir git de/node/bin/git sh (http block)
  • https://api.github.com/repos/hyperf/contract/zipball/24d11e962033a1a44468df6318f9a2c2c0b8f99e
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/vbjFHO /usr/bin/composer install --no-progress ACCEPT (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/I4i8oD /usr/bin/composer install --no-progress de/node/bin/git rgo/bin/git git b6f5b18d^{commit} git bran�� k/_temp/ghcca-no--git-dir git 902afbd2^{commit} --git-dir git de/node/bin/git sh (http block)
  • https://api.github.com/repos/hyperf/engine-contract/zipball/b6c8ff556fca5d4ffa29fba819fefc5e3572025d
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/vbjFHO /usr/bin/composer install --no-progress ACCEPT (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/I4i8oD /usr/bin/composer install --no-progress de/node/bin/git rgo/bin/git git b6f5b18d^{commit} git bran�� k/_temp/ghcca-no--git-dir git 902afbd2^{commit} --git-dir git de/node/bin/git sh (http block)
  • https://api.github.com/repos/hyperf/engine/zipball/15c282e8fcf8596f3400ccd21c32a18a37036b9a
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/vbjFHO /usr/bin/composer install --no-progress ACCEPT (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/I4i8oD /usr/bin/composer install --no-progress de/node/bin/git rgo/bin/git git b6f5b18d^{commit} git bran�� k/_temp/ghcca-no--git-dir git 902afbd2^{commit} --git-dir git de/node/bin/git sh (http block)
  • https://api.github.com/repos/igorw/evenement/zipball/0a16b0d71ab13284339abb99d9d2bd813640efbc
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/vbjFHO /usr/bin/composer install --no-progress ACCEPT (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/I4i8oD /usr/bin/composer install --no-progress de/node/bin/git rgo/bin/git git b6f5b18d^{commit} git bran�� k/_temp/ghcca-no--git-dir git 902afbd2^{commit} --git-dir git de/node/bin/git sh (http block)
  • https://api.github.com/repos/mockery/mockery/zipball/1f4efdd7d3beafe9807b08156dfcb176d18f1699
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/vbjFHO /usr/bin/composer install --no-progress ACCEPT (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/I4i8oD /usr/bin/composer install --no-progress de/node/bin/git rgo/bin/git git b6f5b18d^{commit} git bran�� k/_temp/ghcca-no--git-dir git 902afbd2^{commit} --git-dir git de/node/bin/git sh (http block)
  • https://api.github.com/repos/myclabs/DeepCopy/zipball/07d290f0c47959fd5eed98c95ee5602db07e0b6a
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/vbjFHO /usr/bin/composer install --no-progress ACCEPT (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/I4i8oD /usr/bin/composer install --no-progress de/node/bin/git rgo/bin/git git b6f5b18d^{commit} git bran�� k/_temp/ghcca-no--git-dir git 902afbd2^{commit} --git-dir git de/node/bin/git sh (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/vbjFHO /usr/bin/composer install --no-progress ACCEPT (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/I4i8oD /usr/bin/composer install --no-progress de/node/bin/git rgo/bin/git git b6f5b18d^{commit} git bran�� k/_temp/ghcca-no--git-dir git 902afbd2^{commit} --git-dir git de/node/bin/git sh (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/vbjFHO /usr/bin/composer install --no-progress ACCEPT (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/I4i8oD /usr/bin/composer install --no-progress de/node/bin/git rgo/bin/git git b6f5b18d^{commit} git bran�� k/_temp/ghcca-no--git-dir git 902afbd2^{commit} --git-dir git de/node/bin/git sh (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/vbjFHO /usr/bin/composer install --no-progress ACCEPT (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/I4i8oD /usr/bin/composer install --no-progress de/node/bin/git rgo/bin/git git b6f5b18d^{commit} git bran�� k/_temp/ghcca-no--git-dir git 902afbd2^{commit} --git-dir git de/node/bin/git sh (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/M8OZ0T /usr/bin/composer install (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/vbjFHO /usr/bin/composer install --no-progress ACCEPT (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/I4i8oD /usr/bin/composer install --no-progress de/node/bin/git rgo/bin/git git b6f5b18d^{commit} git bran�� k/_temp/ghcca-no--git-dir git 902afbd2^{commit} --git-dir git de/node/bin/git sh (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/vbjFHO /usr/bin/composer install --no-progress ACCEPT (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/I4i8oD /usr/bin/composer install --no-progress de/node/bin/git rgo/bin/git git b6f5b18d^{commit} git bran�� k/_temp/ghcca-no--git-dir git 902afbd2^{commit} --git-dir git de/node/bin/git sh (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/vbjFHO /usr/bin/composer install --no-progress ACCEPT (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/I4i8oD /usr/bin/composer install --no-progress de/node/bin/git rgo/bin/git git b6f5b18d^{commit} git bran�� k/_temp/ghcca-no--git-dir git 902afbd2^{commit} --git-dir git de/node/bin/git sh (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/vbjFHO /usr/bin/composer install --no-progress ACCEPT (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/I4i8oD /usr/bin/composer install --no-progress de/node/bin/git rgo/bin/git git b6f5b18d^{commit} git bran�� k/_temp/ghcca-no--git-dir git 902afbd2^{commit} --git-dir git de/node/bin/git sh (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/vbjFHO /usr/bin/composer install --no-progress ACCEPT (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/I4i8oD /usr/bin/composer install --no-progress de/node/bin/git rgo/bin/git git b6f5b18d^{commit} git bran�� k/_temp/ghcca-no--git-dir git 902afbd2^{commit} --git-dir git de/node/bin/git sh (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/vbjFHO /usr/bin/composer install --no-progress ACCEPT (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/I4i8oD /usr/bin/composer install --no-progress de/node/bin/git rgo/bin/git git b6f5b18d^{commit} git bran�� k/_temp/ghcca-no--git-dir git 902afbd2^{commit} --git-dir git de/node/bin/git sh (http block)
  • https://api.github.com/repos/phpstan/phpstan/zipball/1279e1ce86ba768f0780c9d889852b4e02ff40d0
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/vbjFHO /usr/bin/composer install --no-progress ACCEPT (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/58ubFR /usr/bin/composer install --prefer-source --no-progress http-message-brigit (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/g6e0Sw /usr/bin/composer install --no-progress --prefer-source --git-dir sh } git rev-�� 02a822d1ecf1db1096959413d35e1c37cf1a5^{commit}&#39; git /home/REDACTED/.config/composer/vendor/bin/git tnet/tools/git git 6c5faa08^{commit--noprofile git (http block)
  • https://api.github.com/repos/ralouphie/getallheaders/zipball/120b605dfeb996808c31b6477290a714d356e822
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/vbjFHO /usr/bin/composer install --no-progress ACCEPT (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/I4i8oD /usr/bin/composer install --no-progress de/node/bin/git rgo/bin/git git b6f5b18d^{commit} git bran�� k/_temp/ghcca-no--git-dir git 902afbd2^{commit} --git-dir git de/node/bin/git sh (http block)
  • https://api.github.com/repos/reactphp/cache/zipball/d47c472b64aa5608225f47965a484b75c7817d5b
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/vbjFHO /usr/bin/composer install --no-progress ACCEPT (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/I4i8oD /usr/bin/composer install --no-progress de/node/bin/git rgo/bin/git git b6f5b18d^{commit} git bran�� k/_temp/ghcca-no--git-dir git 902afbd2^{commit} --git-dir git de/node/bin/git sh (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/vbjFHO /usr/bin/composer install --no-progress ACCEPT (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/I4i8oD /usr/bin/composer install --no-progress de/node/bin/git rgo/bin/git git b6f5b18d^{commit} git bran�� k/_temp/ghcca-no--git-dir git 902afbd2^{commit} --git-dir git de/node/bin/git sh (http block)
  • https://api.github.com/repos/reactphp/dns/zipball/7562c05391f42701c1fccf189c8225fece1cd7c3
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/vbjFHO /usr/bin/composer install --no-progress ACCEPT (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/I4i8oD /usr/bin/composer install --no-progress de/node/bin/git rgo/bin/git git b6f5b18d^{commit} git bran�� k/_temp/ghcca-no--git-dir git 902afbd2^{commit} --git-dir git de/node/bin/git sh (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/vbjFHO /usr/bin/composer install --no-progress ACCEPT (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/I4i8oD /usr/bin/composer install --no-progress de/node/bin/git rgo/bin/git git b6f5b18d^{commit} git bran�� k/_temp/ghcca-no--git-dir git 902afbd2^{commit} --git-dir git de/node/bin/git sh (http block)
  • https://api.github.com/repos/reactphp/promise/zipball/23444f53a813a3296c1368bb104793ce8d88f04a
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/vbjFHO /usr/bin/composer install --no-progress ACCEPT (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/I4i8oD /usr/bin/composer install --no-progress de/node/bin/git rgo/bin/git git b6f5b18d^{commit} git bran�� k/_temp/ghcca-no--git-dir git 902afbd2^{commit} --git-dir git de/node/bin/git sh (http block)
  • https://api.github.com/repos/reactphp/socket/zipball/ef5b17b81f6f60504c539313f94f2d826c5faa08
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/vbjFHO /usr/bin/composer install --no-progress ACCEPT (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/I4i8oD /usr/bin/composer install --no-progress de/node/bin/git rgo/bin/git git b6f5b18d^{commit} git bran�� k/_temp/ghcca-no--git-dir git 902afbd2^{commit} --git-dir git de/node/bin/git sh (http block)
  • https://api.github.com/repos/reactphp/stream/zipball/1e5b0acb8fe55143b5b426817155190eb6f5b18d
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/vbjFHO /usr/bin/composer install --no-progress ACCEPT (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/I4i8oD /usr/bin/composer install --no-progress de/node/bin/git rgo/bin/git git b6f5b18d^{commit} git bran�� k/_temp/ghcca-no--git-dir git 902afbd2^{commit} --git-dir git de/node/bin/git sh (http block)
  • https://api.github.com/repos/sebastianbergmann/cli-parser/zipball/2b56bea83a09de3ac06bb18b92f068e60cc6f50b
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/vbjFHO /usr/bin/composer install --no-progress ACCEPT (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/I4i8oD /usr/bin/composer install --no-progress de/node/bin/git rgo/bin/git git b6f5b18d^{commit} git bran�� k/_temp/ghcca-no--git-dir git 902afbd2^{commit} --git-dir git de/node/bin/git sh (http block)
  • https://api.github.com/repos/sebastianbergmann/code-unit-reverse-lookup/zipball/ac91f01ccec49fb77bdc6fd1e548bc70f7faa3e5
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/vbjFHO /usr/bin/composer install --no-progress ACCEPT (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/I4i8oD /usr/bin/composer install --no-progress de/node/bin/git rgo/bin/git git b6f5b18d^{commit} git bran�� k/_temp/ghcca-no--git-dir git 902afbd2^{commit} --git-dir git de/node/bin/git sh (http block)
  • https://api.github.com/repos/sebastianbergmann/code-unit/zipball/1fc9f64c0927627ef78ba436c9b17d967e68e120
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/vbjFHO /usr/bin/composer install --no-progress ACCEPT (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/I4i8oD /usr/bin/composer install --no-progress de/node/bin/git rgo/bin/git git b6f5b18d^{commit} git bran�� k/_temp/ghcca-no--git-dir git 902afbd2^{commit} --git-dir git de/node/bin/git sh (http block)
  • https://api.github.com/repos/sebastianbergmann/comparator/zipball/e4df00b9b3571187db2831ae9aada2c6efbd715d
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/vbjFHO /usr/bin/composer install --no-progress ACCEPT (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/I4i8oD /usr/bin/composer install --no-progress de/node/bin/git rgo/bin/git git b6f5b18d^{commit} git bran�� k/_temp/ghcca-no--git-dir git 902afbd2^{commit} --git-dir git de/node/bin/git sh (http block)
  • https://api.github.com/repos/sebastianbergmann/complexity/zipball/25f207c40d62b8b7aa32f5ab026c53561964053a
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/vbjFHO /usr/bin/composer install --no-progress ACCEPT (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/I4i8oD /usr/bin/composer install --no-progress de/node/bin/git rgo/bin/git git b6f5b18d^{commit} git bran�� k/_temp/ghcca-no--git-dir git 902afbd2^{commit} --git-dir git de/node/bin/git sh (http block)
  • https://api.github.com/repos/sebastianbergmann/diff/zipball/ba01945089c3a293b01ba9badc29ad55b106b0bc
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/vbjFHO /usr/bin/composer install --no-progress ACCEPT (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/I4i8oD /usr/bin/composer install --no-progress de/node/bin/git rgo/bin/git git b6f5b18d^{commit} git bran�� k/_temp/ghcca-no--git-dir git 902afbd2^{commit} --git-dir git de/node/bin/git sh (http block)
  • https://api.github.com/repos/sebastianbergmann/environment/zipball/830c43a844f1f8d5b7a1f6d6076b784454d8b7ed
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/vbjFHO /usr/bin/composer install --no-progress ACCEPT (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/I4i8oD /usr/bin/composer install --no-progress de/node/bin/git rgo/bin/git git b6f5b18d^{commit} git bran�� k/_temp/ghcca-no--git-dir git 902afbd2^{commit} --git-dir git de/node/bin/git sh (http block)
  • https://api.github.com/repos/sebastianbergmann/exporter/zipball/14c6ba52f95a36c3d27c835d65efc7123c446e8c
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/vbjFHO /usr/bin/composer install --no-progress ACCEPT (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/I4i8oD /usr/bin/composer install --no-progress de/node/bin/git rgo/bin/git git b6f5b18d^{commit} git bran�� k/_temp/ghcca-no--git-dir git 902afbd2^{commit} --git-dir git de/node/bin/git sh (http block)
  • https://api.github.com/repos/sebastianbergmann/global-state/zipball/b6781316bdcd28260904e7cc18ec983d0d2ef4f6
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/vbjFHO /usr/bin/composer install --no-progress ACCEPT (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/I4i8oD /usr/bin/composer install --no-progress de/node/bin/git rgo/bin/git git b6f5b18d^{commit} git bran�� k/_temp/ghcca-no--git-dir git 902afbd2^{commit} --git-dir git de/node/bin/git sh (http block)
  • https://api.github.com/repos/sebastianbergmann/lines-of-code/zipball/e1e4a170560925c26d424b6a03aed157e7dcc5c5
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/vbjFHO /usr/bin/composer install --no-progress ACCEPT (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/I4i8oD /usr/bin/composer install --no-progress de/node/bin/git rgo/bin/git git b6f5b18d^{commit} git bran�� k/_temp/ghcca-no--git-dir git 902afbd2^{commit} --git-dir git de/node/bin/git sh (http block)
  • https://api.github.com/repos/sebastianbergmann/object-enumerator/zipball/5c9eeac41b290a3712d88851518825ad78f45c71
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/vbjFHO /usr/bin/composer install --no-progress ACCEPT (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/I4i8oD /usr/bin/composer install --no-progress de/node/bin/git rgo/bin/git git b6f5b18d^{commit} git bran�� k/_temp/ghcca-no--git-dir git 902afbd2^{commit} --git-dir git de/node/bin/git sh (http block)
  • https://api.github.com/repos/sebastianbergmann/object-reflector/zipball/b4f479ebdbf63ac605d183ece17d8d7fe49c15c7
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/vbjFHO /usr/bin/composer install --no-progress ACCEPT (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/I4i8oD /usr/bin/composer install --no-progress de/node/bin/git rgo/bin/git git b6f5b18d^{commit} git bran�� k/_temp/ghcca-no--git-dir git 902afbd2^{commit} --git-dir git de/node/bin/git sh (http block)
  • https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/85402a822d1ecf1db1096959413d35e1c37cf1a5
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/vbjFHO /usr/bin/composer install --no-progress ACCEPT (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/I4i8oD /usr/bin/composer install --no-progress de/node/bin/git rgo/bin/git git b6f5b18d^{commit} git bran�� k/_temp/ghcca-no--git-dir git 902afbd2^{commit} --git-dir git de/node/bin/git sh (http block)
  • https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/cf1c2e7c203ac650e352f4cc675a7021e7d1b3cf
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/vbjFHO /usr/bin/composer install --no-progress ACCEPT (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/I4i8oD /usr/bin/composer install --no-progress de/node/bin/git rgo/bin/git git b6f5b18d^{commit} git bran�� k/_temp/ghcca-no--git-dir git 902afbd2^{commit} --git-dir git de/node/bin/git sh (http block)
  • https://api.github.com/repos/sebastianbergmann/php-invoker/zipball/5a10147d0aaf65b58940a0b72f71c9ac0423cc67
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/vbjFHO /usr/bin/composer install --no-progress ACCEPT (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/I4i8oD /usr/bin/composer install --no-progress de/node/bin/git rgo/bin/git git b6f5b18d^{commit} git bran�� k/_temp/ghcca-no--git-dir git 902afbd2^{commit} --git-dir git de/node/bin/git sh (http block)
  • https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/5da5f67fc95621df9ff4c4e5a84d6a8a2acf7c28
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/vbjFHO /usr/bin/composer install --no-progress ACCEPT (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/I4i8oD /usr/bin/composer install --no-progress de/node/bin/git rgo/bin/git git b6f5b18d^{commit} git bran�� k/_temp/ghcca-no--git-dir git 902afbd2^{commit} --git-dir git de/node/bin/git sh (http block)
  • https://api.github.com/repos/sebastianbergmann/php-timer/zipball/5a63ce20ed1b5bf577850e2c4e87f4aa902afbd2
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/vbjFHO /usr/bin/composer install --no-progress ACCEPT (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/I4i8oD /usr/bin/composer install --no-progress de/node/bin/git rgo/bin/git git b6f5b18d^{commit} git bran�� k/_temp/ghcca-no--git-dir git 902afbd2^{commit} --git-dir git de/node/bin/git sh (http block)
  • https://api.github.com/repos/sebastianbergmann/phpunit/zipball/b36f02317466907a230d3aa1d34467041271ef4a
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/vbjFHO /usr/bin/composer install --no-progress ACCEPT (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/I4i8oD /usr/bin/composer install --no-progress de/node/bin/git rgo/bin/git git b6f5b18d^{commit} git bran�� k/_temp/ghcca-no--git-dir git 902afbd2^{commit} --git-dir git de/node/bin/git sh (http block)
  • https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/539c6691e0623af6dc6f9c20384c120f963465a0
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/vbjFHO /usr/bin/composer install --no-progress ACCEPT (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/I4i8oD /usr/bin/composer install --no-progress de/node/bin/git rgo/bin/git git b6f5b18d^{commit} git bran�� k/_temp/ghcca-no--git-dir git 902afbd2^{commit} --git-dir git de/node/bin/git sh (http block)
  • https://api.github.com/repos/sebastianbergmann/resource-operations/zipball/05d5692a7993ecccd56a03e40cd7e5b09b1d404e
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/vbjFHO /usr/bin/composer install --no-progress ACCEPT (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/I4i8oD /usr/bin/composer install --no-progress de/node/bin/git rgo/bin/git git b6f5b18d^{commit} git bran�� k/_temp/ghcca-no--git-dir git 902afbd2^{commit} --git-dir git de/node/bin/git sh (http block)
  • https://api.github.com/repos/sebastianbergmann/type/zipball/75e2c2a32f5e0b3aef905b9ed0b179b953b3d7c7
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/vbjFHO /usr/bin/composer install --no-progress ACCEPT (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/I4i8oD /usr/bin/composer install --no-progress de/node/bin/git rgo/bin/git git b6f5b18d^{commit} git bran�� k/_temp/ghcca-no--git-dir git 902afbd2^{commit} --git-dir git de/node/bin/git sh (http block)
  • https://api.github.com/repos/sebastianbergmann/version/zipball/c6c1022351a901512170118436c764e473f6de8c
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/vbjFHO /usr/bin/composer install --no-progress ACCEPT (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/I4i8oD /usr/bin/composer install --no-progress de/node/bin/git rgo/bin/git git b6f5b18d^{commit} git bran�� k/_temp/ghcca-no--git-dir git 902afbd2^{commit} --git-dir git de/node/bin/git sh (http block)
  • https://api.github.com/repos/silexphp/Pimple/zipball/8cfe7f74ac22a433d303914eba9ea4c2a834edce
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/vbjFHO /usr/bin/composer install --no-progress ACCEPT (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/I4i8oD /usr/bin/composer install --no-progress de/node/bin/git rgo/bin/git git b6f5b18d^{commit} git bran�� k/_temp/ghcca-no--git-dir git 902afbd2^{commit} --git-dir git de/node/bin/git sh (http block)
  • https://api.github.com/repos/symfony/console/zipball/49257c96304c508223815ee965c251e7c79e614e
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/vbjFHO /usr/bin/composer install --no-progress ACCEPT (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/I4i8oD /usr/bin/composer install --no-progress de/node/bin/git rgo/bin/git git b6f5b18d^{commit} git bran�� k/_temp/ghcca-no--git-dir git 902afbd2^{commit} --git-dir git de/node/bin/git sh (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/M8OZ0T /usr/bin/composer install (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/vbjFHO /usr/bin/composer install --no-progress ACCEPT (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/I4i8oD /usr/bin/composer install --no-progress de/node/bin/git rgo/bin/git git b6f5b18d^{commit} git bran�� k/_temp/ghcca-no--git-dir git 902afbd2^{commit} --git-dir git de/node/bin/git sh (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/vbjFHO /usr/bin/composer install --no-progress ACCEPT (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/I4i8oD /usr/bin/composer install --no-progress de/node/bin/git rgo/bin/git git b6f5b18d^{commit} git bran�� k/_temp/ghcca-no--git-dir git 902afbd2^{commit} --git-dir git de/node/bin/git sh (http block)
  • https://api.github.com/repos/symfony/event-dispatcher/zipball/72982eb416f61003e9bb6e91f8b3213600dcf9e9
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/vbjFHO /usr/bin/composer install --no-progress ACCEPT (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/I4i8oD /usr/bin/composer install --no-progress de/node/bin/git rgo/bin/git git b6f5b18d^{commit} git bran�� k/_temp/ghcca-no--git-dir git 902afbd2^{commit} --git-dir git de/node/bin/git sh (http block)
  • https://api.github.com/repos/symfony/filesystem/zipball/3ebc794fa5315e59fd122561623c2e2e4280538e
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/vbjFHO /usr/bin/composer install --no-progress ACCEPT (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/I4i8oD /usr/bin/composer install --no-progress de/node/bin/git rgo/bin/git git b6f5b18d^{commit} git bran�� k/_temp/ghcca-no--git-dir git 902afbd2^{commit} --git-dir git de/node/bin/git sh (http block)
  • https://api.github.com/repos/symfony/finder/zipball/8655bf1076b7a3a346cb11413ffdabff50c7ffcf
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/vbjFHO /usr/bin/composer install --no-progress ACCEPT (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/I4i8oD /usr/bin/composer install --no-progress de/node/bin/git rgo/bin/git git b6f5b18d^{commit} git bran�� k/_temp/ghcca-no--git-dir git 902afbd2^{commit} --git-dir git de/node/bin/git sh (http block)
  • https://api.github.com/repos/symfony/http-foundation/zipball/1a0706e8b8041046052ea2695eb8aeee04f97609
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/vbjFHO /usr/bin/composer install --no-progress ACCEPT (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/I4i8oD /usr/bin/composer install --no-progress de/node/bin/git rgo/bin/git git b6f5b18d^{commit} git bran�� k/_temp/ghcca-no--git-dir git 902afbd2^{commit} --git-dir git de/node/bin/git sh (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/vbjFHO /usr/bin/composer install --no-progress ACCEPT (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/I4i8oD /usr/bin/composer install --no-progress de/node/bin/git rgo/bin/git git b6f5b18d^{commit} git bran�� k/_temp/ghcca-no--git-dir git 902afbd2^{commit} --git-dir git de/node/bin/git sh (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/vbjFHO /usr/bin/composer install --no-progress ACCEPT (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/I4i8oD /usr/bin/composer install --no-progress de/node/bin/git rgo/bin/git git b6f5b18d^{commit} git bran�� k/_temp/ghcca-no--git-dir git 902afbd2^{commit} --git-dir git de/node/bin/git sh (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/vbjFHO /usr/bin/composer install --no-progress ACCEPT (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/I4i8oD /usr/bin/composer install --no-progress de/node/bin/git rgo/bin/git git b6f5b18d^{commit} git bran�� k/_temp/ghcca-no--git-dir git 902afbd2^{commit} --git-dir git de/node/bin/git sh (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/vbjFHO /usr/bin/composer install --no-progress ACCEPT (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/I4i8oD /usr/bin/composer install --no-progress de/node/bin/git rgo/bin/git git b6f5b18d^{commit} git bran�� k/_temp/ghcca-no--git-dir git 902afbd2^{commit} --git-dir git de/node/bin/git sh (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/vbjFHO /usr/bin/composer install --no-progress ACCEPT (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/I4i8oD /usr/bin/composer install --no-progress de/node/bin/git rgo/bin/git git b6f5b18d^{commit} git bran�� k/_temp/ghcca-no--git-dir git 902afbd2^{commit} --git-dir git de/node/bin/git sh (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/vbjFHO /usr/bin/composer install --no-progress ACCEPT (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/I4i8oD /usr/bin/composer install --no-progress de/node/bin/git rgo/bin/git git b6f5b18d^{commit} git bran�� k/_temp/ghcca-no--git-dir git 902afbd2^{commit} --git-dir git de/node/bin/git sh (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/M8OZ0T /usr/bin/composer install (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/vbjFHO /usr/bin/composer install --no-progress ACCEPT (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/I4i8oD /usr/bin/composer install --no-progress de/node/bin/git rgo/bin/git git b6f5b18d^{commit} git bran�� k/_temp/ghcca-no--git-dir git 902afbd2^{commit} --git-dir git de/node/bin/git sh (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/M8OZ0T /usr/bin/composer install (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/vbjFHO /usr/bin/composer install --no-progress ACCEPT (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/I4i8oD /usr/bin/composer install --no-progress de/node/bin/git rgo/bin/git git b6f5b18d^{commit} git bran�� k/_temp/ghcca-no--git-dir git 902afbd2^{commit} --git-dir git de/node/bin/git sh (http block)
  • https://api.github.com/repos/symfony/process/zipball/608476f4604102976d687c483ac63a79ba18cc97
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/M8OZ0T /usr/bin/composer install (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/vbjFHO /usr/bin/composer install --no-progress ACCEPT (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/I4i8oD /usr/bin/composer install --no-progress de/node/bin/git rgo/bin/git git b6f5b18d^{commit} git bran�� k/_temp/ghcca-no--git-dir git 902afbd2^{commit} --git-dir git de/node/bin/git sh (http block)
  • https://api.github.com/repos/symfony/psr-http-message-bridge/zipball/581ca6067eb62640de5ff08ee1ba6850a0ee472e
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/vbjFHO /usr/bin/composer install --no-progress ACCEPT (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/I4i8oD /usr/bin/composer install --no-progress de/node/bin/git rgo/bin/git git b6f5b18d^{commit} git bran�� k/_temp/ghcca-no--git-dir git 902afbd2^{commit} --git-dir git de/node/bin/git sh (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/M8OZ0T /usr/bin/composer install (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/vbjFHO /usr/bin/composer install --no-progress ACCEPT (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/I4i8oD /usr/bin/composer install --no-progress de/node/bin/git rgo/bin/git git b6f5b18d^{commit} git bran�� k/_temp/ghcca-no--git-dir git 902afbd2^{commit} --git-dir git de/node/bin/git sh (http block)
  • https://api.github.com/repos/symfony/stopwatch/zipball/8a24af0a2e8a872fb745047180649b8418303084
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/M8OZ0T /usr/bin/composer install (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/vbjFHO /usr/bin/composer install --no-progress ACCEPT (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/I4i8oD /usr/bin/composer install --no-progress de/node/bin/git rgo/bin/git git b6f5b18d^{commit} git bran�� k/_temp/ghcca-no--git-dir git 902afbd2^{commit} --git-dir git de/node/bin/git sh (http block)
  • https://api.github.com/repos/symfony/string/zipball/9f209231affa85aa930a5e46e6eb03381424b30b
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/vbjFHO /usr/bin/composer install --no-progress ACCEPT (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/I4i8oD /usr/bin/composer install --no-progress de/node/bin/git rgo/bin/git git b6f5b18d^{commit} git bran�� k/_temp/ghcca-no--git-dir git 902afbd2^{commit} --git-dir git de/node/bin/git sh (http block)
  • https://api.github.com/repos/symfony/var-dumper/zipball/42f18f170aa86d612c3559cfb3bd11a375df32c8
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/vbjFHO /usr/bin/composer install --no-progress ACCEPT (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/I4i8oD /usr/bin/composer install --no-progress de/node/bin/git rgo/bin/git git b6f5b18d^{commit} git bran�� k/_temp/ghcca-no--git-dir git 902afbd2^{commit} --git-dir git de/node/bin/git sh (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/vbjFHO /usr/bin/composer install --no-progress ACCEPT (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/I4i8oD /usr/bin/composer install --no-progress de/node/bin/git rgo/bin/git git b6f5b18d^{commit} git bran�� k/_temp/ghcca-no--git-dir git 902afbd2^{commit} --git-dir git de/node/bin/git sh (http block)
  • https://api.github.com/repos/theseer/tokenizer/zipball/b7489ce515e168639d17feec34b8847c326b0b3c
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/vbjFHO /usr/bin/composer install --no-progress ACCEPT (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/I4i8oD /usr/bin/composer install --no-progress de/node/bin/git rgo/bin/git git b6f5b18d^{commit} git bran�� k/_temp/ghcca-no--git-dir git 902afbd2^{commit} --git-dir git de/node/bin/git sh (http block)
  • https://api.github.com/repos/yansongda/artful/zipball/ddc203ef34ab369a5a31df057a0fda697d3ed855
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/vbjFHO /usr/bin/composer install --no-progress ACCEPT (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/I4i8oD /usr/bin/composer install --no-progress de/node/bin/git rgo/bin/git git b6f5b18d^{commit} git bran�� k/_temp/ghcca-no--git-dir git 902afbd2^{commit} --git-dir git de/node/bin/git sh (http block)
  • https://api.github.com/repos/yansongda/supports/zipball/308de376d20cb1cd4f959644793e0582ccd1ef6d
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/vbjFHO /usr/bin/composer install --no-progress ACCEPT (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/I4i8oD /usr/bin/composer install --no-progress de/node/bin/git rgo/bin/git git b6f5b18d^{commit} git bran�� k/_temp/ghcca-no--git-dir git 902afbd2^{commit} --git-dir git de/node/bin/git sh (http block)

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

@yansongda
Copy link
Owner

1、请增加 src/Functions.php 的单元测试

2、github action 中,关于 coding style 的 ci 未通过,请帮忙修复

@copilot

…tion tests

Co-authored-by: yansongda <11869114+yansongda@users.noreply.github.com>
Agent-Logs-Url: https://github.com/yansongda/pay/sessions/dad4a76a-d5cf-4c3a-b352-1b0852f12a91
Copy link
Contributor Author

Copilot AI commented Mar 21, 2026

1、请增加 src/Functions.php 的单元测试

2、github action 中,关于 coding style 的 ci 未通过,请帮忙修复
...

Both items addressed in commit 3378e8d:

  1. Added unit tests for src/Functions.php PayPal functions:

    • testGetPaypalUrl — tests URL building with normal mode, sandbox mode, full URLs, and missing URL exception
    • testGetPaypalAccessTokenCached — verifies cached token is returned when valid
    • testGetPaypalAccessTokenMissingConfig — verifies CONFIG_PAYPAL_INVALID exception when client_id/app_secret missing
    • testGetPaypalAccessTokenFresh — tests fresh token fetch via mocked HTTP client, verifying token value and config caching
  2. Fixed coding style CI: added use import for GetAccessTokenPlugin, changed multi-line && operators to start-of-line positioning, replaced FQCNs with short/relative class references per @PhpCsFixer rules. Verified locally with php-cs-fixer fix --dry-run --diff — 0 issues found.

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:

  • cdn.jsdelivr.net
    • Triggering command: /usr/bin/php php vendor/bin/phpunit p/bin/git git rev-�� --quiet --verify cal/bin/git github.accesstokgit bash rgo/bin/git git rev-�� --quiet --verify k/_temp/ghcca-node/node/bin/git vendor/yansongdabash bash cal/bin/git git (dns block)
  • https://api.github.com/repos/JetBrains/phpstorm-attributes/zipball/64de815a4509c29e00d5e3474087fd24c171afc2
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/vgbsGA /usr/bin/composer install --quiet (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/2ktnGh /usr/bin/composer install --prefer-dist --no-progress com-phar-io-versgit -- } git conf�� &#39;--verify&#39; &#39;5da5f67fc95621df9ff4c4e5a84d6a8a2ac/home/REDACTED/.cache/composer/vcs/https---github.bash e/git 0904e7cc18ec983d0d2ef4f6^{commit} tful.git/ (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/KJ20xk /usr/bin/composer install --no-progress de/node/bin/git } git b6f5b18d^{commit} git bran�� p/bin/git git 902afbd2^{commit} --git-dir git de/node/bin/git sh (http block)
  • https://api.github.com/repos/PHP-CS-Fixer/PHP-CS-Fixer/zipball/7787ceff91365ba7d623ec410b8f429cdebb4f63
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/vgbsGA /usr/bin/composer install --quiet (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/2ktnGh /usr/bin/composer install --prefer-dist --no-progress com-phar-io-versgit -- } git conf�� &#39;--verify&#39; &#39;5da5f67fc95621df9ff4c4e5a84d6a8a2ac/home/REDACTED/.cache/composer/vcs/https---github.bash e/git 0904e7cc18ec983d0d2ef4f6^{commit} tful.git/ (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/KJ20xk /usr/bin/composer install --no-progress de/node/bin/git } git b6f5b18d^{commit} git bran�� p/bin/git git 902afbd2^{commit} --git-dir git de/node/bin/git sh (http block)
  • https://api.github.com/repos/Seldaek/monolog/zipball/37308608e599f34a1a4845b16440047ec98a172a
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/vgbsGA /usr/bin/composer install --quiet (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/2ktnGh /usr/bin/composer install --prefer-dist --no-progress com-phar-io-versgit -- } git conf�� &#39;--verify&#39; &#39;5da5f67fc95621df9ff4c4e5a84d6a8a2ac/home/REDACTED/.cache/composer/vcs/https---github.bash e/git 0904e7cc18ec983d0d2ef4f6^{commit} tful.git/ (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/KJ20xk /usr/bin/composer install --no-progress de/node/bin/git } git b6f5b18d^{commit} git bran�� p/bin/git git 902afbd2^{commit} --git-dir git de/node/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/vgbsGA /usr/bin/composer install --quiet (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/2ktnGh /usr/bin/composer install --prefer-dist --no-progress com-phar-io-versgit -- } git conf�� &#39;--verify&#39; &#39;5da5f67fc95621df9ff4c4e5a84d6a8a2ac/home/REDACTED/.cache/composer/vcs/https---github.bash e/git 0904e7cc18ec983d0d2ef4f6^{commit} tful.git/ (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/KJ20xk /usr/bin/composer install --no-progress de/node/bin/git } git b6f5b18d^{commit} git bran�� p/bin/git git 902afbd2^{commit} --git-dir git de/node/bin/git sh (http block)
  • https://api.github.com/repos/composer/pcre/zipball/b2bed4734f0cc156ee1fe9c0da2550420d99a21e
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/vgbsGA /usr/bin/composer install --quiet (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/2ktnGh /usr/bin/composer install --prefer-dist --no-progress com-phar-io-versgit -- } git conf�� &#39;--verify&#39; &#39;5da5f67fc95621df9ff4c4e5a84d6a8a2ac/home/REDACTED/.cache/composer/vcs/https---github.bash e/git 0904e7cc18ec983d0d2ef4f6^{commit} tful.git/ (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/KJ20xk /usr/bin/composer install --no-progress de/node/bin/git } git b6f5b18d^{commit} git bran�� p/bin/git git 902afbd2^{commit} --git-dir git de/node/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/vgbsGA /usr/bin/composer install --quiet (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/2ktnGh /usr/bin/composer install --prefer-dist --no-progress com-phar-io-versgit -- } git conf�� &#39;--verify&#39; &#39;5da5f67fc95621df9ff4c4e5a84d6a8a2ac/home/REDACTED/.cache/composer/vcs/https---github.bash e/git 0904e7cc18ec983d0d2ef4f6^{commit} tful.git/ (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/KJ20xk /usr/bin/composer install --no-progress de/node/bin/git } git b6f5b18d^{commit} git bran�� p/bin/git git 902afbd2^{commit} --git-dir git de/node/bin/git sh (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/vgbsGA /usr/bin/composer install --quiet (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/2ktnGh /usr/bin/composer install --prefer-dist --no-progress com-phar-io-versgit -- } git conf�� &#39;--verify&#39; &#39;5da5f67fc95621df9ff4c4e5a84d6a8a2ac/home/REDACTED/.cache/composer/vcs/https---github.bash e/git 0904e7cc18ec983d0d2ef4f6^{commit} tful.git/ (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/KJ20xk /usr/bin/composer install --no-progress de/node/bin/git } git b6f5b18d^{commit} git bran�� p/bin/git git 902afbd2^{commit} --git-dir git de/node/bin/git sh (http block)
  • https://api.github.com/repos/doctrine/instantiator/zipball/c6222283fa3f4ac679f8b9ced9a4e23f163e80d0
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/vgbsGA /usr/bin/composer install --quiet (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/2ktnGh /usr/bin/composer install --prefer-dist --no-progress com-phar-io-versgit -- } git conf�� &#39;--verify&#39; &#39;5da5f67fc95621df9ff4c4e5a84d6a8a2ac/home/REDACTED/.cache/composer/vcs/https---github.bash e/git 0904e7cc18ec983d0d2ef4f6^{commit} tful.git/ (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/KJ20xk /usr/bin/composer install --no-progress de/node/bin/git } git b6f5b18d^{commit} git bran�� p/bin/git git 902afbd2^{commit} --git-dir git de/node/bin/git sh (http block)
  • https://api.github.com/repos/guzzle/guzzle/zipball/b51ac707cfa420b7bfd4e4d5e510ba8008e822b4
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/vgbsGA /usr/bin/composer install --quiet (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/2ktnGh /usr/bin/composer install --prefer-dist --no-progress com-phar-io-versgit -- } git conf�� &#39;--verify&#39; &#39;5da5f67fc95621df9ff4c4e5a84d6a8a2ac/home/REDACTED/.cache/composer/vcs/https---github.bash e/git 0904e7cc18ec983d0d2ef4f6^{commit} tful.git/ (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/KJ20xk /usr/bin/composer install --no-progress de/node/bin/git } git b6f5b18d^{commit} git bran�� p/bin/git git 902afbd2^{commit} --git-dir git de/node/bin/git sh (http block)
  • https://api.github.com/repos/guzzle/promises/zipball/481557b130ef3790cf82b713667b43030dc9c957
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/vgbsGA /usr/bin/composer install --quiet (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/2ktnGh /usr/bin/composer install --prefer-dist --no-progress com-phar-io-versgit -- } git conf�� &#39;--verify&#39; &#39;5da5f67fc95621df9ff4c4e5a84d6a8a2ac/home/REDACTED/.cache/composer/vcs/https---github.bash e/git 0904e7cc18ec983d0d2ef4f6^{commit} tful.git/ (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/KJ20xk /usr/bin/composer install --no-progress de/node/bin/git } git b6f5b18d^{commit} git bran�� p/bin/git git 902afbd2^{commit} --git-dir git de/node/bin/git sh (http block)
  • https://api.github.com/repos/guzzle/psr7/zipball/7d0ed42f28e42d61352a7a79de682e5e67fec884
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/vgbsGA /usr/bin/composer install --quiet (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/2ktnGh /usr/bin/composer install --prefer-dist --no-progress com-phar-io-versgit -- } git conf�� &#39;--verify&#39; &#39;5da5f67fc95621df9ff4c4e5a84d6a8a2ac/home/REDACTED/.cache/composer/vcs/https---github.bash e/git 0904e7cc18ec983d0d2ef4f6^{commit} tful.git/ (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/KJ20xk /usr/bin/composer install --no-progress de/node/bin/git } git b6f5b18d^{commit} git bran�� p/bin/git git 902afbd2^{commit} --git-dir git de/node/bin/git sh (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/vgbsGA /usr/bin/composer install --quiet (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/2ktnGh /usr/bin/composer install --prefer-dist --no-progress com-phar-io-versgit -- } git conf�� &#39;--verify&#39; &#39;5da5f67fc95621df9ff4c4e5a84d6a8a2ac/home/REDACTED/.cache/composer/vcs/https---github.bash e/git 0904e7cc18ec983d0d2ef4f6^{commit} tful.git/ (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/KJ20xk /usr/bin/composer install --no-progress de/node/bin/git } git b6f5b18d^{commit} git bran�� p/bin/git git 902afbd2^{commit} --git-dir git de/node/bin/git sh (http block)
  • https://api.github.com/repos/hyperf-cloud/pimple-integration/zipball/7bd07745c256b83679471c06ec2a11e901d37277
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/vgbsGA /usr/bin/composer install --quiet (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/2ktnGh /usr/bin/composer install --prefer-dist --no-progress com-phar-io-versgit -- } git conf�� &#39;--verify&#39; &#39;5da5f67fc95621df9ff4c4e5a84d6a8a2ac/home/REDACTED/.cache/composer/vcs/https---github.bash e/git 0904e7cc18ec983d0d2ef4f6^{commit} tful.git/ (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/KJ20xk /usr/bin/composer install --no-progress de/node/bin/git } git b6f5b18d^{commit} git bran�� p/bin/git git 902afbd2^{commit} --git-dir git de/node/bin/git sh (http block)
  • https://api.github.com/repos/hyperf/context/zipball/a8cb6d27c5b85b44ce8d1e58d1ccfe1a1831b2f5
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/vgbsGA /usr/bin/composer install --quiet (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/2ktnGh /usr/bin/composer install --prefer-dist --no-progress com-phar-io-versgit -- } git conf�� &#39;--verify&#39; &#39;5da5f67fc95621df9ff4c4e5a84d6a8a2ac/home/REDACTED/.cache/composer/vcs/https---github.bash e/git 0904e7cc18ec983d0d2ef4f6^{commit} tful.git/ (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/KJ20xk /usr/bin/composer install --no-progress de/node/bin/git } git b6f5b18d^{commit} git bran�� p/bin/git git 902afbd2^{commit} --git-dir git de/node/bin/git sh (http block)
  • https://api.github.com/repos/hyperf/contract/zipball/24d11e962033a1a44468df6318f9a2c2c0b8f99e
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/vgbsGA /usr/bin/composer install --quiet (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/2ktnGh /usr/bin/composer install --prefer-dist --no-progress com-phar-io-versgit -- } git conf�� &#39;--verify&#39; &#39;5da5f67fc95621df9ff4c4e5a84d6a8a2ac/home/REDACTED/.cache/composer/vcs/https---github.bash e/git 0904e7cc18ec983d0d2ef4f6^{commit} tful.git/ (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/KJ20xk /usr/bin/composer install --no-progress de/node/bin/git } git b6f5b18d^{commit} git bran�� p/bin/git git 902afbd2^{commit} --git-dir git de/node/bin/git sh (http block)
  • https://api.github.com/repos/hyperf/engine-contract/zipball/b6c8ff556fca5d4ffa29fba819fefc5e3572025d
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/vgbsGA /usr/bin/composer install --quiet (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/2ktnGh /usr/bin/composer install --prefer-dist --no-progress com-phar-io-versgit -- } git conf�� &#39;--verify&#39; &#39;5da5f67fc95621df9ff4c4e5a84d6a8a2ac/home/REDACTED/.cache/composer/vcs/https---github.bash e/git 0904e7cc18ec983d0d2ef4f6^{commit} tful.git/ (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/KJ20xk /usr/bin/composer install --no-progress de/node/bin/git } git b6f5b18d^{commit} git bran�� p/bin/git git 902afbd2^{commit} --git-dir git de/node/bin/git sh (http block)
  • https://api.github.com/repos/hyperf/engine/zipball/15c282e8fcf8596f3400ccd21c32a18a37036b9a
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/vgbsGA /usr/bin/composer install --quiet (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/2ktnGh /usr/bin/composer install --prefer-dist --no-progress com-phar-io-versgit -- } git conf�� &#39;--verify&#39; &#39;5da5f67fc95621df9ff4c4e5a84d6a8a2ac/home/REDACTED/.cache/composer/vcs/https---github.bash e/git 0904e7cc18ec983d0d2ef4f6^{commit} tful.git/ (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/KJ20xk /usr/bin/composer install --no-progress de/node/bin/git } git b6f5b18d^{commit} git bran�� p/bin/git git 902afbd2^{commit} --git-dir git de/node/bin/git sh (http block)
  • https://api.github.com/repos/igorw/evenement/zipball/0a16b0d71ab13284339abb99d9d2bd813640efbc
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/vgbsGA /usr/bin/composer install --quiet (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/2ktnGh /usr/bin/composer install --prefer-dist --no-progress com-phar-io-versgit -- } git conf�� &#39;--verify&#39; &#39;5da5f67fc95621df9ff4c4e5a84d6a8a2ac/home/REDACTED/.cache/composer/vcs/https---github.bash e/git 0904e7cc18ec983d0d2ef4f6^{commit} tful.git/ (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/KJ20xk /usr/bin/composer install --no-progress de/node/bin/git } git b6f5b18d^{commit} git bran�� p/bin/git git 902afbd2^{commit} --git-dir git de/node/bin/git sh (http block)
  • https://api.github.com/repos/mockery/mockery/zipball/1f4efdd7d3beafe9807b08156dfcb176d18f1699
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/vgbsGA /usr/bin/composer install --quiet (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/2ktnGh /usr/bin/composer install --prefer-dist --no-progress com-phar-io-versgit -- } git conf�� &#39;--verify&#39; &#39;5da5f67fc95621df9ff4c4e5a84d6a8a2ac/home/REDACTED/.cache/composer/vcs/https---github.bash e/git 0904e7cc18ec983d0d2ef4f6^{commit} tful.git/ (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/KJ20xk /usr/bin/composer install --no-progress de/node/bin/git } git b6f5b18d^{commit} git bran�� p/bin/git git 902afbd2^{commit} --git-dir git de/node/bin/git sh (http block)
  • https://api.github.com/repos/myclabs/DeepCopy/zipball/07d290f0c47959fd5eed98c95ee5602db07e0b6a
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/vgbsGA /usr/bin/composer install --quiet (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/2ktnGh /usr/bin/composer install --prefer-dist --no-progress com-phar-io-versgit -- } git conf�� &#39;--verify&#39; &#39;5da5f67fc95621df9ff4c4e5a84d6a8a2ac/home/REDACTED/.cache/composer/vcs/https---github.bash e/git 0904e7cc18ec983d0d2ef4f6^{commit} tful.git/ (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/KJ20xk /usr/bin/composer install --no-progress de/node/bin/git } git b6f5b18d^{commit} git bran�� p/bin/git git 902afbd2^{commit} --git-dir git de/node/bin/git sh (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/vgbsGA /usr/bin/composer install --quiet (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/2ktnGh /usr/bin/composer install --prefer-dist --no-progress com-phar-io-versgit -- } git conf�� &#39;--verify&#39; &#39;5da5f67fc95621df9ff4c4e5a84d6a8a2ac/home/REDACTED/.cache/composer/vcs/https---github.bash e/git 0904e7cc18ec983d0d2ef4f6^{commit} tful.git/ (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/KJ20xk /usr/bin/composer install --no-progress de/node/bin/git } git b6f5b18d^{commit} git bran�� p/bin/git git 902afbd2^{commit} --git-dir git de/node/bin/git sh (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/vgbsGA /usr/bin/composer install --quiet (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/2ktnGh /usr/bin/composer install --prefer-dist --no-progress com-phar-io-versgit -- } git conf�� &#39;--verify&#39; &#39;5da5f67fc95621df9ff4c4e5a84d6a8a2ac/home/REDACTED/.cache/composer/vcs/https---github.bash e/git 0904e7cc18ec983d0d2ef4f6^{commit} tful.git/ (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/KJ20xk /usr/bin/composer install --no-progress de/node/bin/git } git b6f5b18d^{commit} git bran�� p/bin/git git 902afbd2^{commit} --git-dir git de/node/bin/git sh (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/vgbsGA /usr/bin/composer install --quiet (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/2ktnGh /usr/bin/composer install --prefer-dist --no-progress com-phar-io-versgit -- } git conf�� &#39;--verify&#39; &#39;5da5f67fc95621df9ff4c4e5a84d6a8a2ac/home/REDACTED/.cache/composer/vcs/https---github.bash e/git 0904e7cc18ec983d0d2ef4f6^{commit} tful.git/ (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/KJ20xk /usr/bin/composer install --no-progress de/node/bin/git } git b6f5b18d^{commit} git bran�� p/bin/git git 902afbd2^{commit} --git-dir git de/node/bin/git sh (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/vgbsGA /usr/bin/composer install --quiet (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/2ktnGh /usr/bin/composer install --prefer-dist --no-progress com-phar-io-versgit -- } git conf�� &#39;--verify&#39; &#39;5da5f67fc95621df9ff4c4e5a84d6a8a2ac/home/REDACTED/.cache/composer/vcs/https---github.bash e/git 0904e7cc18ec983d0d2ef4f6^{commit} tful.git/ (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/KJ20xk /usr/bin/composer install --no-progress de/node/bin/git } git b6f5b18d^{commit} git bran�� p/bin/git git 902afbd2^{commit} --git-dir git de/node/bin/git sh (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/vgbsGA /usr/bin/composer install --quiet (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/2ktnGh /usr/bin/composer install --prefer-dist --no-progress com-phar-io-versgit -- } git conf�� &#39;--verify&#39; &#39;5da5f67fc95621df9ff4c4e5a84d6a8a2ac/home/REDACTED/.cache/composer/vcs/https---github.bash e/git 0904e7cc18ec983d0d2ef4f6^{commit} tful.git/ (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/KJ20xk /usr/bin/composer install --no-progress de/node/bin/git } git b6f5b18d^{commit} git bran�� p/bin/git git 902afbd2^{commit} --git-dir git de/node/bin/git sh (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/vgbsGA /usr/bin/composer install --quiet (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/2ktnGh /usr/bin/composer install --prefer-dist --no-progress com-phar-io-versgit -- } git conf�� &#39;--verify&#39; &#39;5da5f67fc95621df9ff4c4e5a84d6a8a2ac/home/REDACTED/.cache/composer/vcs/https---github.bash e/git 0904e7cc18ec983d0d2ef4f6^{commit} tful.git/ (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/KJ20xk /usr/bin/composer install --no-progress de/node/bin/git } git b6f5b18d^{commit} git bran�� p/bin/git git 902afbd2^{commit} --git-dir git de/node/bin/git sh (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/vgbsGA /usr/bin/composer install --quiet (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/2ktnGh /usr/bin/composer install --prefer-dist --no-progress com-phar-io-versgit -- } git conf�� &#39;--verify&#39; &#39;5da5f67fc95621df9ff4c4e5a84d6a8a2ac/home/REDACTED/.cache/composer/vcs/https---github.bash e/git 0904e7cc18ec983d0d2ef4f6^{commit} tful.git/ (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/KJ20xk /usr/bin/composer install --no-progress de/node/bin/git } git b6f5b18d^{commit} git bran�� p/bin/git git 902afbd2^{commit} --git-dir git de/node/bin/git sh (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/vgbsGA /usr/bin/composer install --quiet (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/2ktnGh /usr/bin/composer install --prefer-dist --no-progress com-phar-io-versgit -- } git conf�� &#39;--verify&#39; &#39;5da5f67fc95621df9ff4c4e5a84d6a8a2ac/home/REDACTED/.cache/composer/vcs/https---github.bash e/git 0904e7cc18ec983d0d2ef4f6^{commit} tful.git/ (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/KJ20xk /usr/bin/composer install --no-progress de/node/bin/git } git b6f5b18d^{commit} git bran�� p/bin/git git 902afbd2^{commit} --git-dir git de/node/bin/git sh (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/vgbsGA /usr/bin/composer install --quiet (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/2ktnGh /usr/bin/composer install --prefer-dist --no-progress com-phar-io-versgit -- } git conf�� &#39;--verify&#39; &#39;5da5f67fc95621df9ff4c4e5a84d6a8a2ac/home/REDACTED/.cache/composer/vcs/https---github.bash e/git 0904e7cc18ec983d0d2ef4f6^{commit} tful.git/ (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/KJ20xk /usr/bin/composer install --no-progress de/node/bin/git } git b6f5b18d^{commit} git bran�� p/bin/git git 902afbd2^{commit} --git-dir git de/node/bin/git sh (http block)
  • https://api.github.com/repos/phpstan/phpstan/zipball/1279e1ce86ba768f0780c9d889852b4e02ff40d0
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/vgbsGA /usr/bin/composer install --quiet (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/2ktnGh /usr/bin/composer install --prefer-dist --no-progress com-phar-io-versgit -- } git conf�� &#39;--verify&#39; &#39;5da5f67fc95621df9ff4c4e5a84d6a8a2ac/home/REDACTED/.cache/composer/vcs/https---github.bash e/git 0904e7cc18ec983d0d2ef4f6^{commit} tful.git/ (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/Hfvd1u /usr/bin/composer install --prefer-source --no-progress ndor/bin/git git 67fec884^{commit} git rev-�� sstoken&#39; git rgo/bin/git rgo/bin/git git 08e822b4^{commitnproc git (http block)
  • https://api.github.com/repos/ralouphie/getallheaders/zipball/120b605dfeb996808c31b6477290a714d356e822
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/vgbsGA /usr/bin/composer install --quiet (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/2ktnGh /usr/bin/composer install --prefer-dist --no-progress com-phar-io-versgit -- } git conf�� &#39;--verify&#39; &#39;5da5f67fc95621df9ff4c4e5a84d6a8a2ac/home/REDACTED/.cache/composer/vcs/https---github.bash e/git 0904e7cc18ec983d0d2ef4f6^{commit} tful.git/ (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/KJ20xk /usr/bin/composer install --no-progress de/node/bin/git } git b6f5b18d^{commit} git bran�� p/bin/git git 902afbd2^{commit} --git-dir git de/node/bin/git sh (http block)
  • https://api.github.com/repos/reactphp/cache/zipball/d47c472b64aa5608225f47965a484b75c7817d5b
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/vgbsGA /usr/bin/composer install --quiet (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/2ktnGh /usr/bin/composer install --prefer-dist --no-progress com-phar-io-versgit -- } git conf�� &#39;--verify&#39; &#39;5da5f67fc95621df9ff4c4e5a84d6a8a2ac/home/REDACTED/.cache/composer/vcs/https---github.bash e/git 0904e7cc18ec983d0d2ef4f6^{commit} tful.git/ (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/KJ20xk /usr/bin/composer install --no-progress de/node/bin/git } git b6f5b18d^{commit} git bran�� p/bin/git git 902afbd2^{commit} --git-dir git de/node/bin/git sh (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/vgbsGA /usr/bin/composer install --quiet (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/2ktnGh /usr/bin/composer install --prefer-dist --no-progress com-phar-io-versgit -- } git conf�� &#39;--verify&#39; &#39;5da5f67fc95621df9ff4c4e5a84d6a8a2ac/home/REDACTED/.cache/composer/vcs/https---github.bash e/git 0904e7cc18ec983d0d2ef4f6^{commit} tful.git/ (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/KJ20xk /usr/bin/composer install --no-progress de/node/bin/git } git b6f5b18d^{commit} git bran�� p/bin/git git 902afbd2^{commit} --git-dir git de/node/bin/git sh (http block)
  • https://api.github.com/repos/reactphp/dns/zipball/7562c05391f42701c1fccf189c8225fece1cd7c3
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/vgbsGA /usr/bin/composer install --quiet (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/2ktnGh /usr/bin/composer install --prefer-dist --no-progress com-phar-io-versgit -- } git conf�� &#39;--verify&#39; &#39;5da5f67fc95621df9ff4c4e5a84d6a8a2ac/home/REDACTED/.cache/composer/vcs/https---github.bash e/git 0904e7cc18ec983d0d2ef4f6^{commit} tful.git/ (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/KJ20xk /usr/bin/composer install --no-progress de/node/bin/git } git b6f5b18d^{commit} git bran�� p/bin/git git 902afbd2^{commit} --git-dir git de/node/bin/git sh (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/vgbsGA /usr/bin/composer install --quiet (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/2ktnGh /usr/bin/composer install --prefer-dist --no-progress com-phar-io-versgit -- } git conf�� &#39;--verify&#39; &#39;5da5f67fc95621df9ff4c4e5a84d6a8a2ac/home/REDACTED/.cache/composer/vcs/https---github.bash e/git 0904e7cc18ec983d0d2ef4f6^{commit} tful.git/ (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/KJ20xk /usr/bin/composer install --no-progress de/node/bin/git } git b6f5b18d^{commit} git bran�� p/bin/git git 902afbd2^{commit} --git-dir git de/node/bin/git sh (http block)
  • https://api.github.com/repos/reactphp/promise/zipball/23444f53a813a3296c1368bb104793ce8d88f04a
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/vgbsGA /usr/bin/composer install --quiet (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/2ktnGh /usr/bin/composer install --prefer-dist --no-progress com-phar-io-versgit -- } git conf�� &#39;--verify&#39; &#39;5da5f67fc95621df9ff4c4e5a84d6a8a2ac/home/REDACTED/.cache/composer/vcs/https---github.bash e/git 0904e7cc18ec983d0d2ef4f6^{commit} tful.git/ (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/KJ20xk /usr/bin/composer install --no-progress de/node/bin/git } git b6f5b18d^{commit} git bran�� p/bin/git git 902afbd2^{commit} --git-dir git de/node/bin/git sh (http block)
  • https://api.github.com/repos/reactphp/socket/zipball/ef5b17b81f6f60504c539313f94f2d826c5faa08
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/vgbsGA /usr/bin/composer install --quiet (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/2ktnGh /usr/bin/composer install --prefer-dist --no-progress com-phar-io-versgit -- } git conf�� &#39;--verify&#39; &#39;5da5f67fc95621df9ff4c4e5a84d6a8a2ac/home/REDACTED/.cache/composer/vcs/https---github.bash e/git 0904e7cc18ec983d0d2ef4f6^{commit} tful.git/ (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/KJ20xk /usr/bin/composer install --no-progress de/node/bin/git } git b6f5b18d^{commit} git bran�� p/bin/git git 902afbd2^{commit} --git-dir git de/node/bin/git sh (http block)
  • https://api.github.com/repos/reactphp/stream/zipball/1e5b0acb8fe55143b5b426817155190eb6f5b18d
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/vgbsGA /usr/bin/composer install --quiet (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/2ktnGh /usr/bin/composer install --prefer-dist --no-progress com-phar-io-versgit -- } git conf�� &#39;--verify&#39; &#39;5da5f67fc95621df9ff4c4e5a84d6a8a2ac/home/REDACTED/.cache/composer/vcs/https---github.bash e/git 0904e7cc18ec983d0d2ef4f6^{commit} tful.git/ (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/KJ20xk /usr/bin/composer install --no-progress de/node/bin/git } git b6f5b18d^{commit} git bran�� p/bin/git git 902afbd2^{commit} --git-dir git de/node/bin/git sh (http block)
  • https://api.github.com/repos/sebastianbergmann/cli-parser/zipball/2b56bea83a09de3ac06bb18b92f068e60cc6f50b
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/vgbsGA /usr/bin/composer install --quiet (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/2ktnGh /usr/bin/composer install --prefer-dist --no-progress com-phar-io-versgit -- } git conf�� &#39;--verify&#39; &#39;5da5f67fc95621df9ff4c4e5a84d6a8a2ac/home/REDACTED/.cache/composer/vcs/https---github.bash e/git 0904e7cc18ec983d0d2ef4f6^{commit} tful.git/ (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/KJ20xk /usr/bin/composer install --no-progress de/node/bin/git } git b6f5b18d^{commit} git bran�� p/bin/git git 902afbd2^{commit} --git-dir git de/node/bin/git sh (http block)
  • https://api.github.com/repos/sebastianbergmann/code-unit-reverse-lookup/zipball/ac91f01ccec49fb77bdc6fd1e548bc70f7faa3e5
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/vgbsGA /usr/bin/composer install --quiet (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/2ktnGh /usr/bin/composer install --prefer-dist --no-progress com-phar-io-versgit -- } git conf�� &#39;--verify&#39; &#39;5da5f67fc95621df9ff4c4e5a84d6a8a2ac/home/REDACTED/.cache/composer/vcs/https---github.bash e/git 0904e7cc18ec983d0d2ef4f6^{commit} tful.git/ (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/KJ20xk /usr/bin/composer install --no-progress de/node/bin/git } git b6f5b18d^{commit} git bran�� p/bin/git git 902afbd2^{commit} --git-dir git de/node/bin/git sh (http block)
  • https://api.github.com/repos/sebastianbergmann/code-unit/zipball/1fc9f64c0927627ef78ba436c9b17d967e68e120
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/vgbsGA /usr/bin/composer install --quiet (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/2ktnGh /usr/bin/composer install --prefer-dist --no-progress com-phar-io-versgit -- } git conf�� &#39;--verify&#39; &#39;5da5f67fc95621df9ff4c4e5a84d6a8a2ac/home/REDACTED/.cache/composer/vcs/https---github.bash e/git 0904e7cc18ec983d0d2ef4f6^{commit} tful.git/ (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/KJ20xk /usr/bin/composer install --no-progress de/node/bin/git } git b6f5b18d^{commit} git bran�� p/bin/git git 902afbd2^{commit} --git-dir git de/node/bin/git sh (http block)
  • https://api.github.com/repos/sebastianbergmann/comparator/zipball/e4df00b9b3571187db2831ae9aada2c6efbd715d
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/vgbsGA /usr/bin/composer install --quiet (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/2ktnGh /usr/bin/composer install --prefer-dist --no-progress com-phar-io-versgit -- } git conf�� &#39;--verify&#39; &#39;5da5f67fc95621df9ff4c4e5a84d6a8a2ac/home/REDACTED/.cache/composer/vcs/https---github.bash e/git 0904e7cc18ec983d0d2ef4f6^{commit} tful.git/ (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/KJ20xk /usr/bin/composer install --no-progress de/node/bin/git } git b6f5b18d^{commit} git bran�� p/bin/git git 902afbd2^{commit} --git-dir git de/node/bin/git sh (http block)
  • https://api.github.com/repos/sebastianbergmann/complexity/zipball/25f207c40d62b8b7aa32f5ab026c53561964053a
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/vgbsGA /usr/bin/composer install --quiet (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/2ktnGh /usr/bin/composer install --prefer-dist --no-progress com-phar-io-versgit -- } git conf�� &#39;--verify&#39; &#39;5da5f67fc95621df9ff4c4e5a84d6a8a2ac/home/REDACTED/.cache/composer/vcs/https---github.bash e/git 0904e7cc18ec983d0d2ef4f6^{commit} tful.git/ (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/KJ20xk /usr/bin/composer install --no-progress de/node/bin/git } git b6f5b18d^{commit} git bran�� p/bin/git git 902afbd2^{commit} --git-dir git de/node/bin/git sh (http block)
  • https://api.github.com/repos/sebastianbergmann/diff/zipball/ba01945089c3a293b01ba9badc29ad55b106b0bc
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/vgbsGA /usr/bin/composer install --quiet (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/2ktnGh /usr/bin/composer install --prefer-dist --no-progress com-phar-io-versgit -- } git conf�� &#39;--verify&#39; &#39;5da5f67fc95621df9ff4c4e5a84d6a8a2ac/home/REDACTED/.cache/composer/vcs/https---github.bash e/git 0904e7cc18ec983d0d2ef4f6^{commit} tful.git/ (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/KJ20xk /usr/bin/composer install --no-progress de/node/bin/git } git b6f5b18d^{commit} git bran�� p/bin/git git 902afbd2^{commit} --git-dir git de/node/bin/git sh (http block)
  • https://api.github.com/repos/sebastianbergmann/environment/zipball/830c43a844f1f8d5b7a1f6d6076b784454d8b7ed
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/vgbsGA /usr/bin/composer install --quiet (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/2ktnGh /usr/bin/composer install --prefer-dist --no-progress com-phar-io-versgit -- } git conf�� &#39;--verify&#39; &#39;5da5f67fc95621df9ff4c4e5a84d6a8a2ac/home/REDACTED/.cache/composer/vcs/https---github.bash e/git 0904e7cc18ec983d0d2ef4f6^{commit} tful.git/ (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/KJ20xk /usr/bin/composer install --no-progress de/node/bin/git } git b6f5b18d^{commit} git bran�� p/bin/git git 902afbd2^{commit} --git-dir git de/node/bin/git sh (http block)
  • https://api.github.com/repos/sebastianbergmann/exporter/zipball/14c6ba52f95a36c3d27c835d65efc7123c446e8c
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/vgbsGA /usr/bin/composer install --quiet (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/2ktnGh /usr/bin/composer install --prefer-dist --no-progress com-phar-io-versgit -- } git conf�� &#39;--verify&#39; &#39;5da5f67fc95621df9ff4c4e5a84d6a8a2ac/home/REDACTED/.cache/composer/vcs/https---github.bash e/git 0904e7cc18ec983d0d2ef4f6^{commit} tful.git/ (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/KJ20xk /usr/bin/composer install --no-progress de/node/bin/git } git b6f5b18d^{commit} git bran�� p/bin/git git 902afbd2^{commit} --git-dir git de/node/bin/git sh (http block)
  • https://api.github.com/repos/sebastianbergmann/global-state/zipball/b6781316bdcd28260904e7cc18ec983d0d2ef4f6
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/vgbsGA /usr/bin/composer install --quiet (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/2ktnGh /usr/bin/composer install --prefer-dist --no-progress com-phar-io-versgit -- } git conf�� &#39;--verify&#39; &#39;5da5f67fc95621df9ff4c4e5a84d6a8a2ac/home/REDACTED/.cache/composer/vcs/https---github.bash e/git 0904e7cc18ec983d0d2ef4f6^{commit} tful.git/ (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/KJ20xk /usr/bin/composer install --no-progress de/node/bin/git } git b6f5b18d^{commit} git bran�� p/bin/git git 902afbd2^{commit} --git-dir git de/node/bin/git sh (http block)
  • https://api.github.com/repos/sebastianbergmann/lines-of-code/zipball/e1e4a170560925c26d424b6a03aed157e7dcc5c5
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/vgbsGA /usr/bin/composer install --quiet (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/2ktnGh /usr/bin/composer install --prefer-dist --no-progress com-phar-io-versgit -- } git conf�� &#39;--verify&#39; &#39;5da5f67fc95621df9ff4c4e5a84d6a8a2ac/home/REDACTED/.cache/composer/vcs/https---github.bash e/git 0904e7cc18ec983d0d2ef4f6^{commit} tful.git/ (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/KJ20xk /usr/bin/composer install --no-progress de/node/bin/git } git b6f5b18d^{commit} git bran�� p/bin/git git 902afbd2^{commit} --git-dir git de/node/bin/git sh (http block)
  • https://api.github.com/repos/sebastianbergmann/object-enumerator/zipball/5c9eeac41b290a3712d88851518825ad78f45c71
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/vgbsGA /usr/bin/composer install --quiet (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/2ktnGh /usr/bin/composer install --prefer-dist --no-progress com-phar-io-versgit -- } git conf�� &#39;--verify&#39; &#39;5da5f67fc95621df9ff4c4e5a84d6a8a2ac/home/REDACTED/.cache/composer/vcs/https---github.bash e/git 0904e7cc18ec983d0d2ef4f6^{commit} tful.git/ (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/KJ20xk /usr/bin/composer install --no-progress de/node/bin/git } git b6f5b18d^{commit} git bran�� p/bin/git git 902afbd2^{commit} --git-dir git de/node/bin/git sh (http block)
  • https://api.github.com/repos/sebastianbergmann/object-reflector/zipball/b4f479ebdbf63ac605d183ece17d8d7fe49c15c7
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/vgbsGA /usr/bin/composer install --quiet (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/2ktnGh /usr/bin/composer install --prefer-dist --no-progress com-phar-io-versgit -- } git conf�� &#39;--verify&#39; &#39;5da5f67fc95621df9ff4c4e5a84d6a8a2ac/home/REDACTED/.cache/composer/vcs/https---github.bash e/git 0904e7cc18ec983d0d2ef4f6^{commit} tful.git/ (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/KJ20xk /usr/bin/composer install --no-progress de/node/bin/git } git b6f5b18d^{commit} git bran�� p/bin/git git 902afbd2^{commit} --git-dir git de/node/bin/git sh (http block)
  • https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/85402a822d1ecf1db1096959413d35e1c37cf1a5
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/vgbsGA /usr/bin/composer install --quiet (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/2ktnGh /usr/bin/composer install --prefer-dist --no-progress com-phar-io-versgit -- } git conf�� &#39;--verify&#39; &#39;5da5f67fc95621df9ff4c4e5a84d6a8a2ac/home/REDACTED/.cache/composer/vcs/https---github.bash e/git 0904e7cc18ec983d0d2ef4f6^{commit} tful.git/ (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/KJ20xk /usr/bin/composer install --no-progress de/node/bin/git } git b6f5b18d^{commit} git bran�� p/bin/git git 902afbd2^{commit} --git-dir git de/node/bin/git sh (http block)
  • https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/cf1c2e7c203ac650e352f4cc675a7021e7d1b3cf
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/vgbsGA /usr/bin/composer install --quiet (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/2ktnGh /usr/bin/composer install --prefer-dist --no-progress com-phar-io-versgit -- } git conf�� &#39;--verify&#39; &#39;5da5f67fc95621df9ff4c4e5a84d6a8a2ac/home/REDACTED/.cache/composer/vcs/https---github.bash e/git 0904e7cc18ec983d0d2ef4f6^{commit} tful.git/ (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/KJ20xk /usr/bin/composer install --no-progress de/node/bin/git } git b6f5b18d^{commit} git bran�� p/bin/git git 902afbd2^{commit} --git-dir git de/node/bin/git sh (http block)
  • https://api.github.com/repos/sebastianbergmann/php-invoker/zipball/5a10147d0aaf65b58940a0b72f71c9ac0423cc67
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/vgbsGA /usr/bin/composer install --quiet (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/2ktnGh /usr/bin/composer install --prefer-dist --no-progress com-phar-io-versgit -- } git conf�� &#39;--verify&#39; &#39;5da5f67fc95621df9ff4c4e5a84d6a8a2ac/home/REDACTED/.cache/composer/vcs/https---github.bash e/git 0904e7cc18ec983d0d2ef4f6^{commit} tful.git/ (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/KJ20xk /usr/bin/composer install --no-progress de/node/bin/git } git b6f5b18d^{commit} git bran�� p/bin/git git 902afbd2^{commit} --git-dir git de/node/bin/git sh (http block)
  • https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/5da5f67fc95621df9ff4c4e5a84d6a8a2acf7c28
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/vgbsGA /usr/bin/composer install --quiet (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/2ktnGh /usr/bin/composer install --prefer-dist --no-progress com-phar-io-versgit -- } git conf�� &#39;--verify&#39; &#39;5da5f67fc95621df9ff4c4e5a84d6a8a2ac/home/REDACTED/.cache/composer/vcs/https---github.bash e/git 0904e7cc18ec983d0d2ef4f6^{commit} tful.git/ (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/KJ20xk /usr/bin/composer install --no-progress de/node/bin/git } git b6f5b18d^{commit} git bran�� p/bin/git git 902afbd2^{commit} --git-dir git de/node/bin/git sh (http block)
  • https://api.github.com/repos/sebastianbergmann/php-timer/zipball/5a63ce20ed1b5bf577850e2c4e87f4aa902afbd2
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/vgbsGA /usr/bin/composer install --quiet (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/2ktnGh /usr/bin/composer install --prefer-dist --no-progress com-phar-io-versgit -- } git conf�� &#39;--verify&#39; &#39;5da5f67fc95621df9ff4c4e5a84d6a8a2ac/home/REDACTED/.cache/composer/vcs/https---github.bash e/git 0904e7cc18ec983d0d2ef4f6^{commit} tful.git/ (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/KJ20xk /usr/bin/composer install --no-progress de/node/bin/git } git b6f5b18d^{commit} git bran�� p/bin/git git 902afbd2^{commit} --git-dir git de/node/bin/git sh (http block)
  • https://api.github.com/repos/sebastianbergmann/phpunit/zipball/b36f02317466907a230d3aa1d34467041271ef4a
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/vgbsGA /usr/bin/composer install --quiet (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/2ktnGh /usr/bin/composer install --prefer-dist --no-progress com-phar-io-versgit -- } git conf�� &#39;--verify&#39; &#39;5da5f67fc95621df9ff4c4e5a84d6a8a2ac/home/REDACTED/.cache/composer/vcs/https---github.bash e/git 0904e7cc18ec983d0d2ef4f6^{commit} tful.git/ (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/KJ20xk /usr/bin/composer install --no-progress de/node/bin/git } git b6f5b18d^{commit} git bran�� p/bin/git git 902afbd2^{commit} --git-dir git de/node/bin/git sh (http block)
  • https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/539c6691e0623af6dc6f9c20384c120f963465a0
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/vgbsGA /usr/bin/composer install --quiet (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/2ktnGh /usr/bin/composer install --prefer-dist --no-progress com-phar-io-versgit -- } git conf�� &#39;--verify&#39; &#39;5da5f67fc95621df9ff4c4e5a84d6a8a2ac/home/REDACTED/.cache/composer/vcs/https---github.bash e/git 0904e7cc18ec983d0d2ef4f6^{commit} tful.git/ (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/KJ20xk /usr/bin/composer install --no-progress de/node/bin/git } git b6f5b18d^{commit} git bran�� p/bin/git git 902afbd2^{commit} --git-dir git de/node/bin/git sh (http block)
  • https://api.github.com/repos/sebastianbergmann/resource-operations/zipball/05d5692a7993ecccd56a03e40cd7e5b09b1d404e
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/vgbsGA /usr/bin/composer install --quiet (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/2ktnGh /usr/bin/composer install --prefer-dist --no-progress com-phar-io-versgit -- } git conf�� &#39;--verify&#39; &#39;5da5f67fc95621df9ff4c4e5a84d6a8a2ac/home/REDACTED/.cache/composer/vcs/https---github.bash e/git 0904e7cc18ec983d0d2ef4f6^{commit} tful.git/ (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/KJ20xk /usr/bin/composer install --no-progress de/node/bin/git } git b6f5b18d^{commit} git bran�� p/bin/git git 902afbd2^{commit} --git-dir git de/node/bin/git sh (http block)
  • https://api.github.com/repos/sebastianbergmann/type/zipball/75e2c2a32f5e0b3aef905b9ed0b179b953b3d7c7
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/vgbsGA /usr/bin/composer install --quiet (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/2ktnGh /usr/bin/composer install --prefer-dist --no-progress com-phar-io-versgit -- } git conf�� &#39;--verify&#39; &#39;5da5f67fc95621df9ff4c4e5a84d6a8a2ac/home/REDACTED/.cache/composer/vcs/https---github.bash e/git 0904e7cc18ec983d0d2ef4f6^{commit} tful.git/ (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/KJ20xk /usr/bin/composer install --no-progress de/node/bin/git } git b6f5b18d^{commit} git bran�� p/bin/git git 902afbd2^{commit} --git-dir git de/node/bin/git sh (http block)
  • https://api.github.com/repos/sebastianbergmann/version/zipball/c6c1022351a901512170118436c764e473f6de8c
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/vgbsGA /usr/bin/composer install --quiet (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/2ktnGh /usr/bin/composer install --prefer-dist --no-progress com-phar-io-versgit -- } git conf�� &#39;--verify&#39; &#39;5da5f67fc95621df9ff4c4e5a84d6a8a2ac/home/REDACTED/.cache/composer/vcs/https---github.bash e/git 0904e7cc18ec983d0d2ef4f6^{commit} tful.git/ (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/KJ20xk /usr/bin/composer install --no-progress de/node/bin/git } git b6f5b18d^{commit} git bran�� p/bin/git git 902afbd2^{commit} --git-dir git de/node/bin/git sh (http block)
  • https://api.github.com/repos/silexphp/Pimple/zipball/8cfe7f74ac22a433d303914eba9ea4c2a834edce
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/vgbsGA /usr/bin/composer install --quiet (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/2ktnGh /usr/bin/composer install --prefer-dist --no-progress com-phar-io-versgit -- } git conf�� &#39;--verify&#39; &#39;5da5f67fc95621df9ff4c4e5a84d6a8a2ac/home/REDACTED/.cache/composer/vcs/https---github.bash e/git 0904e7cc18ec983d0d2ef4f6^{commit} tful.git/ (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/KJ20xk /usr/bin/composer install --no-progress de/node/bin/git } git b6f5b18d^{commit} git bran�� p/bin/git git 902afbd2^{commit} --git-dir git de/node/bin/git sh (http block)
  • https://api.github.com/repos/symfony/console/zipball/49257c96304c508223815ee965c251e7c79e614e
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/vgbsGA /usr/bin/composer install --quiet (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/2ktnGh /usr/bin/composer install --prefer-dist --no-progress com-phar-io-versgit -- } git conf�� &#39;--verify&#39; &#39;5da5f67fc95621df9ff4c4e5a84d6a8a2ac/home/REDACTED/.cache/composer/vcs/https---github.bash e/git 0904e7cc18ec983d0d2ef4f6^{commit} tful.git/ (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/KJ20xk /usr/bin/composer install --no-progress de/node/bin/git } git b6f5b18d^{commit} git bran�� p/bin/git git 902afbd2^{commit} --git-dir git de/node/bin/git sh (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/vgbsGA /usr/bin/composer install --quiet (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/2ktnGh /usr/bin/composer install --prefer-dist --no-progress com-phar-io-versgit -- } git conf�� &#39;--verify&#39; &#39;5da5f67fc95621df9ff4c4e5a84d6a8a2ac/home/REDACTED/.cache/composer/vcs/https---github.bash e/git 0904e7cc18ec983d0d2ef4f6^{commit} tful.git/ (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/KJ20xk /usr/bin/composer install --no-progress de/node/bin/git } git b6f5b18d^{commit} git bran�� p/bin/git git 902afbd2^{commit} --git-dir git de/node/bin/git sh (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/vgbsGA /usr/bin/composer install --quiet (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/2ktnGh /usr/bin/composer install --prefer-dist --no-progress com-phar-io-versgit -- } git conf�� &#39;--verify&#39; &#39;5da5f67fc95621df9ff4c4e5a84d6a8a2ac/home/REDACTED/.cache/composer/vcs/https---github.bash e/git 0904e7cc18ec983d0d2ef4f6^{commit} tful.git/ (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/KJ20xk /usr/bin/composer install --no-progress de/node/bin/git } git b6f5b18d^{commit} git bran�� p/bin/git git 902afbd2^{commit} --git-dir git de/node/bin/git sh (http block)
  • https://api.github.com/repos/symfony/event-dispatcher/zipball/72982eb416f61003e9bb6e91f8b3213600dcf9e9
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/vgbsGA /usr/bin/composer install --quiet (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/2ktnGh /usr/bin/composer install --prefer-dist --no-progress com-phar-io-versgit -- } git conf�� &#39;--verify&#39; &#39;5da5f67fc95621df9ff4c4e5a84d6a8a2ac/home/REDACTED/.cache/composer/vcs/https---github.bash e/git 0904e7cc18ec983d0d2ef4f6^{commit} tful.git/ (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/KJ20xk /usr/bin/composer install --no-progress de/node/bin/git } git b6f5b18d^{commit} git bran�� p/bin/git git 902afbd2^{commit} --git-dir git de/node/bin/git sh (http block)
  • https://api.github.com/repos/symfony/filesystem/zipball/3ebc794fa5315e59fd122561623c2e2e4280538e
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/vgbsGA /usr/bin/composer install --quiet (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/2ktnGh /usr/bin/composer install --prefer-dist --no-progress com-phar-io-versgit -- } git conf�� &#39;--verify&#39; &#39;5da5f67fc95621df9ff4c4e5a84d6a8a2ac/home/REDACTED/.cache/composer/vcs/https---github.bash e/git 0904e7cc18ec983d0d2ef4f6^{commit} tful.git/ (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/KJ20xk /usr/bin/composer install --no-progress de/node/bin/git } git b6f5b18d^{commit} git bran�� p/bin/git git 902afbd2^{commit} --git-dir git de/node/bin/git sh (http block)
  • https://api.github.com/repos/symfony/finder/zipball/8655bf1076b7a3a346cb11413ffdabff50c7ffcf
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/vgbsGA /usr/bin/composer install --quiet (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/2ktnGh /usr/bin/composer install --prefer-dist --no-progress com-phar-io-versgit -- } git conf�� &#39;--verify&#39; &#39;5da5f67fc95621df9ff4c4e5a84d6a8a2ac/home/REDACTED/.cache/composer/vcs/https---github.bash e/git 0904e7cc18ec983d0d2ef4f6^{commit} tful.git/ (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/KJ20xk /usr/bin/composer install --no-progress de/node/bin/git } git b6f5b18d^{commit} git bran�� p/bin/git git 902afbd2^{commit} --git-dir git de/node/bin/git sh (http block)
  • https://api.github.com/repos/symfony/http-foundation/zipball/1a0706e8b8041046052ea2695eb8aeee04f97609
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/vgbsGA /usr/bin/composer install --quiet (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/2ktnGh /usr/bin/composer install --prefer-dist --no-progress com-phar-io-versgit -- } git conf�� &#39;--verify&#39; &#39;5da5f67fc95621df9ff4c4e5a84d6a8a2ac/home/REDACTED/.cache/composer/vcs/https---github.bash e/git 0904e7cc18ec983d0d2ef4f6^{commit} tful.git/ (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/KJ20xk /usr/bin/composer install --no-progress de/node/bin/git } git b6f5b18d^{commit} git bran�� p/bin/git git 902afbd2^{commit} --git-dir git de/node/bin/git sh (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/vgbsGA /usr/bin/composer install --quiet (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/2ktnGh /usr/bin/composer install --prefer-dist --no-progress com-phar-io-versgit -- } git conf�� &#39;--verify&#39; &#39;5da5f67fc95621df9ff4c4e5a84d6a8a2ac/home/REDACTED/.cache/composer/vcs/https---github.bash e/git 0904e7cc18ec983d0d2ef4f6^{commit} tful.git/ (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/KJ20xk /usr/bin/composer install --no-progress de/node/bin/git } git b6f5b18d^{commit} git bran�� p/bin/git git 902afbd2^{commit} --git-dir git de/node/bin/git sh (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/vgbsGA /usr/bin/composer install --quiet (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/2ktnGh /usr/bin/composer install --prefer-dist --no-progress com-phar-io-versgit -- } git conf�� &#39;--verify&#39; &#39;5da5f67fc95621df9ff4c4e5a84d6a8a2ac/home/REDACTED/.cache/composer/vcs/https---github.bash e/git 0904e7cc18ec983d0d2ef4f6^{commit} tful.git/ (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/KJ20xk /usr/bin/composer install --no-progress de/node/bin/git } git b6f5b18d^{commit} git bran�� p/bin/git git 902afbd2^{commit} --git-dir git de/node/bin/git sh (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/vgbsGA /usr/bin/composer install --quiet (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/2ktnGh /usr/bin/composer install --prefer-dist --no-progress com-phar-io-versgit -- } git conf�� &#39;--verify&#39; &#39;5da5f67fc95621df9ff4c4e5a84d6a8a2ac/home/REDACTED/.cache/composer/vcs/https---github.bash e/git 0904e7cc18ec983d0d2ef4f6^{commit} tful.git/ (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/KJ20xk /usr/bin/composer install --no-progress de/node/bin/git } git b6f5b18d^{commit} git bran�� p/bin/git git 902afbd2^{commit} --git-dir git de/node/bin/git sh (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/vgbsGA /usr/bin/composer install --quiet (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/2ktnGh /usr/bin/composer install --prefer-dist --no-progress com-phar-io-versgit -- } git conf�� &#39;--verify&#39; &#39;5da5f67fc95621df9ff4c4e5a84d6a8a2ac/home/REDACTED/.cache/composer/vcs/https---github.bash e/git 0904e7cc18ec983d0d2ef4f6^{commit} tful.git/ (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/KJ20xk /usr/bin/composer install --no-progress de/node/bin/git } git b6f5b18d^{commit} git bran�� p/bin/git git 902afbd2^{commit} --git-dir git de/node/bin/git sh (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/vgbsGA /usr/bin/composer install --quiet (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/2ktnGh /usr/bin/composer install --prefer-dist --no-progress com-phar-io-versgit -- } git conf�� &#39;--verify&#39; &#39;5da5f67fc95621df9ff4c4e5a84d6a8a2ac/home/REDACTED/.cache/composer/vcs/https---github.bash e/git 0904e7cc18ec983d0d2ef4f6^{commit} tful.git/ (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/KJ20xk /usr/bin/composer install --no-progress de/node/bin/git } git b6f5b18d^{commit} git bran�� p/bin/git git 902afbd2^{commit} --git-dir git de/node/bin/git sh (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/vgbsGA /usr/bin/composer install --quiet (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/2ktnGh /usr/bin/composer install --prefer-dist --no-progress com-phar-io-versgit -- } git conf�� &#39;--verify&#39; &#39;5da5f67fc95621df9ff4c4e5a84d6a8a2ac/home/REDACTED/.cache/composer/vcs/https---github.bash e/git 0904e7cc18ec983d0d2ef4f6^{commit} tful.git/ (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/KJ20xk /usr/bin/composer install --no-progress de/node/bin/git } git b6f5b18d^{commit} git bran�� p/bin/git git 902afbd2^{commit} --git-dir git de/node/bin/git sh (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/vgbsGA /usr/bin/composer install --quiet (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/2ktnGh /usr/bin/composer install --prefer-dist --no-progress com-phar-io-versgit -- } git conf�� &#39;--verify&#39; &#39;5da5f67fc95621df9ff4c4e5a84d6a8a2ac/home/REDACTED/.cache/composer/vcs/https---github.bash e/git 0904e7cc18ec983d0d2ef4f6^{commit} tful.git/ (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/KJ20xk /usr/bin/composer install --no-progress de/node/bin/git } git b6f5b18d^{commit} git bran�� p/bin/git git 902afbd2^{commit} --git-dir git de/node/bin/git sh (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/vgbsGA /usr/bin/composer install --quiet (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/2ktnGh /usr/bin/composer install --prefer-dist --no-progress com-phar-io-versgit -- } git conf�� &#39;--verify&#39; &#39;5da5f67fc95621df9ff4c4e5a84d6a8a2ac/home/REDACTED/.cache/composer/vcs/https---github.bash e/git 0904e7cc18ec983d0d2ef4f6^{commit} tful.git/ (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/KJ20xk /usr/bin/composer install --no-progress de/node/bin/git } git b6f5b18d^{commit} git bran�� p/bin/git git 902afbd2^{commit} --git-dir git de/node/bin/git sh (http block)
  • https://api.github.com/repos/symfony/process/zipball/608476f4604102976d687c483ac63a79ba18cc97
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/vgbsGA /usr/bin/composer install --quiet (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/2ktnGh /usr/bin/composer install --prefer-dist --no-progress com-phar-io-versgit -- } git conf�� &#39;--verify&#39; &#39;5da5f67fc95621df9ff4c4e5a84d6a8a2ac/home/REDACTED/.cache/composer/vcs/https---github.bash e/git 0904e7cc18ec983d0d2ef4f6^{commit} tful.git/ (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/KJ20xk /usr/bin/composer install --no-progress de/node/bin/git } git b6f5b18d^{commit} git bran�� p/bin/git git 902afbd2^{commit} --git-dir git de/node/bin/git sh (http block)
  • https://api.github.com/repos/symfony/psr-http-message-bridge/zipball/581ca6067eb62640de5ff08ee1ba6850a0ee472e
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/vgbsGA /usr/bin/composer install --quiet (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/2ktnGh /usr/bin/composer install --prefer-dist --no-progress com-phar-io-versgit -- } git conf�� &#39;--verify&#39; &#39;5da5f67fc95621df9ff4c4e5a84d6a8a2ac/home/REDACTED/.cache/composer/vcs/https---github.bash e/git 0904e7cc18ec983d0d2ef4f6^{commit} tful.git/ (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/KJ20xk /usr/bin/composer install --no-progress de/node/bin/git } git b6f5b18d^{commit} git bran�� p/bin/git git 902afbd2^{commit} --git-dir git de/node/bin/git sh (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/vgbsGA /usr/bin/composer install --quiet (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/2ktnGh /usr/bin/composer install --prefer-dist --no-progress com-phar-io-versgit -- } git conf�� &#39;--verify&#39; &#39;5da5f67fc95621df9ff4c4e5a84d6a8a2ac/home/REDACTED/.cache/composer/vcs/https---github.bash e/git 0904e7cc18ec983d0d2ef4f6^{commit} tful.git/ (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/KJ20xk /usr/bin/composer install --no-progress de/node/bin/git } git b6f5b18d^{commit} git bran�� p/bin/git git 902afbd2^{commit} --git-dir git de/node/bin/git sh (http block)
  • https://api.github.com/repos/symfony/stopwatch/zipball/8a24af0a2e8a872fb745047180649b8418303084
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/vgbsGA /usr/bin/composer install --quiet (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/2ktnGh /usr/bin/composer install --prefer-dist --no-progress com-phar-io-versgit -- } git conf�� &#39;--verify&#39; &#39;5da5f67fc95621df9ff4c4e5a84d6a8a2ac/home/REDACTED/.cache/composer/vcs/https---github.bash e/git 0904e7cc18ec983d0d2ef4f6^{commit} tful.git/ (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/KJ20xk /usr/bin/composer install --no-progress de/node/bin/git } git b6f5b18d^{commit} git bran�� p/bin/git git 902afbd2^{commit} --git-dir git de/node/bin/git sh (http block)
  • https://api.github.com/repos/symfony/string/zipball/9f209231affa85aa930a5e46e6eb03381424b30b
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/vgbsGA /usr/bin/composer install --quiet (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/2ktnGh /usr/bin/composer install --prefer-dist --no-progress com-phar-io-versgit -- } git conf�� &#39;--verify&#39; &#39;5da5f67fc95621df9ff4c4e5a84d6a8a2ac/home/REDACTED/.cache/composer/vcs/https---github.bash e/git 0904e7cc18ec983d0d2ef4f6^{commit} tful.git/ (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/KJ20xk /usr/bin/composer install --no-progress de/node/bin/git } git b6f5b18d^{commit} git bran�� p/bin/git git 902afbd2^{commit} --git-dir git de/node/bin/git sh (http block)
  • https://api.github.com/repos/symfony/var-dumper/zipball/42f18f170aa86d612c3559cfb3bd11a375df32c8
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/vgbsGA /usr/bin/composer install --quiet (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/2ktnGh /usr/bin/composer install --prefer-dist --no-progress com-phar-io-versgit -- } git conf�� &#39;--verify&#39; &#39;5da5f67fc95621df9ff4c4e5a84d6a8a2ac/home/REDACTED/.cache/composer/vcs/https---github.bash e/git 0904e7cc18ec983d0d2ef4f6^{commit} tful.git/ (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/KJ20xk /usr/bin/composer install --no-progress de/node/bin/git } git b6f5b18d^{commit} git bran�� p/bin/git git 902afbd2^{commit} --git-dir git de/node/bin/git sh (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/vgbsGA /usr/bin/composer install --quiet (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/2ktnGh /usr/bin/composer install --prefer-dist --no-progress com-phar-io-versgit -- } git conf�� &#39;--verify&#39; &#39;5da5f67fc95621df9ff4c4e5a84d6a8a2ac/home/REDACTED/.cache/composer/vcs/https---github.bash e/git 0904e7cc18ec983d0d2ef4f6^{commit} tful.git/ (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/KJ20xk /usr/bin/composer install --no-progress de/node/bin/git } git b6f5b18d^{commit} git bran�� p/bin/git git 902afbd2^{commit} --git-dir git de/node/bin/git sh (http block)
  • https://api.github.com/repos/theseer/tokenizer/zipball/b7489ce515e168639d17feec34b8847c326b0b3c
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/vgbsGA /usr/bin/composer install --quiet (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/2ktnGh /usr/bin/composer install --prefer-dist --no-progress com-phar-io-versgit -- } git conf�� &#39;--verify&#39; &#39;5da5f67fc95621df9ff4c4e5a84d6a8a2ac/home/REDACTED/.cache/composer/vcs/https---github.bash e/git 0904e7cc18ec983d0d2ef4f6^{commit} tful.git/ (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/KJ20xk /usr/bin/composer install --no-progress de/node/bin/git } git b6f5b18d^{commit} git bran�� p/bin/git git 902afbd2^{commit} --git-dir git de/node/bin/git sh (http block)
  • https://api.github.com/repos/yansongda/artful/zipball/ddc203ef34ab369a5a31df057a0fda697d3ed855
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/vgbsGA /usr/bin/composer install --quiet (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/2ktnGh /usr/bin/composer install --prefer-dist --no-progress com-phar-io-versgit -- } git conf�� &#39;--verify&#39; &#39;5da5f67fc95621df9ff4c4e5a84d6a8a2ac/home/REDACTED/.cache/composer/vcs/https---github.bash e/git 0904e7cc18ec983d0d2ef4f6^{commit} tful.git/ (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/KJ20xk /usr/bin/composer install --no-progress de/node/bin/git } git b6f5b18d^{commit} git bran�� p/bin/git git 902afbd2^{commit} --git-dir git de/node/bin/git sh (http block)
  • https://api.github.com/repos/yansongda/supports/zipball/308de376d20cb1cd4f959644793e0582ccd1ef6d
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/vgbsGA /usr/bin/composer install --quiet (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/2ktnGh /usr/bin/composer install --prefer-dist --no-progress com-phar-io-versgit -- } git conf�� &#39;--verify&#39; &#39;5da5f67fc95621df9ff4c4e5a84d6a8a2ac/home/REDACTED/.cache/composer/vcs/https---github.bash e/git 0904e7cc18ec983d0d2ef4f6^{commit} tful.git/ (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/KJ20xk /usr/bin/composer install --no-progress de/node/bin/git } git b6f5b18d^{commit} git bran�� p/bin/git git 902afbd2^{commit} --git-dir git de/node/bin/git sh (http block)

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

@yansongda yansongda marked this pull request as ready for review March 21, 2026 15:26
Copilot AI review requested due to automatic review settings March 21, 2026 15:26
Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Adds PayPal support to yansongda/pay v3, including web create-order + capture flows, query/refund, callback handling, and accompanying docs/tests.

Changes:

  • Introduces a new Paypal provider wired into Pay via PaypalServiceProvider.
  • Adds PayPal V2 plugin pipeline (token acquisition, request building, response validation) plus web/query/refund shortcuts.
  • Adds PayPal documentation + VitePress sidebar entries, and expands unit test coverage for PayPal paths and helper functions.

Reviewed changes

Copilot reviewed 45 out of 45 changed files in this pull request and generated 5 comments.

Show a summary per file
File Description
web/docs/v3/quick-start/paypal.md New PayPal quick-start guide and examples
web/docs/v3/quick-start/init.md Adds PayPal config block to initialization docs
web/docs/v3/paypal/response.md Documents PayPal success() response usage
web/docs/v3/paypal/refund.md Documents refund flow and parameters
web/docs/v3/paypal/query.md Documents order/refund query flows
web/docs/v3/paypal/pay.md Documents create-order + capture web flow
web/docs/v3/paypal/close.md Documents unsupported close behavior
web/docs/v3/paypal/cancel.md Documents unsupported cancel behavior
web/docs/v3/paypal/callback.md Documents callback entrypoint and parameter options
web/docs/v3/paypal/all.md Documents using built-in plugins for custom PayPal API calls
web/.vitepress/sidebar/v3.js Adds PayPal entries to the VitePress sidebar
tests/TestCase.php Adds PayPal test configuration defaults
tests/Shortcut/Paypal/WebShortcutTest.php Tests PayPal web shortcut plugin selection
tests/Shortcut/Paypal/RefundShortcutTest.php Tests PayPal refund shortcut plugin selection
tests/Shortcut/Paypal/QueryShortcutTest.php Tests PayPal query shortcut plugin selection
tests/Plugin/Paypal/V2/ResponsePluginTest.php Tests PayPal response status-code validation
tests/Plugin/Paypal/V2/Pay/RefundPluginTest.php Tests refund plugin payload building + required params
tests/Plugin/Paypal/V2/Pay/QueryRefundPluginTest.php Tests refund-query plugin payload building + required params
tests/Plugin/Paypal/V2/Pay/QueryPluginTest.php Tests order-query plugin payload building + required params
tests/Plugin/Paypal/V2/Pay/PayPluginTest.php Tests create-order payload defaults and config integration
tests/Plugin/Paypal/V2/Pay/CapturePluginTest.php Tests capture plugin URL building + required params
tests/Plugin/Paypal/V2/Pay/CallbackPluginTest.php Tests callback plugin behavior for empty/normal payloads
tests/Plugin/Paypal/V2/ObtainAccessTokenPluginTest.php Tests external _access_token passthrough behavior
tests/Plugin/Paypal/V2/GetAccessTokenPluginTest.php Tests token request payload setup
tests/Plugin/Paypal/V2/AddRadarPluginTest.php Tests request headers/body for bearer/basic auth modes
tests/FunctionTest.php Adds tests for get_paypal_url and get_paypal_access_token
src/Shortcut/Paypal/WebShortcut.php Implements web() shortcut (pay/capture actions)
src/Shortcut/Paypal/RefundShortcut.php Implements refund() shortcut
src/Shortcut/Paypal/QueryShortcut.php Implements query() shortcut (order/refund actions)
src/Service/PaypalServiceProvider.php Registers PayPal provider in the container/Pay facade
src/Provider/Paypal.php Adds PayPal provider methods: pay/query/refund/callback/success
src/Plugin/Paypal/V2/ResponsePlugin.php Adds PayPal response status-code validation plugin
src/Plugin/Paypal/V2/Pay/RefundPlugin.php Builds refund request payload for capture refunds
src/Plugin/Paypal/V2/Pay/QueryRefundPlugin.php Builds refund query request payload
src/Plugin/Paypal/V2/Pay/QueryPlugin.php Builds order query request payload
src/Plugin/Paypal/V2/Pay/PayPlugin.php Builds create-order request payload
src/Plugin/Paypal/V2/Pay/CapturePlugin.php Builds capture request payload
src/Plugin/Paypal/V2/Pay/CallbackPlugin.php Handles callback payload shaping (no HTTP request)
src/Plugin/Paypal/V2/ObtainAccessTokenPlugin.php Retrieves or injects access token into payload
src/Plugin/Paypal/V2/GetAccessTokenPlugin.php Prepares OAuth token request payload (basic auth)
src/Plugin/Paypal/V2/AddRadarPlugin.php Builds PSR-7 request for PayPal endpoints
src/Pay.php Exposes Pay::paypal() and registers the service provider
src/Functions.php Adds get_paypal_url() and get_paypal_access_token() helpers
src/Exception/Exception.php Adds PayPal-specific config/url missing error codes
CHANGELOG.md Adds v3.7.20 entry noting PayPal support

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment on lines +29 to +37
$params = $rocket->getParams();

if (empty($params)) {
throw new InvalidResponseException(Exception::PARAMS_CALLBACK_REQUEST_INVALID, 'PayPal 回调参数为空');
}

$rocket->setPayload(Collection::wrap($params))
->setDirection(NoHttpRequestDirection::class)
->setDestination($rocket->getPayload());
Copy link

Copilot AI Mar 21, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

PayPal webhook/callback handling currently trusts the incoming payload without any authenticity verification (no verification of transmission headers / webhook signature). This makes callback() insecure in real deployments, since anyone can POST forged events. Consider passing the full ServerRequestInterface (including headers) into the plugin (similar to Wechat’s _request pattern) and implementing PayPal’s webhook signature verification flow (e.g. verify-webhook-signature API) before accepting the payload.

Copilot uses AI. Check for mistakes.
Comment on lines +11 to +13
## 异常

Yansongda\Pay\Exceptions\InvalidParamsException
Copy link

Copilot AI Mar 21, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Docs list the thrown exception as Yansongda\Pay\Exceptions\InvalidParamsException, but the code throws Yansongda\Artful\Exception\InvalidParamsException (and there is no Yansongda\Pay\Exceptions namespace in this repo). Please update the exception class reference so users can catch the correct type.

Copilot uses AI. Check for mistakes.
Comment on lines +11 to +13
## 异常

Yansongda\Pay\Exceptions\InvalidParamsException
Copy link

Copilot AI Mar 21, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Docs list the thrown exception as Yansongda\Pay\Exceptions\InvalidParamsException, but the provider throws Yansongda\Artful\Exception\InvalidParamsException (and there is no Yansongda\Pay\Exceptions namespace in this repo). Please update the exception class reference so users can catch the correct type.

Copilot uses AI. Check for mistakes.
Comment on lines +25 to +29
$result = Pay::paypal()->web($order);

// 获取用户授权跳转地址并重定向
$approveUrl = collect($result->get('links'))->firstWhere('rel', 'approve')['href'];
```
Copy link

Copilot AI Mar 21, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The docs use the collect() helper to extract the approve link. collect() is not provided by this library itself, so this example may not work in non-Laravel environments. Consider rewriting the snippet using Yansongda\Supports\Collection::wrap(...) or plain PHP array access so it works for all users.

Copilot uses AI. Check for mistakes.
Comment on lines +41 to +45
$result = Pay::paypal()->web($order);

// 从 links 中获取用户授权跳转地址
$approveUrl = collect($result->get('links'))->firstWhere('rel', 'approve')['href'];

Copy link

Copilot AI Mar 21, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The docs use the collect() helper to extract the approve link, but collect() is not part of this project’s public API. To keep docs framework-agnostic, consider using Yansongda\Supports\Collection::wrap(...) or plain PHP array access instead.

Copilot uses AI. Check for mistakes.
@yansongda
Copy link
Owner

@copilot

1、请结合上述 Pull request overview 重新 reivew 代码,逐个分析给出的建议,如果建议合理请采纳,如果建议不合理请给出理由

2、参考 https://docs.github.com/en/copilot/how-tos/configure-custom-instructions/add-repository-instructions 这份文档,生成一份 copilot-instructions.md

- Add @todo for webhook signature verification in CallbackPlugin
- Replace collect() with plain PHP loops in docs (framework-agnostic)
- Create .github/copilot-instructions.md for Copilot custom instructions

Co-authored-by: yansongda <11869114+yansongda@users.noreply.github.com>
Agent-Logs-Url: https://github.com/yansongda/pay/sessions/f88bda98-4e48-4f04-905b-eeb9d4967119
Copy link
Contributor Author

Copilot AI commented Mar 21, 2026

@copilot

1、请结合上述 Pull request overview 重新 reivew 代码,逐个分析给出的建议,如果建议合理请采纳,如果建议不合理请给出理由
...

Both items addressed in commit 46ab0a6.

Review comment analysis:

  1. CallbackPlugin webhook signature verification — 采纳。PayPal webhook 签名验证确实重要,但完整实现需要调用 PayPal verify-webhook-signature API,复杂度较高。当前添加了 @todo 注释标记此问题,后续可作为独立改进。

  2. cancel.md exception class reference — 未采纳。reviewer 指出 Yansongda\Pay\Exceptions\InvalidParamsException 不正确,但检查发现 douyin/cancel.mddouyin/close.mdunipay/close.md 等所有其他 provider 的文档均使用相同写法,这是项目已有的文档约定,单独修改 PayPal 会造成不一致。

  3. close.md exception class reference — 同上,保持与其他 provider 文档一致。

  4. quick-start/paypal.md uses collect() — 采纳。collect() 是 Laravel 特有函数,非 Laravel 环境不可用。已替换为原生 PHP foreach 循环。

  5. pay.md uses collect() — 采纳。同上,已替换为原生 PHP foreach 循环。

copilot-instructions.md 已创建在 .github/copilot-instructions.md,涵盖项目架构(插件管道模式)、目录结构、编码规范(CS Fixer 规则、PHPStan、日志格式)、测试模式、文档规范,以及新增 Provider 的完整步骤。

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/JetBrains/phpstorm-attributes/zipball/64de815a4509c29e00d5e3474087fd24c171afc2
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/jVuY5c /usr/bin/composer install --no-progress --no-interaction (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/ttCvJl /usr/bin/composer install --no-progress } --quiet --verify /usr/local/.ghcu--mirror git rev-�� --git-dir git mann/lines-of-code.git /https---github.git git a2b714d3^{commit--git-dir git (http block)
  • https://api.github.com/repos/PHP-CS-Fixer/PHP-CS-Fixer/zipball/7787ceff91365ba7d623ec410b8f429cdebb4f63
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/jVuY5c /usr/bin/composer install --no-progress --no-interaction (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/ttCvJl /usr/bin/composer install --no-progress } --quiet --verify /usr/local/.ghcu--mirror git rev-�� --git-dir git mann/lines-of-code.git /https---github.git git a2b714d3^{commit--git-dir git (http block)
  • https://api.github.com/repos/Seldaek/monolog/zipball/37308608e599f34a1a4845b16440047ec98a172a
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/jVuY5c /usr/bin/composer install --no-progress --no-interaction (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/ttCvJl /usr/bin/composer install --no-progress } --quiet --verify /usr/local/.ghcu--mirror git rev-�� --git-dir git mann/lines-of-code.git /https---github.git git a2b714d3^{commit--git-dir git (http block)
  • https://api.github.com/repos/clue/reactphp-ndjson/zipball/392dc165fce93b5bb5c637b67e59619223c931b0
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/jVuY5c /usr/bin/composer install --no-progress --no-interaction (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/ttCvJl /usr/bin/composer install --no-progress } --quiet --verify /usr/local/.ghcu--mirror git rev-�� --git-dir git mann/lines-of-code.git /https---github.git git a2b714d3^{commit--git-dir 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/Qwd8jk /usr/bin/composer install (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/jVuY5c /usr/bin/composer install --no-progress --no-interaction (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/ttCvJl /usr/bin/composer install --no-progress } --quiet --verify /usr/local/.ghcu--mirror git rev-�� --git-dir git mann/lines-of-code.git /https---github.git git a2b714d3^{commit--git-dir git (http block)
  • https://api.github.com/repos/composer/semver/zipball/198166618906cb2de69b95d7d47e5fa8aa1b2b95
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/jVuY5c /usr/bin/composer install --no-progress --no-interaction (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/ttCvJl /usr/bin/composer install --no-progress } --quiet --verify /usr/local/.ghcu--mirror git rev-�� --git-dir git mann/lines-of-code.git /https---github.git git a2b714d3^{commit--git-dir 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/jVuY5c /usr/bin/composer install --no-progress --no-interaction (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/ttCvJl /usr/bin/composer install --no-progress } --quiet --verify /usr/local/.ghcu--mirror git rev-�� --git-dir git mann/lines-of-code.git /https---github.git git a2b714d3^{commit--git-dir 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/jVuY5c /usr/bin/composer install --no-progress --no-interaction (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/ttCvJl /usr/bin/composer install --no-progress } --quiet --verify /usr/local/.ghcu--mirror git rev-�� --git-dir git mann/lines-of-code.git /https---github.git git a2b714d3^{commit--git-dir 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/jVuY5c /usr/bin/composer install --no-progress --no-interaction (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/ttCvJl /usr/bin/composer install --no-progress } --quiet --verify /usr/local/.ghcu--mirror git rev-�� --git-dir git mann/lines-of-code.git /https---github.git git a2b714d3^{commit--git-dir 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/jVuY5c /usr/bin/composer install --no-progress --no-interaction (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/ttCvJl /usr/bin/composer install --no-progress } --quiet --verify /usr/local/.ghcu--mirror git rev-�� --git-dir git mann/lines-of-code.git /https---github.git git a2b714d3^{commit--git-dir git (http block)
  • https://api.github.com/repos/guzzle/psr7/zipball/7d0ed42f28e42d61352a7a79de682e5e67fec884
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/jVuY5c /usr/bin/composer install --no-progress --no-interaction (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/ttCvJl /usr/bin/composer install --no-progress } --quiet --verify /usr/local/.ghcu--mirror git rev-�� --git-dir git mann/lines-of-code.git /https---github.git git a2b714d3^{commit--git-dir 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/jVuY5c /usr/bin/composer install --no-progress --no-interaction (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/ttCvJl /usr/bin/composer install --no-progress } --quiet --verify /usr/local/.ghcu--mirror git rev-�� --git-dir git mann/lines-of-code.git /https---github.git git a2b714d3^{commit--git-dir git (http block)
  • https://api.github.com/repos/hyperf-cloud/pimple-integration/zipball/7bd07745c256b83679471c06ec2a11e901d37277
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/jVuY5c /usr/bin/composer install --no-progress --no-interaction (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/ttCvJl /usr/bin/composer install --no-progress } --quiet --verify /usr/local/.ghcu--mirror git rev-�� --git-dir git mann/lines-of-code.git /https---github.git git a2b714d3^{commit--git-dir git (http block)
  • https://api.github.com/repos/hyperf/context/zipball/a8cb6d27c5b85b44ce8d1e58d1ccfe1a1831b2f5
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/jVuY5c /usr/bin/composer install --no-progress --no-interaction (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/ttCvJl /usr/bin/composer install --no-progress } --quiet --verify /usr/local/.ghcu--mirror git rev-�� --git-dir git mann/lines-of-code.git /https---github.git git a2b714d3^{commit--git-dir git (http block)
  • https://api.github.com/repos/hyperf/contract/zipball/24d11e962033a1a44468df6318f9a2c2c0b8f99e
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/jVuY5c /usr/bin/composer install --no-progress --no-interaction (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/ttCvJl /usr/bin/composer install --no-progress } --quiet --verify /usr/local/.ghcu--mirror git rev-�� --git-dir git mann/lines-of-code.git /https---github.git git a2b714d3^{commit--git-dir git (http block)
  • https://api.github.com/repos/hyperf/engine-contract/zipball/b6c8ff556fca5d4ffa29fba819fefc5e3572025d
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/jVuY5c /usr/bin/composer install --no-progress --no-interaction (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/ttCvJl /usr/bin/composer install --no-progress } --quiet --verify /usr/local/.ghcu--mirror git rev-�� --git-dir git mann/lines-of-code.git /https---github.git git a2b714d3^{commit--git-dir git (http block)
  • https://api.github.com/repos/hyperf/engine/zipball/15c282e8fcf8596f3400ccd21c32a18a37036b9a
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/jVuY5c /usr/bin/composer install --no-progress --no-interaction (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/ttCvJl /usr/bin/composer install --no-progress } --quiet --verify /usr/local/.ghcu--mirror git rev-�� --git-dir git mann/lines-of-code.git /https---github.git git a2b714d3^{commit--git-dir 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/jVuY5c /usr/bin/composer install --no-progress --no-interaction (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/ttCvJl /usr/bin/composer install --no-progress } --quiet --verify /usr/local/.ghcu--mirror git rev-�� --git-dir git mann/lines-of-code.git /https---github.git git a2b714d3^{commit--git-dir 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/jVuY5c /usr/bin/composer install --no-progress --no-interaction (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/ttCvJl /usr/bin/composer install --no-progress } --quiet --verify /usr/local/.ghcu--mirror git rev-�� --git-dir git mann/lines-of-code.git /https---github.git git a2b714d3^{commit--git-dir 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/jVuY5c /usr/bin/composer install --no-progress --no-interaction (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/ttCvJl /usr/bin/composer install --no-progress } --quiet --verify /usr/local/.ghcu--mirror git rev-�� --git-dir git mann/lines-of-code.git /https---github.git git a2b714d3^{commit--git-dir 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/jVuY5c /usr/bin/composer install --no-progress --no-interaction (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/ttCvJl /usr/bin/composer install --no-progress } --quiet --verify /usr/local/.ghcu--mirror git rev-�� --git-dir git mann/lines-of-code.git /https---github.git git a2b714d3^{commit--git-dir 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/jVuY5c /usr/bin/composer install --no-progress --no-interaction (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/ttCvJl /usr/bin/composer install --no-progress } --quiet --verify /usr/local/.ghcu--mirror git rev-�� --git-dir git mann/lines-of-code.git /https---github.git git a2b714d3^{commit--git-dir 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/jVuY5c /usr/bin/composer install --no-progress --no-interaction (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/ttCvJl /usr/bin/composer install --no-progress } --quiet --verify /usr/local/.ghcu--mirror git rev-�� --git-dir git mann/lines-of-code.git /https---github.git git a2b714d3^{commit--git-dir 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/Qwd8jk /usr/bin/composer install (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/jVuY5c /usr/bin/composer install --no-progress --no-interaction (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/ttCvJl /usr/bin/composer install --no-progress } --quiet --verify /usr/local/.ghcu--mirror git rev-�� --git-dir git mann/lines-of-code.git /https---github.git git a2b714d3^{commit--git-dir 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/jVuY5c /usr/bin/composer install --no-progress --no-interaction (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/ttCvJl /usr/bin/composer install --no-progress } --quiet --verify /usr/local/.ghcu--mirror git rev-�� --git-dir git mann/lines-of-code.git /https---github.git git a2b714d3^{commit--git-dir 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/jVuY5c /usr/bin/composer install --no-progress --no-interaction (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/ttCvJl /usr/bin/composer install --no-progress } --quiet --verify /usr/local/.ghcu--mirror git rev-�� --git-dir git mann/lines-of-code.git /https---github.git git a2b714d3^{commit--git-dir 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/jVuY5c /usr/bin/composer install --no-progress --no-interaction (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/ttCvJl /usr/bin/composer install --no-progress } --quiet --verify /usr/local/.ghcu--mirror git rev-�� --git-dir git mann/lines-of-code.git /https---github.git git a2b714d3^{commit--git-dir 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/jVuY5c /usr/bin/composer install --no-progress --no-interaction (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/ttCvJl /usr/bin/composer install --no-progress } --quiet --verify /usr/local/.ghcu--mirror git rev-�� --git-dir git mann/lines-of-code.git /https---github.git git a2b714d3^{commit--git-dir 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/jVuY5c /usr/bin/composer install --no-progress --no-interaction (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/ttCvJl /usr/bin/composer install --no-progress } --quiet --verify /usr/local/.ghcu--mirror git rev-�� --git-dir git mann/lines-of-code.git /https---github.git git a2b714d3^{commit--git-dir git (http block)
  • https://api.github.com/repos/phpstan/phpstan/zipball/1279e1ce86ba768f0780c9d889852b4e02ff40d0
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/jVuY5c /usr/bin/composer install --no-progress --no-interaction (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/ttCvJl /usr/bin/composer install --no-progress } --quiet --verify /usr/local/.ghcu--mirror git rev-�� --git-dir git mann/lines-of-code.git /https---github.git git a2b714d3^{commit--git-dir git (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/939J5J /usr/bin/composer install --prefer-source --no-progress github.accesstokgit git de/node/bin/git sh -c exec &#39;git&#39; &#39;branch&#39; git t github.accesstokgit git nfig/composer/ve--quiet git (http block)
  • https://api.github.com/repos/ralouphie/getallheaders/zipball/120b605dfeb996808c31b6477290a714d356e822
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/jVuY5c /usr/bin/composer install --no-progress --no-interaction (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/ttCvJl /usr/bin/composer install --no-progress } --quiet --verify /usr/local/.ghcu--mirror git rev-�� --git-dir git mann/lines-of-code.git /https---github.git git a2b714d3^{commit--git-dir 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/jVuY5c /usr/bin/composer install --no-progress --no-interaction (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/ttCvJl /usr/bin/composer install --no-progress } --quiet --verify /usr/local/.ghcu--mirror git rev-�� --git-dir git mann/lines-of-code.git /https---github.git git a2b714d3^{commit--git-dir 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/jVuY5c /usr/bin/composer install --no-progress --no-interaction (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/ttCvJl /usr/bin/composer install --no-progress } --quiet --verify /usr/local/.ghcu--mirror git rev-�� --git-dir git mann/lines-of-code.git /https---github.git git a2b714d3^{commit--git-dir 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/jVuY5c /usr/bin/composer install --no-progress --no-interaction (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/ttCvJl /usr/bin/composer install --no-progress } --quiet --verify /usr/local/.ghcu--mirror git rev-�� --git-dir git mann/lines-of-code.git /https---github.git git a2b714d3^{commit--git-dir 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/jVuY5c /usr/bin/composer install --no-progress --no-interaction (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/ttCvJl /usr/bin/composer install --no-progress } --quiet --verify /usr/local/.ghcu--mirror git rev-�� --git-dir git mann/lines-of-code.git /https---github.git git a2b714d3^{commit--git-dir 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/jVuY5c /usr/bin/composer install --no-progress --no-interaction (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/ttCvJl /usr/bin/composer install --no-progress } --quiet --verify /usr/local/.ghcu--mirror git rev-�� --git-dir git mann/lines-of-code.git /https---github.git git a2b714d3^{commit--git-dir 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/jVuY5c /usr/bin/composer install --no-progress --no-interaction (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/ttCvJl /usr/bin/composer install --no-progress } --quiet --verify /usr/local/.ghcu--mirror git rev-�� --git-dir git mann/lines-of-code.git /https---github.git git a2b714d3^{commit--git-dir 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/jVuY5c /usr/bin/composer install --no-progress --no-interaction (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/ttCvJl /usr/bin/composer install --no-progress } --quiet --verify /usr/local/.ghcu--mirror git rev-�� --git-dir git mann/lines-of-code.git /https---github.git git a2b714d3^{commit--git-dir git (http block)
  • https://api.github.com/repos/sebastianbergmann/cli-parser/zipball/2b56bea83a09de3ac06bb18b92f068e60cc6f50b
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/jVuY5c /usr/bin/composer install --no-progress --no-interaction (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/ttCvJl /usr/bin/composer install --no-progress } --quiet --verify /usr/local/.ghcu--mirror git rev-�� --git-dir git mann/lines-of-code.git /https---github.git git a2b714d3^{commit--git-dir git (http block)
  • https://api.github.com/repos/sebastianbergmann/code-unit-reverse-lookup/zipball/ac91f01ccec49fb77bdc6fd1e548bc70f7faa3e5
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/jVuY5c /usr/bin/composer install --no-progress --no-interaction (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/ttCvJl /usr/bin/composer install --no-progress } --quiet --verify /usr/local/.ghcu--mirror git rev-�� --git-dir git mann/lines-of-code.git /https---github.git git a2b714d3^{commit--git-dir git (http block)
  • https://api.github.com/repos/sebastianbergmann/code-unit/zipball/1fc9f64c0927627ef78ba436c9b17d967e68e120
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/jVuY5c /usr/bin/composer install --no-progress --no-interaction (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/ttCvJl /usr/bin/composer install --no-progress } --quiet --verify /usr/local/.ghcu--mirror git rev-�� --git-dir git mann/lines-of-code.git /https---github.git git a2b714d3^{commit--git-dir git (http block)
  • https://api.github.com/repos/sebastianbergmann/comparator/zipball/e4df00b9b3571187db2831ae9aada2c6efbd715d
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/jVuY5c /usr/bin/composer install --no-progress --no-interaction (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/ttCvJl /usr/bin/composer install --no-progress } --quiet --verify /usr/local/.ghcu--mirror git rev-�� --git-dir git mann/lines-of-code.git /https---github.git git a2b714d3^{commit--git-dir git (http block)
  • https://api.github.com/repos/sebastianbergmann/complexity/zipball/25f207c40d62b8b7aa32f5ab026c53561964053a
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/jVuY5c /usr/bin/composer install --no-progress --no-interaction (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/ttCvJl /usr/bin/composer install --no-progress } --quiet --verify /usr/local/.ghcu--mirror git rev-�� --git-dir git mann/lines-of-code.git /https---github.git git a2b714d3^{commit--git-dir git (http block)
  • https://api.github.com/repos/sebastianbergmann/diff/zipball/ba01945089c3a293b01ba9badc29ad55b106b0bc
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/jVuY5c /usr/bin/composer install --no-progress --no-interaction (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/ttCvJl /usr/bin/composer install --no-progress } --quiet --verify /usr/local/.ghcu--mirror git rev-�� --git-dir git mann/lines-of-code.git /https---github.git git a2b714d3^{commit--git-dir git (http block)
  • https://api.github.com/repos/sebastianbergmann/environment/zipball/830c43a844f1f8d5b7a1f6d6076b784454d8b7ed
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/jVuY5c /usr/bin/composer install --no-progress --no-interaction (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/ttCvJl /usr/bin/composer install --no-progress } --quiet --verify /usr/local/.ghcu--mirror git rev-�� --git-dir git mann/lines-of-code.git /https---github.git git a2b714d3^{commit--git-dir git (http block)
  • https://api.github.com/repos/sebastianbergmann/exporter/zipball/14c6ba52f95a36c3d27c835d65efc7123c446e8c
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/jVuY5c /usr/bin/composer install --no-progress --no-interaction (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/ttCvJl /usr/bin/composer install --no-progress } --quiet --verify /usr/local/.ghcu--mirror git rev-�� --git-dir git mann/lines-of-code.git /https---github.git git a2b714d3^{commit--git-dir git (http block)
  • https://api.github.com/repos/sebastianbergmann/global-state/zipball/b6781316bdcd28260904e7cc18ec983d0d2ef4f6
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/jVuY5c /usr/bin/composer install --no-progress --no-interaction (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/ttCvJl /usr/bin/composer install --no-progress } --quiet --verify /usr/local/.ghcu--mirror git rev-�� --git-dir git mann/lines-of-code.git /https---github.git git a2b714d3^{commit--git-dir git (http block)
  • https://api.github.com/repos/sebastianbergmann/lines-of-code/zipball/e1e4a170560925c26d424b6a03aed157e7dcc5c5
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/jVuY5c /usr/bin/composer install --no-progress --no-interaction (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/ttCvJl /usr/bin/composer install --no-progress } --quiet --verify /usr/local/.ghcu--mirror git rev-�� --git-dir git mann/lines-of-code.git /https---github.git git a2b714d3^{commit--git-dir git (http block)
  • https://api.github.com/repos/sebastianbergmann/object-enumerator/zipball/5c9eeac41b290a3712d88851518825ad78f45c71
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/jVuY5c /usr/bin/composer install --no-progress --no-interaction (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/ttCvJl /usr/bin/composer install --no-progress } --quiet --verify /usr/local/.ghcu--mirror git rev-�� --git-dir git mann/lines-of-code.git /https---github.git git a2b714d3^{commit--git-dir git (http block)
  • https://api.github.com/repos/sebastianbergmann/object-reflector/zipball/b4f479ebdbf63ac605d183ece17d8d7fe49c15c7
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/jVuY5c /usr/bin/composer install --no-progress --no-interaction (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/ttCvJl /usr/bin/composer install --no-progress } --quiet --verify /usr/local/.ghcu--mirror git rev-�� --git-dir git mann/lines-of-code.git /https---github.git git a2b714d3^{commit--git-dir git (http block)
  • https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/85402a822d1ecf1db1096959413d35e1c37cf1a5
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/jVuY5c /usr/bin/composer install --no-progress --no-interaction (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/ttCvJl /usr/bin/composer install --no-progress } --quiet --verify /usr/local/.ghcu--mirror git rev-�� --git-dir git mann/lines-of-code.git /https---github.git git a2b714d3^{commit--git-dir git (http block)
  • https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/cf1c2e7c203ac650e352f4cc675a7021e7d1b3cf
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/jVuY5c /usr/bin/composer install --no-progress --no-interaction (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/ttCvJl /usr/bin/composer install --no-progress } --quiet --verify /usr/local/.ghcu--mirror git rev-�� --git-dir git mann/lines-of-code.git /https---github.git git a2b714d3^{commit--git-dir git (http block)
  • https://api.github.com/repos/sebastianbergmann/php-invoker/zipball/5a10147d0aaf65b58940a0b72f71c9ac0423cc67
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/jVuY5c /usr/bin/composer install --no-progress --no-interaction (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/ttCvJl /usr/bin/composer install --no-progress } --quiet --verify /usr/local/.ghcu--mirror git rev-�� --git-dir git mann/lines-of-code.git /https---github.git git a2b714d3^{commit--git-dir git (http block)
  • https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/5da5f67fc95621df9ff4c4e5a84d6a8a2acf7c28
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/jVuY5c /usr/bin/composer install --no-progress --no-interaction (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/ttCvJl /usr/bin/composer install --no-progress } --quiet --verify /usr/local/.ghcu--mirror git rev-�� --git-dir git mann/lines-of-code.git /https---github.git git a2b714d3^{commit--git-dir git (http block)
  • https://api.github.com/repos/sebastianbergmann/php-timer/zipball/5a63ce20ed1b5bf577850e2c4e87f4aa902afbd2
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/jVuY5c /usr/bin/composer install --no-progress --no-interaction (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/ttCvJl /usr/bin/composer install --no-progress } --quiet --verify /usr/local/.ghcu--mirror git rev-�� --git-dir git mann/lines-of-code.git /https---github.git git a2b714d3^{commit--git-dir git (http block)
  • https://api.github.com/repos/sebastianbergmann/phpunit/zipball/b36f02317466907a230d3aa1d34467041271ef4a
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/jVuY5c /usr/bin/composer install --no-progress --no-interaction (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/ttCvJl /usr/bin/composer install --no-progress } --quiet --verify /usr/local/.ghcu--mirror git rev-�� --git-dir git mann/lines-of-code.git /https---github.git git a2b714d3^{commit--git-dir git (http block)
  • https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/539c6691e0623af6dc6f9c20384c120f963465a0
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/jVuY5c /usr/bin/composer install --no-progress --no-interaction (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/ttCvJl /usr/bin/composer install --no-progress } --quiet --verify /usr/local/.ghcu--mirror git rev-�� --git-dir git mann/lines-of-code.git /https---github.git git a2b714d3^{commit--git-dir git (http block)
  • https://api.github.com/repos/sebastianbergmann/resource-operations/zipball/05d5692a7993ecccd56a03e40cd7e5b09b1d404e
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/jVuY5c /usr/bin/composer install --no-progress --no-interaction (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/ttCvJl /usr/bin/composer install --no-progress } --quiet --verify /usr/local/.ghcu--mirror git rev-�� --git-dir git mann/lines-of-code.git /https---github.git git a2b714d3^{commit--git-dir git (http block)
  • https://api.github.com/repos/sebastianbergmann/type/zipball/75e2c2a32f5e0b3aef905b9ed0b179b953b3d7c7
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/jVuY5c /usr/bin/composer install --no-progress --no-interaction (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/ttCvJl /usr/bin/composer install --no-progress } --quiet --verify /usr/local/.ghcu--mirror git rev-�� --git-dir git mann/lines-of-code.git /https---github.git git a2b714d3^{commit--git-dir git (http block)
  • https://api.github.com/repos/sebastianbergmann/version/zipball/c6c1022351a901512170118436c764e473f6de8c
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/jVuY5c /usr/bin/composer install --no-progress --no-interaction (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/ttCvJl /usr/bin/composer install --no-progress } --quiet --verify /usr/local/.ghcu--mirror git rev-�� --git-dir git mann/lines-of-code.git /https---github.git git a2b714d3^{commit--git-dir git (http block)
  • https://api.github.com/repos/silexphp/Pimple/zipball/8cfe7f74ac22a433d303914eba9ea4c2a834edce
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/jVuY5c /usr/bin/composer install --no-progress --no-interaction (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/ttCvJl /usr/bin/composer install --no-progress } --quiet --verify /usr/local/.ghcu--mirror git rev-�� --git-dir git mann/lines-of-code.git /https---github.git git a2b714d3^{commit--git-dir git (http block)
  • https://api.github.com/repos/symfony/console/zipball/49257c96304c508223815ee965c251e7c79e614e
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/jVuY5c /usr/bin/composer install --no-progress --no-interaction (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/ttCvJl /usr/bin/composer install --no-progress } --quiet --verify /usr/local/.ghcu--mirror git rev-�� --git-dir git mann/lines-of-code.git /https---github.git git a2b714d3^{commit--git-dir 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/Qwd8jk /usr/bin/composer install (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/jVuY5c /usr/bin/composer install --no-progress --no-interaction (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/ttCvJl /usr/bin/composer install --no-progress } --quiet --verify /usr/local/.ghcu--mirror git rev-�� --git-dir git mann/lines-of-code.git /https---github.git git a2b714d3^{commit--git-dir 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/jVuY5c /usr/bin/composer install --no-progress --no-interaction (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/ttCvJl /usr/bin/composer install --no-progress } --quiet --verify /usr/local/.ghcu--mirror git rev-�� --git-dir git mann/lines-of-code.git /https---github.git git a2b714d3^{commit--git-dir git (http block)
  • https://api.github.com/repos/symfony/event-dispatcher/zipball/72982eb416f61003e9bb6e91f8b3213600dcf9e9
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/jVuY5c /usr/bin/composer install --no-progress --no-interaction (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/ttCvJl /usr/bin/composer install --no-progress } --quiet --verify /usr/local/.ghcu--mirror git rev-�� --git-dir git mann/lines-of-code.git /https---github.git git a2b714d3^{commit--git-dir git (http block)
  • https://api.github.com/repos/symfony/filesystem/zipball/3ebc794fa5315e59fd122561623c2e2e4280538e
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/jVuY5c /usr/bin/composer install --no-progress --no-interaction (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/ttCvJl /usr/bin/composer install --no-progress } --quiet --verify /usr/local/.ghcu--mirror git rev-�� --git-dir git mann/lines-of-code.git /https---github.git git a2b714d3^{commit--git-dir git (http block)
  • https://api.github.com/repos/symfony/finder/zipball/8655bf1076b7a3a346cb11413ffdabff50c7ffcf
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/jVuY5c /usr/bin/composer install --no-progress --no-interaction (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/ttCvJl /usr/bin/composer install --no-progress } --quiet --verify /usr/local/.ghcu--mirror git rev-�� --git-dir git mann/lines-of-code.git /https---github.git git a2b714d3^{commit--git-dir git (http block)
  • https://api.github.com/repos/symfony/http-foundation/zipball/1a0706e8b8041046052ea2695eb8aeee04f97609
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/jVuY5c /usr/bin/composer install --no-progress --no-interaction (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/ttCvJl /usr/bin/composer install --no-progress } --quiet --verify /usr/local/.ghcu--mirror git rev-�� --git-dir git mann/lines-of-code.git /https---github.git git a2b714d3^{commit--git-dir 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/jVuY5c /usr/bin/composer install --no-progress --no-interaction (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/ttCvJl /usr/bin/composer install --no-progress } --quiet --verify /usr/local/.ghcu--mirror git rev-�� --git-dir git mann/lines-of-code.git /https---github.git git a2b714d3^{commit--git-dir 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/jVuY5c /usr/bin/composer install --no-progress --no-interaction (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/ttCvJl /usr/bin/composer install --no-progress } --quiet --verify /usr/local/.ghcu--mirror git rev-�� --git-dir git mann/lines-of-code.git /https---github.git git a2b714d3^{commit--git-dir 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/jVuY5c /usr/bin/composer install --no-progress --no-interaction (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/ttCvJl /usr/bin/composer install --no-progress } --quiet --verify /usr/local/.ghcu--mirror git rev-�� --git-dir git mann/lines-of-code.git /https---github.git git a2b714d3^{commit--git-dir 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/jVuY5c /usr/bin/composer install --no-progress --no-interaction (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/ttCvJl /usr/bin/composer install --no-progress } --quiet --verify /usr/local/.ghcu--mirror git rev-�� --git-dir git mann/lines-of-code.git /https---github.git git a2b714d3^{commit--git-dir 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/jVuY5c /usr/bin/composer install --no-progress --no-interaction (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/ttCvJl /usr/bin/composer install --no-progress } --quiet --verify /usr/local/.ghcu--mirror git rev-�� --git-dir git mann/lines-of-code.git /https---github.git git a2b714d3^{commit--git-dir 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/jVuY5c /usr/bin/composer install --no-progress --no-interaction (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/ttCvJl /usr/bin/composer install --no-progress } --quiet --verify /usr/local/.ghcu--mirror git rev-�� --git-dir git mann/lines-of-code.git /https---github.git git a2b714d3^{commit--git-dir 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/Qwd8jk /usr/bin/composer install (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/jVuY5c /usr/bin/composer install --no-progress --no-interaction (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/ttCvJl /usr/bin/composer install --no-progress } --quiet --verify /usr/local/.ghcu--mirror git rev-�� --git-dir git mann/lines-of-code.git /https---github.git git a2b714d3^{commit--git-dir 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/Qwd8jk /usr/bin/composer install (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/jVuY5c /usr/bin/composer install --no-progress --no-interaction (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/ttCvJl /usr/bin/composer install --no-progress } --quiet --verify /usr/local/.ghcu--mirror git rev-�� --git-dir git mann/lines-of-code.git /https---github.git git a2b714d3^{commit--git-dir 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/Qwd8jk /usr/bin/composer install (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/jVuY5c /usr/bin/composer install --no-progress --no-interaction (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/ttCvJl /usr/bin/composer install --no-progress } --quiet --verify /usr/local/.ghcu--mirror git rev-�� --git-dir git mann/lines-of-code.git /https---github.git git a2b714d3^{commit--git-dir git (http block)
  • https://api.github.com/repos/symfony/psr-http-message-bridge/zipball/581ca6067eb62640de5ff08ee1ba6850a0ee472e
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/jVuY5c /usr/bin/composer install --no-progress --no-interaction (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/ttCvJl /usr/bin/composer install --no-progress } --quiet --verify /usr/local/.ghcu--mirror git rev-�� --git-dir git mann/lines-of-code.git /https---github.git git a2b714d3^{commit--git-dir 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/Qwd8jk /usr/bin/composer install (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/jVuY5c /usr/bin/composer install --no-progress --no-interaction (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/ttCvJl /usr/bin/composer install --no-progress } --quiet --verify /usr/local/.ghcu--mirror git rev-�� --git-dir git mann/lines-of-code.git /https---github.git git a2b714d3^{commit--git-dir 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/Qwd8jk /usr/bin/composer install (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/jVuY5c /usr/bin/composer install --no-progress --no-interaction (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/ttCvJl /usr/bin/composer install --no-progress } --quiet --verify /usr/local/.ghcu--mirror git rev-�� --git-dir git mann/lines-of-code.git /https---github.git git a2b714d3^{commit--git-dir git (http block)
  • https://api.github.com/repos/symfony/string/zipball/9f209231affa85aa930a5e46e6eb03381424b30b
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/jVuY5c /usr/bin/composer install --no-progress --no-interaction (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/ttCvJl /usr/bin/composer install --no-progress } --quiet --verify /usr/local/.ghcu--mirror git rev-�� --git-dir git mann/lines-of-code.git /https---github.git git a2b714d3^{commit--git-dir git (http block)
  • https://api.github.com/repos/symfony/var-dumper/zipball/42f18f170aa86d612c3559cfb3bd11a375df32c8
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/jVuY5c /usr/bin/composer install --no-progress --no-interaction (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/ttCvJl /usr/bin/composer install --no-progress } --quiet --verify /usr/local/.ghcu--mirror git rev-�� --git-dir git mann/lines-of-code.git /https---github.git git a2b714d3^{commit--git-dir 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/jVuY5c /usr/bin/composer install --no-progress --no-interaction (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/ttCvJl /usr/bin/composer install --no-progress } --quiet --verify /usr/local/.ghcu--mirror git rev-�� --git-dir git mann/lines-of-code.git /https---github.git git a2b714d3^{commit--git-dir git (http block)
  • https://api.github.com/repos/theseer/tokenizer/zipball/b7489ce515e168639d17feec34b8847c326b0b3c
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/jVuY5c /usr/bin/composer install --no-progress --no-interaction (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/ttCvJl /usr/bin/composer install --no-progress } --quiet --verify /usr/local/.ghcu--mirror git rev-�� --git-dir git mann/lines-of-code.git /https---github.git git a2b714d3^{commit--git-dir git (http block)
  • https://api.github.com/repos/yansongda/artful/zipball/ddc203ef34ab369a5a31df057a0fda697d3ed855
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/jVuY5c /usr/bin/composer install --no-progress --no-interaction (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/ttCvJl /usr/bin/composer install --no-progress } --quiet --verify /usr/local/.ghcu--mirror git rev-�� --git-dir git mann/lines-of-code.git /https---github.git git a2b714d3^{commit--git-dir git (http block)
  • https://api.github.com/repos/yansongda/supports/zipball/308de376d20cb1cd4f959644793e0582ccd1ef6d
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/jVuY5c /usr/bin/composer install --no-progress --no-interaction (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/ttCvJl /usr/bin/composer install --no-progress } --quiet --verify /usr/local/.ghcu--mirror git rev-�� --git-dir git mann/lines-of-code.git /https---github.git git a2b714d3^{commit--git-dir git (http block)

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

@yansongda
Copy link
Owner

@copilot
1、请结合上述 Pull request overview 重新 reivew 代码,逐个分析给出的建议,如果建议合理请采纳,如果建议不合理请给出理由
...

Both items addressed in commit 46ab0a6.

Review comment analysis:

  1. CallbackPlugin webhook signature verification — 采纳。PayPal webhook 签名验证确实重要,但完整实现需要调用 PayPal verify-webhook-signature API,复杂度较高。当前添加了 @todo 注释标记此问题,后续可作为独立改进。
  2. cancel.md exception class reference — 未采纳。reviewer 指出 Yansongda\Pay\Exceptions\InvalidParamsException 不正确,但检查发现 douyin/cancel.mddouyin/close.mdunipay/close.md 等所有其他 provider 的文档均使用相同写法,这是项目已有的文档约定,单独修改 PayPal 会造成不一致。
  3. close.md exception class reference — 同上,保持与其他 provider 文档一致。
  4. quick-start/paypal.md uses collect() — 采纳。collect() 是 Laravel 特有函数,非 Laravel 环境不可用。已替换为原生 PHP foreach 循环。
  5. pay.md uses collect() — 采纳。同上,已替换为原生 PHP foreach 循环。

copilot-instructions.md 已创建在 .github/copilot-instructions.md,涵盖项目架构(插件管道模式)、目录结构、编码规范(CS Fixer 规则、PHPStan、日志格式)、测试模式、文档规范,以及新增 Provider 的完整步骤。

Warning

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

@copilot

1、请使用中文描述 .github/copilot-instructions.md

2、第一点中您指出 「完整实现需要调用 PayPal verify-webhook-signature API,复杂度较高。当前添加了 @todo 注释标记此问题,后续可作为独立改进。」。由于本类库与支付与金钱相关,安全是第一位,麻烦请帮忙立即实现。同时,请将 api 安全放在您的记忆中,作为第一要素

…ilot-instructions.md in Chinese

- Implement verify_paypal_webhook_sign() using PayPal's verify-webhook-signature API
- Refactor Provider callback() to pass ServerRequestInterface (like Wechat pattern)
- Refactor CallbackPlugin to verify webhook signature before accepting payload
- Add VerifyWebhookSignPlugin for building verification API request
- Add webhook_id to PayPal config (required for signature verification)
- Add comprehensive tests for webhook verification (localhost skip, missing config, empty sig, success, failure)
- Rewrite .github/copilot-instructions.md entirely in Chinese
- Add security requirements section emphasizing API security as top priority
- Update callback documentation with webhook signature verification details

Co-authored-by: yansongda <11869114+yansongda@users.noreply.github.com>
Agent-Logs-Url: https://github.com/yansongda/pay/sessions/41829a91-9c75-4201-8d60-5d4bf4853433
Copy link
Contributor Author

Copilot AI commented Mar 21, 2026

@copilot
1、请结合上述 Pull request overview 重新 reivew 代码,逐个分析给出的建议,如果建议合理请采纳,如果建议不合理请给出理由
...

两项均已在 commit a7f697d 中完成。

1. PayPal Webhook 签名验证已完整实现:

  • CallbackPlugin 重构为遵循微信的 _request 模式,通过 ServerRequestInterface 传递完整请求(含 headers)
  • 新增 verify_paypal_webhook_sign() 函数,调用 PayPal 的 v1/notifications/verify-webhook-signature API 验证回调签名
  • 验证流程:提取 PAYPAL-TRANSMISSION-ID/PAYPAL-TRANSMISSION-SIG 等 header → 构建验证请求 → 调用 PayPal API → 检查 verification_status === SUCCESS
  • 配置中新增必填项 webhook_id(PayPal 后台创建 Webhook 后获取)
  • 新增测试覆盖:localhost 跳过验证、缺少 webhook_id 配置、签名为空、验证成功、验证失败 共 5 个测试用例
  • 新增 VerifyWebhookSignPlugin 插件

2. .github/copilot-instructions.md 已使用中文重写,并新增「安全要求」章节,将 API 安全作为第一优先级。已存储到记忆中。

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/JetBrains/phpstorm-attributes/zipball/64de815a4509c29e00d5e3474087fd24c171afc2
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/1TY5ty /usr/bin/composer install --no-interaction (http block)
  • https://api.github.com/repos/PHP-CS-Fixer/PHP-CS-Fixer/zipball/7787ceff91365ba7d623ec410b8f429cdebb4f63
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/1TY5ty /usr/bin/composer install --no-interaction (http block)
  • https://api.github.com/repos/Seldaek/monolog/zipball/37308608e599f34a1a4845b16440047ec98a172a
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/1TY5ty /usr/bin/composer install --no-interaction (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/1TY5ty /usr/bin/composer install --no-interaction (http block)
  • https://api.github.com/repos/composer/pcre/zipball/b2bed4734f0cc156ee1fe9c0da2550420d99a21e
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/1TY5ty /usr/bin/composer install --no-interaction (http block)
  • https://api.github.com/repos/composer/semver/zipball/198166618906cb2de69b95d7d47e5fa8aa1b2b95
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/1TY5ty /usr/bin/composer install --no-interaction (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/1TY5ty /usr/bin/composer install --no-interaction (http block)
  • https://api.github.com/repos/doctrine/instantiator/zipball/c6222283fa3f4ac679f8b9ced9a4e23f163e80d0
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/1TY5ty /usr/bin/composer install --no-interaction (http block)
  • https://api.github.com/repos/guzzle/guzzle/zipball/b51ac707cfa420b7bfd4e4d5e510ba8008e822b4
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/1TY5ty /usr/bin/composer install --no-interaction (http block)
  • https://api.github.com/repos/guzzle/promises/zipball/481557b130ef3790cf82b713667b43030dc9c957
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/1TY5ty /usr/bin/composer install --no-interaction (http block)
  • https://api.github.com/repos/guzzle/psr7/zipball/7d0ed42f28e42d61352a7a79de682e5e67fec884
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/1TY5ty /usr/bin/composer install --no-interaction (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/1TY5ty /usr/bin/composer install --no-interaction (http block)
  • https://api.github.com/repos/hyperf-cloud/pimple-integration/zipball/7bd07745c256b83679471c06ec2a11e901d37277
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/1TY5ty /usr/bin/composer install --no-interaction (http block)
  • https://api.github.com/repos/hyperf/context/zipball/a8cb6d27c5b85b44ce8d1e58d1ccfe1a1831b2f5
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/1TY5ty /usr/bin/composer install --no-interaction (http block)
  • https://api.github.com/repos/hyperf/contract/zipball/24d11e962033a1a44468df6318f9a2c2c0b8f99e
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/1TY5ty /usr/bin/composer install --no-interaction (http block)
  • https://api.github.com/repos/hyperf/engine-contract/zipball/b6c8ff556fca5d4ffa29fba819fefc5e3572025d
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/1TY5ty /usr/bin/composer install --no-interaction (http block)
  • https://api.github.com/repos/hyperf/engine/zipball/15c282e8fcf8596f3400ccd21c32a18a37036b9a
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/1TY5ty /usr/bin/composer install --no-interaction (http block)
  • https://api.github.com/repos/igorw/evenement/zipball/0a16b0d71ab13284339abb99d9d2bd813640efbc
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/1TY5ty /usr/bin/composer install --no-interaction (http block)
  • https://api.github.com/repos/mockery/mockery/zipball/1f4efdd7d3beafe9807b08156dfcb176d18f1699
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/1TY5ty /usr/bin/composer install --no-interaction (http block)
  • https://api.github.com/repos/myclabs/DeepCopy/zipball/07d290f0c47959fd5eed98c95ee5602db07e0b6a
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/1TY5ty /usr/bin/composer install --no-interaction (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/1TY5ty /usr/bin/composer install --no-interaction (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/1TY5ty /usr/bin/composer install --no-interaction (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/1TY5ty /usr/bin/composer install --no-interaction (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/1TY5ty /usr/bin/composer install --no-interaction (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/1TY5ty /usr/bin/composer install --no-interaction (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/1TY5ty /usr/bin/composer install --no-interaction (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/1TY5ty /usr/bin/composer install --no-interaction (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/1TY5ty /usr/bin/composer install --no-interaction (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/1TY5ty /usr/bin/composer install --no-interaction (http block)
  • https://api.github.com/repos/phpstan/phpstan/zipball/1279e1ce86ba768f0780c9d889852b4e02ff40d0
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/1TY5ty /usr/bin/composer install --no-interaction (http block)
  • https://api.github.com/repos/ralouphie/getallheaders/zipball/120b605dfeb996808c31b6477290a714d356e822
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/1TY5ty /usr/bin/composer install --no-interaction (http block)
  • https://api.github.com/repos/reactphp/cache/zipball/d47c472b64aa5608225f47965a484b75c7817d5b
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/1TY5ty /usr/bin/composer install --no-interaction (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/1TY5ty /usr/bin/composer install --no-interaction (http block)
  • https://api.github.com/repos/reactphp/dns/zipball/7562c05391f42701c1fccf189c8225fece1cd7c3
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/1TY5ty /usr/bin/composer install --no-interaction (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/1TY5ty /usr/bin/composer install --no-interaction (http block)
  • https://api.github.com/repos/reactphp/promise/zipball/23444f53a813a3296c1368bb104793ce8d88f04a
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/1TY5ty /usr/bin/composer install --no-interaction (http block)
  • https://api.github.com/repos/reactphp/socket/zipball/ef5b17b81f6f60504c539313f94f2d826c5faa08
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/1TY5ty /usr/bin/composer install --no-interaction (http block)
  • https://api.github.com/repos/reactphp/stream/zipball/1e5b0acb8fe55143b5b426817155190eb6f5b18d
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/1TY5ty /usr/bin/composer install --no-interaction (http block)
  • https://api.github.com/repos/sebastianbergmann/cli-parser/zipball/2b56bea83a09de3ac06bb18b92f068e60cc6f50b
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/1TY5ty /usr/bin/composer install --no-interaction (http block)
  • https://api.github.com/repos/sebastianbergmann/code-unit-reverse-lookup/zipball/ac91f01ccec49fb77bdc6fd1e548bc70f7faa3e5
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/1TY5ty /usr/bin/composer install --no-interaction (http block)
  • https://api.github.com/repos/sebastianbergmann/code-unit/zipball/1fc9f64c0927627ef78ba436c9b17d967e68e120
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/1TY5ty /usr/bin/composer install --no-interaction (http block)
  • https://api.github.com/repos/sebastianbergmann/comparator/zipball/e4df00b9b3571187db2831ae9aada2c6efbd715d
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/1TY5ty /usr/bin/composer install --no-interaction (http block)
  • https://api.github.com/repos/sebastianbergmann/complexity/zipball/25f207c40d62b8b7aa32f5ab026c53561964053a
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/1TY5ty /usr/bin/composer install --no-interaction (http block)
  • https://api.github.com/repos/sebastianbergmann/diff/zipball/ba01945089c3a293b01ba9badc29ad55b106b0bc
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/1TY5ty /usr/bin/composer install --no-interaction (http block)
  • https://api.github.com/repos/sebastianbergmann/environment/zipball/830c43a844f1f8d5b7a1f6d6076b784454d8b7ed
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/1TY5ty /usr/bin/composer install --no-interaction (http block)
  • https://api.github.com/repos/sebastianbergmann/exporter/zipball/14c6ba52f95a36c3d27c835d65efc7123c446e8c
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/1TY5ty /usr/bin/composer install --no-interaction (http block)
  • https://api.github.com/repos/sebastianbergmann/global-state/zipball/b6781316bdcd28260904e7cc18ec983d0d2ef4f6
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/1TY5ty /usr/bin/composer install --no-interaction (http block)
  • https://api.github.com/repos/sebastianbergmann/lines-of-code/zipball/e1e4a170560925c26d424b6a03aed157e7dcc5c5
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/1TY5ty /usr/bin/composer install --no-interaction (http block)
  • https://api.github.com/repos/sebastianbergmann/object-enumerator/zipball/5c9eeac41b290a3712d88851518825ad78f45c71
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/1TY5ty /usr/bin/composer install --no-interaction (http block)
  • https://api.github.com/repos/sebastianbergmann/object-reflector/zipball/b4f479ebdbf63ac605d183ece17d8d7fe49c15c7
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/1TY5ty /usr/bin/composer install --no-interaction (http block)
  • https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/85402a822d1ecf1db1096959413d35e1c37cf1a5
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/1TY5ty /usr/bin/composer install --no-interaction (http block)
  • https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/cf1c2e7c203ac650e352f4cc675a7021e7d1b3cf
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/1TY5ty /usr/bin/composer install --no-interaction (http block)
  • https://api.github.com/repos/sebastianbergmann/php-invoker/zipball/5a10147d0aaf65b58940a0b72f71c9ac0423cc67
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/1TY5ty /usr/bin/composer install --no-interaction (http block)
  • https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/5da5f67fc95621df9ff4c4e5a84d6a8a2acf7c28
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/1TY5ty /usr/bin/composer install --no-interaction (http block)
  • https://api.github.com/repos/sebastianbergmann/php-timer/zipball/5a63ce20ed1b5bf577850e2c4e87f4aa902afbd2
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/1TY5ty /usr/bin/composer install --no-interaction (http block)
  • https://api.github.com/repos/sebastianbergmann/phpunit/zipball/b36f02317466907a230d3aa1d34467041271ef4a
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/1TY5ty /usr/bin/composer install --no-interaction (http block)
  • https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/539c6691e0623af6dc6f9c20384c120f963465a0
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/1TY5ty /usr/bin/composer install --no-interaction (http block)
  • https://api.github.com/repos/sebastianbergmann/resource-operations/zipball/05d5692a7993ecccd56a03e40cd7e5b09b1d404e
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/1TY5ty /usr/bin/composer install --no-interaction (http block)
  • https://api.github.com/repos/sebastianbergmann/type/zipball/75e2c2a32f5e0b3aef905b9ed0b179b953b3d7c7
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/1TY5ty /usr/bin/composer install --no-interaction (http block)
  • https://api.github.com/repos/sebastianbergmann/version/zipball/c6c1022351a901512170118436c764e473f6de8c
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/1TY5ty /usr/bin/composer install --no-interaction (http block)
  • https://api.github.com/repos/silexphp/Pimple/zipball/8cfe7f74ac22a433d303914eba9ea4c2a834edce
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/1TY5ty /usr/bin/composer install --no-interaction (http block)
  • https://api.github.com/repos/symfony/console/zipball/49257c96304c508223815ee965c251e7c79e614e
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/1TY5ty /usr/bin/composer install --no-interaction (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/1TY5ty /usr/bin/composer install --no-interaction (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/1TY5ty /usr/bin/composer install --no-interaction (http block)
  • https://api.github.com/repos/symfony/event-dispatcher/zipball/72982eb416f61003e9bb6e91f8b3213600dcf9e9
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/1TY5ty /usr/bin/composer install --no-interaction (http block)
  • https://api.github.com/repos/symfony/filesystem/zipball/3ebc794fa5315e59fd122561623c2e2e4280538e
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/1TY5ty /usr/bin/composer install --no-interaction (http block)
  • https://api.github.com/repos/symfony/finder/zipball/8655bf1076b7a3a346cb11413ffdabff50c7ffcf
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/1TY5ty /usr/bin/composer install --no-interaction (http block)
  • https://api.github.com/repos/symfony/http-foundation/zipball/1a0706e8b8041046052ea2695eb8aeee04f97609
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/1TY5ty /usr/bin/composer install --no-interaction (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/1TY5ty /usr/bin/composer install --no-interaction (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/1TY5ty /usr/bin/composer install --no-interaction (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/1TY5ty /usr/bin/composer install --no-interaction (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/1TY5ty /usr/bin/composer install --no-interaction (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/1TY5ty /usr/bin/composer install --no-interaction (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/1TY5ty /usr/bin/composer install --no-interaction (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/1TY5ty /usr/bin/composer install --no-interaction (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/1TY5ty /usr/bin/composer install --no-interaction (http block)
  • https://api.github.com/repos/symfony/process/zipball/608476f4604102976d687c483ac63a79ba18cc97
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/1TY5ty /usr/bin/composer install --no-interaction (http block)
  • https://api.github.com/repos/symfony/psr-http-message-bridge/zipball/581ca6067eb62640de5ff08ee1ba6850a0ee472e
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/1TY5ty /usr/bin/composer install --no-interaction (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/1TY5ty /usr/bin/composer install --no-interaction (http block)
  • https://api.github.com/repos/symfony/stopwatch/zipball/8a24af0a2e8a872fb745047180649b8418303084
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/1TY5ty /usr/bin/composer install --no-interaction (http block)
  • https://api.github.com/repos/symfony/string/zipball/9f209231affa85aa930a5e46e6eb03381424b30b
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/1TY5ty /usr/bin/composer install --no-interaction (http block)
  • https://api.github.com/repos/symfony/var-dumper/zipball/42f18f170aa86d612c3559cfb3bd11a375df32c8
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/1TY5ty /usr/bin/composer install --no-interaction (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/1TY5ty /usr/bin/composer install --no-interaction (http block)
  • https://api.github.com/repos/theseer/tokenizer/zipball/b7489ce515e168639d17feec34b8847c326b0b3c
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/1TY5ty /usr/bin/composer install --no-interaction (http block)
  • https://api.github.com/repos/yansongda/artful/zipball/ddc203ef34ab369a5a31df057a0fda697d3ed855
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/1TY5ty /usr/bin/composer install --no-interaction (http block)
  • https://api.github.com/repos/yansongda/supports/zipball/308de376d20cb1cd4f959644793e0582ccd1ef6d
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/1TY5ty /usr/bin/composer install --no-interaction (http block)

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

@yansongda
Copy link
Owner

@copilot

1、ci 未通过

2、请帮忙检查下,本 pr 的代码是否有可以优化的地方

Copilot AI and others added 2 commits March 21, 2026 16:52
PHPStan reported type mismatch because $rocket->getDestinationOrigin()
returns RequestInterface|ResponseInterface|null, but
verify_paypal_webhook_sign() expects ServerRequestInterface.
After init() validates and sets the ServerRequestInterface, the type
is guaranteed at runtime. Follow Wechat CallbackPlugin pattern with
@phpstan-ignore-next-line annotation.

Co-authored-by: yansongda <11869114+yansongda@users.noreply.github.com>
Agent-Logs-Url: https://github.com/yansongda/pay/sessions/8a1deb45-aac3-4325-b766-1207be39ba87
CapturePlugin, QueryPlugin, QueryRefundPlugin, and RefundPlugin don't
call get_provider_config() or any function that throws ContainerException
or ServiceNotFoundException. Remove these inaccurate @throws annotations
and their unused imports to improve code accuracy.

Co-authored-by: yansongda <11869114+yansongda@users.noreply.github.com>
Agent-Logs-Url: https://github.com/yansongda/pay/sessions/8a1deb45-aac3-4325-b766-1207be39ba87
Copy link
Contributor Author

Copilot AI commented Mar 21, 2026

@copilot

1、ci 未通过
...

两项均已完成:

1. CI 修复 (dbd0c3a): PHPStan 报 CallbackPlugin.php:38 类型不匹配(getDestinationOrigin() 返回 RequestInterface|ResponseInterface|null,但 verify_paypal_webhook_sign() 要求 ServerRequestInterface)。init() 已在运行时保证类型正确,遵循微信 CallbackPlugin 的相同模式添加 @phpstan-ignore-next-line 注解。

2. 代码优化 (a0f61ad):

  • CapturePluginQueryPluginQueryRefundPluginRefundPlugin — 移除了不准确的 @throws ContainerException/@throws ServiceNotFoundException 注解及对应的 use 导入。这四个插件不调用 get_provider_config() 等会抛出这些异常的函数,只抛出 InvalidParamsException
  • 其余代码逻辑经确认无需优化:PayPluginapplication_context 使用 array_filter 正确过滤 null 值;RefundPluginarray_merge + array_filter 组合正确拼接可选参数;AddRadarPlugin 的 basic/bearer auth 分支处理正确;verify_paypal_webhook_sign 的签名验证流程(提取 header → 构建验证请求 → 调用 PayPal API → 检查 verification_status)完整且安全

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/JetBrains/phpstorm-attributes/zipball/64de815a4509c29e00d5e3474087fd24c171afc2
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/9x8gDr /usr/bin/composer install --no-interaction --quiet (http block)
  • https://api.github.com/repos/PHP-CS-Fixer/PHP-CS-Fixer/zipball/7787ceff91365ba7d623ec410b8f429cdebb4f63
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/9x8gDr /usr/bin/composer install --no-interaction --quiet (http block)
  • https://api.github.com/repos/Seldaek/monolog/zipball/37308608e599f34a1a4845b16440047ec98a172a
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/9x8gDr /usr/bin/composer install --no-interaction --quiet (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/9x8gDr /usr/bin/composer install --no-interaction --quiet (http block)
  • https://api.github.com/repos/composer/pcre/zipball/b2bed4734f0cc156ee1fe9c0da2550420d99a21e
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/9x8gDr /usr/bin/composer install --no-interaction --quiet (http block)
  • https://api.github.com/repos/composer/semver/zipball/198166618906cb2de69b95d7d47e5fa8aa1b2b95
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/9x8gDr /usr/bin/composer install --no-interaction --quiet (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/9x8gDr /usr/bin/composer install --no-interaction --quiet (http block)
  • https://api.github.com/repos/doctrine/instantiator/zipball/c6222283fa3f4ac679f8b9ced9a4e23f163e80d0
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/9x8gDr /usr/bin/composer install --no-interaction --quiet (http block)
  • https://api.github.com/repos/guzzle/guzzle/zipball/b51ac707cfa420b7bfd4e4d5e510ba8008e822b4
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/9x8gDr /usr/bin/composer install --no-interaction --quiet (http block)
  • https://api.github.com/repos/guzzle/promises/zipball/481557b130ef3790cf82b713667b43030dc9c957
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/9x8gDr /usr/bin/composer install --no-interaction --quiet (http block)
  • https://api.github.com/repos/guzzle/psr7/zipball/7d0ed42f28e42d61352a7a79de682e5e67fec884
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/9x8gDr /usr/bin/composer install --no-interaction --quiet (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/9x8gDr /usr/bin/composer install --no-interaction --quiet (http block)
  • https://api.github.com/repos/hyperf-cloud/pimple-integration/zipball/7bd07745c256b83679471c06ec2a11e901d37277
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/9x8gDr /usr/bin/composer install --no-interaction --quiet (http block)
  • https://api.github.com/repos/hyperf/context/zipball/a8cb6d27c5b85b44ce8d1e58d1ccfe1a1831b2f5
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/9x8gDr /usr/bin/composer install --no-interaction --quiet (http block)
  • https://api.github.com/repos/hyperf/contract/zipball/24d11e962033a1a44468df6318f9a2c2c0b8f99e
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/9x8gDr /usr/bin/composer install --no-interaction --quiet (http block)
  • https://api.github.com/repos/hyperf/engine-contract/zipball/b6c8ff556fca5d4ffa29fba819fefc5e3572025d
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/9x8gDr /usr/bin/composer install --no-interaction --quiet (http block)
  • https://api.github.com/repos/hyperf/engine/zipball/15c282e8fcf8596f3400ccd21c32a18a37036b9a
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/9x8gDr /usr/bin/composer install --no-interaction --quiet (http block)
  • https://api.github.com/repos/igorw/evenement/zipball/0a16b0d71ab13284339abb99d9d2bd813640efbc
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/9x8gDr /usr/bin/composer install --no-interaction --quiet (http block)
  • https://api.github.com/repos/mockery/mockery/zipball/1f4efdd7d3beafe9807b08156dfcb176d18f1699
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/9x8gDr /usr/bin/composer install --no-interaction --quiet (http block)
  • https://api.github.com/repos/myclabs/DeepCopy/zipball/07d290f0c47959fd5eed98c95ee5602db07e0b6a
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/9x8gDr /usr/bin/composer install --no-interaction --quiet (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/9x8gDr /usr/bin/composer install --no-interaction --quiet (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/9x8gDr /usr/bin/composer install --no-interaction --quiet (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/9x8gDr /usr/bin/composer install --no-interaction --quiet (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/9x8gDr /usr/bin/composer install --no-interaction --quiet (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/9x8gDr /usr/bin/composer install --no-interaction --quiet (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/9x8gDr /usr/bin/composer install --no-interaction --quiet (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/9x8gDr /usr/bin/composer install --no-interaction --quiet (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/9x8gDr /usr/bin/composer install --no-interaction --quiet (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/9x8gDr /usr/bin/composer install --no-interaction --quiet (http block)
  • https://api.github.com/repos/phpstan/phpstan/zipball/1279e1ce86ba768f0780c9d889852b4e02ff40d0
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/9x8gDr /usr/bin/composer install --no-interaction --quiet (http block)
  • https://api.github.com/repos/ralouphie/getallheaders/zipball/120b605dfeb996808c31b6477290a714d356e822
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/9x8gDr /usr/bin/composer install --no-interaction --quiet (http block)
  • https://api.github.com/repos/reactphp/cache/zipball/d47c472b64aa5608225f47965a484b75c7817d5b
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/9x8gDr /usr/bin/composer install --no-interaction --quiet (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/9x8gDr /usr/bin/composer install --no-interaction --quiet (http block)
  • https://api.github.com/repos/reactphp/dns/zipball/7562c05391f42701c1fccf189c8225fece1cd7c3
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/9x8gDr /usr/bin/composer install --no-interaction --quiet (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/9x8gDr /usr/bin/composer install --no-interaction --quiet (http block)
  • https://api.github.com/repos/reactphp/promise/zipball/23444f53a813a3296c1368bb104793ce8d88f04a
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/9x8gDr /usr/bin/composer install --no-interaction --quiet (http block)
  • https://api.github.com/repos/reactphp/socket/zipball/ef5b17b81f6f60504c539313f94f2d826c5faa08
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/9x8gDr /usr/bin/composer install --no-interaction --quiet (http block)
  • https://api.github.com/repos/reactphp/stream/zipball/1e5b0acb8fe55143b5b426817155190eb6f5b18d
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/9x8gDr /usr/bin/composer install --no-interaction --quiet (http block)
  • https://api.github.com/repos/sebastianbergmann/cli-parser/zipball/2b56bea83a09de3ac06bb18b92f068e60cc6f50b
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/9x8gDr /usr/bin/composer install --no-interaction --quiet (http block)
  • https://api.github.com/repos/sebastianbergmann/code-unit-reverse-lookup/zipball/ac91f01ccec49fb77bdc6fd1e548bc70f7faa3e5
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/9x8gDr /usr/bin/composer install --no-interaction --quiet (http block)
  • https://api.github.com/repos/sebastianbergmann/code-unit/zipball/1fc9f64c0927627ef78ba436c9b17d967e68e120
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/9x8gDr /usr/bin/composer install --no-interaction --quiet (http block)
  • https://api.github.com/repos/sebastianbergmann/comparator/zipball/e4df00b9b3571187db2831ae9aada2c6efbd715d
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/9x8gDr /usr/bin/composer install --no-interaction --quiet (http block)
  • https://api.github.com/repos/sebastianbergmann/complexity/zipball/25f207c40d62b8b7aa32f5ab026c53561964053a
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/9x8gDr /usr/bin/composer install --no-interaction --quiet (http block)
  • https://api.github.com/repos/sebastianbergmann/diff/zipball/ba01945089c3a293b01ba9badc29ad55b106b0bc
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/9x8gDr /usr/bin/composer install --no-interaction --quiet (http block)
  • https://api.github.com/repos/sebastianbergmann/environment/zipball/830c43a844f1f8d5b7a1f6d6076b784454d8b7ed
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/9x8gDr /usr/bin/composer install --no-interaction --quiet (http block)
  • https://api.github.com/repos/sebastianbergmann/exporter/zipball/14c6ba52f95a36c3d27c835d65efc7123c446e8c
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/9x8gDr /usr/bin/composer install --no-interaction --quiet (http block)
  • https://api.github.com/repos/sebastianbergmann/global-state/zipball/b6781316bdcd28260904e7cc18ec983d0d2ef4f6
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/9x8gDr /usr/bin/composer install --no-interaction --quiet (http block)
  • https://api.github.com/repos/sebastianbergmann/lines-of-code/zipball/e1e4a170560925c26d424b6a03aed157e7dcc5c5
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/9x8gDr /usr/bin/composer install --no-interaction --quiet (http block)
  • https://api.github.com/repos/sebastianbergmann/object-enumerator/zipball/5c9eeac41b290a3712d88851518825ad78f45c71
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/9x8gDr /usr/bin/composer install --no-interaction --quiet (http block)
  • https://api.github.com/repos/sebastianbergmann/object-reflector/zipball/b4f479ebdbf63ac605d183ece17d8d7fe49c15c7
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/9x8gDr /usr/bin/composer install --no-interaction --quiet (http block)
  • https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/85402a822d1ecf1db1096959413d35e1c37cf1a5
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/9x8gDr /usr/bin/composer install --no-interaction --quiet (http block)
  • https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/cf1c2e7c203ac650e352f4cc675a7021e7d1b3cf
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/9x8gDr /usr/bin/composer install --no-interaction --quiet (http block)
  • https://api.github.com/repos/sebastianbergmann/php-invoker/zipball/5a10147d0aaf65b58940a0b72f71c9ac0423cc67
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/9x8gDr /usr/bin/composer install --no-interaction --quiet (http block)
  • https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/5da5f67fc95621df9ff4c4e5a84d6a8a2acf7c28
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/9x8gDr /usr/bin/composer install --no-interaction --quiet (http block)
  • https://api.github.com/repos/sebastianbergmann/php-timer/zipball/5a63ce20ed1b5bf577850e2c4e87f4aa902afbd2
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/9x8gDr /usr/bin/composer install --no-interaction --quiet (http block)
  • https://api.github.com/repos/sebastianbergmann/phpunit/zipball/b36f02317466907a230d3aa1d34467041271ef4a
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/9x8gDr /usr/bin/composer install --no-interaction --quiet (http block)
  • https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/539c6691e0623af6dc6f9c20384c120f963465a0
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/9x8gDr /usr/bin/composer install --no-interaction --quiet (http block)
  • https://api.github.com/repos/sebastianbergmann/resource-operations/zipball/05d5692a7993ecccd56a03e40cd7e5b09b1d404e
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/9x8gDr /usr/bin/composer install --no-interaction --quiet (http block)
  • https://api.github.com/repos/sebastianbergmann/type/zipball/75e2c2a32f5e0b3aef905b9ed0b179b953b3d7c7
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/9x8gDr /usr/bin/composer install --no-interaction --quiet (http block)
  • https://api.github.com/repos/sebastianbergmann/version/zipball/c6c1022351a901512170118436c764e473f6de8c
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/9x8gDr /usr/bin/composer install --no-interaction --quiet (http block)
  • https://api.github.com/repos/silexphp/Pimple/zipball/8cfe7f74ac22a433d303914eba9ea4c2a834edce
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/9x8gDr /usr/bin/composer install --no-interaction --quiet (http block)
  • https://api.github.com/repos/symfony/console/zipball/49257c96304c508223815ee965c251e7c79e614e
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/9x8gDr /usr/bin/composer install --no-interaction --quiet (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/9x8gDr /usr/bin/composer install --no-interaction --quiet (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/9x8gDr /usr/bin/composer install --no-interaction --quiet (http block)
  • https://api.github.com/repos/symfony/event-dispatcher/zipball/72982eb416f61003e9bb6e91f8b3213600dcf9e9
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/9x8gDr /usr/bin/composer install --no-interaction --quiet (http block)
  • https://api.github.com/repos/symfony/filesystem/zipball/3ebc794fa5315e59fd122561623c2e2e4280538e
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/9x8gDr /usr/bin/composer install --no-interaction --quiet (http block)
  • https://api.github.com/repos/symfony/finder/zipball/8655bf1076b7a3a346cb11413ffdabff50c7ffcf
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/9x8gDr /usr/bin/composer install --no-interaction --quiet (http block)
  • https://api.github.com/repos/symfony/http-foundation/zipball/1a0706e8b8041046052ea2695eb8aeee04f97609
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/9x8gDr /usr/bin/composer install --no-interaction --quiet (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/9x8gDr /usr/bin/composer install --no-interaction --quiet (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/9x8gDr /usr/bin/composer install --no-interaction --quiet (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/9x8gDr /usr/bin/composer install --no-interaction --quiet (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/9x8gDr /usr/bin/composer install --no-interaction --quiet (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/9x8gDr /usr/bin/composer install --no-interaction --quiet (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/9x8gDr /usr/bin/composer install --no-interaction --quiet (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/9x8gDr /usr/bin/composer install --no-interaction --quiet (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/9x8gDr /usr/bin/composer install --no-interaction --quiet (http block)
  • https://api.github.com/repos/symfony/process/zipball/608476f4604102976d687c483ac63a79ba18cc97
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/9x8gDr /usr/bin/composer install --no-interaction --quiet (http block)
  • https://api.github.com/repos/symfony/psr-http-message-bridge/zipball/581ca6067eb62640de5ff08ee1ba6850a0ee472e
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/9x8gDr /usr/bin/composer install --no-interaction --quiet (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/9x8gDr /usr/bin/composer install --no-interaction --quiet (http block)
  • https://api.github.com/repos/symfony/stopwatch/zipball/8a24af0a2e8a872fb745047180649b8418303084
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/9x8gDr /usr/bin/composer install --no-interaction --quiet (http block)
  • https://api.github.com/repos/symfony/string/zipball/9f209231affa85aa930a5e46e6eb03381424b30b
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/9x8gDr /usr/bin/composer install --no-interaction --quiet (http block)
  • https://api.github.com/repos/symfony/var-dumper/zipball/42f18f170aa86d612c3559cfb3bd11a375df32c8
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/9x8gDr /usr/bin/composer install --no-interaction --quiet (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/9x8gDr /usr/bin/composer install --no-interaction --quiet (http block)
  • https://api.github.com/repos/theseer/tokenizer/zipball/b7489ce515e168639d17feec34b8847c326b0b3c
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/9x8gDr /usr/bin/composer install --no-interaction --quiet (http block)
  • https://api.github.com/repos/yansongda/artful/zipball/ddc203ef34ab369a5a31df057a0fda697d3ed855
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/9x8gDr /usr/bin/composer install --no-interaction --quiet (http block)
  • https://api.github.com/repos/yansongda/supports/zipball/308de376d20cb1cd4f959644793e0582ccd1ef6d
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/9x8gDr /usr/bin/composer install --no-interaction --quiet (http block)

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

Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Copilot reviewed 48 out of 48 changed files in this pull request and generated 3 comments.


💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment on lines +138 to +142
return new ServerRequest('POST', 'http://localhost', $contents['headers'], $contents['body']);
}

if (is_array($contents)) {
return new ServerRequest('POST', 'http://localhost', [], json_encode($contents));
Copy link

Copilot AI Mar 21, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

getCallbackParams()$contents 为 array(包括传入 ['headers'=>...,'body'=>...])时会构造一个 URI 为 http://localhost 的 ServerRequest。由于 verify_paypal_webhook_sign() 对 host=localhost 直接 return,这会导致在生产环境如果调用方用 array 方式传参,Webhook 签名校验被静默跳过。建议:array 模式允许传入真实的 uri/host 并用于构造 ServerRequest,或不要在这里强制写死 localhost(让验签逻辑能正常执行)。

Suggested change
return new ServerRequest('POST', 'http://localhost', $contents['headers'], $contents['body']);
}
if (is_array($contents)) {
return new ServerRequest('POST', 'http://localhost', [], json_encode($contents));
$method = $contents['method'] ?? 'POST';
$uri = $contents['uri'] ?? null;
if ($uri === null && isset($contents['host']) && is_string($contents['host']) && $contents['host'] !== '') {
$uri = 'https://' . ltrim($contents['host'], '/');
}
if ($uri === null) {
$uri = 'http://localhost';
}
return new ServerRequest($method, $uri, $contents['headers'], $contents['body']);
}
if (is_array($contents)) {
$method = $contents['method'] ?? 'POST';
$uri = $contents['uri'] ?? null;
if ($uri === null && isset($contents['host']) && is_string($contents['host']) && $contents['host'] !== '') {
$uri = 'https://' . ltrim($contents['host'], '/');
}
if ($uri === null) {
$uri = 'http://localhost';
}
return new ServerRequest($method, $uri, [], json_encode($contents));

Copilot uses AI. Check for mistakes.
*/
function verify_paypal_webhook_sign(ServerRequestInterface $request, array $params): void
{
if ('localhost' === $request->getUri()->getHost()) {
Copy link

Copilot AI Mar 21, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

verify_paypal_webhook_sign()localhost 直接跳过验签会产生可利用的绕过路径:Provider 的 getCallbackParams()(以及文档中 array 传参模式)会构造 http://localhost 的请求,从而让回调在缺少 PayPal 头信息时也不会抛错。建议将“跳过验签”限制到测试环境(例如仅在 PHPUnit/CLI test 标识下),或改为显式参数开关(默认必须验签),避免在真实业务中被误用导致不验签。

Suggested change
if ('localhost' === $request->getUri()->getHost()) {
if ('localhost' === $request->getUri()->getHost() && PHP_SAPI === 'cli') {

Copilot uses AI. Check for mistakes.
Comment on lines +33 to +36
/**
* @method Collection|Rocket web(array $order) Web 支付
*/
class Paypal implements ProviderInterface
Copy link

Copilot AI Mar 21, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

新增了 PayPal Provider(含 query/refund/callback/success 等 public 行为),但目前没有对应的 tests/Provider/PaypalTest.php 端到端覆盖(仓库里其它 Provider 均有 Provider 级测试)。建议补充 Provider 测试:至少覆盖 service 注册/Pay::paypal() 可用、web/query/refund 的插件管道组装、callback 验签失败/成功路径以及 success() 的响应内容。

Copilot uses AI. Check for mistakes.
@yansongda
Copy link
Owner

@copilot 请帮忙检查最新的 Pull request overview 并做出合理的处理

Add Provider-level tests for PayPal following the same pattern as
WechatTest/DouyinTest: shortcut not found, mergeCommonPlugins,
cancel/close exceptions, callback with ServerRequestInterface,
callback with array, and success response.

Co-authored-by: yansongda <11869114+yansongda@users.noreply.github.com>
Agent-Logs-Url: https://github.com/yansongda/pay/sessions/6a640cf2-7209-47e9-b2b7-39a64fc4b01b
Copy link
Contributor Author

Copilot AI commented Mar 21, 2026

@copilot 请帮忙检查最新的 Pull request overview 并做出合理的处理

已逐一分析最新 PR review 的 3 条建议:

1. getCallbackParams() localhost 绕过 — 未采纳。检查 Wechat::getCallbackParams() (src/Provider/Wechat.php:158-166),array 输入模式同样构造 http://localhost。这是项目已有的设计模式,修改 PayPal 会破坏一致性。

2. verify_paypal_webhook_sign() localhost 跳过 — 未采纳。检查 verify_wechat_sign() (src/Functions.php:249),微信验签同样对 localhost 直接 return,且不包含 PHP_SAPI === 'cli' 限制。PayPal 遵循完全相同的模式。

3. 缺少 PaypalTest.php — 采纳。已在 commit f650e92 中新增 tests/Provider/PaypalTest.php,覆盖 shortcut 调用、mergeCommonPlugins 管道组装、cancel/close 异常、callback (ServerRequestInterface 和 array 两种模式)、success 响应。遵循 WechatTest/DouyinTest 的既有测试结构。

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/JetBrains/phpstorm-attributes/zipball/64de815a4509c29e00d5e3474087fd24c171afc2
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/uL5UBd /usr/bin/composer install --no-interaction (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/ixHWhn /usr/bin/composer install --verify ndor/bin/git github.accesstokgit git vm46oaq r/.cache/compose/home/REDACTED/.cache/composer/vcs/https---github.com-guzzle-psr7.git/ -c s/https---github--dissociate s/https---github--reference /.tmp-5444-pack --mirror -- ps bash (http block)
  • https://api.github.com/repos/PHP-CS-Fixer/PHP-CS-Fixer/zipball/7787ceff91365ba7d623ec410b8f429cdebb4f63
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/uL5UBd /usr/bin/composer install --no-interaction (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/ixHWhn /usr/bin/composer install --verify ndor/bin/git github.accesstokgit git vm46oaq r/.cache/compose/home/REDACTED/.cache/composer/vcs/https---github.com-guzzle-psr7.git/ -c s/https---github--dissociate s/https---github--reference /.tmp-5444-pack --mirror -- ps bash (http block)
  • https://api.github.com/repos/Seldaek/monolog/zipball/37308608e599f34a1a4845b16440047ec98a172a
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/uL5UBd /usr/bin/composer install --no-interaction (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/ixHWhn /usr/bin/composer install --verify ndor/bin/git github.accesstokgit git vm46oaq r/.cache/compose/home/REDACTED/.cache/composer/vcs/https---github.com-guzzle-psr7.git/ -c s/https---github--dissociate s/https---github--reference /.tmp-5444-pack --mirror -- ps bash (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/uL5UBd /usr/bin/composer install --no-interaction (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/ixHWhn /usr/bin/composer install --verify ndor/bin/git github.accesstokgit git vm46oaq r/.cache/compose/home/REDACTED/.cache/composer/vcs/https---github.com-guzzle-psr7.git/ -c s/https---github--dissociate s/https---github--reference /.tmp-5444-pack --mirror -- ps bash (http block)
  • https://api.github.com/repos/composer/pcre/zipball/b2bed4734f0cc156ee1fe9c0da2550420d99a21e
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/uL5UBd /usr/bin/composer install --no-interaction (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/ixHWhn /usr/bin/composer install --verify ndor/bin/git github.accesstokgit git vm46oaq r/.cache/compose/home/REDACTED/.cache/composer/vcs/https---github.com-guzzle-psr7.git/ -c s/https---github--dissociate s/https---github--reference /.tmp-5444-pack --mirror -- ps bash (http block)
  • https://api.github.com/repos/composer/semver/zipball/198166618906cb2de69b95d7d47e5fa8aa1b2b95
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/uL5UBd /usr/bin/composer install --no-interaction (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/ixHWhn /usr/bin/composer install --verify ndor/bin/git github.accesstokgit git vm46oaq r/.cache/compose/home/REDACTED/.cache/composer/vcs/https---github.com-guzzle-psr7.git/ -c s/https---github--dissociate s/https---github--reference /.tmp-5444-pack --mirror -- ps bash (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/uL5UBd /usr/bin/composer install --no-interaction (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/ixHWhn /usr/bin/composer install --verify ndor/bin/git github.accesstokgit git vm46oaq r/.cache/compose/home/REDACTED/.cache/composer/vcs/https---github.com-guzzle-psr7.git/ -c s/https---github--dissociate s/https---github--reference /.tmp-5444-pack --mirror -- ps bash (http block)
  • https://api.github.com/repos/doctrine/instantiator/zipball/c6222283fa3f4ac679f8b9ced9a4e23f163e80d0
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/uL5UBd /usr/bin/composer install --no-interaction (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/ixHWhn /usr/bin/composer install --verify ndor/bin/git github.accesstokgit git vm46oaq r/.cache/compose/home/REDACTED/.cache/composer/vcs/https---github.com-guzzle-psr7.git/ -c s/https---github--dissociate s/https---github--reference /.tmp-5444-pack --mirror -- ps bash (http block)
  • https://api.github.com/repos/guzzle/guzzle/zipball/b51ac707cfa420b7bfd4e4d5e510ba8008e822b4
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/uL5UBd /usr/bin/composer install --no-interaction (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/ixHWhn /usr/bin/composer install --verify ndor/bin/git github.accesstokgit git vm46oaq r/.cache/compose/home/REDACTED/.cache/composer/vcs/https---github.com-guzzle-psr7.git/ -c s/https---github--dissociate s/https---github--reference /.tmp-5444-pack --mirror -- ps bash (http block)
  • https://api.github.com/repos/guzzle/promises/zipball/481557b130ef3790cf82b713667b43030dc9c957
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/uL5UBd /usr/bin/composer install --no-interaction (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/ixHWhn /usr/bin/composer install --verify ndor/bin/git github.accesstokgit git vm46oaq r/.cache/compose/home/REDACTED/.cache/composer/vcs/https---github.com-guzzle-psr7.git/ -c s/https---github--dissociate s/https---github--reference /.tmp-5444-pack --mirror -- ps bash (http block)
  • https://api.github.com/repos/guzzle/psr7/zipball/7d0ed42f28e42d61352a7a79de682e5e67fec884
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/uL5UBd /usr/bin/composer install --no-interaction (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/tQ14vo /usr/bin/composer install --no-dev ps /home/REDACTED/.cagit om/reactphp/evenrev-parse d-process.git ps clon�� mann/object-enumerator.git -- it com-theseer-tokegit --verify ndor/bin/git 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/uL5UBd /usr/bin/composer install --no-interaction (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/ixHWhn /usr/bin/composer install --verify ndor/bin/git github.accesstokgit git vm46oaq r/.cache/compose/home/REDACTED/.cache/composer/vcs/https---github.com-guzzle-psr7.git/ -c s/https---github--dissociate s/https---github--reference /.tmp-5444-pack --mirror -- ps bash (http block)
  • https://api.github.com/repos/hyperf-cloud/pimple-integration/zipball/7bd07745c256b83679471c06ec2a11e901d37277
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/uL5UBd /usr/bin/composer install --no-interaction (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/ixHWhn /usr/bin/composer install --verify ndor/bin/git github.accesstokgit git vm46oaq r/.cache/compose/home/REDACTED/.cache/composer/vcs/https---github.com-guzzle-psr7.git/ -c s/https---github--dissociate s/https---github--reference /.tmp-5444-pack --mirror -- ps bash (http block)
  • https://api.github.com/repos/hyperf/context/zipball/a8cb6d27c5b85b44ce8d1e58d1ccfe1a1831b2f5
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/uL5UBd /usr/bin/composer install --no-interaction (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/ixHWhn /usr/bin/composer install --verify ndor/bin/git github.accesstokgit git vm46oaq r/.cache/compose/home/REDACTED/.cache/composer/vcs/https---github.com-guzzle-psr7.git/ -c s/https---github--dissociate s/https---github--reference /.tmp-5444-pack --mirror -- ps bash (http block)
  • https://api.github.com/repos/hyperf/contract/zipball/24d11e962033a1a44468df6318f9a2c2c0b8f99e
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/uL5UBd /usr/bin/composer install --no-interaction (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/ixHWhn /usr/bin/composer install --verify ndor/bin/git github.accesstokgit git vm46oaq r/.cache/compose/home/REDACTED/.cache/composer/vcs/https---github.com-guzzle-psr7.git/ -c s/https---github--dissociate s/https---github--reference /.tmp-5444-pack --mirror -- ps bash (http block)
  • https://api.github.com/repos/hyperf/engine-contract/zipball/b6c8ff556fca5d4ffa29fba819fefc5e3572025d
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/uL5UBd /usr/bin/composer install --no-interaction (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/ixHWhn /usr/bin/composer install --verify ndor/bin/git github.accesstokgit git vm46oaq r/.cache/compose/home/REDACTED/.cache/composer/vcs/https---github.com-guzzle-psr7.git/ -c s/https---github--dissociate s/https---github--reference /.tmp-5444-pack --mirror -- ps bash (http block)
  • https://api.github.com/repos/hyperf/engine/zipball/15c282e8fcf8596f3400ccd21c32a18a37036b9a
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/uL5UBd /usr/bin/composer install --no-interaction (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/ixHWhn /usr/bin/composer install --verify ndor/bin/git github.accesstokgit git vm46oaq r/.cache/compose/home/REDACTED/.cache/composer/vcs/https---github.com-guzzle-psr7.git/ -c s/https---github--dissociate s/https---github--reference /.tmp-5444-pack --mirror -- ps bash (http block)
  • https://api.github.com/repos/igorw/evenement/zipball/0a16b0d71ab13284339abb99d9d2bd813640efbc
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/uL5UBd /usr/bin/composer install --no-interaction (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/ixHWhn /usr/bin/composer install --verify ndor/bin/git github.accesstokgit git vm46oaq r/.cache/compose/home/REDACTED/.cache/composer/vcs/https---github.com-guzzle-psr7.git/ -c s/https---github--dissociate s/https---github--reference /.tmp-5444-pack --mirror -- ps bash (http block)
  • https://api.github.com/repos/mockery/mockery/zipball/1f4efdd7d3beafe9807b08156dfcb176d18f1699
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/uL5UBd /usr/bin/composer install --no-interaction (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/ixHWhn /usr/bin/composer install --verify ndor/bin/git github.accesstokgit git vm46oaq r/.cache/compose/home/REDACTED/.cache/composer/vcs/https---github.com-guzzle-psr7.git/ -c s/https---github--dissociate s/https---github--reference /.tmp-5444-pack --mirror -- ps bash (http block)
  • https://api.github.com/repos/myclabs/DeepCopy/zipball/07d290f0c47959fd5eed98c95ee5602db07e0b6a
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/uL5UBd /usr/bin/composer install --no-interaction (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/ixHWhn /usr/bin/composer install --verify ndor/bin/git github.accesstokgit git vm46oaq r/.cache/compose/home/REDACTED/.cache/composer/vcs/https---github.com-guzzle-psr7.git/ -c s/https---github--dissociate s/https---github--reference /.tmp-5444-pack --mirror -- ps bash (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/uL5UBd /usr/bin/composer install --no-interaction (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/ixHWhn /usr/bin/composer install --verify ndor/bin/git github.accesstokgit git vm46oaq r/.cache/compose/home/REDACTED/.cache/composer/vcs/https---github.com-guzzle-psr7.git/ -c s/https---github--dissociate s/https---github--reference /.tmp-5444-pack --mirror -- ps bash (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/uL5UBd /usr/bin/composer install --no-interaction (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/ixHWhn /usr/bin/composer install --verify ndor/bin/git github.accesstokgit git vm46oaq r/.cache/compose/home/REDACTED/.cache/composer/vcs/https---github.com-guzzle-psr7.git/ -c s/https---github--dissociate s/https---github--reference /.tmp-5444-pack --mirror -- ps bash (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/uL5UBd /usr/bin/composer install --no-interaction (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/ixHWhn /usr/bin/composer install --verify ndor/bin/git github.accesstokgit git vm46oaq r/.cache/compose/home/REDACTED/.cache/composer/vcs/https---github.com-guzzle-psr7.git/ -c s/https---github--dissociate s/https---github--reference /.tmp-5444-pack --mirror -- ps bash (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/uL5UBd /usr/bin/composer install --no-interaction (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/tQ14vo /usr/bin/composer install --no-dev ps /home/REDACTED/.cagit om/reactphp/evenrev-parse d-process.git ps clon�� mann/object-enumerator.git -- it com-theseer-tokegit --verify ndor/bin/git git (http block)
  • https://api.github.com/repos/php-fig/event-dispatcher/zipball/dbefd12671e8a14ec7f180cab83036ed26714bb0
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/uL5UBd /usr/bin/composer install --no-interaction (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/tQ14vo /usr/bin/composer install --no-dev ps /home/REDACTED/.cagit om/reactphp/evenrev-parse d-process.git ps clon�� mann/object-enumerator.git -- it com-theseer-tokegit --verify ndor/bin/git 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/uL5UBd /usr/bin/composer install --no-interaction (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/tQ14vo /usr/bin/composer install --no-dev ps /home/REDACTED/.cagit om/reactphp/evenrev-parse d-process.git ps clon�� mann/object-enumerator.git -- it com-theseer-tokegit --verify ndor/bin/git 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/uL5UBd /usr/bin/composer install --no-interaction (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/tQ14vo /usr/bin/composer install --no-dev ps /home/REDACTED/.cagit om/reactphp/evenrev-parse d-process.git ps clon�� mann/object-enumerator.git -- it com-theseer-tokegit --verify ndor/bin/git 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/uL5UBd /usr/bin/composer install --no-interaction (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/tQ14vo /usr/bin/composer install --no-dev ps /home/REDACTED/.cagit om/reactphp/evenrev-parse d-process.git ps clon�� mann/object-enumerator.git -- it com-theseer-tokegit --verify ndor/bin/git 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/uL5UBd /usr/bin/composer install --no-interaction (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/tQ14vo /usr/bin/composer install --no-dev ps /home/REDACTED/.cagit om/reactphp/evenrev-parse d-process.git ps clon�� mann/object-enumerator.git -- it com-theseer-tokegit --verify ndor/bin/git git (http block)
  • https://api.github.com/repos/phpstan/phpstan/zipball/1279e1ce86ba768f0780c9d889852b4e02ff40d0
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/uL5UBd /usr/bin/composer install --no-interaction (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/ixHWhn /usr/bin/composer install --verify ndor/bin/git github.accesstokgit git vm46oaq r/.cache/compose/home/REDACTED/.cache/composer/vcs/https---github.com-guzzle-psr7.git/ -c s/https---github--dissociate s/https---github--reference /.tmp-5444-pack --mirror -- ps bash (http block)
  • https://api.github.com/repos/ralouphie/getallheaders/zipball/120b605dfeb996808c31b6477290a714d356e822
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/uL5UBd /usr/bin/composer install --no-interaction (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/tQ14vo /usr/bin/composer install --no-dev ps /home/REDACTED/.cagit om/reactphp/evenrev-parse d-process.git ps clon�� mann/object-enumerator.git -- it com-theseer-tokegit --verify ndor/bin/git 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/uL5UBd /usr/bin/composer install --no-interaction (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/ixHWhn /usr/bin/composer install --verify ndor/bin/git github.accesstokgit git vm46oaq r/.cache/compose/home/REDACTED/.cache/composer/vcs/https---github.com-guzzle-psr7.git/ -c s/https---github--dissociate s/https---github--reference /.tmp-5444-pack --mirror -- ps bash (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/uL5UBd /usr/bin/composer install --no-interaction (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/ixHWhn /usr/bin/composer install --verify ndor/bin/git github.accesstokgit git vm46oaq r/.cache/compose/home/REDACTED/.cache/composer/vcs/https---github.com-guzzle-psr7.git/ -c s/https---github--dissociate s/https---github--reference /.tmp-5444-pack --mirror -- ps bash (http block)
  • https://api.github.com/repos/reactphp/dns/zipball/7562c05391f42701c1fccf189c8225fece1cd7c3
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/uL5UBd /usr/bin/composer install --no-interaction (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/ixHWhn /usr/bin/composer install --verify ndor/bin/git github.accesstokgit git vm46oaq r/.cache/compose/home/REDACTED/.cache/composer/vcs/https---github.com-guzzle-psr7.git/ -c s/https---github--dissociate s/https---github--reference /.tmp-5444-pack --mirror -- ps bash (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/uL5UBd /usr/bin/composer install --no-interaction (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/ixHWhn /usr/bin/composer install --verify ndor/bin/git github.accesstokgit git vm46oaq r/.cache/compose/home/REDACTED/.cache/composer/vcs/https---github.com-guzzle-psr7.git/ -c s/https---github--dissociate s/https---github--reference /.tmp-5444-pack --mirror -- ps bash (http block)
  • https://api.github.com/repos/reactphp/promise/zipball/23444f53a813a3296c1368bb104793ce8d88f04a
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/uL5UBd /usr/bin/composer install --no-interaction (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/ixHWhn /usr/bin/composer install --verify ndor/bin/git github.accesstokgit git vm46oaq r/.cache/compose/home/REDACTED/.cache/composer/vcs/https---github.com-guzzle-psr7.git/ -c s/https---github--dissociate s/https---github--reference /.tmp-5444-pack --mirror -- ps bash (http block)
  • https://api.github.com/repos/reactphp/socket/zipball/ef5b17b81f6f60504c539313f94f2d826c5faa08
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/uL5UBd /usr/bin/composer install --no-interaction (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/ixHWhn /usr/bin/composer install --verify ndor/bin/git github.accesstokgit git vm46oaq r/.cache/compose/home/REDACTED/.cache/composer/vcs/https---github.com-guzzle-psr7.git/ -c s/https---github--dissociate s/https---github--reference /.tmp-5444-pack --mirror -- ps bash (http block)
  • https://api.github.com/repos/reactphp/stream/zipball/1e5b0acb8fe55143b5b426817155190eb6f5b18d
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/uL5UBd /usr/bin/composer install --no-interaction (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/ixHWhn /usr/bin/composer install --verify ndor/bin/git github.accesstokgit git vm46oaq r/.cache/compose/home/REDACTED/.cache/composer/vcs/https---github.com-guzzle-psr7.git/ -c s/https---github--dissociate s/https---github--reference /.tmp-5444-pack --mirror -- ps bash (http block)
  • https://api.github.com/repos/sebastianbergmann/cli-parser/zipball/2b56bea83a09de3ac06bb18b92f068e60cc6f50b
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/uL5UBd /usr/bin/composer install --no-interaction (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/ixHWhn /usr/bin/composer install --verify ndor/bin/git github.accesstokgit git vm46oaq r/.cache/compose/home/REDACTED/.cache/composer/vcs/https---github.com-guzzle-psr7.git/ -c s/https---github--dissociate s/https---github--reference /.tmp-5444-pack --mirror -- ps bash (http block)
  • https://api.github.com/repos/sebastianbergmann/code-unit-reverse-lookup/zipball/ac91f01ccec49fb77bdc6fd1e548bc70f7faa3e5
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/uL5UBd /usr/bin/composer install --no-interaction (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/ixHWhn /usr/bin/composer install --verify ndor/bin/git github.accesstokgit git vm46oaq r/.cache/compose/home/REDACTED/.cache/composer/vcs/https---github.com-guzzle-psr7.git/ -c s/https---github--dissociate s/https---github--reference /.tmp-5444-pack --mirror -- ps bash (http block)
  • https://api.github.com/repos/sebastianbergmann/code-unit/zipball/1fc9f64c0927627ef78ba436c9b17d967e68e120
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/uL5UBd /usr/bin/composer install --no-interaction (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/ixHWhn /usr/bin/composer install --verify ndor/bin/git github.accesstokgit git vm46oaq r/.cache/compose/home/REDACTED/.cache/composer/vcs/https---github.com-guzzle-psr7.git/ -c s/https---github--dissociate s/https---github--reference /.tmp-5444-pack --mirror -- ps bash (http block)
  • https://api.github.com/repos/sebastianbergmann/comparator/zipball/e4df00b9b3571187db2831ae9aada2c6efbd715d
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/uL5UBd /usr/bin/composer install --no-interaction (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/ixHWhn /usr/bin/composer install --verify ndor/bin/git github.accesstokgit git vm46oaq r/.cache/compose/home/REDACTED/.cache/composer/vcs/https---github.com-guzzle-psr7.git/ -c s/https---github--dissociate s/https---github--reference /.tmp-5444-pack --mirror -- ps bash (http block)
  • https://api.github.com/repos/sebastianbergmann/complexity/zipball/25f207c40d62b8b7aa32f5ab026c53561964053a
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/uL5UBd /usr/bin/composer install --no-interaction (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/ixHWhn /usr/bin/composer install --verify ndor/bin/git github.accesstokgit git vm46oaq r/.cache/compose/home/REDACTED/.cache/composer/vcs/https---github.com-guzzle-psr7.git/ -c s/https---github--dissociate s/https---github--reference /.tmp-5444-pack --mirror -- ps bash (http block)
  • https://api.github.com/repos/sebastianbergmann/diff/zipball/ba01945089c3a293b01ba9badc29ad55b106b0bc
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/uL5UBd /usr/bin/composer install --no-interaction (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/ixHWhn /usr/bin/composer install --verify ndor/bin/git github.accesstokgit git vm46oaq r/.cache/compose/home/REDACTED/.cache/composer/vcs/https---github.com-guzzle-psr7.git/ -c s/https---github--dissociate s/https---github--reference /.tmp-5444-pack --mirror -- ps bash (http block)
  • https://api.github.com/repos/sebastianbergmann/environment/zipball/830c43a844f1f8d5b7a1f6d6076b784454d8b7ed
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/uL5UBd /usr/bin/composer install --no-interaction (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/ixHWhn /usr/bin/composer install --verify ndor/bin/git github.accesstokgit git vm46oaq r/.cache/compose/home/REDACTED/.cache/composer/vcs/https---github.com-guzzle-psr7.git/ -c s/https---github--dissociate s/https---github--reference /.tmp-5444-pack --mirror -- ps bash (http block)
  • https://api.github.com/repos/sebastianbergmann/exporter/zipball/14c6ba52f95a36c3d27c835d65efc7123c446e8c
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/uL5UBd /usr/bin/composer install --no-interaction (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/ixHWhn /usr/bin/composer install --verify ndor/bin/git github.accesstokgit git vm46oaq r/.cache/compose/home/REDACTED/.cache/composer/vcs/https---github.com-guzzle-psr7.git/ -c s/https---github--dissociate s/https---github--reference /.tmp-5444-pack --mirror -- ps bash (http block)
  • https://api.github.com/repos/sebastianbergmann/global-state/zipball/b6781316bdcd28260904e7cc18ec983d0d2ef4f6
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/uL5UBd /usr/bin/composer install --no-interaction (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/ixHWhn /usr/bin/composer install --verify ndor/bin/git github.accesstokgit git vm46oaq r/.cache/compose/home/REDACTED/.cache/composer/vcs/https---github.com-guzzle-psr7.git/ -c s/https---github--dissociate s/https---github--reference /.tmp-5444-pack --mirror -- ps bash (http block)
  • https://api.github.com/repos/sebastianbergmann/lines-of-code/zipball/e1e4a170560925c26d424b6a03aed157e7dcc5c5
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/uL5UBd /usr/bin/composer install --no-interaction (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/ixHWhn /usr/bin/composer install --verify ndor/bin/git github.accesstokgit git vm46oaq r/.cache/compose/home/REDACTED/.cache/composer/vcs/https---github.com-guzzle-psr7.git/ -c s/https---github--dissociate s/https---github--reference /.tmp-5444-pack --mirror -- ps bash (http block)
  • https://api.github.com/repos/sebastianbergmann/object-enumerator/zipball/5c9eeac41b290a3712d88851518825ad78f45c71
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/uL5UBd /usr/bin/composer install --no-interaction (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/ixHWhn /usr/bin/composer install --verify ndor/bin/git github.accesstokgit git vm46oaq r/.cache/compose/home/REDACTED/.cache/composer/vcs/https---github.com-guzzle-psr7.git/ -c s/https---github--dissociate s/https---github--reference /.tmp-5444-pack --mirror -- ps bash (http block)
  • https://api.github.com/repos/sebastianbergmann/object-reflector/zipball/b4f479ebdbf63ac605d183ece17d8d7fe49c15c7
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/uL5UBd /usr/bin/composer install --no-interaction (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/ixHWhn /usr/bin/composer install --verify ndor/bin/git github.accesstokgit git vm46oaq r/.cache/compose/home/REDACTED/.cache/composer/vcs/https---github.com-guzzle-psr7.git/ -c s/https---github--dissociate s/https---github--reference /.tmp-5444-pack --mirror -- ps bash (http block)
  • https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/85402a822d1ecf1db1096959413d35e1c37cf1a5
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/uL5UBd /usr/bin/composer install --no-interaction (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/ixHWhn /usr/bin/composer install --verify ndor/bin/git github.accesstokgit git vm46oaq r/.cache/compose/home/REDACTED/.cache/composer/vcs/https---github.com-guzzle-psr7.git/ -c s/https---github--dissociate s/https---github--reference /.tmp-5444-pack --mirror -- ps bash (http block)
  • https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/cf1c2e7c203ac650e352f4cc675a7021e7d1b3cf
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/uL5UBd /usr/bin/composer install --no-interaction (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/ixHWhn /usr/bin/composer install --verify ndor/bin/git github.accesstokgit git vm46oaq r/.cache/compose/home/REDACTED/.cache/composer/vcs/https---github.com-guzzle-psr7.git/ -c s/https---github--dissociate s/https---github--reference /.tmp-5444-pack --mirror -- ps bash (http block)
  • https://api.github.com/repos/sebastianbergmann/php-invoker/zipball/5a10147d0aaf65b58940a0b72f71c9ac0423cc67
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/uL5UBd /usr/bin/composer install --no-interaction (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/ixHWhn /usr/bin/composer install --verify ndor/bin/git github.accesstokgit git vm46oaq r/.cache/compose/home/REDACTED/.cache/composer/vcs/https---github.com-guzzle-psr7.git/ -c s/https---github--dissociate s/https---github--reference /.tmp-5444-pack --mirror -- ps bash (http block)
  • https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/5da5f67fc95621df9ff4c4e5a84d6a8a2acf7c28
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/uL5UBd /usr/bin/composer install --no-interaction (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/ixHWhn /usr/bin/composer install --verify ndor/bin/git github.accesstokgit git vm46oaq r/.cache/compose/home/REDACTED/.cache/composer/vcs/https---github.com-guzzle-psr7.git/ -c s/https---github--dissociate s/https---github--reference /.tmp-5444-pack --mirror -- ps bash (http block)
  • https://api.github.com/repos/sebastianbergmann/php-timer/zipball/5a63ce20ed1b5bf577850e2c4e87f4aa902afbd2
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/uL5UBd /usr/bin/composer install --no-interaction (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/ixHWhn /usr/bin/composer install --verify ndor/bin/git github.accesstokgit git vm46oaq r/.cache/compose/home/REDACTED/.cache/composer/vcs/https---github.com-guzzle-psr7.git/ -c s/https---github--dissociate s/https---github--reference /.tmp-5444-pack --mirror -- ps bash (http block)
  • https://api.github.com/repos/sebastianbergmann/phpunit/zipball/b36f02317466907a230d3aa1d34467041271ef4a
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/uL5UBd /usr/bin/composer install --no-interaction (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/ixHWhn /usr/bin/composer install --verify ndor/bin/git github.accesstokgit git vm46oaq r/.cache/compose/home/REDACTED/.cache/composer/vcs/https---github.com-guzzle-psr7.git/ -c s/https---github--dissociate s/https---github--reference /.tmp-5444-pack --mirror -- ps bash (http block)
  • https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/539c6691e0623af6dc6f9c20384c120f963465a0
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/uL5UBd /usr/bin/composer install --no-interaction (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/ixHWhn /usr/bin/composer install --verify ndor/bin/git github.accesstokgit git vm46oaq r/.cache/compose/home/REDACTED/.cache/composer/vcs/https---github.com-guzzle-psr7.git/ -c s/https---github--dissociate s/https---github--reference /.tmp-5444-pack --mirror -- ps bash (http block)
  • https://api.github.com/repos/sebastianbergmann/resource-operations/zipball/05d5692a7993ecccd56a03e40cd7e5b09b1d404e
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/uL5UBd /usr/bin/composer install --no-interaction (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/ixHWhn /usr/bin/composer install --verify ndor/bin/git github.accesstokgit git vm46oaq r/.cache/compose/home/REDACTED/.cache/composer/vcs/https---github.com-guzzle-psr7.git/ -c s/https---github--dissociate s/https---github--reference /.tmp-5444-pack --mirror -- ps bash (http block)
  • https://api.github.com/repos/sebastianbergmann/type/zipball/75e2c2a32f5e0b3aef905b9ed0b179b953b3d7c7
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/uL5UBd /usr/bin/composer install --no-interaction (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/ixHWhn /usr/bin/composer install --verify ndor/bin/git github.accesstokgit git vm46oaq r/.cache/compose/home/REDACTED/.cache/composer/vcs/https---github.com-guzzle-psr7.git/ -c s/https---github--dissociate s/https---github--reference /.tmp-5444-pack --mirror -- ps bash (http block)
  • https://api.github.com/repos/sebastianbergmann/version/zipball/c6c1022351a901512170118436c764e473f6de8c
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/uL5UBd /usr/bin/composer install --no-interaction (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/ixHWhn /usr/bin/composer install --verify ndor/bin/git github.accesstokgit git vm46oaq r/.cache/compose/home/REDACTED/.cache/composer/vcs/https---github.com-guzzle-psr7.git/ -c s/https---github--dissociate s/https---github--reference /.tmp-5444-pack --mirror -- ps bash (http block)
  • https://api.github.com/repos/silexphp/Pimple/zipball/8cfe7f74ac22a433d303914eba9ea4c2a834edce
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/uL5UBd /usr/bin/composer install --no-interaction (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/ixHWhn /usr/bin/composer install --verify ndor/bin/git github.accesstokgit git vm46oaq r/.cache/compose/home/REDACTED/.cache/composer/vcs/https---github.com-guzzle-psr7.git/ -c s/https---github--dissociate s/https---github--reference /.tmp-5444-pack --mirror -- ps bash (http block)
  • https://api.github.com/repos/symfony/console/zipball/49257c96304c508223815ee965c251e7c79e614e
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/uL5UBd /usr/bin/composer install --no-interaction (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/ixHWhn /usr/bin/composer install --verify ndor/bin/git github.accesstokgit git vm46oaq r/.cache/compose/home/REDACTED/.cache/composer/vcs/https---github.com-guzzle-psr7.git/ -c s/https---github--dissociate s/https---github--reference /.tmp-5444-pack --mirror -- ps bash (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/uL5UBd /usr/bin/composer install --no-interaction (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/ixHWhn /usr/bin/composer install --verify ndor/bin/git github.accesstokgit git vm46oaq r/.cache/compose/home/REDACTED/.cache/composer/vcs/https---github.com-guzzle-psr7.git/ -c s/https---github--dissociate s/https---github--reference /.tmp-5444-pack --mirror -- ps bash (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/uL5UBd /usr/bin/composer install --no-interaction (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/ixHWhn /usr/bin/composer install --verify ndor/bin/git github.accesstokgit git vm46oaq r/.cache/compose/home/REDACTED/.cache/composer/vcs/https---github.com-guzzle-psr7.git/ -c s/https---github--dissociate s/https---github--reference /.tmp-5444-pack --mirror -- ps bash (http block)
  • https://api.github.com/repos/symfony/event-dispatcher/zipball/72982eb416f61003e9bb6e91f8b3213600dcf9e9
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/uL5UBd /usr/bin/composer install --no-interaction (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/ixHWhn /usr/bin/composer install --verify ndor/bin/git github.accesstokgit git vm46oaq r/.cache/compose/home/REDACTED/.cache/composer/vcs/https---github.com-guzzle-psr7.git/ -c s/https---github--dissociate s/https---github--reference /.tmp-5444-pack --mirror -- ps bash (http block)
  • https://api.github.com/repos/symfony/filesystem/zipball/3ebc794fa5315e59fd122561623c2e2e4280538e
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/uL5UBd /usr/bin/composer install --no-interaction (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/ixHWhn /usr/bin/composer install --verify ndor/bin/git github.accesstokgit git vm46oaq r/.cache/compose/home/REDACTED/.cache/composer/vcs/https---github.com-guzzle-psr7.git/ -c s/https---github--dissociate s/https---github--reference /.tmp-5444-pack --mirror -- ps bash (http block)
  • https://api.github.com/repos/symfony/finder/zipball/8655bf1076b7a3a346cb11413ffdabff50c7ffcf
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/uL5UBd /usr/bin/composer install --no-interaction (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/ixHWhn /usr/bin/composer install --verify ndor/bin/git github.accesstokgit git vm46oaq r/.cache/compose/home/REDACTED/.cache/composer/vcs/https---github.com-guzzle-psr7.git/ -c s/https---github--dissociate s/https---github--reference /.tmp-5444-pack --mirror -- ps bash (http block)
  • https://api.github.com/repos/symfony/http-foundation/zipball/1a0706e8b8041046052ea2695eb8aeee04f97609
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/uL5UBd /usr/bin/composer install --no-interaction (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/ixHWhn /usr/bin/composer install --verify ndor/bin/git github.accesstokgit git vm46oaq r/.cache/compose/home/REDACTED/.cache/composer/vcs/https---github.com-guzzle-psr7.git/ -c s/https---github--dissociate s/https---github--reference /.tmp-5444-pack --mirror -- ps bash (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/uL5UBd /usr/bin/composer install --no-interaction (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/ixHWhn /usr/bin/composer install --verify ndor/bin/git github.accesstokgit git vm46oaq r/.cache/compose/home/REDACTED/.cache/composer/vcs/https---github.com-guzzle-psr7.git/ -c s/https---github--dissociate s/https---github--reference /.tmp-5444-pack --mirror -- ps bash (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/uL5UBd /usr/bin/composer install --no-interaction (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/ixHWhn /usr/bin/composer install --verify ndor/bin/git github.accesstokgit git vm46oaq r/.cache/compose/home/REDACTED/.cache/composer/vcs/https---github.com-guzzle-psr7.git/ -c s/https---github--dissociate s/https---github--reference /.tmp-5444-pack --mirror -- ps bash (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/uL5UBd /usr/bin/composer install --no-interaction (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/ixHWhn /usr/bin/composer install --verify ndor/bin/git github.accesstokgit git vm46oaq r/.cache/compose/home/REDACTED/.cache/composer/vcs/https---github.com-guzzle-psr7.git/ -c s/https---github--dissociate s/https---github--reference /.tmp-5444-pack --mirror -- ps bash (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/uL5UBd /usr/bin/composer install --no-interaction (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/ixHWhn /usr/bin/composer install --verify ndor/bin/git github.accesstokgit git vm46oaq r/.cache/compose/home/REDACTED/.cache/composer/vcs/https---github.com-guzzle-psr7.git/ -c s/https---github--dissociate s/https---github--reference /.tmp-5444-pack --mirror -- ps bash (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/uL5UBd /usr/bin/composer install --no-interaction (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/ixHWhn /usr/bin/composer install --verify ndor/bin/git github.accesstokgit git vm46oaq r/.cache/compose/home/REDACTED/.cache/composer/vcs/https---github.com-guzzle-psr7.git/ -c s/https---github--dissociate s/https---github--reference /.tmp-5444-pack --mirror -- ps bash (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/uL5UBd /usr/bin/composer install --no-interaction (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/ixHWhn /usr/bin/composer install --verify ndor/bin/git github.accesstokgit git vm46oaq r/.cache/compose/home/REDACTED/.cache/composer/vcs/https---github.com-guzzle-psr7.git/ -c s/https---github--dissociate s/https---github--reference /.tmp-5444-pack --mirror -- ps bash (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/uL5UBd /usr/bin/composer install --no-interaction (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/ixHWhn /usr/bin/composer install --verify ndor/bin/git github.accesstokgit git vm46oaq r/.cache/compose/home/REDACTED/.cache/composer/vcs/https---github.com-guzzle-psr7.git/ -c s/https---github--dissociate s/https---github--reference /.tmp-5444-pack --mirror -- ps bash (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/uL5UBd /usr/bin/composer install --no-interaction (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/ixHWhn /usr/bin/composer install --verify ndor/bin/git github.accesstokgit git vm46oaq r/.cache/compose/home/REDACTED/.cache/composer/vcs/https---github.com-guzzle-psr7.git/ -c s/https---github--dissociate s/https---github--reference /.tmp-5444-pack --mirror -- ps bash (http block)
  • https://api.github.com/repos/symfony/process/zipball/608476f4604102976d687c483ac63a79ba18cc97
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/uL5UBd /usr/bin/composer install --no-interaction (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/ixHWhn /usr/bin/composer install --verify ndor/bin/git github.accesstokgit git vm46oaq r/.cache/compose/home/REDACTED/.cache/composer/vcs/https---github.com-guzzle-psr7.git/ -c s/https---github--dissociate s/https---github--reference /.tmp-5444-pack --mirror -- ps bash (http block)
  • https://api.github.com/repos/symfony/psr-http-message-bridge/zipball/581ca6067eb62640de5ff08ee1ba6850a0ee472e
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/uL5UBd /usr/bin/composer install --no-interaction (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/ixHWhn /usr/bin/composer install --verify ndor/bin/git github.accesstokgit git vm46oaq r/.cache/compose/home/REDACTED/.cache/composer/vcs/https---github.com-guzzle-psr7.git/ -c s/https---github--dissociate s/https---github--reference /.tmp-5444-pack --mirror -- ps bash (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/uL5UBd /usr/bin/composer install --no-interaction (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/ixHWhn /usr/bin/composer install --verify ndor/bin/git github.accesstokgit git vm46oaq r/.cache/compose/home/REDACTED/.cache/composer/vcs/https---github.com-guzzle-psr7.git/ -c s/https---github--dissociate s/https---github--reference /.tmp-5444-pack --mirror -- ps bash (http block)
  • https://api.github.com/repos/symfony/stopwatch/zipball/8a24af0a2e8a872fb745047180649b8418303084
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/uL5UBd /usr/bin/composer install --no-interaction (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/ixHWhn /usr/bin/composer install --verify ndor/bin/git github.accesstokgit git vm46oaq r/.cache/compose/home/REDACTED/.cache/composer/vcs/https---github.com-guzzle-psr7.git/ -c s/https---github--dissociate s/https---github--reference /.tmp-5444-pack --mirror -- ps bash (http block)
  • https://api.github.com/repos/symfony/string/zipball/9f209231affa85aa930a5e46e6eb03381424b30b
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/uL5UBd /usr/bin/composer install --no-interaction (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/ixHWhn /usr/bin/composer install --verify ndor/bin/git github.accesstokgit git vm46oaq r/.cache/compose/home/REDACTED/.cache/composer/vcs/https---github.com-guzzle-psr7.git/ -c s/https---github--dissociate s/https---github--reference /.tmp-5444-pack --mirror -- ps bash (http block)
  • https://api.github.com/repos/symfony/var-dumper/zipball/42f18f170aa86d612c3559cfb3bd11a375df32c8
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/uL5UBd /usr/bin/composer install --no-interaction (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/ixHWhn /usr/bin/composer install --verify ndor/bin/git github.accesstokgit git vm46oaq r/.cache/compose/home/REDACTED/.cache/composer/vcs/https---github.com-guzzle-psr7.git/ -c s/https---github--dissociate s/https---github--reference /.tmp-5444-pack --mirror -- ps bash (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/uL5UBd /usr/bin/composer install --no-interaction (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/ixHWhn /usr/bin/composer install --verify ndor/bin/git github.accesstokgit git vm46oaq r/.cache/compose/home/REDACTED/.cache/composer/vcs/https---github.com-guzzle-psr7.git/ -c s/https---github--dissociate s/https---github--reference /.tmp-5444-pack --mirror -- ps bash (http block)
  • https://api.github.com/repos/theseer/tokenizer/zipball/b7489ce515e168639d17feec34b8847c326b0b3c
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/uL5UBd /usr/bin/composer install --no-interaction (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/ixHWhn /usr/bin/composer install --verify ndor/bin/git github.accesstokgit git vm46oaq r/.cache/compose/home/REDACTED/.cache/composer/vcs/https---github.com-guzzle-psr7.git/ -c s/https---github--dissociate s/https---github--reference /.tmp-5444-pack --mirror -- ps bash (http block)
  • https://api.github.com/repos/yansongda/artful/zipball/ddc203ef34ab369a5a31df057a0fda697d3ed855
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/uL5UBd /usr/bin/composer install --no-interaction (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/tQ14vo /usr/bin/composer install --no-dev ps /home/REDACTED/.cagit om/reactphp/evenrev-parse d-process.git ps clon�� mann/object-enumerator.git -- it com-theseer-tokegit --verify ndor/bin/git git (http block)
  • https://api.github.com/repos/yansongda/supports/zipball/308de376d20cb1cd4f959644793e0582ccd1ef6d
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/uL5UBd /usr/bin/composer install --no-interaction (http block)
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/tQ14vo /usr/bin/composer install --no-dev ps /home/REDACTED/.cagit om/reactphp/evenrev-parse d-process.git ps clon�� mann/object-enumerator.git -- it com-theseer-tokegit --verify ndor/bin/git git (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.

大佬可以支持下PayPal吗?

3 participants