Skip to content

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Nov 3, 2025

Bumps larastan/larastan from 3.6.0 to 3.8.0.

Release notes

Sourced from larastan/larastan's releases.

3.8.0

What's Changed

Added

Add optional phpMyAdmin SQL parser integration by @​canvural in larastan/larastan#2388

Larastan can now detect automatically if you have phpmyadmin/sql-parser package and use that to parse your squashed database migrations. This parser package has better support for different SQL keywords. Note: The package has GPL 2 license. Meaning if you install it and distribute your app with it you also need to have GPL 2 licensed application. But generally this is not a problem because you should install Larastan and the sql-parser package as a development dependency and remove these development dependencies while deploying your application to production.

Treat unsigned database columns as non-negative-int larastan/larastan@52aa393

Fixed

Internal

Full Changelog: larastan/larastan@v3.7.2...v3.8.0

3.7.2

What's Changed

Added

Fixed

Full Changelog: larastan/larastan@v3.7.1...v3.7.2

3.7.1

What's Changed

Added

Full Changelog: larastan/larastan@v3.7.0...v3.7.1

3.7.0

What's Changed

... (truncated)

Commits
  • d13ef96 fix tests
  • 52aa393 feat: treat unsigned database columns as non-negative-int
  • 9ef2a7b fix: run only SQL parser tests in phpmyadmin CI job
  • 8245ac3 chore: use cached parser for parsing migrations
  • 0ea3de7 fix: cache model casts
  • 974100d fix: add int to Enumerable::pluck argument
  • 2be8fcf feat: add optional phpMyAdmin SQL parser integration (#2388)
  • b1cf0c8 feat: add some fixable nodes
  • 5d5c877 chore: phpunit hasProperty/getProperty deprecations (#2379)
  • a761859 fix: require latest PHPStan
  • Additional commits viewable in compare view

Dependabot compatibility score

You can trigger a rebase of this PR by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

Bumps [larastan/larastan](https://github.com/larastan/larastan) from 3.6.0 to 3.8.0.
- [Release notes](https://github.com/larastan/larastan/releases)
- [Changelog](https://github.com/larastan/larastan/blob/3.x/RELEASE.md)
- [Commits](larastan/larastan@v3.6.0...v3.8.0)

---
updated-dependencies:
- dependency-name: larastan/larastan
  dependency-version: 3.8.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file php Pull requests that update php code labels Nov 3, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file php Pull requests that update php code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant