cedaro / satispress

Expose installed WordPress plugins and themes as Composer packages.
500 stars 48 forks source link

Bump / confirm min PHP version #198

Open GaryJones opened 1 year ago

GaryJones commented 1 year ago

The docs say that PHP 7.0 is the minimum, but the composer.json file says >=7.1.

The nature of the plugin means it's aimed at a technical audience, so while I would ordinarily say 7.1 is a good minimum (some nice strongly-typed features available), we could make this even later - 7.3 would mean only needing to use PHPUnit 9, for instance.

@bradyvercher Thoughts?