Skip to content

Commit f3c2476

Browse files
committed
Set composer.json versions to support ^2.8
1 parent b1df97d commit f3c2476

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

composer.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,12 @@
2222
"php": "^7.1",
2323
"jean85/pretty-package-versions": "^1.0",
2424
"sentry/sdk": "^2.0",
25-
"symfony/config": "^3.0||^4.0",
26-
"symfony/console": "^3.0||^4.0",
27-
"symfony/dependency-injection": "^3.0||^4.0",
28-
"symfony/event-dispatcher": "^3.0||^4.0",
29-
"symfony/http-kernel": "^3.0||^4.0",
30-
"symfony/security-core": "^3.0||^4.0"
25+
"symfony/config": "^2.8||^3.0||^4.0",
26+
"symfony/console": "^2.8||^3.0||^4.0",
27+
"symfony/dependency-injection": "^2.8||^3.0||^4.0",
28+
"symfony/event-dispatcher": "^2.8||^3.0||^4.0",
29+
"symfony/http-kernel": "^2.8||^3.0||^4.0",
30+
"symfony/security-core": "^2.8||^3.0||^4.0"
3131
},
3232
"require-dev": {
3333
"friendsofphp/php-cs-fixer": "^2.8",
@@ -37,7 +37,7 @@
3737
"phpstan/phpstan-phpunit": "^0.11",
3838
"phpunit/phpunit": "^7.5",
3939
"scrutinizer/ocular": "^1.4",
40-
"symfony/expression-language": "^3.0||^4.0"
40+
"symfony/expression-language": "^2.8||^3.0||^4.0"
4141
},
4242
"autoload": {
4343
"psr-4" : {

0 commit comments

Comments
 (0)