Skip to content

Commit

Permalink
Bump laravel/pint from 1.16.2 to 1.17.0 in /api (#11047)
Browse files Browse the repository at this point in the history
* Bump laravel/pint from 1.16.2 to 1.17.0 in /api

Bumps [laravel/pint](https://github.com/laravel/pint) from 1.16.2 to 1.17.0.
- [Release notes](https://github.com/laravel/pint/releases)
- [Changelog](https://github.com/laravel/pint/blob/main/CHANGELOG.md)
- [Commits](laravel/pint@v1.16.2...v1.17.0)

---
updated-dependencies:
- dependency-name: laravel/pint
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>

* disable new parentheses rule

* replace string with bool

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Eric Sizer <[email protected]>
dependabot[bot] and esizer authored Jul 25, 2024
1 parent d85d417 commit 815b64a
Showing 2 changed files with 12 additions and 7 deletions.
10 changes: 5 additions & 5 deletions api/composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 7 additions & 2 deletions api/pint.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,12 @@
{
"preset": "laravel",
"notName": ["_lighthouse_ide_helper.php"],
"notName": [
"_lighthouse_ide_helper.php"
],
"rules": {
"php_unit_method_casing": { "case": "camel_case" }
"php_unit_method_casing": {
"case": "camel_case"
},
"new_with_parentheses": false
}
}

0 comments on commit 815b64a

Please sign in to comment.