Skip to content

Commit

Permalink
Vendorize
Browse files Browse the repository at this point in the history
  • Loading branch information
wilr committed Oct 10, 2017
1 parent 5a7de6c commit 1e6d3fa
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
8 changes: 6 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,17 @@
"prefer-stable": true,
"require": {
"dnadesign/silverstripe-elemental": "dev-ss4",
"silverstripe/userforms": "5.0.x-dev"
"silverstripe/userforms": "5.0.x-dev",
"silverstripe/vendor-plugin": "^1.0"
},
"extra": {
"installer-name": "elemental-userforms",
"branch-alias": {
"dev-master": "1.x-dev"
}
},
"expose": [
"images"
]
},
"autoload": {
"psr-4": {
Expand Down
2 changes: 1 addition & 1 deletion src/Model/ElementForm.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ class ElementForm extends BaseElement
/**
* @var string
*/
private static $icon = 'elemental-userforms/images/form.svg';
private static $icon = 'dnadesign:silverstripe-elemental-userforms:images/form.svg';

/**
* @var string
Expand Down

0 comments on commit 1e6d3fa

Please sign in to comment.