Skip to content

Commit f992022

Browse files
author
Nabeel Shahzad
committed
Remove extra stuff from composer
1 parent 945a28f commit f992022

File tree

2 files changed

+10
-7
lines changed

2 files changed

+10
-7
lines changed

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
11
# phpvms-plugin
22

33
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

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,7 @@
33
"type": "phpvms-plugin",
44
"description": "",
55
"require": {
6-
"composer/installers": "~1.0",
7-
"joshbrw/laravel-module-installer": "0.1.x"
6+
"composer/installers": "~1.0"
87
},
98
"extra": {
109
"laravel": {
@@ -16,10 +15,5 @@
1615

1716
}
1817
}
19-
},
20-
"autoload": {
21-
"psr-4": {
22-
"modules\\Sample\\": ""
23-
}
2418
}
2519
}

0 commit comments

Comments
 (0)