Skip to content

Commit 66ae185

Browse files
authored
Update README.md
1 parent d719497 commit 66ae185

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,13 +21,12 @@ Proprietary, see the provided `license.md`.
2121

2222
## Autoloading
2323

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), don't forget to require its autoloader in
2625
your script or bootstrap file:
2726
```php
2827
require 'vendor/autoload.php';
2928
```
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
3130
`composer update`.*
3231

3332
```json

0 commit comments

Comments
 (0)