Skip to content

Instantly share code, notes, and snippets.

@ferdousulhaque
Created July 15, 2018 05:22
Show Gist options
  • Save ferdousulhaque/ca5abd61f18aa5578f04aa7d04906851 to your computer and use it in GitHub Desktop.
Save ferdousulhaque/ca5abd61f18aa5578f04aa7d04906851 to your computer and use it in GitHub Desktop.
{
"autoload" : {
"psr-4" : {
"App\\" : "app/"
}
},
"require" : {
"mikecao/flight" : "^1.3",
"fpdo/fluentpdo" : "^1.1",
"illuminate/container" : "4.1.30",
"phpxmlrpc/phpxmlrpc" : "^4.3",
"swiftmailer/swiftmailer" : "^5.4",
"predis/predis": "^1.1"
},
"require-dev" : {
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment