Skip to content

Commit 65f91df

Browse files
Nyholmjaviereguiluz
authored andcommitted
Use tilde or composer validate will never pass
1 parent 179abb0 commit 65f91df

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

bundles/best_practices.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -198,9 +198,9 @@ test latest beta release. Here is a recommended configuration file (``.travis.ym
198198
199199
# Test LTS versions
200200
- php: 7.2
201-
env: DEPENDENCIES="symfony/lts:v2"
201+
env: DEPENDENCIES="symfony/lts:^2"
202202
- php: 7.2
203-
env: DEPENDENCIES="symfony/lts:v3"
203+
env: DEPENDENCIES="symfony/lts:^3"
204204
205205
# Latest commit to master
206206
- php: 7.2

0 commit comments

Comments
 (0)