18 lines
474 B
JSON
18 lines
474 B
JSON
{
|
|
"name": "emotionhero/emotionhero_api",
|
|
"description": "The API for the Emotion Hero game.",
|
|
"require": {
|
|
"silex/silex": "~2.0",
|
|
"doctrine/orm": "v2.5.4",
|
|
"beberlei/DoctrineExtensions": "^1.0",
|
|
"gedmo/doctrine-extensions": "^2.4",
|
|
"symfony/serializer": "^3.1",
|
|
"cnam/security-jwt-service-provider": "2.*",
|
|
"jms/serializer": "^1.3"
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"EmotionHero\\": "src/"
|
|
}
|
|
}
|
|
}
|