Skip to content

Commit

Permalink
Merge pull request #8 from dfrison/master
Browse files Browse the repository at this point in the history
Update code to be compliant with Symfony 3
  • Loading branch information
mrzard authored Dec 16, 2016
2 parents 1b13ad1 + 458a8d1 commit df8357d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Resources/config/services.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ services:
arguments:
app_id: %open_exchange_rates_service.api_id%
api_configuration: %open_exchange_rates_service.api_configuration%
client: @open_exchange_rates_service.guzzle_client
client: "@open_exchange_rates_service.guzzle_client"

open_exchange_rates_service.guzzle_client:
class: GuzzleHttp\Client
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
},
"require": {
"php": ">=5.6.0",
"symfony/symfony": ">=2.3.18,<3.0 ",
"symfony/symfony": ">=2.8.0",
"guzzlehttp/guzzle": "~6",
"mrzard/open-exchange-rates-service": "1.1.1"
},
Expand Down

0 comments on commit df8357d

Please sign in to comment.