History log of /plugin/geophp/vendor/ (Results 1 – 6 of 6)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
b6eceaa316-Jul-2026 Mark Prins <1165786+mprins@users.noreply.github.com>

Set minimum PHP version to 8.2 (required by Dokuwiki 'Mort')

9810e46916-May-2025 Mark Prins <1165786+mprins@users.noreply.github.com>

Update minimum PHP version to 8.0

4b22697308-Nov-2023 Mark Prins <1165786+mprins@users.noreply.github.com>

Bump funiq/geoPHP from 2.0.2 to 2.0.3 (#14)

* Bump funiq/geoPHP from 2.0.2 to 2.0.3

* Add autofix workflow

* formatting

* formatting

b830a96214-Jul-2023 Mark Prins <1165786+mprins@users.noreply.github.com>

PSR-12 (re)formatting and some tweaks (#11)

a5cc5f6d21-Nov-2022 Mark Prins <1165786+mprins@users.noreply.github.com>

Bump funiq/geophp from 2.0.1 to 2.0.2 (#7)

see also #5 that did not update the library..

93b6416519-Jul-2022 Mark Prins <1165786+mprins@users.noreply.github.com>

Upgrade to geoPHP 2.0.1 (#4)

* WIP Upgrade to geoPHP 2.0.0

using composer

* add testcase

* Have dependabot create PRs for the composer dependencies

* update testcase

* Update to geoPH

Upgrade to geoPHP 2.0.1 (#4)

* WIP Upgrade to geoPHP 2.0.0

using composer

* add testcase

* Have dependabot create PRs for the composer dependencies

* update testcase

* Update to geoPHP 2.0.1

* update scrutinizer config to ignore vendor directory

scrutinizer should use php 8

show more ...


/plugin/geophp/.github/FUNDING.yml
/plugin/geophp/.github/ISSUE_TEMPLATE.md
/plugin/geophp/.github/dependabot.yml
/plugin/geophp/.github/workflows/CI.yml
/plugin/geophp/.github/workflows/maintenance.yml
/plugin/geophp/.github/workflows/phpCS.yml
/plugin/geophp/.gitignore
/plugin/geophp/.scrutinizer.yml
/plugin/geophp/LICENCE
/plugin/geophp/README.md
/plugin/geophp/_test/general.test.php
/plugin/geophp/_test/geophp.test.php
/plugin/geophp/composer.json
/plugin/geophp/composer.lock
/plugin/geophp/deleted.files
/plugin/geophp/helper.php
/plugin/geophp/plugin.info.txt
autoload.php
composer/ClassLoader.php
composer/InstalledVersions.php
composer/LICENSE
composer/autoload_classmap.php
composer/autoload_namespaces.php
composer/autoload_psr4.php
composer/autoload_real.php
composer/autoload_static.php
composer/installed.json
composer/installed.php
composer/platform_check.php
funiq/geophp/.gitignore
funiq/geophp/LICENSE
funiq/geophp/README.md
funiq/geophp/composer.json
funiq/geophp/src/Adapter/BinaryReader.php
funiq/geophp/src/Adapter/BinaryWriter.php
funiq/geophp/src/Adapter/EWKB.php
funiq/geophp/src/Adapter/EWKT.php
funiq/geophp/src/Adapter/GPX.php
funiq/geophp/src/Adapter/GeoAdapter.php
funiq/geophp/src/Adapter/GeoHash.php
funiq/geophp/src/Adapter/GeoJSON.php
funiq/geophp/src/Adapter/GeoRSS.php
funiq/geophp/src/Adapter/GoogleGeocode.php
funiq/geophp/src/Adapter/GpxTypes.php
funiq/geophp/src/Adapter/KML.php
funiq/geophp/src/Adapter/OSM.php
funiq/geophp/src/Adapter/TWKB.php
funiq/geophp/src/Adapter/WKB.php
funiq/geophp/src/Adapter/WKT.php
funiq/geophp/src/Exception/InvalidGeometryException.php
funiq/geophp/src/Exception/UnsupportedMethodException.php
funiq/geophp/src/Geometry/Collection.php
funiq/geophp/src/Geometry/Curve.php
funiq/geophp/src/Geometry/Geometry.php
funiq/geophp/src/Geometry/GeometryCollection.php
funiq/geophp/src/Geometry/LineString.php
funiq/geophp/src/Geometry/MultiCurve.php
funiq/geophp/src/Geometry/MultiGeometry.php
funiq/geophp/src/Geometry/MultiLineString.php
funiq/geophp/src/Geometry/MultiPoint.php
funiq/geophp/src/Geometry/MultiPolygon.php
funiq/geophp/src/Geometry/MultiSurface.php
funiq/geophp/src/Geometry/Point.php
funiq/geophp/src/Geometry/Polygon.php
funiq/geophp/src/Geometry/Surface.php
funiq/geophp/src/geoPHP.php