1{ 2 "name": "mprins/dokuwiki-plugin-openlayersmap", 3 "description": "Provides a syntax for rendering an OpenLayers based map in a wiki page.", 4 "homepage": "https://www.dokuwiki.org/plugin:openlayersmap", 5 "minimum-stability": "stable", 6 "license": "bsd-2-clause", 7 "type": "plugin", 8 "authors": [ 9 { 10 "name": "Mark C. Prins", 11 "email": "mprins@users.sf.net" 12 } 13 ], 14 "require": { 15 "php": ">=7.4" 16 }, 17 "config": { 18 "platform": { 19 "php": "8.0" 20 } 21 }, 22 "suggest": { 23 "ext-gd": "For image manipulation", 24 "ext-imagick": "For image manipulation" 25 }, 26 "funding": [ 27 { 28 "type": "github", 29 "url": "https://github.com/sponsors/mprins" 30 } 31 ] 32}