Skip to content

Commit

Permalink
Update composer package versions (#17)
Browse files Browse the repository at this point in the history
  • Loading branch information
victor-petryk authored Apr 12, 2024
1 parent d5516b9 commit e9380f3
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
{
"name": "bold-commerce/module-checkout-flow-paypal",
"version": "1.0.1",
"description": "Bold Checkout PayPal Flow Integration for Adobe Commerce",
"description": "Bold Checkout PayPal Flow Integration for Adobe Commerce.",
"type": "magento2-module",
"require": {
"magento/framework": ">=102.0.2 <103.0.7",
"magento/module-store": ">=101.0.2 <101.1.7",
"bold-commerce/module-checkout": "^1.1.24"
},
"license": [
"MIT"
],
"version": "1.0.1",
"require": {
"bold-commerce/module-checkout": "^1.1.24",
"magento/framework": ">=102.0.2 <103.0.8",
"magento/module-store": ">=101.0.2 <101.1.8"
},
"autoload": {
"files": [
"registration.php"
Expand Down

0 comments on commit e9380f3

Please sign in to comment.