Created
May 20, 2016 21:16
-
-
Save raisiqueira/feeeb34a62af6b24f0182224dcf6dfec to your computer and use it in GitHub Desktop.
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": "Baixe Shows 2015", | |
"description": "Baixe Shows 2015, Download de Músicas Grátis", | |
"version": "1.0", | |
"authors":[ | |
{ | |
"name": "Rai Siqueira", | |
"email": "[email protected]" | |
} | |
], | |
"require":{ | |
"slim/slim": "2.6.2", | |
"zeuxisoo/slim-whoops": "0.3.0", | |
"slim/views": "0.1.3", | |
"twig/twig": "1.18.0", | |
"illuminate/database": "5.0.4", | |
"jasongrimes/paginator": "1.0.1", | |
"respect/validation": "1.0.*@dev", | |
}, | |
"autoload": { | |
"psr-4":{ | |
"app\\Classes\\" : "app/Classes", | |
"app\\Traits\\" : "app/Traits", | |
"app\\Classes\\" : "app/Classes" | |
}, | |
"classmap": [ | |
"app/Models" | |
] | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment