Skip to content

Commit d2ae7b0

Browse files
committed
Update README.md
1 parent 0c78173 commit d2ae7b0

1 file changed

Lines changed: 16 additions & 2 deletions

File tree

README.md

Lines changed: 16 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,22 @@ require 'vendor/autoload.php';
2828
*Note: you'll need a composer.json file with the following require section and to run
2929
`composer update`.*
3030
```json
31-
"require": {
32-
"authorizenet/authorizenet": "~1.8"
31+
{
32+
"require": {
33+
"php": ">=5.2.0",
34+
"ext-curl": "*",
35+
"authorizenet/authorizenet": "1.8.4",
36+
"jms/serializer": "xsd2php-dev as 0.18.0"
37+
},
38+
"require-dev": {
39+
"goetas/xsd2php": "2.*@dev",
40+
"goetas/xsd-reader": "2.*@dev"
41+
},
42+
"repositories": [{
43+
"type": "vcs",
44+
"url": "https://github.com/goetas/serializer.git"
45+
}]
46+
3347
}
3448
```
3549

0 commit comments

Comments
 (0)