Skip to content

Drop Laravel 10 & PHP 8.1, require PHP 8.2+, fix docblocks, add AGENTS.md#90

Closed
Copilot wants to merge 4 commits intomainfrom
copilot/update-laravel-support
Closed

Drop Laravel 10 & PHP 8.1, require PHP 8.2+, fix docblocks, add AGENTS.md#90
Copilot wants to merge 4 commits intomainfrom
copilot/update-laravel-support

Conversation

Copy link
Copy Markdown

Copilot AI commented Mar 14, 2026

Drops Laravel 10 and PHP 8.1 support, raises the PHP floor to 8.2, and enforces consistent docblock conventions across the codebase.

Dependency changes

  • PHP: >=8.1>=8.2
  • illuminate/support: drops ^10.0; supports ^11.0|^12.0|^13.0
  • pestphp/pest: narrows from ^1.20|^2.0|^3.7^3.7

CI matrix

  • Removes PHP 8.1 and Laravel 10 from the test grid
  • Adds exclusion: Laravel 13 + PHP 8.2 (Laravel 13 requires PHP 8.3+)

Docblock conventions

Docblocks now use fully qualified class names; use imports are only present for actual code references.

// Before
/** @var Google\Client */
/** @return Google\Client */
/** @param string $client */  // also incorrectly typed

// After
/** @var \Google\Client */
/** @return \Google\Client */
/** @param \Google\Client $client */

@mixin Client in Facades/Google.php updated to @mixin \PulkitJalan\Google\Client.

AGENTS.md

New file documenting PHP/Laravel version requirements, the import-vs-docblock convention, testing commands, and the CI matrix for contributors and AI agents.

Warning

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

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

  • https://api.github.com/repos/CarbonPHP/carbon-doctrine-types/zipball/18ba5ddfec8976260ead6e866180bd5d2f71aa1d
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/pbmHnS /usr/bin/composer update --prefer-dist --no-interaction (http block)
  • https://api.github.com/repos/CarbonPHP/carbon/zipball/6a7e652845bb018c668220c2a545aded8594fbbf
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/pbmHnS /usr/bin/composer update --prefer-dist --no-interaction (http block)
  • https://api.github.com/repos/Jean85/pretty-package-versions/zipball/4d7aa5dab42e2a76d99559706022885de0e18e1a
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/pbmHnS /usr/bin/composer update --prefer-dist --no-interaction (http block)
  • https://api.github.com/repos/Seldaek/monolog/zipball/b321dd6749f0bf7189444158a3ce785cc16d69b0
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/pbmHnS /usr/bin/composer update --prefer-dist --no-interaction (http block)
  • https://api.github.com/repos/doctrine/deprecations/zipball/d4fe3e6fd9bb9e72557a19674f44d8ac7db4c6ca
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/pbmHnS /usr/bin/composer update --prefer-dist --no-interaction (http block)
  • https://api.github.com/repos/doctrine/inflector/zipball/6d6c96277ea252fc1304627204c3d5e6e15faa3b
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/pbmHnS /usr/bin/composer update --prefer-dist --no-interaction (http block)
  • https://api.github.com/repos/filp/whoops/zipball/d2102955e48b9fd9ab24280a7ad12ed552752c4d
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/pbmHnS /usr/bin/composer update --prefer-dist --no-interaction (http block)
  • https://api.github.com/repos/firebase/php-jwt/zipball/28aa0694bcfdfa5e2959c394d5a1ee7a5083629e
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/pbmHnS /usr/bin/composer update --prefer-dist --no-interaction (http block)
  • https://api.github.com/repos/googleapis/google-api-php-client-services/zipball/1edf0f5f2876945c372366107b4d7a387b17a6b9
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/pbmHnS /usr/bin/composer update --prefer-dist --no-interaction (http block)
  • https://api.github.com/repos/googleapis/google-api-php-client/zipball/b18fa8aed7b2b2dd4bcce74e2c7d267e16007ea9
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/pbmHnS /usr/bin/composer update --prefer-dist --no-interaction (http block)
  • https://api.github.com/repos/googleapis/google-auth-library-php/zipball/e1c26a718198e16d8a3c69b1cae136b73f959b0f
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/pbmHnS /usr/bin/composer update --prefer-dist --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/pbmHnS /usr/bin/composer update --prefer-dist --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/pbmHnS /usr/bin/composer update --prefer-dist --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/pbmHnS /usr/bin/composer update --prefer-dist --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/pbmHnS /usr/bin/composer update --prefer-dist --no-interaction (http block)
  • https://api.github.com/repos/illuminate/collections/zipball/86f874536cbda5f35c23a9908ee7f176caa4496e
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/pbmHnS /usr/bin/composer update --prefer-dist --no-interaction (http block)
  • https://api.github.com/repos/illuminate/conditionable/zipball/ec677967c1f2faf90b8428919124d2184a4c9b49
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/pbmHnS /usr/bin/composer update --prefer-dist --no-interaction (http block)
  • https://api.github.com/repos/illuminate/contracts/zipball/099fd9b56ccaf776facaa27699b960a3f2451127
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/pbmHnS /usr/bin/composer update --prefer-dist --no-interaction (http block)
  • https://api.github.com/repos/illuminate/macroable/zipball/e862e5648ee34004fa56046b746f490dfa86c613
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/pbmHnS /usr/bin/composer update --prefer-dist --no-interaction (http block)
  • https://api.github.com/repos/illuminate/reflection/zipball/348cf5da9de89b596d7723be6425fb048e2bf4bb
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/pbmHnS /usr/bin/composer update --prefer-dist --no-interaction (http block)
  • https://api.github.com/repos/illuminate/support/zipball/e54208c0b5693becd8d3bec02f07e8db9aa4f512
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/pbmHnS /usr/bin/composer update --prefer-dist --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/pbmHnS /usr/bin/composer update --prefer-dist --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/pbmHnS /usr/bin/composer update --prefer-dist --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/pbmHnS /usr/bin/composer update --prefer-dist --no-interaction (http block)
  • https://api.github.com/repos/nunomaduro/collision/zipball/a1ed3fa530fd60bc515f9303e8520fcb7d4bd935
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/pbmHnS /usr/bin/composer update --prefer-dist --no-interaction (http block)
  • https://api.github.com/repos/nunomaduro/termwind/zipball/712a31b768f5daea284c2169a7d227031001b9a8
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/pbmHnS /usr/bin/composer update --prefer-dist --no-interaction (http block)
  • https://api.github.com/repos/paragonie/constant_time_encoding/zipball/d5b01a39b3415c2cd581d3bd3a3575c1ebbd8e77
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/pbmHnS /usr/bin/composer update --prefer-dist --no-interaction (http block)
  • https://api.github.com/repos/paragonie/random_compat/zipball/996434e5492cb4c3edcb9168db6fbb1359ef965a
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/pbmHnS /usr/bin/composer update --prefer-dist --no-interaction (http block)
  • https://api.github.com/repos/paratestphp/paratest/zipball/9b324c8fc319cf9728b581c7a90e1c8f6361c5e5
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/pbmHnS /usr/bin/composer update --prefer-dist --no-interaction (http block)
  • https://api.github.com/repos/pestphp/pest-plugin-arch/zipball/db7bd9cb1612b223e16618d85475c6f63b9c8daa
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/pbmHnS /usr/bin/composer update --prefer-dist --no-interaction (http block)
  • https://api.github.com/repos/pestphp/pest-plugin-mutate/zipball/e10dbdc98c9e2f3890095b4fe2144f63a5717e08
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/pbmHnS /usr/bin/composer update --prefer-dist --no-interaction (http block)
  • https://api.github.com/repos/pestphp/pest-plugin/zipball/e79b26c65bc11c41093b10150c1341cc5cdbea83
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/pbmHnS /usr/bin/composer update --prefer-dist --no-interaction (http block)
  • https://api.github.com/repos/pestphp/pest/zipball/8871a6f5ef1de8e7c8dee2a270991449a7b6af73
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/pbmHnS /usr/bin/composer update --prefer-dist --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/pbmHnS /usr/bin/composer update --prefer-dist --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/pbmHnS /usr/bin/composer update --prefer-dist --no-interaction (http block)
  • https://api.github.com/repos/php-fig/cache/zipball/aa5030cfa5405eccfdcb1083ce040c2cb8d253bf
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/pbmHnS /usr/bin/composer update --prefer-dist --no-interaction (http block)
  • https://api.github.com/repos/php-fig/clock/zipball/e41a24703d4560fd0acb709162f73b8adfc3aa0d
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/pbmHnS /usr/bin/composer update --prefer-dist --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/pbmHnS /usr/bin/composer update --prefer-dist --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/pbmHnS /usr/bin/composer update --prefer-dist --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/pbmHnS /usr/bin/composer update --prefer-dist --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/pbmHnS /usr/bin/composer update --prefer-dist --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/pbmHnS /usr/bin/composer update --prefer-dist --no-interaction (http block)
  • https://api.github.com/repos/php-fig/simple-cache/zipball/764e0b3939f5ca87cb904f570ef9be2d78a07865
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/pbmHnS /usr/bin/composer update --prefer-dist --no-interaction (http block)
  • https://api.github.com/repos/phpDocumentor/ReflectionCommon/zipball/1d01c49d4ed62f25aa84a747ad35d5a16924662b
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/pbmHnS /usr/bin/composer update --prefer-dist --no-interaction (http block)
  • https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/897b5986ece6b4f9d8413fea345c7d49c757d6bf
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/pbmHnS /usr/bin/composer update --prefer-dist --no-interaction (http block)
  • https://api.github.com/repos/phpDocumentor/TypeResolver/zipball/327a05bbee54120d4786a0dc67aad30226ad4cf9
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/pbmHnS /usr/bin/composer update --prefer-dist --no-interaction (http block)
  • https://api.github.com/repos/phpseclib/phpseclib/zipball/6233a1e12584754e6b5daa69fe1289b47775c1b9
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/pbmHnS /usr/bin/composer update --prefer-dist --no-interaction (http block)
  • https://api.github.com/repos/phpstan/phpdoc-parser/zipball/a004701b11273a26cd7955a61d67a7f1e525a45a
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/pbmHnS /usr/bin/composer update --prefer-dist --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/pbmHnS /usr/bin/composer update --prefer-dist --no-interaction (http block)
  • https://api.github.com/repos/sebastianbergmann/cli-parser/zipball/15c5dd40dc4f38794d383bb95465193f5e0ae180
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/pbmHnS /usr/bin/composer update --prefer-dist --no-interaction (http block)
  • https://api.github.com/repos/sebastianbergmann/code-unit-reverse-lookup/zipball/183a9b2632194febd219bb9246eee421dad8d45e
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/pbmHnS /usr/bin/composer update --prefer-dist --no-interaction (http block)
  • https://api.github.com/repos/sebastianbergmann/code-unit/zipball/54391c61e4af8078e5b276ab082b6d3c54c9ad64
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/pbmHnS /usr/bin/composer update --prefer-dist --no-interaction (http block)
  • https://api.github.com/repos/sebastianbergmann/comparator/zipball/2c95e1e86cb8dd41beb8d502057d1081ccc8eca9
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/pbmHnS /usr/bin/composer update --prefer-dist --no-interaction (http block)
  • https://api.github.com/repos/sebastianbergmann/complexity/zipball/ee41d384ab1906c68852636b6de493846e13e5a0
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/pbmHnS /usr/bin/composer update --prefer-dist --no-interaction (http block)
  • https://api.github.com/repos/sebastianbergmann/diff/zipball/b4ccd857127db5d41a5b676f24b51371d76d8544
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/pbmHnS /usr/bin/composer update --prefer-dist --no-interaction (http block)
  • https://api.github.com/repos/sebastianbergmann/environment/zipball/a5c75038693ad2e8d4b6c15ba2403532647830c4
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/pbmHnS /usr/bin/composer update --prefer-dist --no-interaction (http block)
  • https://api.github.com/repos/sebastianbergmann/exporter/zipball/70a298763b40b213ec087c51c739efcaa90bcd74
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/pbmHnS /usr/bin/composer update --prefer-dist --no-interaction (http block)
  • https://api.github.com/repos/sebastianbergmann/global-state/zipball/3be331570a721f9a4b5917f4209773de17f747d7
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/pbmHnS /usr/bin/composer update --prefer-dist --no-interaction (http block)
  • https://api.github.com/repos/sebastianbergmann/lines-of-code/zipball/d36ad0d782e5756913e42ad87cb2890f4ffe467a
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/pbmHnS /usr/bin/composer update --prefer-dist --no-interaction (http block)
  • https://api.github.com/repos/sebastianbergmann/object-enumerator/zipball/f5b498e631a74204185071eb41f33f38d64608aa
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/pbmHnS /usr/bin/composer update --prefer-dist --no-interaction (http block)
  • https://api.github.com/repos/sebastianbergmann/object-reflector/zipball/6e1a43b411b2ad34146dee7524cb13a068bb35f9
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/pbmHnS /usr/bin/composer update --prefer-dist --no-interaction (http block)
  • https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/2c1ed04922802c15e1de5d7447b4856de949cf56
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/pbmHnS /usr/bin/composer update --prefer-dist --no-interaction (http block)
  • https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/2f3a64888c814fc235386b7387dd5b5ed92ad903
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/pbmHnS /usr/bin/composer update --prefer-dist --no-interaction (http block)
  • https://api.github.com/repos/sebastianbergmann/php-invoker/zipball/c1ca3814734c07492b3d4c5f794f4b0995333da2
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/pbmHnS /usr/bin/composer update --prefer-dist --no-interaction (http block)
  • https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/3e0404dc6b300e6bf56415467ebcb3fe4f33e964
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/pbmHnS /usr/bin/composer update --prefer-dist --no-interaction (http block)
  • https://api.github.com/repos/sebastianbergmann/php-timer/zipball/3b415def83fbcb41f991d9ebf16ae4ad8b7837b3
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/pbmHnS /usr/bin/composer update --prefer-dist --no-interaction (http block)
  • https://api.github.com/repos/sebastianbergmann/phpunit/zipball/fdfc727f0fcacfeb8fcb30c7e5da173125b58be3
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/pbmHnS /usr/bin/composer update --prefer-dist --no-interaction (http block)
  • https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/f6458abbf32a6c8174f8f26261475dc133b3d9dc
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/pbmHnS /usr/bin/composer update --prefer-dist --no-interaction (http block)
  • https://api.github.com/repos/sebastianbergmann/type/zipball/f77d2d4e78738c98d9a68d2596fe5e8fa380f449
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/pbmHnS /usr/bin/composer update --prefer-dist --no-interaction (http block)
  • https://api.github.com/repos/sebastianbergmann/version/zipball/c687e3387b99f5b03b6caa64c74b63e2936ff874
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/pbmHnS /usr/bin/composer update --prefer-dist --no-interaction (http block)
  • https://api.github.com/repos/staabm/side-effects-detector/zipball/d8334211a140ce329c13726d4a715adbddd0a163
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/pbmHnS /usr/bin/composer update --prefer-dist --no-interaction (http block)
  • https://api.github.com/repos/symfony/clock/zipball/9169f24776edde469914c1e7a1442a50f7a4e110
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/pbmHnS /usr/bin/composer update --prefer-dist --no-interaction (http block)
  • https://api.github.com/repos/symfony/console/zipball/e1e6770440fb9c9b0cf725f81d1361ad1835329d
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/pbmHnS /usr/bin/composer update --prefer-dist --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/pbmHnS /usr/bin/composer update --prefer-dist --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/pbmHnS /usr/bin/composer update --prefer-dist --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/pbmHnS /usr/bin/composer update --prefer-dist --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/pbmHnS /usr/bin/composer update --prefer-dist --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/pbmHnS /usr/bin/composer update --prefer-dist --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/pbmHnS /usr/bin/composer update --prefer-dist --no-interaction (http block)
  • https://api.github.com/repos/symfony/polyfill-php83/zipball/17f6f9a6b1735c0f163024d959f700cfbc5155e5
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/pbmHnS /usr/bin/composer update --prefer-dist --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/pbmHnS /usr/bin/composer update --prefer-dist --no-interaction (http block)
  • https://api.github.com/repos/symfony/polyfill-php85/zipball/d4e5fcd4ab3d998ab16c0db48e6cbb9a01993f91
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/pbmHnS /usr/bin/composer update --prefer-dist --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/pbmHnS /usr/bin/composer update --prefer-dist --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/pbmHnS /usr/bin/composer update --prefer-dist --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/pbmHnS /usr/bin/composer update --prefer-dist --no-interaction (http block)
  • https://api.github.com/repos/symfony/translation-contracts/zipball/65a8bc82080447fae78373aa10f8d13b38338977
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/pbmHnS /usr/bin/composer update --prefer-dist --no-interaction (http block)
  • https://api.github.com/repos/symfony/translation/zipball/1888cf064399868af3784b9e043240f1d89d25ce
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/pbmHnS /usr/bin/composer update --prefer-dist --no-interaction (http block)
  • https://api.github.com/repos/ta-tikoma/phpunit-architecture-test/zipball/1248f3f506ca9641d4f68cebcd538fa489754db8
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/pbmHnS /usr/bin/composer update --prefer-dist --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/pbmHnS /usr/bin/composer update --prefer-dist --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/pbmHnS /usr/bin/composer update --prefer-dist --no-interaction (http block)
  • https://api.github.com/repos/voku/portable-ascii/zipball/b1d923f88091c6bf09699efcd7c8a1b1bfd7351d
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/pbmHnS /usr/bin/composer update --prefer-dist --no-interaction (http block)
  • https://api.github.com/repos/webmozarts/assert/zipball/ff31ad6efc62e66e518fbab1cde3453d389bcdc8
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/pbmHnS /usr/bin/composer update --prefer-dist --no-interaction (http block)

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


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

…update google/apiclient to ^2.19

Co-authored-by: pulkitjalan <4124930+pulkitjalan@users.noreply.github.com>
Copilot AI changed the title [WIP] Update to support Laravel 13 and PHP 8.1 Add Laravel 13 support, drop Laravel 8/9, require PHP 8.1+, bump google/apiclient to ^2.19 Mar 14, 2026
Copilot AI requested a review from pulkitjalan March 14, 2026 06:24
…S.md

Co-authored-by: pulkitjalan <4124930+pulkitjalan@users.noreply.github.com>
Copilot AI changed the title Add Laravel 13 support, drop Laravel 8/9, require PHP 8.1+, bump google/apiclient to ^2.19 Drop Laravel 10 & PHP 8.1, require PHP 8.2+, fix docblocks, add AGENTS.md Mar 14, 2026
@github-actions github-actions bot added the stale label Apr 5, 2026
@github-actions github-actions bot closed this Apr 12, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants