Development

/plugins/sfPropelFinderPlugin/package.xml

You must first sign up to be able to contribute.

root/plugins/sfPropelFinderPlugin/package.xml

Revision 10168, 1.8 kB (checked in by francois, 2 weeks ago)

sfPropelFinderPlugin Releasing 0.3

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.4.1" version="2.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>sfPropelFinderPlugin</name>
4   <channel>pear.symfony-project.com</channel>
5   <summary>Propel object finder</summary>
6   <description>The `sfPropelFinder` is a symfony plugin that provides an easy API for finding Propel objects - that is, easier than the Peer methods and the Criteria stuff.</description>
7   <lead>
8     <name>Francois Zaninotto</name>
9     <user>fzaninotto</user>
10     <email>francois.zaninotto@symfony-project.com</email>
11     <active>yes</active>
12   </lead>
13   <date>2008-07-07</date>
14   <version>
15     <release>0.3.0</release>
16     <api>0.3.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     <dir name="/">
26       <file name="README" role="data"/>
27       <file name="LICENSE" role="data"/>
28       <dir name="lib">
29         <file name="sfPropelFinder.php" role="data"/>
30         <file name="sfPropelFinderPager.php" role="data"/>
31         <file name="sfPropelFinderUtils.php" role="data"/>
32       </dir>
33     </dir>
34   </contents>
35   <dependencies>
36     <required>
37       <php>
38         <min>5.1.0</min>
39       </php>
40       <pearinstaller>
41         <min>1.4.1</min>
42       </pearinstaller>
43       <package>
44         <name>symfony</name>
45         <channel>pear.symfony-project.com</channel>
46         <min>1.0.0</min>
47       </package>
48     </required>
49   </dependencies>
50   <phprelease>
51  </phprelease>
52 </package>
Note: See TracBrowser for help on using the browser.