Update composer dependencies

This commit is contained in:
Kijin Sung 2017-06-29 23:39:23 +09:00
parent 49cc39e507
commit cbd324c35b
428 changed files with 17862 additions and 5885 deletions

4
vendor/rmccue/requests/docs/authentication.md vendored Executable file → Normal file
View file

@ -27,5 +27,5 @@ Note that POST/PUT can also take a data parameter, so you also need that
before `$options`:
```php
Requests::get('http://httpbin.org/basic-auth/user/password', array(), null, $options);
```
Requests::post('http://httpbin.org/basic-auth/user/password', array(), null, $options);
```