diff --git a/composer.json b/composer.json index ccc1c7f..a072851 100644 --- a/composer.json +++ b/composer.json @@ -16,7 +16,6 @@ "knpuniversity/oauth2-client-bundle": "*", "league/oauth2-client": "*", "mycrm/billing-module": "^1.0", - "mycrm/test-module": "*", "nelmio/cors-bundle": "^2.6", "phpdocumentor/reflection-docblock": "^5.6", "phpstan/phpdoc-parser": "^2.3", diff --git a/composer.lock b/composer.lock index 4b279d2..609a851 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "ac7d8a38f7c8dd8a8f2760177304dcb4", + "content-hash": "f89ce01cc8bcb7810af77472d2437dd0", "packages": [ { "name": "api-platform/core", @@ -3259,42 +3259,6 @@ "description": "Ausgangsrechnungsverwaltung für myCRM", "time": "2025-12-05T10:24:44+00:00" }, - { - "name": "mycrm/test-module", - "version": "v1.0.1", - "source": { - "type": "git", - "url": "https://git.osdata-home.de/mycrm/mycrm-test-module", - "reference": "0630a840ffdca475208b51f7807196468e44c27c" - }, - "require": { - "php": ">=8.2", - "symfony/framework-bundle": "^7.0" - }, - "type": "symfony-bundle", - "extra": { - "branch-alias": { - "dev-main": "1.0-dev", - "stable": "v1.0.0" - } - }, - "autoload": { - "psr-4": { - "MyCRM\\TestModule\\": "src/" - } - }, - "license": [ - "proprietary" - ], - "authors": [ - { - "name": "Your Name", - "email": "your.email@example.com" - } - ], - "description": "Test Module for myCRM - Demonstrates the plugin system", - "time": "2025-12-03T15:57:07+00:00" - }, { "name": "nelmio/cors-bundle", "version": "2.6.0", diff --git a/config/bundles.php b/config/bundles.php index 72f5e4a..9f38bb7 100644 --- a/config/bundles.php +++ b/config/bundles.php @@ -18,6 +18,5 @@ return [ Symfony\WebpackEncoreBundle\WebpackEncoreBundle::class => ['all' => true], Doctrine\Bundle\FixturesBundle\DoctrineFixturesBundle::class => ['dev' => true, 'test' => true], KnpU\OAuth2ClientBundle\KnpUOAuth2ClientBundle::class => ['all' => true], - MyCRM\TestModule\TestModuleBundle::class => ['all' => true], MyCRM\BillingModule\BillingModuleBundle::class => ['all' => true], ]; diff --git a/symfony.lock b/symfony.lock index 615ef5c..709ff4b 100644 --- a/symfony.lock +++ b/symfony.lock @@ -90,9 +90,6 @@ "mycrm/billing-module": { "version": "dev-main" }, - "mycrm/test-module": { - "version": "dev-main" - }, "nelmio/cors-bundle": { "version": "2.6", "recipe": {