composer.json
{
"name": "ballen/cartographer",
"description": "Cartographer is a PHP library for constructing GeoJSON objects.",
"type": "library",
"keywords": [
"geojson",
"cartographer",
"geo json"
],
"license": "GPL-3.0-or-later",
"authors": [
{
"name": "Bobby Allen",
"email": "ballen@bobbyallen.me",
"homepage": "http://bobbyallen.me",
"role": "Developer"
}
],
"require": {
"php": "^7.3.0|^8.0.0",
"ext-json": "*",
"ballen/collection": "^2.0",
"ballen/distical": "~2.0"
},
"require-dev": {
"phpunit/phpunit": "^9.0"
},
"autoload": {
"psr-4": {
"Ballen\\Cartographer\\": "lib/"
}
}
}