Last active
September 27, 2019 19:38
-
-
Save caironm/7e6db54b2a5b5451fb96fa624ab8c2bf to your computer and use it in GitHub Desktop.
Composer
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"name": "SBsae by Studio Oceano", | |
"description": "Um CMS de fácil aplicação", | |
"authors": [ | |
{ | |
"name": "Philipe Cairon M.", | |
"email": "[email protected]" | |
} | |
], | |
"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