Skip to content

Commit 23d281a

Browse files
dependabot[bot]neilime
authored andcommitted
build(deps): update friendsofphp/php-cs-fixer requirement in /tools
Updates the requirements on [friendsofphp/php-cs-fixer](https://github.com/PHP-CS-Fixer/PHP-CS-Fixer) to permit the latest version. - [Release notes](https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/releases) - [Changelog](https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/blob/master/CHANGELOG.md) - [Commits](PHP-CS-Fixer/PHP-CS-Fixer@v3.76.0...v3.80.0) --- updated-dependencies: - dependency-name: friendsofphp/php-cs-fixer dependency-version: 3.80.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: Emilien Escalle <[email protected]>
1 parent 522fbf9 commit 23d281a

File tree

4 files changed

+3
-6
lines changed

4 files changed

+3
-6
lines changed

.github/workflows/__shared-ci.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,6 @@ jobs:
3535
- name: 👕 Lint
3636
if: matrix.stable
3737
run: composer php-cs-fixer -- --format=checkstyle | tools/vendor/bin/cs2pr
38-
env:
39-
# FIXME: Remove this when PHP CS Fixer will support PHP 8.4
40-
PHP_CS_FIXER_IGNORE_ENV: ${{ matrix.php-versions == '8.4' && '1' || '' }}
4138

4239
- name: 🔬 Rector
4340
id: rector

.github/workflows/update-css-referential.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- name: ⚙️ Setup PHP, with composer and extensions
2020
uses: ./.github/workflows/actions/setup-php
2121
with:
22-
php-version: 8.3
22+
php-version: 8.4
2323

2424
- name: Generate CSS Referential
2525
run: composer run-script generate-css-referentials

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ generate-css-referentials: ## Generate referentials for given PHP version
6565

6666
## Run PHP for given version
6767
define run-php
68-
@docker run -it --rm -v ${PWD}:${PWD} -e PHP_CS_FIXER_IGNORE_ENV=$(if $(filter 8.4,$(PHP_VERSION)),1,) -w ${PWD} "${IMAGE}" $(1)
68+
@docker run -it --rm -v ${PWD}:${PWD} -w ${PWD} "${IMAGE}" $(1)
6969
endef
7070

7171
#############################

tools/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"require": {
3-
"friendsofphp/php-cs-fixer": "^3.76",
3+
"friendsofphp/php-cs-fixer": "^3.80",
44
"phpstan/extension-installer": "^1.4",
55
"phpstan/phpstan": "^2.1",
66
"phpstan/phpstan-phpunit": "^2.0",

0 commit comments

Comments
 (0)