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 ^4.0 to ^5.0 #252

Merged
merged 1 commit into from
Feb 12, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 4, 2024

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

Changelog

Sourced from mjaschen/phpgeo's changelog.

[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
  • improved intersection checking for polygon/polygon

[4.1.0] - 2022-06-03

This release has no breaking changes.

Thanks, @​nilshoerrmann, for contributing!

Added

  • method Bounds::getAsPolygon() which returns a polygon containing the four nodes of the Bounds instance
  • methods Bounds::getNorthEast() and Bounds::getSouthWest()
  • new public methods: CardinalDirection::isStrictlyNorth(), CardinalDirection::isStrictlyEast(), CardinalDirection::isStrictlySouth() and CardinalDirection::isStrictlyWest()
  • new class Direction for checking if one point is north, eat, south or west from another point
  • new Class Intersection for checking if two geometries intersect each other

[4.0.0] - 2021-11-29

... (truncated)

Commits

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 <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Copy link
Contributor Author

dependabot bot commented on behalf of github Feb 4, 2024

The following labels could not be found: php.

@qdequippe
Copy link
Owner

@dependabot rebase

@qdequippe qdequippe enabled auto-merge (squash) February 12, 2024 07:24
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@4.0.0...5.0.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/composer/mjaschen/phpgeo-tw-5.0 branch from 15fc217 to 7b1946f Compare February 12, 2024 07:24
@qdequippe qdequippe merged commit 52bb193 into main Feb 12, 2024
5 of 6 checks passed
@qdequippe qdequippe deleted the dependabot/composer/mjaschen/phpgeo-tw-5.0 branch February 12, 2024 07:25
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