mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-29 16:19:58 +09:00
Update composer dependencies
This commit is contained in:
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
4
vendor/rmccue/requests/docs/authentication.md
vendored
Executable file → Normal 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);
|
||||
```
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue