PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Denis Mysenko   Geographer   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Geographer
Get country and city names in multiples languages
Author: By
Last change: :arrow_up: require PHP >= 8.0 because of mixed return type
r upgrade all deps
danish language added
Date: 1 year ago
Size: 1,321 bytes
 

Contents

Class file image Download
{ "name": "menarasolutions/geographer", "type": "library", "description": "A PHP library that knows how any country, state or city is called in any language", "keywords": ["geolocation","localization","geonames","geo"], "homepage": "https://github.com/MenaraSolutions/geographer", "license": "MIT", "authors": [ { "name": "Denis Mysenko", "email": "denis@menara.com.au", "homepage": "https://www.menara.com.au" } ], "require": { "php": ">=8.0", "menarasolutions/geographer-data": "^0.1.0" }, "require-dev": { "phpunit/phpunit": "^9.0", "illuminate/support": "5.*|6.*|7.*|8.*|9.*", "menarasolutions/geographer-da": "0.*", "menarasolutions/geographer-de": "0.*", "menarasolutions/geographer-ru": "0.*", "menarasolutions/geographer-nl": "0.*" }, "autoload": { "psr-4": { "MenaraSolutions\\Geographer\\": "src/" } }, "autoload-dev": { "psr-4": { "MenaraSolutions\\Geographer\\": "src/", "Tests\\": "tests/Geographer/" } }, "extra": { "branch-alias": { "dev-master": "0.4-dev" } }, "minimum-stability": "dev", "prefer-stable": true }