Skip to content

Commit

Permalink
Require craftcms/commerce-omnipay 3.0 and up
Browse files Browse the repository at this point in the history
  • Loading branch information
Roel van Hintum committed Jun 30, 2022
1 parent b72cc45 commit 9f6c861
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 5 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Release notes for Buckaroo Gateway for Craft Commerce

## 1.4.0-beta.1 - 2022-06-30
### Change
- Require Craft 3.7 and up
- Require Craft Commerce 3.0 and up
- Require craftcms/commerce-omnipay 3.0 and up

## 1.3.0 - 2022-03-10
### Change
- Update ideal issuers
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ Adds Buckaroo gateway support to Craft Commerce. Currently supports: Credit Card

## Requirements

- Craft 3.3 and up
- Craft Commerce 2 or 3
- Craft 3.7 and up
- Craft Commerce 3

## Installation

Expand Down
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@
}
],
"require": {
"craftcms/cms": "^3.3",
"craftcms/commerce": "^2.0|^3.0",
"craftcms/commerce-omnipay": "^2.0.0",
"craftcms/cms": "^3.7",
"craftcms/commerce": "^3.0",
"craftcms/commerce-omnipay": "^3.0.0",
"born05/omnipay-buckaroo": "~3.0"
},
"autoload": {
Expand Down

0 comments on commit 9f6c861

Please sign in to comment.