Skip to content
This repository has been archived by the owner on Jan 10, 2023. It is now read-only.

Commit

Permalink
added version to composer
Browse files Browse the repository at this point in the history
  • Loading branch information
jmatosp committed Jan 6, 2016
1 parent 0e2bb6e commit b71c438
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"name": "jmatosp/tumbleweed-cache",
"version": "1.0.0",
"description": "PHP caching implementation of PSR-6",
"keywords": ["apc", "memcache", "redis", "cache", "psr6"],
"license": "MIT",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
use Cache\IntegrationTests\CachePoolTest;
use JPinto\TumbleweedCache\MemoryCacheItemPool;

class PoolIntegrationTest extends CachePoolTest
class MemoryPoolIntegrationTest extends CachePoolTest
{
private $memoryCache = null;

Expand Down

0 comments on commit b71c438

Please sign in to comment.