mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-09-05 08:59:14 +08:00
Require PHP 7.2
This commit is contained in:
parent
c31637fc44
commit
17d3cc152e
18 changed files with 18 additions and 18 deletions
|
@ -1,7 +1,7 @@
|
||||||
name: woocommerce-paypal-payments
|
name: woocommerce-paypal-payments
|
||||||
type: php
|
type: php
|
||||||
docroot: .ddev/wordpress
|
docroot: .ddev/wordpress
|
||||||
php_version: "7.1"
|
php_version: "7.2"
|
||||||
webserver_type: apache-fpm
|
webserver_type: apache-fpm
|
||||||
router_http_port: "80"
|
router_http_port: "80"
|
||||||
router_https_port: "443"
|
router_https_port: "443"
|
||||||
|
|
2
.github/workflows/e2e.yml
vendored
2
.github/workflows/e2e.yml
vendored
|
@ -7,7 +7,7 @@ jobs:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
php-versions: ['7.1', '7.4']
|
php-versions: ['7.2', '7.4']
|
||||||
|
|
||||||
name: PHP ${{ matrix.php-versions }}
|
name: PHP ${{ matrix.php-versions }}
|
||||||
steps:
|
steps:
|
||||||
|
|
2
.github/workflows/package.yml
vendored
2
.github/workflows/package.yml
vendored
|
@ -27,7 +27,7 @@ jobs:
|
||||||
- name: Setup PHP
|
- name: Setup PHP
|
||||||
uses: shivammathur/setup-php@v2
|
uses: shivammathur/setup-php@v2
|
||||||
with:
|
with:
|
||||||
php-version: 7.1
|
php-version: 7.2
|
||||||
tools: composer:v1
|
tools: composer:v1
|
||||||
|
|
||||||
- name: Fix plugin version input # Add the version number if only suffix entered
|
- name: Fix plugin version input # Add the version number if only suffix entered
|
||||||
|
|
2
.github/workflows/php.yml
vendored
2
.github/workflows/php.yml
vendored
|
@ -7,7 +7,7 @@ jobs:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
php-versions: ['7.1', '7.2', '7.3', '7.4']
|
php-versions: ['7.2', '7.3', '7.4']
|
||||||
|
|
||||||
name: PHP ${{ matrix.php-versions }}
|
name: PHP ${{ matrix.php-versions }}
|
||||||
steps:
|
steps:
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
"description": "PayPal Commerce Platform for WooCommerce",
|
"description": "PayPal Commerce Platform for WooCommerce",
|
||||||
"license": "GPL-2.0",
|
"license": "GPL-2.0",
|
||||||
"require": {
|
"require": {
|
||||||
"php": "^7.1 | ^8.0",
|
"php": "^7.2 | ^8.0",
|
||||||
"ext-json": "*",
|
"ext-json": "*",
|
||||||
"dhii/module-interface": "^0.2 || ^0.3",
|
"dhii/module-interface": "^0.2 || ^0.3",
|
||||||
"psr/container": "^1.0",
|
"psr/container": "^1.0",
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
"description": "Admin notices module for PPCP",
|
"description": "Admin notices module for PPCP",
|
||||||
"license": "GPL-2.0",
|
"license": "GPL-2.0",
|
||||||
"require": {
|
"require": {
|
||||||
"php": "^7.1 | ^8.0",
|
"php": "^7.2 | ^8.0",
|
||||||
"dhii/module-interface": "^0.3.0-alpha1"
|
"dhii/module-interface": "^0.3.0-alpha1"
|
||||||
},
|
},
|
||||||
"autoload": {
|
"autoload": {
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
"description": "API client module for PPCP",
|
"description": "API client module for PPCP",
|
||||||
"license": "GPL-2.0",
|
"license": "GPL-2.0",
|
||||||
"require": {
|
"require": {
|
||||||
"php": "^7.1 | ^8.0",
|
"php": "^7.2 | ^8.0",
|
||||||
"dhii/module-interface": "^0.3.0-alpha1"
|
"dhii/module-interface": "^0.3.0-alpha1"
|
||||||
},
|
},
|
||||||
"autoload": {
|
"autoload": {
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
"description": "Button module for PPCP",
|
"description": "Button module for PPCP",
|
||||||
"license": "GPL-2.0",
|
"license": "GPL-2.0",
|
||||||
"require": {
|
"require": {
|
||||||
"php": "^7.1 | ^8.0",
|
"php": "^7.2 | ^8.0",
|
||||||
"dhii/module-interface": "^0.3.0-alpha1"
|
"dhii/module-interface": "^0.3.0-alpha1"
|
||||||
},
|
},
|
||||||
"autoload": {
|
"autoload": {
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
"description": "Compatibility module for PPCP",
|
"description": "Compatibility module for PPCP",
|
||||||
"license": "GPL-2.0",
|
"license": "GPL-2.0",
|
||||||
"require": {
|
"require": {
|
||||||
"php": "^7.1 | ^8.0",
|
"php": "^7.2 | ^8.0",
|
||||||
"dhii/module-interface": "^0.3.0-alpha1"
|
"dhii/module-interface": "^0.3.0-alpha1"
|
||||||
},
|
},
|
||||||
"autoload": {
|
"autoload": {
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
"description": "Onboarding module for PPCP",
|
"description": "Onboarding module for PPCP",
|
||||||
"license": "GPL-2.0",
|
"license": "GPL-2.0",
|
||||||
"require": {
|
"require": {
|
||||||
"php": "^7.1 | ^8.0",
|
"php": "^7.2 | ^8.0",
|
||||||
"dhii/module-interface": "^0.3.0-alpha1"
|
"dhii/module-interface": "^0.3.0-alpha1"
|
||||||
},
|
},
|
||||||
"autoload": {
|
"autoload": {
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
"description": "Order tracking module for PPCP",
|
"description": "Order tracking module for PPCP",
|
||||||
"license": "GPL-2.0",
|
"license": "GPL-2.0",
|
||||||
"require": {
|
"require": {
|
||||||
"php": "^7.1 | ^8.0",
|
"php": "^7.2 | ^8.0",
|
||||||
"dhii/module-interface": "^0.3.0-alpha1"
|
"dhii/module-interface": "^0.3.0-alpha1"
|
||||||
},
|
},
|
||||||
"autoload": {
|
"autoload": {
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
"description": "Session module for PPCP",
|
"description": "Session module for PPCP",
|
||||||
"license": "GPL-2.0",
|
"license": "GPL-2.0",
|
||||||
"require": {
|
"require": {
|
||||||
"php": "^7.1 | ^8.0",
|
"php": "^7.2 | ^8.0",
|
||||||
"dhii/module-interface": "^0.3.0-alpha1"
|
"dhii/module-interface": "^0.3.0-alpha1"
|
||||||
},
|
},
|
||||||
"autoload": {
|
"autoload": {
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
"description": "Status report module for PPCP",
|
"description": "Status report module for PPCP",
|
||||||
"license": "GPL-2.0",
|
"license": "GPL-2.0",
|
||||||
"require": {
|
"require": {
|
||||||
"php": "^7.1 | ^8.0",
|
"php": "^7.2 | ^8.0",
|
||||||
"dhii/module-interface": "^0.3.0-alpha1"
|
"dhii/module-interface": "^0.3.0-alpha1"
|
||||||
},
|
},
|
||||||
"autoload": {
|
"autoload": {
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
"description": "Subscription module for PPCP",
|
"description": "Subscription module for PPCP",
|
||||||
"license": "GPL-2.0",
|
"license": "GPL-2.0",
|
||||||
"require": {
|
"require": {
|
||||||
"php": "^7.1 | ^8.0",
|
"php": "^7.2 | ^8.0",
|
||||||
"dhii/module-interface": "^0.3.0-alpha1"
|
"dhii/module-interface": "^0.3.0-alpha1"
|
||||||
},
|
},
|
||||||
"autoload": {
|
"autoload": {
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
"description": "Vaulting module for PPCP",
|
"description": "Vaulting module for PPCP",
|
||||||
"license": "GPL-2.0",
|
"license": "GPL-2.0",
|
||||||
"require": {
|
"require": {
|
||||||
"php": "^7.1 | ^8.0",
|
"php": "^7.2 | ^8.0",
|
||||||
"dhii/module-interface": "^0.3.0-alpha1"
|
"dhii/module-interface": "^0.3.0-alpha1"
|
||||||
},
|
},
|
||||||
"autoload": {
|
"autoload": {
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
"description": "WC gateway module for PPCP",
|
"description": "WC gateway module for PPCP",
|
||||||
"license": "GPL-2.0",
|
"license": "GPL-2.0",
|
||||||
"require": {
|
"require": {
|
||||||
"php": "^7.1 | ^8.0",
|
"php": "^7.2 | ^8.0",
|
||||||
"dhii/module-interface": "^0.3.0-alpha1"
|
"dhii/module-interface": "^0.3.0-alpha1"
|
||||||
},
|
},
|
||||||
"autoload": {
|
"autoload": {
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
"description": "Webhooks module for PPCP",
|
"description": "Webhooks module for PPCP",
|
||||||
"license": "GPL-2.0",
|
"license": "GPL-2.0",
|
||||||
"require": {
|
"require": {
|
||||||
"php": "^7.1 | ^8.0",
|
"php": "^7.2 | ^8.0",
|
||||||
"dhii/module-interface": "^0.3.0-alpha1"
|
"dhii/module-interface": "^0.3.0-alpha1"
|
||||||
},
|
},
|
||||||
"autoload": {
|
"autoload": {
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
"description": "WC logging module for PPCP",
|
"description": "WC logging module for PPCP",
|
||||||
"license": "GPL-2.0",
|
"license": "GPL-2.0",
|
||||||
"require": {
|
"require": {
|
||||||
"php": "^7.1 | ^8.0",
|
"php": "^7.2 | ^8.0",
|
||||||
"dhii/module-interface": "^0.3.0-alpha1"
|
"dhii/module-interface": "^0.3.0-alpha1"
|
||||||
},
|
},
|
||||||
"autoload": {
|
"autoload": {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue