Skip to content

Commit

Permalink
Create composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Jakub Polomsky authored Nov 11, 2020
1 parent ba5fd98 commit cd5203a
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
{
"name": "qenta/woocommerce-qenta-checkout-page",
"license": "GPL-2.0",
"type": "library",
"description": "QENTA Checkout Page plugin for WooCommerce",
"keywords": ["QENTA", "checkout", "page", "seamless", "payment"],
"homepage": "https://www.qenta-cee.at",
"support": {
"email": "support@qenta.com",
"docs": "https://guides.qenta.com"
},
"require": {
"php": "~7.4.0",
"psr/http-message": "^1.0",
"qenta/checkout-client-library": "^4.0.0"
},
"config": {
"vendor-dir": "woocommerce-qenta-checkout-page/vendor"
}

}

0 comments on commit cd5203a

Please sign in to comment.