Skip to content

Commit

Permalink
Update composer.json (#9)
Browse files Browse the repository at this point in the history
Use the new version of the nutshell_installer and remove security-advisories (contao/news-bundle#28)
  • Loading branch information
Richard Henkenjohann authored Apr 5, 2018
1 parent 7a030f3 commit ef507d0
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,20 +18,19 @@
"contao/listing-bundle": "^4.4",
"contao/news-bundle": "^4.4",
"contao/newsletter-bundle": "^4.4",
"erdmannfreunde/euf_nutshell": "^0.4",
"erdmannfreunde/euf_nutshell_installer": "dev-master",
"roave/security-advisories": "dev-master"
"erdmannfreunde/euf_nutshell": "^0.4"
},
"require-dev": {
"erdmannfreunde/euf_nutshell_installer": "^0.2"
},
"config": {
"component-dir": "assets"
},
"scripts": {
"post-install-cmd": [
"EuF\\Nutshell\\Composer\\ScriptHandler::initializeNutshell",
"Contao\\ManagerBundle\\Composer\\ScriptHandler::initializeApplication"
],
"post-update-cmd": [
"EuF\\Nutshell\\Composer\\ScriptHandler::initializeNutshell",
"Contao\\ManagerBundle\\Composer\\ScriptHandler::initializeApplication"
]
}
Expand Down

0 comments on commit ef507d0

Please sign in to comment.