| 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>symfony</name> |
|---|
| 4 |
<channel>pear.symfony-project.com</channel> |
|---|
| 5 |
<summary>Symfony is a complete framework designed to optimize the development of web applications.</summary> |
|---|
| 6 |
<description> |
|---|
| 7 |
Symfony is a complete framework designed to optimize the development of web applications by way of several key features. |
|---|
| 8 |
For starters, it separates a web application's business rules, server logic, and presentation views. |
|---|
| 9 |
It contains numerous tools and classes aimed at shortening the development time of a complex web application. |
|---|
| 10 |
Additionally, it automates common tasks so that the developer can focus entirely on the specifics of an application. |
|---|
| 11 |
The end result of these advantages means there is no need to reinvent the wheel every time a new web application is built! |
|---|
| 12 |
</description> |
|---|
| 13 |
<lead> |
|---|
| 14 |
<name>Fabien POTENCIER</name> |
|---|
| 15 |
<user>fabpot</user> |
|---|
| 16 |
<email>fabien.potencier@symfony-project.com</email> |
|---|
| 17 |
<active>yes</active> |
|---|
| 18 |
</lead> |
|---|
| 19 |
<date>##CURRENT_DATE##</date> |
|---|
| 20 |
<version> |
|---|
| 21 |
<release>##SYMFONY_VERSION##</release> |
|---|
| 22 |
<api>1.3.0</api> |
|---|
| 23 |
</version> |
|---|
| 24 |
<stability> |
|---|
| 25 |
<release>##STABILITY##</release> |
|---|
| 26 |
<api>##STABILITY##</api> |
|---|
| 27 |
</stability> |
|---|
| 28 |
<license uri="http://www.symfony-project.org/license">MIT license</license> |
|---|
| 29 |
<notes>-</notes> |
|---|
| 30 |
|
|---|
| 31 |
<contents> |
|---|
| 32 |
<dir name="/"> |
|---|
| 33 |
|
|---|
| 34 |
##CLASS_FILES## |
|---|
| 35 |
|
|---|
| 36 |
<file role="script" baseinstalldir="/" install-as="symfony" name="data/bin/symfony"> |
|---|
| 37 |
<tasks:replace type="pear-config" from="@DATA-DIR@" to="data_dir" /> |
|---|
| 38 |
<tasks:replace type="pear-config" from="@PEAR-DIR@" to="php_dir" /> |
|---|
| 39 |
</file> |
|---|
| 40 |
|
|---|
| 41 |
<file role="script" baseinstalldir="/" name="data/bin/symfony.bat" /> |
|---|
| 42 |
|
|---|
| 43 |
<file role="doc" baseinstalldir="symfony" name="CHANGELOG" /> |
|---|
| 44 |
<file role="doc" baseinstalldir="symfony" name="COPYRIGHT" /> |
|---|
| 45 |
<file role="doc" baseinstalldir="symfony" name="DEPRECATED_IN_1_3" /> |
|---|
| 46 |
<file role="doc" baseinstalldir="symfony" name="LICENSE" /> |
|---|
| 47 |
<file role="doc" baseinstalldir="symfony" name="README" /> |
|---|
| 48 |
<file role="doc" baseinstalldir="symfony" name="UPGRADE_TO_1_3" /> |
|---|
| 49 |
<file role="doc" baseinstalldir="symfony" name="WHATS_NEW" /> |
|---|
| 50 |
<file role="doc" baseinstalldir="symfony" name="licenses/LICENSE.ICU" /> |
|---|
| 51 |
<file role="doc" baseinstalldir="symfony" name="licenses/LICENSE.lime" /> |
|---|
| 52 |
<file role="doc" baseinstalldir="symfony" name="licenses/LICENSE.prado" /> |
|---|
| 53 |
<file role="doc" baseinstalldir="symfony" name="licenses/LICENSE.swiftmailer" /> |
|---|
| 54 |
</dir> |
|---|
| 55 |
</contents> |
|---|
| 56 |
|
|---|
| 57 |
<dependencies> |
|---|
| 58 |
<required> |
|---|
| 59 |
<php> |
|---|
| 60 |
<min>5.2.4</min> |
|---|
| 61 |
</php> |
|---|
| 62 |
<pearinstaller> |
|---|
| 63 |
<min>1.4.1</min> |
|---|
| 64 |
</pearinstaller> |
|---|
| 65 |
<extension> |
|---|
| 66 |
<name>reflection</name> |
|---|
| 67 |
</extension> |
|---|
| 68 |
<extension> |
|---|
| 69 |
<name>ctype</name> |
|---|
| 70 |
</extension> |
|---|
| 71 |
<extension> |
|---|
| 72 |
<name>pcre</name> |
|---|
| 73 |
</extension> |
|---|
| 74 |
<extension> |
|---|
| 75 |
<name>simplexml</name> |
|---|
| 76 |
</extension> |
|---|
| 77 |
<extension> |
|---|
| 78 |
<name>xml</name> |
|---|
| 79 |
</extension> |
|---|
| 80 |
<extension> |
|---|
| 81 |
<name>dom</name> |
|---|
| 82 |
</extension> |
|---|
| 83 |
</required> |
|---|
| 84 |
</dependencies> |
|---|
| 85 |
|
|---|
| 86 |
<phprelease> |
|---|
| 87 |
<installconditions> |
|---|
| 88 |
<os> |
|---|
| 89 |
<name>windows</name> |
|---|
| 90 |
</os> |
|---|
| 91 |
</installconditions> |
|---|
| 92 |
<filelist> |
|---|
| 93 |
<install as="symfony.bat" name="data/bin/symfony.bat" /> |
|---|
| 94 |
</filelist> |
|---|
| 95 |
</phprelease> |
|---|
| 96 |
|
|---|
| 97 |
<phprelease> |
|---|
| 98 |
<filelist> |
|---|
| 99 |
<ignore name="data/bin/symfony.bat" /> |
|---|
| 100 |
</filelist> |
|---|
| 101 |
</phprelease> |
|---|
| 102 |
|
|---|
| 103 |
<changelog> |
|---|
| 104 |
</changelog> |
|---|
| 105 |
</package> |
|---|