Skip to content

Commit 8d496ba

Browse files
authored
Added support for PIE
1 parent 2f9bae6 commit 8d496ba

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

composer.json

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
{
2+
"name": "php-geospatial/geospatial",
3+
"type": "php-ext",
4+
"license": "PHP-3.01",
5+
"description": "PHP Extension to handle common geospatial functions.",
6+
"require": {
7+
"php": ">= 8.0.0"
8+
}
9+
}

0 commit comments

Comments
 (0)