Skip to content

Commit

Permalink
feat: craft 4
Browse files Browse the repository at this point in the history
  • Loading branch information
mikejpeters committed Aug 3, 2022
1 parent e3f81a2 commit d80a7be
Show file tree
Hide file tree
Showing 9 changed files with 6,879 additions and 142 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@

# COMPOSER
/vendor
/composer.lock

# BUILD FILES
/bower_components/*
Expand Down
18 changes: 16 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,17 @@
}
],
"support": {
"docs": "https://github.com/boundstate/craft-mailchimp/blob/master/README.md",
"docs": "https://github.com/boundstate/craft-mailchimp",
"issues": "https://github.com/boundstate/craft-mailchimp/issues"
},
"require": {
"craftcms/cms": "^3.0.0",
"php": "^8.0.2",
"craftcms/cms": "^4.0.0",
"drewm/mailchimp-api": "^2.5"
},
"require-dev": {
"craftcms/rector": "dev-main"
},
"autoload": {
"psr-4": {
"boundstate\\mailchimp\\": "src/"
Expand All @@ -34,5 +38,15 @@
"name": "Mailchimp",
"description": "Subscribe users to Mailchimp lists",
"documentationUrl": "https://github.com/boundstate/craft-mailchimp/blob/master/README.md"
},
"config": {
"sort-packages": true,
"platform": {
"php": "8.0.2"
},
"allow-plugins": {
"yiisoft/yii2-composer": true,
"craftcms/plugin-installer": true
}
}
}
Loading

0 comments on commit d80a7be

Please sign in to comment.