Changeset 33417
- Timestamp:
- 04/19/12 22:27:57 (1 year ago)
- Files:
-
- plugins/sfDoctrineCreateInPlacePlugin/package.xml (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
plugins/sfDoctrineCreateInPlacePlugin/package.xml
r33414 r33417 19 19 <date>2012-04-19</date> 20 20 <version> 21 <release>0. 0.1</release>22 <api>0. 0.1</api>21 <release>0.1.0</release> 22 <api>0.1.0</api> 23 23 </version> 24 <stability>24 <stability> 25 25 <release>alpha</release> 26 26 <api>alpha</api> 27 </stability> 28 <license uri="http://www.symfony-project.com/license"> 29 MIT license 30 </license> 27 </stability> 28 <license uri="http://www.symfony-project.com/license">MIT license</license> 31 29 <notes>First public release. Alpha : use at your own risks !</notes> 32 30 … … 39 37 </dir> 40 38 <dir name="modules"> 41 <dir name="sfDoctrineCreateInPlace">42 <dir name="actions">43 <file role="data" name="actions.class.php" />44 </dir>45 </dir>39 <dir name="sfDoctrineCreateInPlace"> 40 <dir name="actions"> 41 <file role="data" name="actions.class.php" /> 42 </dir> 43 </dir> 46 44 </dir> 47 45 <file name="LICENSE" role="data"/> … … 50 48 </contents> 51 49 52 <dependencies> 53 <required> 54 <php> 55 <min>5.2.4</min> 56 </php> 57 <pearinstaller> 58 <min>1.4.1</min> 59 </pearinstaller> 60 <package> 61 <name>symfony</name> 62 <channel>pear.symfony-project.com</channel> 63 <min>1.3.0</min> 64 <max>1.4.0</max> 65 <exclude>1.5.0</exclude> 66 </package> 67 </required> 68 </dependencies> 69 70 <phprelease> 71 </phprelease> 72 73 <changelog> 74 <!-- CHANGELOG --> 75 </changelog> 50 <dependencies> 51 <required> 52 <php> 53 <min>5.2.4</min> 54 </php> 55 <pearinstaller> 56 <min>1.4.1</min> 57 </pearinstaller> 58 <package> 59 <name>symfony</name> 60 <channel>pear.symfony-project.com</channel> 61 <min>1.3.0</min> 62 <max>2.0.0</max> 63 <exclude>2.0.0</exclude> 64 </package> 65 </required> 66 </dependencies> 67 68 <phprelease> 69 </phprelease> 76 70 </package>