Skip to content

Commit

Permalink
requirements for commerce 3
Browse files Browse the repository at this point in the history
  • Loading branch information
mcjackson18 committed Feb 7, 2020
1 parent 6ee8bf7 commit d179d3b
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,13 @@ All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/).

## 2.3.2 - 2020-01-09

### Changed

- Update requirements to allow for Craft Commerce 3


## 2.3.2 - 2020-01-09

### Fixed
Expand Down
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "kuriousagency/commerce-braintree",
"description": "Braintree gateway for Commerce 2",
"description": "Braintree gateway for Craft Commerce",
"type": "craft-plugin",
"version": "2.3.2",
"version": "2.3.3",
"keywords": [
"craft",
"cms",
Expand All @@ -19,7 +19,7 @@
],
"require": {
"craftcms/cms": "^3.0.0",
"craftcms/commerce": "^2.0.0-beta.12",
"craftcms/commerce": "^2.0.0|^3.0",
"braintree/braintree_php": "^4.5"
},
"autoload": {
Expand Down

0 comments on commit d179d3b

Please sign in to comment.