Finished up composer.json.

Library is now complete. Only work left on continuous testing.
This commit is contained in:
Abel Hoogeveen 2020-12-21 12:02:36 +01:00
parent 80d0450f5c
commit 653a725461
Signed by: abelhooge
GPG Key ID: 387E8DC1F73306FC
2 changed files with 3 additions and 3 deletions

View File

@ -11,7 +11,7 @@
"require": {
"php": ">=7.4.0",
"fuzeworks/core": "~1.2",
"psr/cache": "~1.0"
"psr/simple-cache": "1.0.1"
},
"suggest": {
"ext-redis": "1"
@ -25,4 +25,4 @@
"FuzeWorks\\ObjectStorage\\": "src/FuzeWorks/ObjectStorage/"
}
}
}
}

View File

@ -56,7 +56,7 @@ class ObjectStorageProviderTest extends TestCase
public function tearDown(): void
{
parent::tearDown(); // TODO: Change the autogenerated stub
parent::tearDown();
// Always clear the provider at the end
$this->provider->clear();