Skip to content

Commit

Permalink
Update code style library versions
Browse files Browse the repository at this point in the history
  • Loading branch information
adevade authored Sep 7, 2023
1 parent 2f77bd4 commit 36fd098
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions configure.php
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ function setupCodeStyleLibrary(string $codeStyleLibrary): void
);

replace_in_file(__DIR__.'/composer.json', [
':require_dev_codestyle' => '"laravel/pint": "^2.3"',
':require_dev_codestyle' => '"laravel/pint": "^1.0"',
':scripts_codestyle' => '"format": "vendor/bin/pint"',
':plugins_testing' => '',
]);
Expand All @@ -196,7 +196,7 @@ function setupCodeStyleLibrary(string $codeStyleLibrary): void
);

replace_in_file(__DIR__.'/composer.json', [
':require_dev_codestyle' => '"friendsofphp/php-cs-fixer": "^3.13"',
':require_dev_codestyle' => '"friendsofphp/php-cs-fixer": "^3.21.1"',
':scripts_codestyle' => '"format": "vendor/bin/php-cs-fixer fix --config=.php-cs-fixer.dist.php --allow-risky=yes"',
':plugins_testing' => '',
]);
Expand Down

0 comments on commit 36fd098

Please sign in to comment.