Skip to content

Commit

Permalink
Update and lock pint to 1.17.0 (#1880)
Browse files Browse the repository at this point in the history
  • Loading branch information
alecritson authored Jul 24, 2024
1 parent 908f38a commit cde2ae7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
},
"require-dev": {
"larastan/larastan": "^2.9",
"laravel/pint": "^1.16.1",
"laravel/pint": "1.17.0",
"mockery/mockery": "^1.6.9",
"orchestra/testbench": "^8.0|^9.0",
"pestphp/pest": "^2.34.7",
Expand Down
2 changes: 1 addition & 1 deletion monorepo-builder.php
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
// for "merge" command
$parameters->set(Option::DATA_TO_APPEND, [
ComposerJsonSection::REQUIRE_DEV => [
'laravel/pint' => '^1.16.1',
'laravel/pint' => '1.17.0',
'mockery/mockery' => '^1.6.9',
'pestphp/pest' => '^2.34.7',
'pestphp/pest-plugin-laravel' => '^2.4',
Expand Down

0 comments on commit cde2ae7

Please sign in to comment.