Skip to content

Commit

Permalink
Install into /vendor/ folder
Browse files Browse the repository at this point in the history
  • Loading branch information
JorisDebonnet committed Apr 29, 2018
1 parent a5f90ec commit 85cc97f
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "symbiote/silverstripe-memberprofiles",
"description": "Member registration and profile management",
"type": "silverstripe-module",
"type": "silverstripe-vendormodule",
"keywords": ["silverstripe", "member", "profile", "registration"],
"license": "BSD-3-Clause",
"authors": [
Expand All @@ -17,9 +17,9 @@
"suggest": {
"ajshort/silverstripe-gridfieldextensions": "Allows drag-and-drop reordering of fields"
},
"extra": {
"expose": [
"client"
"extra": {
"expose": [
"client"
],
"installer-name": "memberprofiles",
"branch-alias": {
Expand All @@ -30,12 +30,12 @@
"http://ajshort.github.com/silverstripe-memberprofiles/screenshots/cms-profile-fields.png",
"http://ajshort.github.com/silverstripe-memberprofiles/screenshots/member-list.png"
]
},
"autoload": {
"psr-4": {
"Symbiote\\MemberProfiles\\": "src/",
"Symbiote\\MemberProfiles\\Tests\\": "tests/"
}
},
"autoload": {
"psr-4": {
"Symbiote\\MemberProfiles\\": "src/",
"Symbiote\\MemberProfiles\\Tests\\": "tests/"
}
},
"replace": {
"silverstripe/memberprofiles": "self.version",
Expand Down

0 comments on commit 85cc97f

Please sign in to comment.