Skip to content

Commit

Permalink
fix error in composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
dljoseph committed Dec 22, 2017
1 parent 22c0fe4 commit 566955b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,15 @@
},
"require": {
"silverstripe/vendor-plugin": "^1.0",
"silverstripe/cms": "~4.0",
"silverstripe/cms": "~4.0"
},
"autoload": {
"psr-4": {
"dljoseph\\MaintenanceMode\\": "src/"
}
},
"extra": {
"installer-name": "maintenance-mode",
"expose": [
"client"
]
Expand Down

0 comments on commit 566955b

Please sign in to comment.