We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 012bed0 commit 1d9adaeCopy full SHA for 1d9adae
1 file changed
.travis.yml
@@ -29,6 +29,7 @@ install:
29
- if [ "$DEPENDENCIES" == "dev" ]; then perl -pi -e 's/^}$/,"minimum-stability":"dev"}/' composer.json; fi;
30
- if [ "$DEPENDENCIES" != "low" ]; then composer update; fi;
31
- if [ "$DEPENDENCIES" == "low" ]; then composer update --prefer-lowest; fi;
32
+ - composer require ramsey/uuid
33
34
before_script:
35
- echo "<?php if (PHP_VERSION_ID >= 50400) echo ',@php5.4';" > php_version_tags.php
0 commit comments