Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add paragonie/random_compat to implement a polyfill for random_bytes | nashe | 2018-01-02 | 1 | -1/+2 |
| | |||||
* | Improve project structure | nashe | 2017-10-21 | 1 | -3/+1 |
| | |||||
* | Make tests pass on php-nightly | nashe | 2017-07-16 | 1 | -1/+1 |
| | | | | See https://github.com/guzzle/guzzle/releases/tag/6.3.0 | ||||
* | Fix typo in project's description | nashe | 2017-07-16 | 1 | -1/+1 |
| | |||||
* | Move helper functions to a separate file | nashe | 2017-07-16 | 1 | -0/+1 |
| | | | | This will be useful to use it in the tests. | ||||
* | Update composer.json to use the last version of SimplePie | nashe | 2017-07-13 | 1 | -1/+1 |
| | | | | | | This version allows us to pass cURL options to SimplePie, this will be needed to correctly handle feeds over SSL/TLS but with invalid certificates. | ||||
* | Require PHP 5.6 | nashe | 2017-07-08 | 1 | -7/+3 |
| | | | | Do not try to support EOL versions of PHP. | ||||
* | Tag hhvm requirement as "conflict" | nashe | 2017-07-08 | 1 | -2/+6 |
| | |||||
* | Codeception was slightly overkill, get back to PHPUnit | nashe | 2017-05-28 | 1 | -3/+3 |
| | |||||
* | Fix class autoloading | nashe | 2015-08-11 | 1 | -3/+7 |
| | | | | | | | Made some mistakes with my last PR: I tested that everything were working, but on the wrong branch. This commit fixes all the autoloading error that were left. | ||||
* | Fix dependency problem | nashe | 2015-08-08 | 1 | -2/+3 |
| | | | | Guzzle 6.* were requiring PHP 5.5.0. | ||||
* | Require Codeception | nashe | 2015-08-07 | 1 | -0/+3 |
| | |||||
* | Port the testmore unit tests to Codeception | nashe | 2015-08-05 | 1 | -0/+5 |
| | |||||
* | Require Codeception 2 | nashe | 2015-08-05 | 1 | -0/+3 |
| | |||||
* | Change PHP version requirement | nashe | 2015-08-05 | 1 | -0/+1 |
| | | | | | Require at least PHP 5.4: this is the oldest "old stable" version of PHP that can be downloaded. | ||||
* | Require spyc 0.5.1 | nashe | 2015-08-05 | 1 | -1/+2 |
| | |||||
* | Require simplepie 1.3 | nashe | 2015-08-05 | 1 | -0/+1 |
| | |||||
* | Initialize composer project | nashe | 2015-08-05 | 1 | -0/+16 |