Skip to content

Instantly share code, notes, and snippets.

@fasthold
Last active December 19, 2015 13:59
Show Gist options
  • Save fasthold/5966276 to your computer and use it in GitHub Desktop.
Save fasthold/5966276 to your computer and use it in GitHub Desktop.
The useful "wheel"
{
"require": {
"silex/silex": "1.1.*@dev",
"respect/validation": "dev-develop",
"symfony/browser-kit": "2.4",
"monolog/monolog": "1.6.*@dev",
"cartalyst/sentry": "2.0.*",
"illuminate/database": "4.1.*",
"ircmaxell/password-compat": "*",
"gabordemooij/redbean": "dev-master"
},
"require-dev": {
"raveren/kint": "dev-1.0.0-wip",
"filp/whoops": "1.*",
"phpunit/phpunit": "3.8.*@dev"
},
"name": "fasthold/silex-skeleton",
"description": "A silex skeleton for rapidly build project",
"license": "proprietary",
"minimum-stability": "stable",
"autoload": {
"psr-0": {
"": "modules/",
"SomeNamespace\\": "modules/SomeNamespace/src/"
},
"files": ["./app/Application.php"]
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment