civicrm / cv

CiviCRM CLI Utility
28 stars 30 forks source link

Fix "Stringable" error when using PHAR on PHP 7.x #207

Closed totten closed 3 months ago

totten commented 3 months ago

The recent v0.3.52 brought in updates symfony/polyfill-php80 and new symfony/string. The polyfilled interface Stringable becomes important in this build.

box+scoper are usually clever about skipping polyfills, but in this case they need the extra hint...