Skip to content

Commit ae9a9a2

Browse files
committed
adding composer.json to the tag manager plugin
1 parent d624288 commit ae9a9a2

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

composer.json

+18
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
{
2+
"name": "mautic/plugin-tagmanager",
3+
"description": "Tag Manager Plugin",
4+
"type": "mautic-plugin",
5+
"keywords": [
6+
"mautic",
7+
"plugin",
8+
"integration"
9+
],
10+
"extra": {
11+
"install-directory-name": "MauticTagManagerBundle"
12+
},
13+
"minimum-stability": "dev",
14+
"require": {
15+
"php": ">=7.4.0 <8.1",
16+
"mautic/core-lib": "^4.0"
17+
}
18+
}

0 commit comments

Comments
 (0)