File tree Expand file tree Collapse file tree 2 files changed +9
-9
lines changed Expand file tree Collapse file tree 2 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -27,32 +27,32 @@ public function registerBundles()
2727# app/config/config.yml
2828florianv_swap :
2929 providers :
30- google : ~ # Google Finance
30+ google : ~ # Google Finance
3131 fixer :
3232 access_key : secret # Fixer
33- webservicex : ~ # WebserviceX
34- cryptonator : ~ # Cryptonator
33+ webservicex : ~ # WebserviceX
34+ cryptonator : ~ # Cryptonator
3535 russian_central_bank : ~ # Russian Central Bank
3636 european_central_bank : ~ # European Central Bank
3737 national_bank_of_romania : ~ # National Bank of Romania
3838 central_bank_of_czech_republic : ~ # Central Bank of the Czech Republic
3939 central_bank_of_republic_turkey : ~ # Central Bank of the Republic of Turkey
4040 open_exchange_rates : # Open Exchange Rates
4141 app_id : secret
42- enterprise : true
42+ enterprise : true
4343 currency_layer : # currencylayer
4444 access_key : secret
45- enterprise : true
45+ enterprise : true
4646 xignite : # Xignite
4747 token : secret
4848 forge : # Forge
4949 api_key : secret
5050 array :
5151 rates :
52- -
52+ -
5353 ' EUR/GBP ' : 1.5
5454 ' EUR/USD ' : 1.1
55- -
55+ -
5656 ' 2017-01-01 ' :
5757 ' EUR/GBP ' : 1.5
5858 ' EUR/USD ' : 1.1
@@ -67,7 +67,7 @@ florianv_swap:
6767 providers :
6868 google : ~
6969 # priority: 0 (default)
70- fixer :
70+ fixer :
7171 access_key : secret
7272 priority : 1
7373` ` `
Original file line number Diff line number Diff line change 1414 ],
1515 "require" : {
1616 "php" : " ^5.6|^7.0" ,
17- "symfony/framework-bundle" : " ~3.0" ,
17+ "symfony/framework-bundle" : " ~3.0 || ~4.0 " ,
1818 "florianv/swap" : " ^3.4"
1919 },
2020 "require-dev" : {
You can’t perform that action at this time.
0 commit comments