We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b59022d commit 75b9a86Copy full SHA for 75b9a86
1 file changed
composer.json
@@ -1,7 +1,7 @@
1
{
2
- "name": "detain/myadmin-licenses-vps-addon",
+ "name": "detain/myadmin-licenses-module",
3
"type": "myadmin-plugin",
4
- "description": "Licenses Addon for VPS Module in MyAdmin",
+ "description": "Licenses Module for MyAdmin",
5
"keywords": ["licenses","administration","license"],
6
"license": "LGPL-2.1",
7
"authors": [
@@ -20,10 +20,9 @@
20
"php": ">=5.0.0",
21
"ext-soap": "*",
22
"symfony/event-dispatcher": "*",
23
- "detain/myadmin-plugin-installer": "dev-master",
24
- "detain/licenses-licensing": "*"
+ "detain/myadmin-plugin-installer": "dev-master"
25
},
26
"autoload": {
27
- "psr-4": {"Detain\\MyAdminVpsLicenses\\": "src/"}
+ "psr-4": {"Detain\\MyAdminLicenses\\": "src/"}
28
}
29
0 commit comments