swf2ass/deps/martinez-rueda-php/composer.json

25 lines
641 B
JSON

{
"name": "kudm761/martinez-rueda-php",
"description": "Martinez-Rueda algorithm for polygon boolean operations",
"keywords": ["polygon clipping", "polygon boolean operations", "polygon union", "polygon intersection",
"polygon difference", "polygon xor", "geography", "martinez polygon algorithm", "martinez php"],
"type": "library",
"authors": [
{
"name": "Dmitry Kubitsky",
"email": "kudm761@gmail.com",
"role": "Developer"
}
],
"require": {
"php": ">=7.0"
},
"require-dev": {
"phpunit/phpunit": "5.5.*"
},
"autoload": {
"psr-4": {
"MartinezRueda\\": "src/"
}
}
}