We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 945a28f commit f992022Copy full SHA for f992022
README.md
@@ -1,3 +1,12 @@
1
# phpvms-plugin
2
3
Sample/template repository for a phpVMS plugin.
4
+
5
+## Composer Configuration
6
7
+The `type` field needs to be set to "phpvms-plugin", and
8
9
+```json
10
+"type": "phpvms-plugin",
11
+"require": {}
12
+```
composer.json
@@ -3,8 +3,7 @@
"type": "phpvms-plugin",
"description": "",
"require": {
- "composer/installers": "~1.0",
- "joshbrw/laravel-module-installer": "0.1.x"
+ "composer/installers": "~1.0"
},
"extra": {
"laravel": {
@@ -16,10 +15,5 @@
16
15
17
}
18
19
- },
20
- "autoload": {
21
- "psr-4": {
22
- "modules\\Sample\\": ""
23
- }
24
25
0 commit comments