mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-08-30 05:00:51 +08:00
Update plugin php requirements
This commit is contained in:
parent
3ef9a974c3
commit
54ff5376b1
2 changed files with 2 additions and 2 deletions
|
@ -84,7 +84,7 @@ class FilePathPluginFactory implements FilePathPluginFactoryInterface {
|
|||
'Description' => '',
|
||||
'TextDomain' => '',
|
||||
'RequiresWP' => '5.0',
|
||||
'RequiresPHP' => '7.1',
|
||||
'RequiresPHP' => '7.2',
|
||||
),
|
||||
$plugin_data
|
||||
);
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
* Author: WooCommerce
|
||||
* Author URI: https://woocommerce.com/
|
||||
* License: GPL-2.0
|
||||
* Requires PHP: 7.1
|
||||
* Requires PHP: 7.2
|
||||
* WC requires at least: 3.9
|
||||
* WC tested up to: 7.0
|
||||
* Text Domain: woocommerce-paypal-payments
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue