Skip to content
This repository was archived by the owner on Aug 31, 2023. It is now read-only.

Commit 49690ab

Browse files
authored
Support for Symfony3
1 parent dcf9fae commit 49690ab

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,12 @@
1616
],
1717
"require": {
1818
"php": ">=5.3.2",
19-
"symfony/framework-bundle": "~2.1"
19+
"symfony/framework-bundle": "~2.1|~3.0"
2020
},
2121
"autoload": {
2222
"psr-0": {
2323
"Alpha\\VisitorTrackingBundle": ""
2424
}
2525
},
2626
"target-dir": "Alpha/VisitorTrackingBundle"
27-
}
27+
}

0 commit comments

Comments
 (0)