Skip to content

Commit

Permalink
Merge pull request #6 from likeabas/master
Browse files Browse the repository at this point in the history
Craft 5 support
  • Loading branch information
mathieu-coingt authored Jul 16, 2024
2 parents 5373a76 + 5162c9f commit 74fe6f8
Show file tree
Hide file tree
Showing 6 changed files with 6,979 additions and 23 deletions.
14 changes: 13 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"name": "la-haute-societe/craft-google-tag-manager",
"description": "Configure the Google Tag Manager \"Container ID\" from the Craft CMS control panel",
"type": "craft-plugin",
"version": "2.0.1",
"keywords": [
"craft",
"cms",
Expand All @@ -21,7 +22,7 @@
}
],
"require": {
"craftcms/cms": "^4.0.0"
"craftcms/cms": "^4.0.0|^5.0.0"
},
"autoload": {
"psr-4": {
Expand All @@ -36,5 +37,16 @@
"hasCpSection": false,
"changelogUrl": "https://github.com/la-haute-societe/craft-google-tag-manager/blob/master/CHANGELOG.md",
"class": "lhs\\googletagmanager\\GoogleTagManager"
},
"minimum-stability": "dev",
"prefer-stable": true,
"require-dev": {
"craftcms/rector": "dev-main"
},
"config": {
"allow-plugins": {
"yiisoft/yii2-composer": true,
"craftcms/plugin-installer": true
}
}
}
Loading

0 comments on commit 74fe6f8

Please sign in to comment.