Skip to content

Commit 75b9a86

Browse files
committed
fix
1 parent b59022d commit 75b9a86

1 file changed

Lines changed: 4 additions & 5 deletions

File tree

composer.json

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
2-
"name": "detain/myadmin-licenses-vps-addon",
2+
"name": "detain/myadmin-licenses-module",
33
"type": "myadmin-plugin",
4-
"description": "Licenses Addon for VPS Module in MyAdmin",
4+
"description": "Licenses Module for MyAdmin",
55
"keywords": ["licenses","administration","license"],
66
"license": "LGPL-2.1",
77
"authors": [
@@ -20,10 +20,9 @@
2020
"php": ">=5.0.0",
2121
"ext-soap": "*",
2222
"symfony/event-dispatcher": "*",
23-
"detain/myadmin-plugin-installer": "dev-master",
24-
"detain/licenses-licensing": "*"
23+
"detain/myadmin-plugin-installer": "dev-master"
2524
},
2625
"autoload": {
27-
"psr-4": {"Detain\\MyAdminVpsLicenses\\": "src/"}
26+
"psr-4": {"Detain\\MyAdminLicenses\\": "src/"}
2827
}
2928
}

0 commit comments

Comments
 (0)