Skip to content

Commit

Permalink
[+]: use "symfony/var-exporter" for OpCache v2.1
Browse files Browse the repository at this point in the history
-> better performance, because we don't need to serialize the data
  • Loading branch information
voku committed Mar 15, 2020
1 parent c057de1 commit 325a8a3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Expand Up @@ -47,6 +47,7 @@ before_script:
- travis_retry composer require satooshi/php-coveralls:1.0.0
- travis_retry composer require predis/predis
- if [ "$(phpenv version-name)" == 7.3 ]; then travis_retry composer require phpstan/phpstan; fi
- if [ "$(phpenv version-name)" == 7.3 ]; then travis_retry composer require symfony/var-exporter; fi
- travis_retry composer install --no-interaction --prefer-source
- composer dump-autoload -o

Expand Down

0 comments on commit 325a8a3

Please sign in to comment.