mirror of
https://github.com/macintoshplus/mongo-php-driver.git
synced 2026-03-26 01:42:10 +01:00
* PHPC-1880: Drop support for PHP 7.1 * Bump PHP versions in AppVeyor config * PHPC-1880: Update Evergreen config for PHP 7.2+ and MongoDB 5.0 Bump edge-versions:latest-stable to MongoDB 5.0. Drops PHP 7.1 and adds PHP 8.0 to php-versions and newly created php-edge-versions axis. Use oldest-supported or latest-stable PHP version for matrices other than test-php-versions. Make variant display names consistent to help detect duplicates. Remove WiredTiger from mongo-42-storage-engines since it's tested in most other variants by default. * Revise "cursor not found" error message assertions for latest server version * Temporarily remove 1.19.x from libmongoc-version axis
72 lines
2.0 KiB
XML
72 lines
2.0 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<package version="2.1" xmlns="http://pear.php.net/dtd/package-2.1" xmlns:tasks="http://pear.php.net/dtd/tasks-1.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 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.1 http://pear.php.net/dtd/package-2.1.xsd">
|
|
<name>mongodb</name>
|
|
<channel>pecl.php.net</channel>
|
|
<summary>MongoDB driver for PHP</summary>
|
|
<description>
|
|
The purpose of this driver is to provide exceptionally thin glue between MongoDB
|
|
and PHP, implementing only fundamental and performance-critical components
|
|
necessary to build a fully-functional MongoDB driver.
|
|
</description>
|
|
<lead>
|
|
<name>Andreas Braun</name>
|
|
<user>alcaeus</user>
|
|
<email>alcaeus@php.net</email>
|
|
<active>yes</active>
|
|
</lead>
|
|
<lead>
|
|
<name>Jeremy Mikola</name>
|
|
<user>jmikola</user>
|
|
<email>jmikola@php.net</email>
|
|
<active>yes</active>
|
|
</lead>
|
|
<lead>
|
|
<name>Derick Rethans</name>
|
|
<user>derick</user>
|
|
<email>derick@php.net</email>
|
|
<active>no</active>
|
|
</lead>
|
|
<lead>
|
|
<name>Hannes Magnusson</name>
|
|
<user>bjori</user>
|
|
<email>bjori@php.net</email>
|
|
<active>no</active>
|
|
</lead>
|
|
<developer>
|
|
<name>Katherine Walker</name>
|
|
<user>kvwalker</user>
|
|
<email>kvwalker@php.net</email>
|
|
<active>no</active>
|
|
</developer>
|
|
<date>%RELEASE_DATE%</date>
|
|
<time>%RELEASE_TIME%</time>
|
|
<version>
|
|
<release>%RELEASE_VERSION%</release>
|
|
<api>%RELEASE_VERSION%</api>
|
|
</version>
|
|
<stability>
|
|
<release>%RELEASE_STABILITY%</release>
|
|
<api>%RELEASE_STABILITY%</api>
|
|
</stability>
|
|
<license uri="http://www.apache.org/licenses/LICENSE-2.0">Apache License</license>
|
|
<notes>
|
|
|
|
</notes>
|
|
<contents>
|
|
%RELEASE_FILES%
|
|
</contents>
|
|
<dependencies>
|
|
<required>
|
|
<php>
|
|
<min>7.2.0</min>
|
|
<max>8.99.99</max>
|
|
</php>
|
|
<pearinstaller>
|
|
<min>1.4.8</min>
|
|
</pearinstaller>
|
|
</required>
|
|
</dependencies>
|
|
<providesextension>mongodb</providesextension>
|
|
<extsrcrelease/>
|
|
</package>
|