SammyK

Results 4 issues of SammyK

Got another one for you guys. :) # The Problem ~~Currently there is no [peer verification](http://curl.haxx.se/docs/sslcerts.html) for any of the providers meaning all HTTPS communication with the providers is more...

enhancement

### Description WIP ### Readiness checklist - [ ] (only for Members) Changelog has been added to the release document. - [ ] Tests added for this feature/bug. ### Reviewer...

Once the [Easy User-land CSPRNG](https://wiki.php.net/rfc/easy_userland_csprng) gets added to PHP7, what are your thoughts of using RandomLib as a back-port for older PHP versions and adding the `random_bytes()` and `random_int()` functions...

Now we can add ->withPivot() and ->withTimestamps() methods to model relationship methods without errors. ``` php return $this->belongsToMany('User')->withPivot('foo')->withTimestamps(); ``` This fixes issue #30.