Your IP : 216.73.217.79


Current Path : /var/www/v3.cesa.co.za/vendor/creof/geo-parser/
Upload File :
Current File : /var/www/v3.cesa.co.za/vendor/creof/geo-parser/composer.json

{
    "name": "creof/geo-parser",
    "type": "library",
    "description": "Parser for geography coordinate strings",
    "keywords": ["parser", "lexer", "string", "text", "geometry", "geography", "spatial", "geo", "coordinate"],
    "authors": [
        {
            "name":  "Derek J. Lambert",
            "email": "dlambert@dereklambert.com"
        }
    ],
    "license": "MIT",
    "require": {
        "php":            ">=7.1",
        "ext-SPL":        "*",
        "doctrine/lexer": ">=1.0"
    },
    "require-dev": {
        "phpunit/phpunit":               "~5.0",
        "codeclimate/php-test-reporter": "dev-master"
    },
    "autoload": {
        "psr-0": {
            "CrEOF\\Geo\\String": "lib/"
        }
    },
    "autoload-dev": {
        "psr-0": {
            "CrEOF\\Geo\\String\\Tests": "tests/"
        }
    }
}