Skip to content

Commit

Permalink
Remove deprecated scope & upgrade minimum version to Symfony 2.8 (#6)
Browse files Browse the repository at this point in the history
  • Loading branch information
AntoineLemaire authored and ScullWM committed Dec 21, 2017
1 parent f242f9d commit efc3fee
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Resources/config/service.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ parameters:
services:
swm.mail_hook.service.mail_hook:
class: "%swm.mail_hook.service.mail_hook.class%"
scope: request
shared: false
arguments:
- "@request_stack"
- "@swm.mail_hook.provider.api_service"
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": {
"php": ">=5.3.9",
"symfony/framework-bundle": "~2.4|~3.0"
"symfony/framework-bundle": "~2.8|~3.0"
},
"require-dev": {
"atoum/atoum": "dev-master"
Expand Down

0 comments on commit efc3fee

Please sign in to comment.