Skip to content

Commit 94ff1e5

Browse files
authored
Merge pull request acquia#273 from acquia/composer-json-update
Fixing the supported mautic/core-lib version and adding display name
2 parents 5be2e4f + ebefbea commit 94ff1e5

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

composer.json

+3-2
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@
1212
"plugin"
1313
],
1414
"extra": {
15-
"install-directory-name": "CustomObjectsBundle"
15+
"install-directory-name": "CustomObjectsBundle",
16+
"display-name": "Custom Objects"
1617
},
1718
"license": "GPL-3.0-or-later",
1819
"authors": [
@@ -30,7 +31,7 @@
3031
"require": {
3132
"php": ">=7.4",
3233
"ext-mbstring": "*",
33-
"mautic/core-lib": "^4.1"
34+
"mautic/core-lib": "^4.3"
3435
},
3536
"require-dev": {
3637
"theofidry/alice-data-fixtures": "^1.1"

0 commit comments

Comments
 (0)