ReviewOS

also looking at this

pantry-pm/pantry

chore(deps): update all non-major dependencies

#182
Closed chrisbbreuer wants to merge buddy-bot/update-non-major-updates-1756513302491 into main
10 files +465 -910

Review threads live on the whole diff, not on one commit, so none are shown here - a thread's line means something in the branch's final form, and painting it into an intermediate step would put it on code it is not about.

.github/workflows/precompile-php.ymlmodified+2-2
Changes to .github/workflows/precompile-php.yml
@@ -251,11 +251,11 @@ jobs:
251251 unlink("test.phar");
252252 } catch (Exception $e) {
253253 echo "❌ Phar creation failed: " . $e->getMessage() . "\n";
254 exit 1;
254 exit(1);
255255 }
256256 } else {
257257 echo "❌ Phar extension not loaded\n";
258 exit 1;
258 exit(1);
259259 }
260260 ?>' > test_phar_create.php
261261 binaries/$BINARY_NAME/bin/php -d phar.readonly=0 test_phar_create.php