Skip to content

Commit

Permalink
add support for php 7.2 and 7.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Jakub Polomsky committed Dec 3, 2020
1 parent 82370e1 commit e72b663
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,4 @@
.idea/workspace.xml
.idea/php.xml
.idea/woocommerce-qcp.iml
woocommerce-qenta-checkout-page/vendor/*
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"docs": "https://guides.qenta.com"
},
"require": {
"php": "~7.4.0",
"php": ">=7.2.0",
"psr/http-message": "^1.0",
"qenta/checkout-client-library": "^4.0.0"
},
Expand Down
4 changes: 2 additions & 2 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
require_once( WOOCOMMERCE_GATEWAY_WCP_BASEDIR . 'classes/class-woocommerce-wcp-payments.php' );

define( 'WOOCOMMERCE_GATEWAY_WCP_NAME', 'Woocommerce2_QentaCheckoutPage' );
define( 'WOOCOMMERCE_GATEWAY_WCP_VERSION', '1.3.11' );
define( 'WOOCOMMERCE_GATEWAY_WCP_VERSION', '2.0.1' );
define( 'WOOCOMMERCE_GATEWAY_WCP_WINDOWNAME', 'QentaCheckoutPageFrame' );
define( 'WOOCOMMERCE_GATEWAY_WCP_TABLE_NAME', 'woocommerce_wcp_transaction' );

Expand Down
Empty file.

0 comments on commit e72b663

Please sign in to comment.