|
Revision 6479, 1.5 kB
(checked in by Michael.Nolan, 5 years ago)
|
Invalid package.xml (fixes #2658)
|
| Line | |
|---|
| 1 |
<?xml version="1.0" encoding="UTF-8"?> |
|---|
| 2 |
<package packagerversion="1.4.1" version="2.0" xmlns="http://pear.php.net/dtd/package-2.0" 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.0 http://pear.php.net/dtd/package-2.0.xsd"> |
|---|
| 3 |
<name>[automatic]</name> |
|---|
| 4 |
<channel>pear.symfony-project.com</channel> |
|---|
| 5 |
<summary>Propel approvable behavior</summary> |
|---|
| 6 |
<description>This plugin enables propel objects to be approved prior to use. It filters queries for unapproved objects and provides a module to approve objects through a link.</description> |
|---|
| 7 |
<lead> |
|---|
| 8 |
<name>Michael Nolan</name> |
|---|
| 9 |
<user>Michael.Nolan</user> |
|---|
| 10 |
<email>michael@michaelnolan.co.uk</email> |
|---|
| 11 |
<active>yes</active> |
|---|
| 12 |
</lead> |
|---|
| 13 |
<date>[automatic]</date> |
|---|
| 14 |
<version> |
|---|
| 15 |
<release>0.2.0</release> |
|---|
| 16 |
<api>0.2.0</api> |
|---|
| 17 |
</version> |
|---|
| 18 |
<stability> |
|---|
| 19 |
<release>beta</release> |
|---|
| 20 |
<api>beta</api> |
|---|
| 21 |
</stability> |
|---|
| 22 |
<license uri="http://www.symfony-project.com/license">MIT license</license> |
|---|
| 23 |
<notes>-</notes> |
|---|
| 24 |
<contents> |
|---|
| 25 |
[automatic] |
|---|
| 26 |
</contents> |
|---|
| 27 |
|
|---|
| 28 |
<dependencies> |
|---|
| 29 |
<required> |
|---|
| 30 |
<php> |
|---|
| 31 |
<min>5.1.0</min> |
|---|
| 32 |
</php> |
|---|
| 33 |
<pearinstaller> |
|---|
| 34 |
<min>1.4.1</min> |
|---|
| 35 |
</pearinstaller> |
|---|
| 36 |
<package> |
|---|
| 37 |
<name>symfony</name> |
|---|
| 38 |
<channel>pear.symfony-project.com</channel> |
|---|
| 39 |
<min>1.0.0</min> |
|---|
| 40 |
<max>1.1.0</max> |
|---|
| 41 |
<exclude>1.1.0</exclude> |
|---|
| 42 |
</package> |
|---|
| 43 |
</required> |
|---|
| 44 |
</dependencies> |
|---|
| 45 |
|
|---|
| 46 |
<phprelease> |
|---|
| 47 |
</phprelease> |
|---|
| 48 |
|
|---|
| 49 |
<changelog> |
|---|
| 50 |
</changelog> |
|---|
| 51 |
</package> |
|---|