Merge pull request #1017

This commit is contained in:
symfony-flex-server[bot]
2020-10-11 07:22:03 +00:00
committed by GitHub
2 changed files with 19 additions and 0 deletions
@@ -0,0 +1,9 @@
nfl_fastr_symfony:
timezone: Europe/Berlin
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,10 @@
{
"bundles": {
"HansPeterOrding\\NflFastrSymfonyBundle\\NflFastrSymfonyBundle": [
"all"
]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
}
}