Skip to content

Commit a3e568e

Browse files
committed
added composer.json
1 parent 06f5403 commit a3e568e

File tree

1 file changed

+34
-0
lines changed

1 file changed

+34
-0
lines changed

composer.json

+34
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
{
2+
"name": "cystbear/authorizenet-php-sdk",
3+
"description": "AuthorizeNet PHP-SDK Reloaded for PHP 5.3+",
4+
"keywords": ["authorize.net","ecommerce","payment"],
5+
"homepage": "http://developer.authorize.net/downloads/",
6+
"type": "library",
7+
"license": "limited",
8+
"authors": [
9+
{
10+
"name": "Oleg Zinckenko",
11+
"email": "[email protected]"
12+
},
13+
{
14+
"name": "Andy Baird",
15+
"email": "[email protected] "
16+
}
17+
],
18+
19+
"require": {
20+
"php": ">=5.3.0",
21+
"ext-simplexml": "*",
22+
"ext-curl": "*"
23+
},
24+
25+
"suggest": {
26+
"ext-soap": "*"
27+
},
28+
29+
"autoload": {
30+
"psr-0": {
31+
"AuthorizeNet\\": "src/"
32+
}
33+
}
34+
}

0 commit comments

Comments
 (0)