You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+11-17Lines changed: 11 additions & 17 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,36 +17,30 @@ Proprietary, see the provided `license.md`.
17
17
- JSON PHP Extension
18
18
- SimpleXML PHP Extension
19
19
- An Authorize.Net Merchant Account or Sandbox Account. You can get a
20
-
free sandbox account at http://developer.authorize.net/sandbox/
20
+
free sandbox account at http://developer.authorize.net/hello_world/sandbox/
21
21
22
22
## Autoloading
23
23
24
-
[`Composer`](http://getcomposer.org) currently has a [MITM](https://github.com/composer/composer/issues/1074)
25
-
security vulnerability. However, if you wish to use it, require its autoloader in
24
+
We recommend using [`Composer`](http://getcomposer.org)*(note we never recommend you override the new secure-http default setting)*, don't forget to require its autoloader in
26
25
your script or bootstrap file:
27
26
```php
28
27
require 'vendor/autoload.php';
29
28
```
30
-
*Note: you'll need a composer.json file with the following require section and to run
29
+
*Update your composer.json file as per the example below and then run
0 commit comments