Skip to content

Commit 1d9adae

Browse files
committed
Add compose require ramsey/uuid into travis.yml
1 parent 012bed0 commit 1d9adae

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ install:
2929
- if [ "$DEPENDENCIES" == "dev" ]; then perl -pi -e 's/^}$/,"minimum-stability":"dev"}/' composer.json; fi;
3030
- if [ "$DEPENDENCIES" != "low" ]; then composer update; fi;
3131
- if [ "$DEPENDENCIES" == "low" ]; then composer update --prefer-lowest; fi;
32+
- composer require ramsey/uuid
3233

3334
before_script:
3435
- echo "<?php if (PHP_VERSION_ID >= 50400) echo ',@php5.4';" > php_version_tags.php

0 commit comments

Comments
 (0)