mirror of
https://github.com/itflow-org/itflow
synced 2026-05-23 03:08:18 +00:00
Bump stripe-php from 19.4.1 to 20.0.0
This commit is contained in:
9
plugins/stripe-php/lib/version_check.php
Normal file
9
plugins/stripe-php/lib/version_check.php
Normal file
@@ -0,0 +1,9 @@
|
||||
<?php
|
||||
|
||||
// see: https://docs.stripe.com/sdks/versioning?lang=php
|
||||
|
||||
if (\PHP_VERSION_ID < 70200) {
|
||||
throw new RuntimeException(
|
||||
'The Stripe SDK requires PHP 7.2.0 or later. You are running PHP ' . \PHP_VERSION . '.'
|
||||
);
|
||||
}
|
||||
Reference in New Issue
Block a user