From: Blackeye Date: Tue, 3 Feb 2026 22:31:42 +0000 (+0100) Subject: updated php-cs-fixer version to latest version X-Git-Tag: 4.7.2~11^2 X-Git-Url: https://git.p6c8.net/jirafeau/jirafeau.git/commitdiff_plain/4d40183a0cded8d2588628cf427313858c0057bb?hp=b04ccafc5811888bfeef9a90f20c3cceaa408a02 updated php-cs-fixer version to latest version --- diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 884dab3..613ab9b 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -19,7 +19,7 @@ cache: - curl -sS https://getcomposer.org/installer | php # Create composer.json file manually, since this is a project without any non-dev dependencies yet - php composer.phar require --dev php-parallel-lint/php-parallel-lint - - php composer.phar require --dev friendsofphp/php-cs-fixer:3.64.0 + - php composer.phar require --dev friendsofphp/php-cs-fixer:3.93.1 # Install all project dependencies - php composer.phar install