Skip to content

Commit

Permalink
Misc: update composer.json file structure
Browse files Browse the repository at this point in the history
  • Loading branch information
satrun77 committed Nov 12, 2018
1 parent e882e80 commit 03429fb
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,6 +1,6 @@
{
"name": "moo/template-tags",
"description": "",
"description": "Provide a several useful template tags.",
"type": "silverstripe-vendormodule",
"keywords": [
"silverstripe",
Expand All @@ -25,7 +25,7 @@
},
"autoload": {
"psr-4": {
"Moo": "src/"
"Moo\\": "src/"
}
}
}

0 comments on commit 03429fb

Please sign in to comment.