Skip to content

Commit

Permalink
Merge pull request #909 from ergebnis/dependabot/composer/friendsofph…
Browse files Browse the repository at this point in the history
…p/php-cs-fixer-3.65.0

composer(deps): Bump friendsofphp/php-cs-fixer from 3.64.0 to 3.65.0
  • Loading branch information
localheinz authored Nov 25, 2024
2 parents b685ffa + e81ec98 commit f4af3e5
Show file tree
Hide file tree
Showing 3 changed files with 93 additions and 89 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/integrate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -457,6 +457,10 @@ jobs:
key: "php-${{ matrix.php-version }}-composer-${{ matrix.dependencies }}-${{ hashFiles('composer.lock') }}"
restore-keys: "php-${{ matrix.php-version }}-composer-${{ matrix.dependencies }}-"

- name: "Remove incompatible dependencies with composer"
if: "matrix.dependencies != 'locked'"
run: "composer remove roave/backward-compatibility-check --ansi --dev --no-interaction --no-progress"

- name: "Remove platform configuration with composer"
if: "matrix.dependencies != 'locked'"
run: "composer config platform.php --ansi --unset"
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
},
"require": {
"php": "~8.1.0 || ~8.2.0 || ~8.3.0 || ~8.4.0",
"friendsofphp/php-cs-fixer": "~3.64.0"
"friendsofphp/php-cs-fixer": "~3.65.0"
},
"require-dev": {
"ergebnis/composer-normalize": "^2.44.0",
Expand Down
Loading

0 comments on commit f4af3e5

Please sign in to comment.