Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 14, 2022

Updates the requirements on league/geotools to permit the latest version.

Release notes

Sourced from league/geotools's releases.

Release 1.0.0 (2022-02-11)

Fixed

  • greatCircle calculator returned NAN #159
  • Suppressed deprecation warning for JsonSerializable in PHP 8.1 #167
  • Added floor on implicit float to in conversion #166
  • Haversine distance calculation #158

Added

  • New coordinate format "Degree Decimal Minutes" available with toDegreeDecimalMinutes() [BC break]
  • Support PHP 8.1
  • Support Symfony 6, removed Symfony 3.4

Change

  • Increased precision of initialBearing() and finalBearing()
Changelog

Sourced from league/geotools's changelog.

1.0.0

Fixed

  • greatCircle calculator returned NAN #159
  • Suppressed deprecation warning for JsonSerializable in PHP 8.1 #167
  • Added floor on implicit float to in conversion #166
  • Haversine distance calculation #158

Added

  • New coordinate format "Degree Decimal Minutes" available with toDegreeDecimalMinutes() [BC break]
  • Support PHP 8.1
  • Support Symfony 6, removed Symfony 3.4

Change

  • Increased precision of initialBearing() and finalBearing()

0.8.3

Fixed

  • Fix incompatibility with PHP >= 7.4 by saving longitude and latitude as a string

Changed

  • Use react/event-loop: 1.0

0.8.2

Fixed

  • Fix namespace issue when creating provider class name
  • PHPUnit deprecations

Changed

  • Supported PHP versions >= 7.3
  • PHPUnit 8.5

0.8.1

Fixed

  • Symfony 5 support.

... (truncated)

Commits
  • 9ddb49c Updated changelog for the next version
  • 60222ba Removed Symfony 3.4
  • de7849b Replaced Application() by GeotoolsApplication
  • c4d43e9 Return float for greatCircle() method if the coords are the same. see #159
  • f5a8661 add floor on implicit float to in conversion
  • 8742f7f PHP 8.1 in CI
  • 5e7dc8b Add \ReturnTypeWillChange attribute
  • 995b142 Add \ReturnTypeWillChange attribute
  • bd24bb3 Add \ReturnTypeWillChange attribute
  • bbe0aa8 removed old alias
  • 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 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 [league/geotools](https://github.com/thephpleague/geotools) to permit the latest version.
- [Release notes](https://github.com/thephpleague/geotools/releases)
- [Changelog](https://github.com/thephpleague/geotools/blob/master/CHANGELOG.md)
- [Commits](thephpleague/geotools@0.8.0...1.0.0)

---
updated-dependencies:
- dependency-name: league/geotools
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Feb 14, 2022
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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant