Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update mjaschen/phpgeo requirement from ^5.0 to ^6.0 #272

Merged
merged 1 commit into from
Jan 13, 2025

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 13, 2025

Updates the requirements on mjaschen/phpgeo to permit the latest version.

Changelog

Sourced from mjaschen/phpgeo's changelog.

[6.0.0]

Warning: Backwards-compatibility-breaking changes (see README for upgrade details)

Added

  • Support for PHP 8.4
  • GeometryLinesInterface for geometries containing lines (Line, Polyline, Polygon)
  • getBounds() method to GeometryInterface

Removed

  • Support for PHP 8.1

Changed

  • Replaced Psalm with PHPStan for static code analysis

[5.0.0]

Warning: Backwards-compatibility-breaking changes

Removed

  • Support for PHP 7.3, 7.4 and 8.0
  • deprecated methods setPoint1() and setPoint2() from Line

Changed

  • master is now renamed to main
  • GeometryFactoryInterface::fromString() now has GeometryInterface as return type

Deprecated

  • deprecated methods getDestination() and getBearingFinal() from DirectVincentyBearing
  • deprecated methods getDistance(), getBearingInitial() and getBearingFinal() from InverseVincentyBearing
  • deprecated methods getX(), getY() and getZ() from Cartesian
  • deprecated methods getPoint1() and getPoint2() from Line

[4.2.1] - 2023-12-03

Changed

  • use proper variable as index for array access

[4.2.0] - 2022-07-25

Changed

  • point-to-line distance is calculated iteratively now, fixes #92

... (truncated)

Commits
  • 71074ce change command for static analysis in CI
  • 690f55f update README + change log
  • c51a88f update requirements and dependencies
  • 49e5970 replace Psalm with PHPStan
  • b7d71dc add GeometryLinesInterface
  • 7d5d7a8 add method to GeometryInterface
  • 7b07373 ensure correct types (cast regexp matches to float for coordinates)
  • c81fb46 update PHPDoc annotations
  • d14137f fix: add missing return
  • f184d0f add support for PHP 8.4
  • Additional commits viewable in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually 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)

Updates the requirements on [mjaschen/phpgeo](https://github.com/mjaschen/phpgeo) to permit the latest version.
- [Changelog](https://github.com/mjaschen/phpgeo/blob/main/CHANGELOG.md)
- [Commits](mjaschen/phpgeo@5.0.0...6.0.0)

---
updated-dependencies:
- dependency-name: mjaschen/phpgeo
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
Copy link
Contributor Author

dependabot bot commented on behalf of github Jan 13, 2025

The following labels could not be found: php.

@qdequippe qdequippe merged commit 6afaeec into main Jan 13, 2025
6 checks passed
@qdequippe qdequippe deleted the dependabot/composer/mjaschen/phpgeo-tw-6.0 branch January 13, 2025 08:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant