Skip to content

Commit 79240cc

Browse files
committed
syntax fix
1 parent 626a7c1 commit 79240cc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,9 @@ matrix:
3636
# Test LTS versions. This makes sure we do not use Symfony packages with version greater
3737
# than 2 or 3 respectively.
3838
- php: 7.2
39-
env: DEPENDENCIES="symfony/lts:^2 symfony/force-lowest:=2.8 zendframework/zend-diactoros:^1.4.1"
39+
env: DEPENDENCIES="symfony/lts:^2 symfony/force-lowest:~2.8.0 zendframework/zend-diactoros:^1.4.1"
4040
- php: 7.2
41-
env: DEPENDENCIES="symfony/lts:^3 symfony/force-lowest:=3.4 zendframework/zend-diactoros:^1.4.1"
41+
env: DEPENDENCIES="symfony/lts:^3 symfony/force-lowest:~3.4.0 zendframework/zend-diactoros:^1.4.1"
4242

4343
# Latest commit to master
4444
- php: 7.2

0 commit comments

Comments
 (0)