refactor: Remove test module references from composer and configuration files
This commit is contained in:
parent
00b42e4a4c
commit
6246f29135
@ -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
38
composer.lock
generated
@ -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",
|
||||
|
||||
@ -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],
|
||||
];
|
||||
|
||||
@ -90,9 +90,6 @@
|
||||
"mycrm/billing-module": {
|
||||
"version": "dev-main"
|
||||
},
|
||||
"mycrm/test-module": {
|
||||
"version": "dev-main"
|
||||
},
|
||||
"nelmio/cors-bundle": {
|
||||
"version": "2.6",
|
||||
"recipe": {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user