ACC SHELL
{
"name": "nette/sandbox",
"description": "The sandbox is a pre-packaged Nette Framework project, basic configured structure for your application.",
"homepage": "http://nette.org",
"type": "project",
"license": ["Unlicense"],
"authors": [
{
"name": "Jiri Zajic",
"homepage": "http://flipcom.cz"
}
],
"require": {
"php": ">= 5.3.7",
"nette/nette": "~2.2.0",
"dg/adminer-custom": "~1.5"
},
"require-dev": {
"nette/tester": "~1.0"
},
"minimum-stability": "stable",
"scripts": {
"post-install-cmd": [
"bower install"
],
"post-update-cmd": [
"bower install"
]
}
}
ACC SHELL 2018