We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb53d9f commit 69721a7Copy full SHA for 69721a7
update.php
@@ -1,6 +1,6 @@
1
<?php
2
3
-$php = strtoupper(substr(PHP_OS, 0, 3)) === 'WIN' ? 'php' : '/usr/bin/php8.0';
+$php = strtoupper(substr(PHP_OS, 0, 3)) === 'WIN' ? 'php' : '/usr/bin/php8.2-cli';
4
5
exec($php . ' composer.phar self-update');
6
exec($php . ' composer.phar update');
0 commit comments