CircleOfNice / CiRestClientBundle

Mapper for PHP internal curl library
GNU General Public License v3.0
57 stars 20 forks source link

Allow CURLOPT_SSL_VERIFYPEER to be set #27

Closed korbav closed 8 years ago

korbav commented 8 years ago

CURLOPT_SSL_VERIFYPEER was set by default based on the url protocol (HTTP or HTTPS), This PR allows to configure it manually

TobiasHauck commented 8 years ago

Executing PHPUnit marks the method assertUrlHttps in Traits/Assertions as unused. So may you please remove this method? Afterwards the PR can be merged. Thank you!

korbav commented 8 years ago

Done!

TobiasHauck commented 8 years ago

Thank you again. I want to add a .contributors file to the repository with the following structure: Firstname Lastname

If you give me these information I will add you ;)