From fff53d5ce3ce5ec79e40d6aed6fbaeeecb6248e2 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Sat, 21 Jan 2017 13:31:54 +0100 Subject: php-phpmyadmin-shapefile: 1.2, New package --- composer.json | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 composer.json (limited to 'composer.json') 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" + } + } +} -- cgit