Walter Dal Mut
c52377aad1
Allows non write adapters
...
* Renamed `AdapterInterface` to `WritableInterface`
* Constructor now allows different adapter implementations
* Check that adapter implements `WritableInterface` during data send
2015-06-13 12:04:04 +02:00
Walter Dal Mut
63b8bb4b89
Fixes minor violations
...
* Removed unsed `use` statemment
* Moved helper http url composer to `GuzzleAdapter` (responsibility)
* Removed unused `clearTimePrecision` method
* Updated composer
2015-06-12 07:57:26 +02:00
Walter Dal Mut
38f65a75fd
Client dependency with construction injection
...
Removed the adapter setter injection in favor or constructor injection
2015-06-10 15:54:07 +02:00
Walter Dal Mut
9db35097e2
Moved to PSR-4
...
Autoload from PSR-0 to PSR-4
2015-06-10 15:54:07 +02:00