Skip to content

Instantly share code, notes, and snippets.

@caironm
Last active September 27, 2019 19:38
Show Gist options
  • Save caironm/7e6db54b2a5b5451fb96fa624ab8c2bf to your computer and use it in GitHub Desktop.
Save caironm/7e6db54b2a5b5451fb96fa624ab8c2bf to your computer and use it in GitHub Desktop.
Composer
{
"name": "SBsae by Studio Oceano",
"description": "Um CMS de fácil aplicação",
"authors": [
{
"name": "Philipe Cairon M.",
"email": "caironm.go@gmail.com"
}
],
"require": {
"catfan/medoo": "1.5.7",
"mikecao/flight": "1.3.7",
"twig/twig": "1.*",
"phpmailer/phpmailer": "v5.2.26",
"sinergi/browser-detector": "6.1.2",
"nette/http": "v2.4.11",
"stefangabos/zebra_image": "2.3.0"
},
"autoload": {
"psr-4": {
"App\\": "app/",
"SBASE\\": "src/sbase"
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment