Skip to content

Commit

Permalink
Merge pull request #1 from trq/feature/symfony-3.1
Browse files Browse the repository at this point in the history
Allow dependency on symfony/framework-bundle:^3.0
  • Loading branch information
jcroll authored Jul 14, 2016
2 parents 314568d + a7c600f commit eea17ed
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
6 changes: 2 additions & 4 deletions Resources/config/services.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,8 @@

<services>

<service id="jcroll_foursquare_api.foursquare_client"
class="Jcroll\FoursquareApiClient\Client\FoursquareClient"
factory-class="Jcroll\FoursquareApiClient\Client\FoursquareClient"
factory-method="factory">
<service id="jcroll_foursquare_api.foursquare_client" class="Jcroll\FoursquareApiClient\Client\FoursquareClient">
<factory class="Jcroll\FoursquareApiClient\Client\FoursquareClient" method="factory" />
<argument type="collection">
<argument key="client_id">%jcroll_foursquare_api.client_id%</argument>
<argument key="client_secret">%jcroll_foursquare_api.client_secret%</argument>
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
],
"require": {
"jcroll/foursquare-api-client": "~1",
"symfony/framework-bundle": "~2.1"
"symfony/framework-bundle": "~2.6|^3.0"
},
"autoload": {
"psr-0": {
Expand Down

0 comments on commit eea17ed

Please sign in to comment.