Development

/plugins/dwCryptPlugin/package.xml

You must first sign up to be able to contribute.

root/plugins/dwCryptPlugin/package.xml

Revision 7881, 1.7 kB (checked in by dwhittle, 6 months ago)

dwCryptPlugin: fixed package + released new version

  • Property svn:mime-type set to text/xml
  • Property svn:eol-style set to native
  • Property svn:keywords set to Id
Line 
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>dwCryptPlugin</name>
4  <channel>pear.symfony-project.com</channel>
5  <summary>dwCryptPlugin</summary>
6  <description>dwCryptPlugin with support for mcrypt or PEAR Crypt_Blowfish.</description>
7  <lead>
8   <name>Dustin Whittle</name>
9   <user>dwhittle</user>
10   <email>dustin.whittle@symfony-project.com</email>
11   <active>yes</active>
12  </lead>
13  <date>2008-03-14</date>
14  <version>
15    <release>1.0.1</release>
16    <api>1.0.1</api>
17  </version>
18  <stability>
19   <release>stable</release>
20   <api>stable</api>
21  </stability>
22  <license uri="http://www.symfony-project.com/content/license">MIT license</license>
23  <notes>-</notes>
24  <contents>
25   <dir name="/">
26     <file role="data" name="README" />
27     <file role="data" name="LICENSE" />
28
29     <dir name="lib">
30       <file role="data" name="sfCrypt.class.php" />
31     </dir>
32
33     <dir name="test">
34       <file role="data" name="sfCryptTest.php" />
35     </dir>
36   </dir>
37  </contents>
38
39  <dependencies>
40   <required>
41    <php>
42     <min>5.0.0</min>
43    </php>
44    <pearinstaller>
45     <min>1.4.1</min>
46    </pearinstaller>
47    <package>
48     <name>symfony</name>
49     <channel>pear.symfony-project.com</channel>
50     <min>1.0.0</min>
51     <max>1.2.0</max>
52    </package>
53   </required>
54  </dependencies>
55
56  <phprelease>
57  </phprelease>
58
59  <changelog>
60  </changelog>
61 </package>
Note: See TracBrowser for help on using the browser.