Author: Kris.Wallsmith
Date: 2010-02-24 19:55:21 +0100 (Wed, 24 Feb 2010)
New Revision: 28257
Modified:
plugins/sfDoctrineMasterSlavePlugin/trunk/package.xml.tmpl
Log:
[sfDoctrineMasterSlavePlugin] fixed required symfony version markup
Modified: plugins/sfDoctrineMasterSlavePlugin/trunk/package.xml.tmpl
===================================================================
--- plugins/sfDoctrineMasterSlavePlugin/trunk/package.xml.tmpl 2010-02-24
18:51:54 UTC (rev 28256)
+++ plugins/sfDoctrineMasterSlavePlugin/trunk/package.xml.tmpl 2010-02-24
18:55:21 UTC (rev 28257)
@@ -35,9 +35,9 @@
<package>
<name>symfony</name>
<channel>pear.symfony-project.com</channel>
- <min>1.2.0</min>
- <max>1.3.0</max>
- <exclude>1.3.0</exclude>
+ <min>1.3.0</min>
+ <max>2.0.0</max>
+ <exclude>2.0.0</exclude>
</package>
</required>
</dependencies>
--
You received this message because you are subscribed to the Google Groups
"symfony SVN" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/symfony-svn?hl=en.