initial recipe

This commit is contained in:
Björn May
2020-10-08 15:37:32 +02:00
parent a10fce037f
commit 4dde63f8eb
2 changed files with 16 additions and 0 deletions
@@ -0,0 +1,8 @@
nflfastr_symfony:
sources:
playByPlay:
baseUrl: https://github.com/guga31bb/nflfastR-data
path: tree/master/data
roster:
baseUrl: https://github.com/mrcaseb/nflfastR-roster
path: tree/master/data/seasons
@@ -0,0 +1,8 @@
{
"bundles": {
"HansPeterOrding\\NflfastRSymfonyBundle\\NflfastRSymfonyBundle": ["all"]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
}
}