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

Commit 62b7f9f

Browse files
committed
bug #199 Revert SF 3.4 constraints (ro0NL)
This PR was squashed before being merged into the 3.1-dev branch (closes #199). Discussion ---------- Revert SF 3.4 constraints See #198 Just a quick PR to see what tests do, but i believe this was forgotten as we reverted special 3.4 features, exactly for BC. Commits ------- 9572210 Revert SF 3.4 constraints
2 parents e03edb8 + 9572210 commit 62b7f9f

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
@@ -18,15 +18,15 @@
1818
"require": {
1919
"php": ">=7.0.0",
2020
"swiftmailer/swiftmailer": "^6.0.1",
21-
"symfony/dependency-injection": "~2.7|~3.4|~4.0",
22-
"symfony/http-kernel": "~2.7|~3.0|~4.0",
23-
"symfony/config": "~2.8|~3.0|~4.0"
21+
"symfony/dependency-injection": "~2.7|~3.3|~4.0",
22+
"symfony/http-kernel": "~2.7|~3.3|~4.0",
23+
"symfony/config": "~2.8|~3.3|~4.0"
2424
},
2525
"require-dev": {
26-
"symfony/console": "~2.7|~3.4|~4.0",
27-
"symfony/framework-bundle": "~2.7|~3.0|~4.0",
26+
"symfony/console": "~2.7|~3.3|~4.0",
27+
"symfony/framework-bundle": "~2.7|~3.3|~4.0",
2828
"symfony/phpunit-bridge": "~3.3|~4.0",
29-
"symfony/yaml": "~2.7|~3.0|~4.0"
29+
"symfony/yaml": "~2.7|~3.3|~4.0"
3030
},
3131
"suggest": {
3232
"psr/log": "Allows logging"

0 commit comments

Comments
 (0)