Skip to content

Commit

Permalink
Compatible with 5.x
Browse files Browse the repository at this point in the history
  • Loading branch information
lukeholder committed Mar 21, 2024
1 parent 7e26f63 commit 44a7274
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 9 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Release Notes for Mollie for Craft Commerce

## 5.0
## 4.2.0 - 2024-03-20

- Added Craft CMS 5 and Craft Commerce 5 compatibility.

Expand Down
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,12 @@ This plugin provides a [Mollie](https://www.mollie.com/) integration for [Craft

## Requirements

This plugin requires Craft 5.0 and Craft Commerce 5.0 or later.
Mollie 4.2.x requires either:

- Craft 4.0 and Craft Commerce 4.0 or later
- Craft 5.0 and Craft Commerce 5.0 or later

Mollie 4.1.x is only compatible with Craft 4.0 and Craft Commerce 4.0 or later.

## Installation

Expand Down
11 changes: 4 additions & 7 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@
"rss": "https://github.com/craftcms/commerce-mollie/commits/master.atom"
},
"require": {
"php": "^8.2",
"craftcms/cms": "^5.0.0-beta.6",
"craftcms/commerce": "^5.0.0-beta.1",
"craftcms/commerce-omnipay": "^5.0.0-beta.1",
"php": "^8.0.2",
"craftcms/cms": "^4.0.0-RC3|^5.0.0-beta.7",
"craftcms/commerce": "^4.0.0-RC1|^5.0.0-beta.1",
"craftcms/commerce-omnipay": "^4.1.0",
"omnipay/mollie": "^5.0"
},
"autoload": {
Expand Down Expand Up @@ -55,9 +55,6 @@
"yiisoft/yii2-composer": true,
"craftcms/plugin-installer": true,
"php-http/discovery": true
},
"platform": {
"php": "8.2"
}
}
}

0 comments on commit 44a7274

Please sign in to comment.