|
Revision 4812, 1.6 kB
(checked in by Jonathan.Wage, 6 years ago)
|
sfWSDLPlugin: Updates for first packaged release.
|
| Line | |
|---|
| 1 |
<?xml version="1.0" encoding="UTF-8"?> |
|---|
| 2 |
<package 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" packagerversion="1.0.0" version="1.0" 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>sfWSDLPlugin</name> |
|---|
| 4 |
<channel>pear.symfony-project.com</channel> |
|---|
| 5 |
<summary>Symfony WSDL Plugin</summary> |
|---|
| 6 |
<description>Plugin which allows you to implement WSDL api functionality in to your applications easily.</description> |
|---|
| 7 |
<lead> |
|---|
| 8 |
<name>Jonathan H. Wage</name> |
|---|
| 9 |
<user>jwage</user> |
|---|
| 10 |
<email>jwage@centresource.com</email> |
|---|
| 11 |
<active>yes</active> |
|---|
| 12 |
</lead> |
|---|
| 13 |
<maintainer> |
|---|
| 14 |
<name>Jonathan H. Wage</name> |
|---|
| 15 |
<user>jwage</user> |
|---|
| 16 |
<email>jwage@centresource.com</email> |
|---|
| 17 |
<active>yes</active> |
|---|
| 18 |
</maintainer> |
|---|
| 19 |
<date>2007-08-03</date> |
|---|
| 20 |
<release> |
|---|
| 21 |
<version>1.0.0</version> |
|---|
| 22 |
<state>stable</state> |
|---|
| 23 |
</release> |
|---|
| 24 |
<stability> |
|---|
| 25 |
<release>stable</release> |
|---|
| 26 |
<api>stable</api> |
|---|
| 27 |
</stability> |
|---|
| 28 |
<license uri="http://www.symfony-project.com/license">MIT license</license> |
|---|
| 29 |
<notes>-</notes> |
|---|
| 30 |
<contents>[automatic]</contents> |
|---|
| 31 |
<dependencies> |
|---|
| 32 |
<required> |
|---|
| 33 |
<php> |
|---|
| 34 |
<min>5.1.0</min> |
|---|
| 35 |
</php> |
|---|
| 36 |
<pearinstaller> |
|---|
| 37 |
<min>1.4.1</min> |
|---|
| 38 |
</pearinstaller> |
|---|
| 39 |
<package> |
|---|
| 40 |
<name>sfWSDLPlugin</name> |
|---|
| 41 |
<channel>pear.symfony-project.com</channel> |
|---|
| 42 |
<min>0.8.1</min> |
|---|
| 43 |
<max>1.1.0</max> |
|---|
| 44 |
<exclude>1.1.0</exclude> |
|---|
| 45 |
</package> |
|---|
| 46 |
</required> |
|---|
| 47 |
</dependencies> |
|---|
| 48 |
<phprelease/> |
|---|
| 49 |
<changelog/> |
|---|
| 50 |
</package> |
|---|