Add spatial / gis support via composer
This commit is contained in:
parent
d432d564b7
commit
2222628375
2 changed files with 217 additions and 1 deletions
|
|
@ -4,6 +4,7 @@
|
|||
"require": {
|
||||
"php": "^7.1.3",
|
||||
"ext-iconv": "*",
|
||||
"creof/doctrine2-spatial": "^1.2",
|
||||
"sensio/framework-extra-bundle": "^5.1",
|
||||
"symfony/console": "^4.0",
|
||||
"symfony/debug": "^4.0",
|
||||
|
|
|
|||
217
composer.lock
generated
217
composer.lock
generated
|
|
@ -4,8 +4,223 @@
|
|||
"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": "fbadcd66cd0e9e22f1a2a16996a31d2a",
|
||||
"content-hash": "cdf67500854c3ba9f2f9d1cbeeb8ee7d",
|
||||
"packages": [
|
||||
{
|
||||
"name": "creof/doctrine2-spatial",
|
||||
"version": "1.2.0",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/creof/doctrine2-spatial.git",
|
||||
"reference": "58ea5fae1c1b450ee08d7dac25cd9e8f5e6fdebd"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/creof/doctrine2-spatial/zipball/58ea5fae1c1b450ee08d7dac25cd9e8f5e6fdebd",
|
||||
"reference": "58ea5fae1c1b450ee08d7dac25cd9e8f5e6fdebd",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
"creof/geo-parser": "~2.0",
|
||||
"creof/wkb-parser": "~2.0",
|
||||
"creof/wkt-parser": "~2.0",
|
||||
"doctrine/orm": ">=2.3"
|
||||
},
|
||||
"require-dev": {
|
||||
"phpunit/phpcov": "*",
|
||||
"phpunit/phpunit": "<5.0",
|
||||
"satooshi/php-coveralls": "~1.0"
|
||||
},
|
||||
"type": "library",
|
||||
"autoload": {
|
||||
"psr-0": {
|
||||
"CrEOF\\Spatial": "lib/"
|
||||
}
|
||||
},
|
||||
"notification-url": "https://packagist.org/downloads/",
|
||||
"license": [
|
||||
"MIT"
|
||||
],
|
||||
"authors": [
|
||||
{
|
||||
"name": "Derek Lambert",
|
||||
"email": "dlambert@dereklambert.com"
|
||||
}
|
||||
],
|
||||
"description": "Doctrine2 multi-platform support for spatial types and functions",
|
||||
"keywords": [
|
||||
"database",
|
||||
"dbal",
|
||||
"geography",
|
||||
"geometry",
|
||||
"gis",
|
||||
"mysql",
|
||||
"opengis",
|
||||
"orm",
|
||||
"postgis",
|
||||
"postgresql",
|
||||
"spatial"
|
||||
],
|
||||
"time": "2017-07-13T16:48:25+00:00"
|
||||
},
|
||||
{
|
||||
"name": "creof/geo-parser",
|
||||
"version": "2.1.0",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/creof/geo-parser.git",
|
||||
"reference": "14fbd732207bc264cfeff836230ef6022bb751b6"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/creof/geo-parser/zipball/14fbd732207bc264cfeff836230ef6022bb751b6",
|
||||
"reference": "14fbd732207bc264cfeff836230ef6022bb751b6",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
"doctrine/lexer": ">=1.0",
|
||||
"ext-spl": "*",
|
||||
"php": ">=5.3.3"
|
||||
},
|
||||
"require-dev": {
|
||||
"codeclimate/php-test-reporter": "dev-master",
|
||||
"phpunit/phpunit": ">=4.8"
|
||||
},
|
||||
"type": "library",
|
||||
"autoload": {
|
||||
"psr-0": {
|
||||
"CrEOF\\Geo\\String": "lib/"
|
||||
}
|
||||
},
|
||||
"notification-url": "https://packagist.org/downloads/",
|
||||
"license": [
|
||||
"MIT"
|
||||
],
|
||||
"authors": [
|
||||
{
|
||||
"name": "Derek J. Lambert",
|
||||
"email": "dlambert@dereklambert.com"
|
||||
}
|
||||
],
|
||||
"description": "Parser for geography coordinate strings",
|
||||
"keywords": [
|
||||
"coordinate",
|
||||
"geo",
|
||||
"geography",
|
||||
"geometry",
|
||||
"lexer",
|
||||
"parser",
|
||||
"spatial",
|
||||
"string",
|
||||
"text"
|
||||
],
|
||||
"time": "2016-05-03T18:19:41+00:00"
|
||||
},
|
||||
{
|
||||
"name": "creof/wkb-parser",
|
||||
"version": "v2.3.0",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/creof/wkb-parser.git",
|
||||
"reference": "1ddb69da8cc90607dd528fd9992ef1fc10cc8839"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/creof/wkb-parser/zipball/1ddb69da8cc90607dd528fd9992ef1fc10cc8839",
|
||||
"reference": "1ddb69da8cc90607dd528fd9992ef1fc10cc8839",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
"ext-spl": "*",
|
||||
"php": ">=5.3.3"
|
||||
},
|
||||
"require-dev": {
|
||||
"codeclimate/php-test-reporter": "dev-master",
|
||||
"phpunit/phpunit": ">=4.8",
|
||||
"satooshi/php-coveralls": "~1.0"
|
||||
},
|
||||
"type": "library",
|
||||
"autoload": {
|
||||
"psr-0": {
|
||||
"CrEOF\\Geo\\WKB": "lib/"
|
||||
}
|
||||
},
|
||||
"notification-url": "https://packagist.org/downloads/",
|
||||
"license": [
|
||||
"MIT"
|
||||
],
|
||||
"authors": [
|
||||
{
|
||||
"name": "Derek J. Lambert",
|
||||
"email": "dlambert@dereklambert.com"
|
||||
}
|
||||
],
|
||||
"description": "Parser for well-known binary (WKB/EWKB) object data",
|
||||
"keywords": [
|
||||
"ewkb",
|
||||
"geography",
|
||||
"geometry",
|
||||
"parser",
|
||||
"spatial",
|
||||
"string",
|
||||
"text",
|
||||
"wkb"
|
||||
],
|
||||
"time": "2016-05-22T22:47:16+00:00"
|
||||
},
|
||||
{
|
||||
"name": "creof/wkt-parser",
|
||||
"version": "2.2.0",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/creof/wkt-parser.git",
|
||||
"reference": "bc4c051b7a4e99b4943e2ec358218ed200aa991e"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/creof/wkt-parser/zipball/bc4c051b7a4e99b4943e2ec358218ed200aa991e",
|
||||
"reference": "bc4c051b7a4e99b4943e2ec358218ed200aa991e",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
"doctrine/lexer": "~1.0",
|
||||
"ext-spl": "*",
|
||||
"php": ">=5.3.3"
|
||||
},
|
||||
"require-dev": {
|
||||
"codeclimate/php-test-reporter": "dev-master",
|
||||
"phpunit/phpunit": ">=4.8"
|
||||
},
|
||||
"type": "library",
|
||||
"autoload": {
|
||||
"psr-0": {
|
||||
"CrEOF\\Geo\\WKT": "lib/"
|
||||
}
|
||||
},
|
||||
"notification-url": "https://packagist.org/downloads/",
|
||||
"license": [
|
||||
"MIT"
|
||||
],
|
||||
"authors": [
|
||||
{
|
||||
"name": "Derek J. Lambert",
|
||||
"email": "dlambert@dereklambert.com"
|
||||
}
|
||||
],
|
||||
"description": "Parser for well-known text (WKT) object strings",
|
||||
"keywords": [
|
||||
"ewkt",
|
||||
"geography",
|
||||
"geometry",
|
||||
"lexer",
|
||||
"parser",
|
||||
"spatial",
|
||||
"string",
|
||||
"text",
|
||||
"wkt"
|
||||
],
|
||||
"time": "2016-05-03T16:15:16+00:00"
|
||||
},
|
||||
{
|
||||
"name": "doctrine/annotations",
|
||||
"version": "v1.6.0",
|
||||
|
|
|
|||
Loading…
Reference in a new issue