language: php sudo: false cache: directories: - .phpunit - $HOME/.composer/cache/files branches: only: - master - /^\d+\.\d+$/ matrix: fast_finish: true include: - php: 5.5 env: COMPOSER_FLAGS="--prefer-lowest" SYMFONY_DEPRECATIONS_HELPER=weak - php: 5.6 # Symfony 3 LTS - php: 7.0 env: SYMFONY_LTS='^3' # Symfony 4 - php: 7.1 env: SYMFONY_PHPUNIT_VERSION='6.5' - php: 7.2 - php: 7.3 # development dependencies - php: 7.2 env: DEPENDENCIES='dev' allow_failures: - php: 7.2 env: DEPENDENCIES='dev' before_install: - echo "memory_limit=4G" >> ~/.phpenv/versions/$(phpenv version-name)/etc/conf.d/travis.ini - if [ "$TRAVIS_PHP_VERSION" != "hhvm" ]; then phpenv config-rm xdebug.ini || true; fi - if [ "$DEPENDENCIES" != "" ]; then composer config minimum-stability $DEPENDENCIES; fi - if [ "$SYMFONY_LTS" != "" ]; then composer require --dev --no-update symfony/lts=$SYMFONY_LTS; fi install: - composer update $COMPOSER_FLAGS --prefer-dist - ./phpunit install script: ./phpunit
Name | Type | Size | Permission | Actions |
---|---|---|---|---|
.github | Folder | 0755 |
|
|
Context | Folder | 0755 |
|
|
Controller | Folder | 0755 |
|
|
Decoder | Folder | 0755 |
|
|
DependencyInjection | Folder | 0755 |
|
|
ErrorRenderer | Folder | 0755 |
|
|
EventListener | Folder | 0755 |
|
|
Exception | Folder | 0755 |
|
|
Form | Folder | 0755 |
|
|
Inflector | Folder | 0755 |
|
|
Negotiation | Folder | 0755 |
|
|
Normalizer | Folder | 0755 |
|
|
Request | Folder | 0755 |
|
|
Resources | Folder | 0755 |
|
|
Response | Folder | 0755 |
|
|
Routing | Folder | 0755 |
|
|
Serializer | Folder | 0755 |
|
|
Tests | Folder | 0755 |
|
|
Util | Folder | 0755 |
|
|
Validator | Folder | 0755 |
|
|
Version | Folder | 0755 |
|
|
View | Folder | 0755 |
|
|
.gitignore | File | 70 B | 0644 |
|
.php_cs | File | 589 B | 0644 |
|
.styleci.yml | File | 61 B | 0644 |
|
.travis.yml | File | 1.07 KB | 0644 |
|
CHANGELOG.md | File | 16.53 KB | 0644 |
|
FOSRestBundle.php | File | 2.02 KB | 0644 |
|
LICENSE | File | 1.08 KB | 0644 |
|
README.md | File | 2.11 KB | 0644 |
|
UPGRADING-2.0.md | File | 5.82 KB | 0644 |
|
UPGRADING-2.1.md | File | 413 B | 0644 |
|
UPGRADING-2.8.md | File | 6.04 KB | 0644 |
|
UPGRADING-3.0.md | File | 7.02 KB | 0644 |
|
composer.json | File | 3.3 KB | 0644 |
|
phpunit | File | 399 B | 0644 |
|
phpunit.xml.dist | File | 716 B | 0644 |
|