1{ 2 "name": "mprins/dokuwiki-plugin-geotag", 3 "description": "geotag plugin for DokuWiki", 4 "homepage": "https://www.dokuwiki.org/plugin:geotag", 5 "minimum-stability": "stable", 6 "type": "plugin", 7 "license": "bsd-2-clause", 8 "authors": [ 9 { 10 "name": "mprins", 11 "email": "mprins@users.sf.net" 12 } 13 ], 14 "require": { 15 "php": ">=8.0" 16 }, 17 "config": { 18 "platform": { 19 "php": "8.0" 20 } 21 } 22} 23