diff --git a/.travis.yml b/.travis.yml index 031dd42..bcbe7ea 100644 --- a/.travis.yml +++ b/.travis.yml @@ -10,7 +10,7 @@ matrix: fast_finish: true include: - env: - - PHP_CS_FIXER_VERSION=2.7.1 + - PHP_CS_FIXER_VERSION=2.13.0 - IS_LATEST=1 before_script: diff --git a/Dockerfile b/Dockerfile index a1639fb..d18c3c8 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,7 +2,7 @@ FROM php:7.1.5-alpine MAINTAINER herloct -ENV PHP_CS_FIXER_VERSION=2.7.1 +ENV PHP_CS_FIXER_VERSION=2.13.0 RUN curl -L https://github.com/FriendsOfPHP/PHP-CS-Fixer/releases/download/v$PHP_CS_FIXER_VERSION/php-cs-fixer.phar > /usr/local/bin/php-cs-fixer \ && chmod +x /usr/local/bin/php-cs-fixer \ diff --git a/README.md b/README.md index 3aa9d57..8a012d5 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,8 @@ ## Supported tags and respective `Dockerfile` links -* [`2.7.1`, `latest`](https://github.com/herloct/docker-php-cs-fixer/blob/2.7.1/Dockerfile) +* [`2.13.0`, `latest`](https://github.com/herloct/docker-php-cs-fixer/blob/2.13.0/Dockerfile) +* [`2.7.1`](https://github.com/herloct/docker-php-cs-fixer/blob/2.7.1/Dockerfile) * [`2.3.2`](https://github.com/herloct/docker-php-cs-fixer/blob/2.3.2/Dockerfile) * [`2.3.1`](https://github.com/herloct/docker-php-cs-fixer/blob/2.3.1/Dockerfile) * [`2.2.4`](https://github.com/herloct/docker-php-cs-fixer/blob/2.2.4/Dockerfile)