Server : Apache/2.4.43 (Win64) OpenSSL/1.1.1g PHP/7.4.6
System : Windows NT USER-PC 6.1 build 7601 (Windows 7 Professional Edition Service Pack 1) AMD64
User : User ( 0)
PHP Version : 7.4.6
Disable Function : NONE
Directory :  C:/xampp/phpMyAdmin/vendor/phpmyadmin/shapefile/
Upload File :
Current Directory [ Writeable ] Root Directory [ Writeable ]


Current File : C:/xampp/phpMyAdmin/vendor/phpmyadmin/shapefile/composer.json
{
    "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/php-code-coverage": "*",
        "phpunit/phpunit": "~4.8 || ~5.7"
    },
    "autoload": {
        "psr-4": {
            "PhpMyAdmin\\ShapeFile\\": "src"
        }
    }
}