systopia / de.systopia.donrec

CiviCRM Donation Receipts Extension
GNU Affero General Public License v3.0
15 stars 25 forks source link

Donrec 2.2.0 incompatible with php7.3 #168

Closed linusheck closed 1 year ago

linusheck commented 1 year ago

The line

$context['contact_id'] ??= NULL;

throws a syntax error.

jensschuppe commented 1 year ago

This is in the extension code since version 2.1.0 actually. We decided to not support PHP <7.4 anymore, sorry. PHP 7.3 went EOL in November 2021. Unfortunately, there's no way to require a specific minimum PHP version via extension metadata. I'll add a note to the release notes though.

linusheck commented 1 year ago

Thanks!

bjendres commented 1 year ago

Unfortunately, there's no way to require a specific minimum PHP version via extension metadata.

Hopefully we'll get there soon: https://lab.civicrm.org/extensions/extensions-directory/-/issues/64