summaryrefslogtreecommitdiffstats
path: root/composer.json
Commit message (Collapse)AuthorAgeFilesLines
* Add paragonie/random_compat to implement a polyfill for random_bytesnashe2018-01-021-1/+2
|
* Improve project structurenashe2017-10-211-3/+1
|
* Make tests pass on php-nightlynashe2017-07-161-1/+1
| | | | See https://github.com/guzzle/guzzle/releases/tag/6.3.0
* Fix typo in project's descriptionnashe2017-07-161-1/+1
|
* Move helper functions to a separate filenashe2017-07-161-0/+1
| | | | This will be useful to use it in the tests.
* Update composer.json to use the last version of SimplePienashe2017-07-131-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.6nashe2017-07-081-7/+3
| | | | Do not try to support EOL versions of PHP.
* Tag hhvm requirement as "conflict"nashe2017-07-081-2/+6
|
* Codeception was slightly overkill, get back to PHPUnitnashe2017-05-281-3/+3
|
* Fix class autoloadingnashe2015-08-111-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 problemnashe2015-08-081-2/+3
| | | | Guzzle 6.* were requiring PHP 5.5.0.
* Require Codeceptionnashe2015-08-071-0/+3
|
* Port the testmore unit tests to Codeceptionnashe2015-08-051-0/+5
|
* Require Codeception 2nashe2015-08-051-0/+3
|
* Change PHP version requirementnashe2015-08-051-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.1nashe2015-08-051-1/+2
|
* Require simplepie 1.3nashe2015-08-051-0/+1
|
* Initialize composer projectnashe2015-08-051-0/+16