We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1739038 commit 626a7c1Copy full SHA for 626a7c1
.travis.yml
@@ -36,9 +36,9 @@ matrix:
36
# Test LTS versions. This makes sure we do not use Symfony packages with version greater
37
# than 2 or 3 respectively.
38
- php: 7.2
39
- env: DEPENDENCIES="symfony/lts:^2 symfony/force-lowest:^2.8 zendframework/zend-diactoros:^1.4.1"
+ env: DEPENDENCIES="symfony/lts:^2 symfony/force-lowest:=2.8 zendframework/zend-diactoros:^1.4.1"
40
41
- env: DEPENDENCIES="symfony/lts:^3 symfony/force-lowest:^3.4 zendframework/zend-diactoros:^1.4.1"
+ env: DEPENDENCIES="symfony/lts:^3 symfony/force-lowest:=3.4 zendframework/zend-diactoros:^1.4.1"
42
43
# Latest commit to master
44
0 commit comments