Skip to content
This repository was archived by the owner on Nov 9, 2022. It is now read-only.

Commit 0fde30f

Browse files
authored
Merge pull request #19 from mvrhov/patch-2
Allow symfony 4
2 parents 1eebdd2 + b5448cd commit 0fde30f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"require": {
1515
"php": ">=5.3.2",
1616
"tracy/tracy": "~2.3",
17-
"symfony/security": "~2.6|~3.0"
17+
"symfony/security": "~2.6|~3.0|~4.0"
1818
},
1919
"autoload": {
2020
"psr-0": {

0 commit comments

Comments
 (0)