Skip to content

Instantly share code, notes, and snippets.

@xuyuji9000
Created May 1, 2017 07:54
Show Gist options
  • Save xuyuji9000/1bcfc677ab55403f0e41b3e0d10fade0 to your computer and use it in GitHub Desktop.
Save xuyuji9000/1bcfc677ab55403f0e41b3e0d10fade0 to your computer and use it in GitHub Desktop.
{
"require": {
"slim/slim": "^3.7",
"slim/php-view": "^2.2",
"bryanjhv/slim-session": "^3.0",
"illuminate/database": "^5.4",
"vlucas/phpdotenv": "^2.4",
"monolog/monolog": "^1.22",
"deployer/deployer": "^4.2",
"tuupola/slim-jwt-auth": "^2.3"
},
"autoload": {
"psr-4": {
"App\\": "app"
},
"files": [
"app/functions.php"
],
"classmap": [
"app/classes"
]
},
"require-dev": {
"phpunit/phpunit": "^6.0"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment