#!/bin/sh set -x if [ "$TRAVIS_PHP_VERSION" = 'hhvm' ] || [ "$TRAVIS_PHP_VERSION" = 'hhvm-nightly' ] ; then curl -sS https://getcomposer.org/installer > composer-installer.php hhvm composer-installer.php hhvm -v ResourceLimit.SocketDefaultTimeout=30 -v Http.SlowQueryThreshold=30000 composer.phar update --prefer-source elif [ "$TRAVIS_PHP_VERSION" = '5.3.3' ] ; then composer self-update composer update --prefer-source --no-dev composer dump-autoload else composer self-update composer update --prefer-source fi
Name | Type | Size | Permission | Actions |
---|---|---|---|---|
docs | Folder | 0755 |
|
|
src | Folder | 0755 |
|
|
tests | Folder | 0755 |
|
|
.doctrine-project.json | File | 1.02 KB | 0644 |
|
.gitignore | File | 55 B | 0644 |
|
.scrutinizer.yml | File | 1.14 KB | 0644 |
|
.travis.install.sh | File | 546 B | 0644 |
|
.travis.yml | File | 897 B | 0644 |
|
CONTRIBUTING.md | File | 1.01 KB | 0644 |
|
LICENSE | File | 1.04 KB | 0644 |
|
README.md | File | 1.54 KB | 0644 |
|
composer.json | File | 1.51 KB | 0644 |
|
phpmd.xml.dist | File | 1.06 KB | 0644 |
|
phpunit.xml.dist | File | 635 B | 0644 |
|
psalm.xml | File | 465 B | 0644 |
|