103 lines
3.4 KiB
XML
103 lines
3.4 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<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">
|
|
<name>symfony</name>
|
|
<channel>pear.symfony-project.com</channel>
|
|
<summary>Symfony is a complete framework designed to optimize the development of web applications.</summary>
|
|
<description>
|
|
Symfony is a complete framework designed to optimize the development of web applications by way of several key features.
|
|
For starters, it separates a web application's business rules, server logic, and presentation views.
|
|
It contains numerous tools and classes aimed at shortening the development time of a complex web application.
|
|
Additionally, it automates common tasks so that the developer can focus entirely on the specifics of an application.
|
|
The end result of these advantages means there is no need to reinvent the wheel every time a new web application is built!
|
|
</description>
|
|
<lead>
|
|
<name>Fabien POTENCIER</name>
|
|
<user>fabpot</user>
|
|
<email>fabien.potencier@symfony-project.com</email>
|
|
<active>yes</active>
|
|
</lead>
|
|
<date>##CURRENT_DATE##</date>
|
|
<version>
|
|
<release>##SYMFONY_VERSION##</release>
|
|
<api>1.4.0</api>
|
|
</version>
|
|
<stability>
|
|
<release>##STABILITY##</release>
|
|
<api>##STABILITY##</api>
|
|
</stability>
|
|
<license uri="http://www.symfony-project.org/license">MIT license</license>
|
|
<notes>-</notes>
|
|
|
|
<contents>
|
|
<dir name="/">
|
|
|
|
##CLASS_FILES##
|
|
|
|
<file role="script" baseinstalldir="/" install-as="symfony" name="data/bin/symfony">
|
|
<tasks:replace type="pear-config" from="@DATA-DIR@" to="data_dir" />
|
|
<tasks:replace type="pear-config" from="@PEAR-DIR@" to="php_dir" />
|
|
</file>
|
|
|
|
<file role="script" baseinstalldir="/" name="data/bin/symfony.bat" />
|
|
|
|
<file role="doc" baseinstalldir="symfony" name="CHANGELOG" />
|
|
<file role="doc" baseinstalldir="symfony" name="COPYRIGHT" />
|
|
<file role="doc" baseinstalldir="symfony" name="LICENSE" />
|
|
<file role="doc" baseinstalldir="symfony" name="README" />
|
|
<file role="doc" baseinstalldir="symfony" name="licenses/LICENSE.ICU" />
|
|
<file role="doc" baseinstalldir="symfony" name="licenses/LICENSE.lime" />
|
|
<file role="doc" baseinstalldir="symfony" name="licenses/LICENSE.prado" />
|
|
<file role="doc" baseinstalldir="symfony" name="licenses/LICENSE.swiftmailer" />
|
|
</dir>
|
|
</contents>
|
|
|
|
<dependencies>
|
|
<required>
|
|
<php>
|
|
<min>5.2.4</min>
|
|
</php>
|
|
<pearinstaller>
|
|
<min>1.4.1</min>
|
|
</pearinstaller>
|
|
<extension>
|
|
<name>reflection</name>
|
|
</extension>
|
|
<extension>
|
|
<name>ctype</name>
|
|
</extension>
|
|
<extension>
|
|
<name>pcre</name>
|
|
</extension>
|
|
<extension>
|
|
<name>simplexml</name>
|
|
</extension>
|
|
<extension>
|
|
<name>xml</name>
|
|
</extension>
|
|
<extension>
|
|
<name>dom</name>
|
|
</extension>
|
|
</required>
|
|
</dependencies>
|
|
|
|
<phprelease>
|
|
<installconditions>
|
|
<os>
|
|
<name>windows</name>
|
|
</os>
|
|
</installconditions>
|
|
<filelist>
|
|
<install as="symfony.bat" name="data/bin/symfony.bat" />
|
|
</filelist>
|
|
</phprelease>
|
|
|
|
<phprelease>
|
|
<filelist>
|
|
<ignore name="data/bin/symfony.bat" />
|
|
</filelist>
|
|
</phprelease>
|
|
|
|
<changelog>
|
|
</changelog>
|
|
</package>
|