Skip to content

Commit ba5ea44

Browse files
committed
Merge pull request #2 from gregi99/master
Symfony Update + Fixed Deprecations
2 parents 5b62cf7 + 58a73ac commit ba5ea44

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Resources/config/services.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ services:
1515

1616
gatekeeper.voter:
1717
class: GateKeeperBundle\Voter\GateKeeper
18-
arguments: [@gatekeeper]
18+
arguments: ["@gatekeeper"]
1919
tags:
2020
- { name: security.voter }
2121

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
],
1616
"require": {
1717
"php": ">=5.3.3",
18-
"symfony/symfony": ">=2.3",
18+
"symfony/symfony": "~2.3|~3.0",
1919
"docplanner/gatekeeper": "dev-master"
2020
},
2121
"autoload": {

0 commit comments

Comments
 (0)