You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
41 lines
842 B
41 lines
842 B
5 months ago
|
{
|
||
|
"name": "brick/geo",
|
||
|
"description": "GIS geometry library",
|
||
|
"type": "library",
|
||
|
"keywords": [
|
||
|
"Brick",
|
||
|
"Geo",
|
||
|
"GIS",
|
||
|
"Geography",
|
||
|
"Geometry"
|
||
|
],
|
||
|
"license": "MIT",
|
||
|
"require": {
|
||
|
"php": "^8.1"
|
||
|
},
|
||
|
"require-dev": {
|
||
|
"ext-pdo": "*",
|
||
|
"ext-json": "*",
|
||
|
"ext-sqlite3": "*",
|
||
|
"brick/reflection": "~0.5.0",
|
||
|
"phpunit/phpunit": "^10.0",
|
||
|
"php-coveralls/php-coveralls": "^2.0",
|
||
|
"vimeo/psalm": "5.20.0"
|
||
|
},
|
||
|
"autoload": {
|
||
|
"psr-4": {
|
||
|
"Brick\\Geo\\": "src/"
|
||
|
}
|
||
|
},
|
||
|
"autoload-dev": {
|
||
|
"psr-4": {
|
||
|
"": "stubs/",
|
||
|
"Brick\\Geo\\Tests\\": "tests/"
|
||
|
}
|
||
|
},
|
||
|
"config": {
|
||
|
"process-timeout": 600,
|
||
|
"preferred-install": "source"
|
||
|
}
|
||
|
}
|