refactor: Remove test module references from composer and configuration files

This commit is contained in:
olli 2025-12-14 18:07:53 +01:00
parent 00b42e4a4c
commit 6246f29135
4 changed files with 1 additions and 42 deletions

View File

@ -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",

38
composer.lock generated
View File

@ -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",

View File

@ -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],
];

View File

@ -90,9 +90,6 @@
"mycrm/billing-module": {
"version": "dev-main"
},
"mycrm/test-module": {
"version": "dev-main"
},
"nelmio/cors-bundle": {
"version": "2.6",
"recipe": {