Skip to content

Commit 4b277ac

Browse files
committed
Update minimum PHP version to 8.0
1 parent 683aa04 commit 4b277ac

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
}
1313
],
1414
"require": {
15-
"php": ">=7.4"
15+
"php": ">=8.0"
1616
},
1717
"config": {
1818
"platform": {

plugin.info.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
base openlayersmap
22
author Mark C. Prins
33
email mprins@users.sf.net
4-
date 2025-04-02
4+
date 2025-05-16
55
name OpenLayers map plugin for DokuWiki
66
desc Provides a syntax for rendering OpenLayers based maps in wiki pages.
77
url https://www.dokuwiki.org/plugin:openlayersmap
8+
minphp 8.0

0 commit comments

Comments
 (0)