Skip to content

Commit 406604e

Browse files
authored
Bump minimum Symfony version to 2.7
Since #58 I discovered that we do not really support Symfony <2.7, since TokenStorageInterface and AuthorizationCheckerInterface were implemented later than 2.4, in 2.6. Since 2.6 and previous versions are now no longer supported, it makes sense to bump to the oldest currently supported version.
1 parent f93035e commit 406604e

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

composer.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,12 @@
1414
"require": {
1515
"php": ">=5.3.3",
1616
"sentry/sentry": ">=1.5.0",
17-
"symfony/config": "^2.4|^3.0",
18-
"symfony/console": "^2.4|^3.0",
19-
"symfony/dependency-injection": "^2.4|^3.0",
20-
"symfony/event-dispatcher": "^2.4|^3.0",
21-
"symfony/http-kernel": "^2.4|^3.0",
22-
"symfony/security-core": "^2.4|^3.0"
17+
"symfony/config": "^2.7|^3.0",
18+
"symfony/console": "^2.7|^3.0",
19+
"symfony/dependency-injection": "^2.7|^3.0",
20+
"symfony/event-dispatcher": "^2.7|^3.0",
21+
"symfony/http-kernel": "^2.7|^3.0",
22+
"symfony/security-core": "^2.7|^3.0"
2323
},
2424
"require-dev": {
2525
"friendsofphp/php-cs-fixer": "^1.8.0",

0 commit comments

Comments
 (0)