OpenWebconcept / plugin-openpub-base

The OpenPub publication platform
https://openwebconcept.nl/bouwblokken
GNU General Public License v3.0
1 stars 3 forks source link

(fix): Fix composer.lock on PHP 7.4 rather than PHP 8.1 #24

Closed dtakken closed 2 weeks ago

dtakken commented 3 weeks ago

Composer lock file was generated using PHP 8.1, while we use PHP 7.4 by default. This fixes the failing GitHub actions.

Question: Create new patch release as well?