Skip to content

Commit 81ba72f

Browse files
Merge branch '2.7' into 2.8
* 2.7: Use PHPUnit 6.0 on PHP 7.* test lines
2 parents 8580ade + ba746be commit 81ba72f

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
@@ -18,14 +18,14 @@
1818
"require": {
1919
"php": ">=5.3.9",
2020
"symfony/event-dispatcher": "~2.1|~3.0.0",
21-
"symfony/intl": "~2.4|~3.0.0",
21+
"symfony/intl": "~2.7.25|^2.8.18|~3.2.5",
2222
"symfony/options-resolver": "~2.6",
2323
"symfony/polyfill-mbstring": "~1.0",
2424
"symfony/property-access": "~2.3|~3.0.0"
2525
},
2626
"require-dev": {
2727
"doctrine/collections": "~1.0",
28-
"symfony/validator": "~2.8|~3.0.0",
28+
"symfony/validator": "^2.8.18|~3.2.5",
2929
"symfony/dependency-injection": "~2.3|~3.0.0",
3030
"symfony/http-foundation": "~2.2|~3.0.0",
3131
"symfony/http-kernel": "~2.4|~3.0.0",

0 commit comments

Comments
 (0)