Linus Metzler

Results 15 issues of Linus Metzler

#134 reported an issue constructing a `GeometryCollection` from a GeoJSON string describing such an object. This was due to `Grimzy\LaravelMysqlSpatial\Types\GeometryCollection::fromJson()` expecting a GeoJSON string of type `FeatureCollection`. This PR refactors...

First of all, thank you so much for this great package! As suggested in #113 , it's not yet possible to generate normalized GeoJSON for a geometry. This PR adds...

As per https://spdx.org/licenses/GPL-3.0+.html the license identifier `GPL-3.0+` has been deprecated. This PR updates the identifier to `GPL-3.0` whichhelps automated license checking tools verify your package.

Laravel 5.6 is out and it doesn't seem like much has changed: https://laravel.com/docs/5.6/upgrade **except** PHP >= 7.1.3 being required which results in the build on PHP 7.0 to fail. It'd...

As PHP 7.2 is the current stable version of PHP, it'd be helpful to know (whether) this package's tests are passing on PHP 7.2.

Thanks for this fantastic tool! Depending on the release, we'd like to set push arguments to [set CI/CD variables](https://docs.gitlab.com/ee/user/project/push_options.html) to toggle certain deployment steps. Whether a certain deployment step is...

Core changes: - Adds support for Laravel 10 - Use PHPUnit 10 - Use namespaces in tests Packages changes thanks to https://github.com/spatie/package-skeleton-laravel: - Use GitHub Actions instead of Travis CI...

Thanks a lot for this class, exactly what I was looking for. However, since I needed to use v3 of the AWS SDK for PHP (due to Laravel and bucket...

Currently, the build [is failing](https://travis-ci.org/jenssegers/laravel-rollbar/builds/253127329). This PR attempts to get in passing again and getting a few build-related things up-to-date. A working build on `master` also helps other PRs to...

Currently the license identifier (`Apache 2`) does not comform to the SPDX list of valid identifiers at https://spdx.org/licenses/. Having a valid identifier helps automated license checking tools verify your package....