Skip to content

Commit

Permalink
FIX: Move module to vendor directory
Browse files Browse the repository at this point in the history
  • Loading branch information
adrexia authored Mar 28, 2018
1 parent 522f98c commit cccdce3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"name": "adrexia/standardsediting",
"description": "Extensions to provide standards based editing for Silverstripe",
"type": "silverstripe-module",
"type": "silverstripe-vendormodule",
"keywords": ["silverstripe"],
"license": "BSD-3-Clause",
"require":
{
"silverstripe/admin": "^1@dev"
"silverstripe/admin": "^1"
},
"conflict": {
"cwp/cwp-core": "*"
Expand Down

0 comments on commit cccdce3

Please sign in to comment.