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

Commit 6dcaaaf

Browse files
Merge branch '3.2'
* 3.2: Use PHPUnit 6.0 on PHP 7.* test lines
2 parents a28c636 + 039e962 commit 6dcaaaf

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Core/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"symfony/expression-language": "~2.8|~3.0",
2626
"symfony/http-foundation": "~2.8|~3.0",
2727
"symfony/ldap": "~3.1",
28-
"symfony/validator": "~2.8|~3.0",
28+
"symfony/validator": "^2.8.18|^3.2.5",
2929
"psr/log": "~1.0"
3030
},
3131
"suggest": {

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
"symfony/finder": "~2.8|~3.0",
3636
"symfony/polyfill-intl-icu": "~1.0",
3737
"symfony/routing": "~2.8|~3.0",
38-
"symfony/validator": "~2.8|~3.0",
38+
"symfony/validator": "^2.8.18|^3.2.5",
3939
"symfony/expression-language": "~2.8|~3.0",
4040
"symfony/ldap": "~3.1",
4141
"psr/log": "~1.0"

0 commit comments

Comments
 (0)