Skip to content

Commit

Permalink
Merge pull request #40 from craftcms/4.1
Browse files Browse the repository at this point in the history
Craft 5 & Commerce 5 compatibility
  • Loading branch information
nfourtythree authored Mar 14, 2024
2 parents 348a3ed + 5afc732 commit e2048d5
Show file tree
Hide file tree
Showing 6 changed files with 1,266 additions and 940 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Release Notes for Omnipay integration package for Craft Commerce

## Unreleased

- Added Craft CMS 5 and Craft Commerce 5 compatibility.

## 4.0.0.1 - 2023-03-28

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Omnipay integration plugin for Craft Commerce 4.0
Omnipay integration plugin for Craft Commerce 4.0/5.0
=======================

This package is required for Omnipay-based gateway plugins.
10 changes: 4 additions & 6 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "craftcms/commerce-omnipay",
"description": "Omnipay integration package for Craft Commerce 4.0+",
"description": "Omnipay integration package for Craft Commerce 4.0+/5.0+",
"keywords": [
"commerce",
"craftcms",
Expand All @@ -23,7 +23,7 @@
},
"require": {
"php": "^8.0.2",
"craftcms/commerce": "^4.0.0",
"craftcms/commerce": "^4.0.0|^5.0.0-beta.1",
"omnipay/common": "^3.0",
"php-http/guzzle7-adapter": "^1.0"
},
Expand All @@ -42,16 +42,14 @@
"prefer-stable": true,
"require-dev": {
"craftcms/phpstan": "dev-main",
"craftcms/ecs": "dev-main"
"craftcms/ecs": "dev-main",
"craftcms/rector": "dev-main"
},
"config": {
"allow-plugins": {
"yiisoft/yii2-composer": true,
"craftcms/plugin-installer": true,
"php-http/discovery": true
},
"platform": {
"php": "8.0.2"
}
},
"scripts": {
Expand Down
Loading

0 comments on commit e2048d5

Please sign in to comment.