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 179abb0 commit 65f91dfCopy full SHA for 65f91df
bundles/best_practices.rst
@@ -198,9 +198,9 @@ test latest beta release. Here is a recommended configuration file (``.travis.ym
198
199
# Test LTS versions
200
- php: 7.2
201
- env: DEPENDENCIES="symfony/lts:v2"
+ env: DEPENDENCIES="symfony/lts:^2"
202
203
- env: DEPENDENCIES="symfony/lts:v3"
+ env: DEPENDENCIES="symfony/lts:^3"
204
205
# Latest commit to master
206
0 commit comments