mirror of
https://github.com/LdesignMedia/moodle-availability_ipaddress.git
synced 2026-05-16 21:41:28 +02:00
Remove typed property declarations to prevent fatal parse errors on Moodle 4.0.x servers running PHP 7.3. Lower environment.xml PHP requirement from 7.4 to 7.3. Fixes #13
7 lines
190 B
XML
7 lines
190 B
XML
<?xml version="1.0" encoding="UTF-8" ?>
|
|
<COMPATIBILITY_MATRIX>
|
|
<PLUGIN name="availability_ipaddress">
|
|
<PHP version="7.3" level="required"/>
|
|
</PLUGIN>
|
|
</COMPATIBILITY_MATRIX>
|