1{
2    "_readme": [
3        "This file locks the dependencies of your project to a known state",
4        "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
5        "This file is @generated automatically"
6    ],
7    "content-hash": "86b1f3b41382daf1cdfe98e083509de5",
8    "packages": [
9        {
10            "name": "funiq/geophp",
11            "version": "v2.0.3",
12            "source": {
13                "type": "git",
14                "url": "https://github.com/funiq/geoPHP.git",
15                "reference": "82a8f112463f5e9d8dc7664fcd9ee61ce8c50547"
16            },
17            "dist": {
18                "type": "zip",
19                "url": "https://api.github.com/repos/funiq/geoPHP/zipball/82a8f112463f5e9d8dc7664fcd9ee61ce8c50547",
20                "reference": "82a8f112463f5e9d8dc7664fcd9ee61ce8c50547",
21                "shasum": ""
22            },
23            "require": {
24                "php": "5.5 - 8.2"
25            },
26            "require-dev": {
27                "php": "5.5 - 8.3",
28                "php-coveralls/php-coveralls": "2.*",
29                "phpstan/phpstan": "^0.12.18",
30                "phpunit/phpunit": "5.* || 8.*",
31                "squizlabs/php_codesniffer": "3.*"
32            },
33            "suggest": {
34                "ext-geos": "GEOS allows more advanced operations"
35            },
36            "type": "library",
37            "autoload": {
38                "psr-4": {
39                    "geoPHP\\": "src/"
40                }
41            },
42            "notification-url": "https://packagist.org/downloads/",
43            "license": [
44                "GPL-2.0-or-later",
45                "BSD-3-Clause"
46            ],
47            "authors": [
48                {
49                    "name": "Patrick Hayes",
50                    "role": "Original creator"
51                },
52                {
53                    "name": "Péter Báthory",
54                    "role": "Developer"
55                }
56            ],
57            "description": "Open-source native PHP library for doing geometry operations. Can read and write a wide variety of formats: (E)WKT, (E)WKB, TWKB, GeoJSON, KML, GPX, GeoRSS. Works with all Simple-Feature geometries (Point, LineString, Polygon...) and can be used to get centroids, bounding-boxes, area, etc.",
58            "homepage": "https://github.com/funiq/geoPHP",
59            "keywords": [
60                "Polygon",
61                "converter",
62                "geoPHP",
63                "geojson",
64                "geometry",
65                "gis",
66                "gpx",
67                "kml",
68                "linestring",
69                "twkb",
70                "wkb",
71                "wkt"
72            ],
73            "support": {
74                "issues": "https://github.com/funiq/geoPHP/issues",
75                "source": "https://github.com/funiq/geoPHP/tree/v2.0.3"
76            },
77            "time": "2023-11-08T09:37:12+00:00"
78        }
79    ],
80    "packages-dev": [],
81    "aliases": [],
82    "minimum-stability": "stable",
83    "stability-flags": [],
84    "prefer-stable": false,
85    "prefer-lowest": false,
86    "platform": {
87        "php": ">=7.4"
88    },
89    "platform-dev": [],
90    "platform-overrides": {
91        "php": "8.0"
92    },
93    "plugin-api-version": "2.3.0"
94}
95