Skip to content

Commit

Permalink
Add composer support for Commerce 3
Browse files Browse the repository at this point in the history
  • Loading branch information
johnnynotsolucky committed Mar 3, 2020
1 parent f513148 commit 1fd0234
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## 1.3.0 - 2020-03-03

### Added

- Added composer support for Craft Commerce 3.

## 1.2.7 - 2019-12-05

### Updated
Expand Down
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"description": "A Craft CMS plugin for integrating Craft Commerce with ShipStation",
"homepage": "https://github.com/fostercommerce/shipstation-connect",
"type": "craft-plugin",
"version": "1.2.7",
"version": "1.3.0",
"keywords": ["craft","plugin","shipstation"],
"license": "proprietary",
"support": {
Expand All @@ -23,8 +23,8 @@
}
},
"require": {
"craftcms/cms": "^3.0.0",
"craftcms/commerce": "^2.0.0"
"craftcms/cms": "^3.0",
"craftcms/commerce": "^2.0|^3.0"
},
"require-dev": {
"friendsofphp/php-cs-fixer": "^2.13"
Expand Down

0 comments on commit 1fd0234

Please sign in to comment.