Skip to content
This repository was archived by the owner on Oct 29, 2020. It is now read-only.

Commit 3233bc7

Browse files
Merge pull request #74 from nicolas-grekas/fix-acl-dep
Fix composer.json compat with symfony/security-acl <2.7
2 parents 34fce1c + a1f87be commit 3233bc7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
],
3434
"require": {
3535
"php": ">=5.3.2",
36-
"symfony/security-acl": "~2.7|~3.0",
36+
"symfony/security-acl": "~2.3|~3.0",
3737
"symfony/doctrine-bridge": "~2.2|~3.0",
3838
"doctrine/inflector": "~1.0",
3939
"doctrine/cache": "^1.4.2"

0 commit comments

Comments
 (0)