We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d719497 commit 66ae185Copy full SHA for 66ae185
1 file changed
README.md
@@ -21,13 +21,12 @@ Proprietary, see the provided `license.md`.
21
22
## Autoloading
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
+We recommend using [`Composer`](http://getcomposer.org), don't forget to require its autoloader in
26
your script or bootstrap file:
27
```php
28
require 'vendor/autoload.php';
29
```
30
-*Note: you'll need a composer.json file with the following require section and to run
+*Update your composer.json file as per the example below and then run
31
`composer update`.*
32
33
```json
0 commit comments