Skip to content

Commit a039062

Browse files
committed
prevent composer from installing incompatible versions
1 parent 7b934b8 commit a039062

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ sudo: false
99

1010
before_script:
1111
- pecl install xmldiff
12-
- composer install --prefer-dist --ignore-platform-reqs
12+
- composer install --prefer-dist
1313
- git submodule update --remote --recursive
1414

1515
script:

0 commit comments

Comments
 (0)