Skip to content

Commit

Permalink
Merge pull request #31 from fractaslabs/master
Browse files Browse the repository at this point in the history
SS4 updates - thanks @hdpero, been planning to update all our modules to ss vendor modules but never seem to get the time :c Awesome! thank you
  • Loading branch information
clairefinnie committed Feb 21, 2018
2 parents 939d6f0 + eae2663 commit bf00c80
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "heyday/silverstripe-menumanager",
"type": "silverstripe-module",
"name": "heyday/menumanager",
"type": "silverstripe-vendormodule",
"description": "Allows complex menu management to be handled through the CMS when a simple tree structure is not enough.",
"license": "MIT",
"authors": [
Expand All @@ -12,11 +12,12 @@
],
"require": {
"silverstripe/framework": "~4.0",
"silverstripe/vendor-plugin": "^1.0",
"symbiote/silverstripe-gridfieldextensions": "^3.0"
},
"autoload": {
"psr-4": {
"Heyday\\MenuManager\\": "code/"
"Heyday\\MenuManager\\": "src/"
}
},
"extra": {
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit bf00c80

Please sign in to comment.