Skip to content
3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -135,14 +135,15 @@
"package-zj-sonymusic": "dev-fall",
"pm-platform": "dev-fall",
"package-zj-nas": "dev-fall",
"package-plg": "0.14.0",
"package-accessibility": "1.0.0",
"package-zj-birmingham": "dev-main",
"package-tce": "dev-master",
"package-case-overview": "dev-main",
"package-sis-integration": "1.0.0"
},
"enterprise": {
"package-plg": "dev-master",
"package-sis-integration": "1.0.0",
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Bug: Composer Update Causes Package Conflicts

This composer.json update introduces two package issues. package-sis-integration is now duplicated in both custom and enterprise sections at version 1.0.0, which could cause resolution conflicts. Additionally, package-plg moved from custom (0.14.0) to enterprise (dev-master), a version change from a stable release to a development branch that might introduce instability or break existing custom deployments.

Fix in Cursor Fix in Web

"connector-docusign": "1.11.0",
"connector-idp": "1.14.0",
"connector-pdf-print": "1.23.0",
Expand Down
Loading