Skip to content

Commit 1b42593

Browse files
committed
the backslash gets passed to composer and leads to an error
1 parent fa9abf6 commit 1b42593

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ env:
1010
- VARNISH_VERSION=5.1
1111
- SYMFONY_PHPUNIT_VERSION=8
1212
- SYMFONY_DEPRECATIONS_HELPER="max[self]=0"
13-
- DEPENDENCIES="toflar/psr6-symfony-http-cache-store:^2.2.0\|^3.0.0"
13+
- DEPENDENCIES="toflar/psr6-symfony-http-cache-store:^2.2.0|^3.0.0"
1414

1515
matrix:
1616
fast_finish: true

0 commit comments

Comments
 (0)