Development

/plugins/sfAuthorizeNetCIMPlugin/package.xml

You must first sign up to be able to contribute.

root/plugins/sfAuthorizeNetCIMPlugin/package.xml

Revision 20793, 1.9 kB (checked in by davec, 4 years ago)

Updated symfony version compatability

Line 
1 <?xml version="1.0" encoding="UTF-8"?>
2 <package packagerversion="1.4.6" 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>sfAuthorizeNetCIMPlugin</name>
4  <channel>pear.symfony-project.com</channel>
5  <summary>Authorize.NET Customer Information Manager (CIM) Plugin</summary>
6  <description>This plugin allows you to create, retreive, update and delete payment profiles from the Authorize.NET CIM service.
7               This is great for avoiding the storage of credit card numbers on your server.
8  </description>
9  <lead>
10   <name>Dave Camarillo</name>
11   <user>davec</user>
12   <email>dave.camarillo@gmail.com</email>
13   <active>yes</active>
14  </lead>
15  <date>2009-08-04</date>
16  <time>18:00:00</time>
17  <version>
18   <release>0.9.0</release>
19   <api>0.1.1</api>
20  </version>
21  <stability>
22   <release>beta</release>
23   <api>beta</api>
24  </stability>
25  <license uri="http://www.symfony-project.org/license">MIT license</license>
26  <notes>-</notes>
27  <contents>
28   <dir name="/">
29    <file role="data" name="README" />
30    <file role="data" name="LICENSE" />
31    <dir name="lib">
32     <file role="data" name="sfAuthorizeNetCIM.class.php" />
33    </dir>
34    <dir name="test">
35     <file role="data" name="sfAuthorizeNetCIMTest.php" />
36    </dir>
37   </dir>
38  </contents>
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.3.0</max>
52     <exclude>1.3.0</exclude>
53    </package>
54   </required>
55  </dependencies>
56  <phprelease />
57  <changelog />
58 </package>
Note: See TracBrowser for help on using the browser.