mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-14 16:46:30 +03:00
55 lines
2.4 KiB
JSON
55 lines
2.4 KiB
JSON
{
|
|
"locks": {
|
|
"imper86/allegro-api-bundle": {
|
|
"version": "3.0",
|
|
"recipe": {
|
|
"repo": "3.0",
|
|
"branch": "master",
|
|
"version": "3.0",
|
|
"ref": "1cdfc3f653eac69a087b2888f16c3cf173967105"
|
|
}
|
|
}
|
|
},
|
|
"manifests": {
|
|
"imper86/allegro-api-bundle": {
|
|
"repository": "github.com/symfony/recipes-contrib",
|
|
"package": "imper86/allegro-api-bundle",
|
|
"version": "3.0",
|
|
"manifest": {
|
|
"bundles": {
|
|
"Imper86\\AllegroApiBundle\\Imper86AllegroApiBundle": [
|
|
"all"
|
|
]
|
|
},
|
|
"env": {
|
|
"ALLEGRO_CLIENT_ID": "your_client_id",
|
|
"ALLEGRO_CLIENT_SECRET": "your_client_secret"
|
|
},
|
|
"copy-from-recipe": {
|
|
"config/": "%CONFIG_DIR%/"
|
|
},
|
|
"post-install-output": [
|
|
" * <fg=blue>Register your application</> by visiting <comment>https://apps.developer.allegro.pl/</> or <comment>https://apps.developer.allegro.pl.allegrosandbox.pl/</>",
|
|
" * <fg=blue>Edit .env.local</> with your client id and client secret",
|
|
" * <fg=blue>Configure</> bundle - <comment>imper86_allegro_api.yaml</> in your <comment>config/packages</> directory",
|
|
" * <fg=blue>Do make:migration or doctrine:schema:update</> for bundle's entities",
|
|
" * <fg=blue>Start using</> visiting <comment>/allegro-api/start</> - this route will prepare allegro authorization url and will redirect you to allegro login page"
|
|
]
|
|
},
|
|
"files": {
|
|
"config/routes/imper86_allegro_api.yaml": {
|
|
"contents": "imper86_allegro_api:\n resource: '@Imper86AllegroApiBundle/Resources/config/routes.xml'\n",
|
|
"executable": false,
|
|
"encoding": ""
|
|
},
|
|
"config/packages/imper86_allegro_api.yaml": {
|
|
"contents": "imper86_allegro_api:\n sandbox: true\n",
|
|
"executable": false,
|
|
"encoding": ""
|
|
}
|
|
},
|
|
"origin": "imper86/allegro-api-bundle:3.0@github.com/symfony/recipes-contrib:master",
|
|
"is_contrib": true
|
|
}
|
|
}
|
|
} |