Skip to content

Commit 67404b9

Browse files
committed
Make sure we install symfony client
1 parent c18d510 commit 67404b9

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
@@ -39,9 +39,9 @@ matrix:
3939
- php: 7.3
4040
env: SYMFONY_REQUIRE=4.3.*
4141
- php: 7.3
42-
env: SYMFONY_REQUIRE=4.4.*
42+
env: SYMFONY_REQUIRE=4.4.* DEPENDENCIES="symfony/http-client:^4.4"
4343
- php: 7.3
44-
env: SYMFONY_REQUIRE=5.0.*
44+
env: SYMFONY_REQUIRE=5.0.* DEPENDENCIES="symfony/http-client:^5.0"
4545

4646
# Test with httplug 1.x clients
4747
- php: 7.2

0 commit comments

Comments
 (0)