doctrine / KeyValueStore

Abstraction for Key-Value to Plain Old PHP Object mapping
http://www.doctrine-project.org
MIT License
200 stars 59 forks source link

RiakStorage upgrade #94

Closed EmanueleMinotto closed 5 years ago

EmanueleMinotto commented 5 years ago

Fixes https://github.com/doctrine/KeyValueStore/issues/91

Things done:

  1. drop PHP 5.5 support: riak package, Travis, PHP itself, etc... nobody is supporting it anymore
  2. replaced riak/riak-client:dev-master with php-riak/riak-client:v1.0.0-alpha7: the first doesn't support PHP 7.0+ and isn't maintained
  3. changed unit test for Riak with an integration test
EmanueleMinotto commented 5 years ago

@SenseException I had to rebase it because there were some conflicts with master but I've updated only the testUpdate