PluginProbe ʕ •ᴥ•ʔ
Matomo Analytics – Powerful, Privacy-First Insights for WordPress / 4.1.2
Matomo Analytics – Powerful, Privacy-First Insights for WordPress v4.1.2
5.13.0 5.12.1 5.12.0 5.11.1 5.11.0 5.10.2 5.10.1 trunk 1.0.2 1.0.3 1.0.4 1.0.5 1.0.6 1.1.0 1.1.1 1.1.2 1.1.3 1.2.0 1.3.0 1.3.1 1.3.2 4.0.0 4.0.1 4.0.2 4.0.3 4.0.4 4.1.0 4.1.1 4.1.2 4.1.3 4.10.0 4.11.0 4.12.0 4.13.0 4.13.2 4.13.3 4.13.4 4.13.5 4.14.0 4.14.1 4.14.2 4.15.0 4.15.1 4.15.2 4.15.3 4.2.0 4.3.0 4.3.1 4.4.1 4.4.2 4.5.0 4.6.0 5.0.1 5.0.2 5.0.3 5.0.4 5.0.5 5.0.6 5.0.7 5.0.8 5.1.0 5.1.1 5.1.2 5.1.3 5.1.4 5.1.5 5.1.6 5.1.7 5.10.0 5.2.0 5.2.1 5.2.2 5.3.0 5.3.1 5.3.2 5.3.3 5.6.0 5.6.1 5.7.0 5.7.1 5.8.0 5.8.1 5.8.2
matomo / app / vendor / maxmind-db / reader / package.xml
matomo / app / vendor / maxmind-db / reader Last commit date
src 5 years ago LICENSE 6 years ago README.md 5 years ago package.xml 5 years ago
package.xml
61 lines
1 <?xml version="1.0"?>
2 <package version="2.0" xmlns="http://pear.php.net/dtd/package-2.0"
3 xmlns:tasks="http://pear.php.net/dtd/tasks-1.0"
4 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
5 xsi:schemaLocation="http://pear.php.net/dtd/tasks-1.0 http://pear.php.net/dtd/tasks-1.0.xsd http://pear.php.net/dtd/package-2.0 http://pear.php.net/dtd/package-2.0.xsd">
6
7 <name>maxminddb</name>
8 <channel>pecl.php.net</channel>
9 <summary>Reader for the MaxMind DB file format</summary>
10 <description>This is the PHP extension for reading MaxMind DB files. MaxMind DB is a binary file format that stores data indexed by IP address subnets (IPv4 or IPv6).</description>
11 <lead>
12 <name>Greg Oschwald</name>
13 <user>oschwald</user>
14 <email>goschwald@maxmind.com</email>
15 <active>yes</active>
16 </lead>
17 <date>2020-10-01</date>
18 <version>
19 <release>1.8.0</release>
20 <api>1.7.0</api>
21 </version>
22 <stability>
23 <release>stable</release>
24 <api>stable</api>
25 </stability>
26 <license uri="https://github.com/maxmind/MaxMind-DB-Reader-php/blob/master/LICENSE">Apache License 2.0</license>
27 <notes>* Fixes for PHP 8.0. Pull Request by Remi Collet. GitHub #108.</notes>
28 <contents>
29 <dir name="/">
30 <file role="doc" name="LICENSE"/>
31 <file role="doc" name="CHANGELOG.md"/>
32 <file role="doc" name="README.md"/>
33
34 <dir name="ext">
35 <file role="src" name="config.m4"/>
36
37 <file role="src" name="maxminddb.c"/>
38 <file role="src" name="php_maxminddb.h"/>
39
40 <dir name="tests">
41 <file role="test" name="001-load.phpt"/>
42 <file role="test" name="002-final.phpt"/>
43 <file role="test" name="003-open-basedir.phpt"/>
44 </dir>
45 </dir>
46 </dir>
47 </contents>
48 <dependencies>
49 <required>
50 <php>
51 <min>7.2.0</min>
52 </php>
53 <pearinstaller>
54 <min>1.10.0</min>
55 </pearinstaller>
56 </required>
57 </dependencies>
58 <providesextension>maxminddb</providesextension>
59 <extsrcrelease />
60 </package>
61