Files
geospatial/composer.json
2025-06-19 13:27:08 +01:00

10 lines
219 B
JSON

{
"name": "php-geospatial/geospatial",
"type": "php-ext",
"license": "PHP-3.01",
"description": "PHP Extension to handle common geospatial functions.",
"require": {
"php": ">= 8.0.0"
}
}