diff --git a/hans-peter-ording/nflfastr-symfony-bundle/0.1/config/packages/nfl_fastr_symfony.yaml b/hans-peter-ording/nflfastr-symfony-bundle/0.1/config/packages/nfl_fastr_symfony.yaml new file mode 100644 index 00000000..5ba7ae1f --- /dev/null +++ b/hans-peter-ording/nflfastr-symfony-bundle/0.1/config/packages/nfl_fastr_symfony.yaml @@ -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 diff --git a/hans-peter-ording/nflfastr-symfony-bundle/0.1/manifest.json b/hans-peter-ording/nflfastr-symfony-bundle/0.1/manifest.json new file mode 100644 index 00000000..4fd16111 --- /dev/null +++ b/hans-peter-ording/nflfastr-symfony-bundle/0.1/manifest.json @@ -0,0 +1,10 @@ +{ + "bundles": { + "HansPeterOrding\\NflFastrSymfonyBundle\\NflFastrSymfonyBundle": [ + "all" + ] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + } +}