forked from handelaar/fingalcoco
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.lock
75 lines (75 loc) · 2.81 KB
/
composer.lock
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
{
"_readme": [
"This file locks the dependencies of your project to a known state",
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
"This file is @generated automatically"
],
"content-hash": "4be7f3b635a099335cb71e106b76896e",
"packages": [
{
"name": "openaustralia/scraperwiki",
"version": "dev-morph_defaults",
"source": {
"type": "git",
"url": "https://github.com/openaustralia/scraperwiki-php.git",
"reference": "e996fe0253bb50330690f5d2bafb66f094dbacb8"
},
"require": {
"ext-pdo_sqlite": "*"
},
"type": "library",
"time": "2014-06-23 01:47:45"
},
{
"name": "phayes/geophp",
"version": "1.2",
"source": {
"type": "git",
"url": "https://github.com/phayes/geoPHP.git",
"reference": "015404e85b602e0df1f91441f8db0f9e98f7e567"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/phayes/geoPHP/zipball/015404e85b602e0df1f91441f8db0f9e98f7e567",
"reference": "015404e85b602e0df1f91441f8db0f9e98f7e567",
"shasum": ""
},
"require-dev": {
"phpunit/phpunit": "4.1.*"
},
"type": "library",
"autoload": {
"classmap": [
"geoPHP.inc"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"GPL-2 or New-BSD"
],
"authors": [
{
"name": "Patrick Hayes"
}
],
"description": "GeoPHP is a open-source native PHP library for doing geometry operations. It is written entirely in PHP and can therefore run on shared hosts. It can read and write a wide variety of formats: WKT (including EWKT), WKB (including EWKB), GeoJSON, KML, GPX, GeoRSS). It works with all Simple-Feature geometries (Point, LineString, Polygon, GeometryCollection etc.) and can be used to get centroids, bounding-boxes, area, and a wide variety of other useful information.",
"homepage": "https://github.com/phayes/geoPHP",
"time": "2014-12-02T06:11:22+00:00"
}
],
"packages-dev": [],
"aliases": [],
"minimum-stability": "stable",
"stability-flags": {
"openaustralia/scraperwiki": 20
},
"prefer-stable": false,
"prefer-lowest": false,
"platform": {
"ext-sqlite3": "*",
"ext-pdo_sqlite": "*",
"ext-gd": "*",
"ext-mbstring": "*"
},
"platform-dev": []
}