Skip to content

Commit 189eec1

Browse files
committed
Use the recommended OR operator
1 parent 239b6b8 commit 189eec1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"white-october/pagerfanta-bundle" : "^1.0"
3232
},
3333
"require-dev": {
34-
"phpunit/phpunit" : "^4.8 | ^5.0",
34+
"phpunit/phpunit" : "^4.8 || ^5.0",
3535
"sensio/generator-bundle" : "^3.0",
3636
"symfony/phpunit-bridge" : "^3.0"
3737
},

0 commit comments

Comments
 (0)