summaryrefslogtreecommitdiffstats
path: root/composer.json
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2017-01-21 13:31:54 +0100
committerRemi Collet <fedora@famillecollet.com>2017-01-21 13:31:54 +0100
commitfff53d5ce3ce5ec79e40d6aed6fbaeeecb6248e2 (patch)
tree6698251e4a831b04743a76efdbc849b718bebf99 /composer.json
php-phpmyadmin-shapefile: 1.2, New package
Diffstat (limited to 'composer.json')
-rw-r--r--composer.json32
1 files changed, 32 insertions, 0 deletions
diff --git a/composer.json b/composer.json
new file mode 100644
index 0000000..9a54f91
--- /dev/null
+++ b/composer.json
@@ -0,0 +1,32 @@
+{
+ "name": "phpmyadmin/shapefile",
+ "description": "ESRI ShapeFile library for PHP",
+ "license": "GPL-2.0+",
+ "keywords": ["shapefile", "shp", "geo", "geospatial", "dbf", "ESRI", "shape"],
+ "homepage": "https://github.com/phpmyadmin/shapefile",
+ "authors": [
+ {
+ "name": "The phpMyAdmin Team",
+ "email": "developers@phpmyadmin.net",
+ "homepage": "https://www.phpmyadmin.net/team/"
+ }
+ ],
+ "support": {
+ "issues": "https://github.com/phpmyadmin/shapefile/issues",
+ "source": "https://github.com/phpmyadmin/shapefile"
+ },
+ "require": {
+ "php": ">=5.4.0"
+ },
+ "suggest": {
+ "ext-dbase": "For dbf files parsing"
+ },
+ "require-dev": {
+ "phpunit/phpunit": "~5.2 || ~4.8"
+ },
+ "autoload": {
+ "psr-4": {
+ "ShapeFile\\": "src"
+ }
+ }
+}