fix: remove self-referencing dependency in composer.json

The package mokoconsulting-tech/enterprise cannot require itself.
This was causing composer install to fail in CI, blocking bulk-repo-sync.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
Jonathan Miller
2026-04-26 11:34:11 -05:00
parent 2a84875a4e
commit 11dc2206b7
-1
View File
@@ -17,7 +17,6 @@
"ext-json": "*",
"ext-zip": "*",
"guzzlehttp/guzzle": "^7.8",
"mokoconsulting-tech/enterprise": "dev-version/04",
"monolog/monolog": "^3.5",
"php": ">=8.1",
"phpseclib/phpseclib": "^3.0",