Skip to content

Commit a615242

Browse files
committed
Merge pull request #2 from djvaldez/future
Future
2 parents ed0eb47 + 75f1520 commit a615242

2 files changed

Lines changed: 9 additions & 2 deletions

File tree

.travis.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
language: php
2+
php:
3+
- 5.6
4+
- 5.5
5+
- 5.4
6+
- 5.3
7+
before_script: composer install

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ This is the PHP client for the CyberSource SOAP Toolkit API.
66
##Prerequisites
77

88
- PHP 5.3 or above
9-
- [curl](http://php.net/manual/en/book.curl.php), [openssl](http://php.net/manual/en/book.openssl.php), [soap](http://http://php.net/manual/en/book.soap.php) extensions must be enabled
9+
- [curl](http://php.net/manual/en/book.curl.php), [openssl](http://php.net/manual/en/book.openssl.php), [soap](http://php.net/manual/en/book.soap.php) extensions must be enabled
1010
- A CyberSource merchant ID and transaction key. You will need to set these in the cybs.ini file in ````lib/conf````.
1111

1212

@@ -44,4 +44,4 @@ composer.phar dump-autoload
4444

4545
For more information about CyberSource services, see <http://www.cybersource.com/developers/documentation>
4646

47-
For all other support needs, see <http://www.cybersource.com/support>
47+
For all other support needs, see <http://www.cybersource.com/support>

0 commit comments

Comments
 (0)