Skip to content

Commit ba5ef1e

Browse files
Mark as gaufrette 0.5, 0.6 and 0.7 compatible
1 parent b233601 commit ba5ef1e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Tests/Storage/StorageFileTest.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@
33
namespace Opensoft\StorageBundle\Tests\Storage;
44

55

6+
use Gaufrette\Adapter\Local;
67
use Gaufrette\Filesystem;
78
use function GuzzleHttp\Psr7\stream_for;
89
use GuzzleHttp\Psr7\StreamWrapper;
910
use Opensoft\StorageBundle\Entity\Storage;
1011
use Opensoft\StorageBundle\Entity\StorageFile;
11-
use Opensoft\StorageBundle\Storage\Gaufrette\Adapter\Local;
1212

1313
class StorageFileTest extends \PHPUnit_Framework_TestCase
1414
{
@@ -63,4 +63,4 @@ private function assertFileContent($expected)
6363

6464
$this->assertEquals($expected, file_get_contents($this->directory . '/' . $this->key));
6565
}
66-
}
66+
}

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"require": {
2323
"php": ">=5.6",
2424
"doctrine/orm": "^2.5",
25-
"knplabs/gaufrette": "^0.5",
25+
"knplabs/gaufrette": "^0.5|^0.6|^0.7",
2626
"knplabs/knp-paginator-bundle": "^2.5",
2727
"lexik/form-filter-bundle": "^5.0",
2828
"symfony/asset": "^2.7|^3.0",

0 commit comments

Comments
 (0)