File tree 3 files changed +5
-6
lines changed
3 files changed +5
-6
lines changed Original file line number Diff line number Diff line change 7
7
"require" : {
8
8
"php" : " ^7.4" ,
9
9
"symfony/lock" : " ^5.0" ,
10
- "tarantool/client" : " ^0.7 "
10
+ "tarantool/client" : " ^0.8.0 "
11
11
},
12
12
"suggest" : {
13
13
"ext-msgpack" : " For using PeclPacker." ,
14
14
"rybakit/msgpack" : " For using PurePacker."
15
15
},
16
16
"require-dev" : {
17
- "phpunit/phpunit" : " ^6.5.4 " ,
18
- "rybakit/msgpack" : " ^0.6.1 "
17
+ "phpunit/phpunit" : " ^9.2.5 " ,
18
+ "rybakit/msgpack" : " ^0.7.0 "
19
19
},
20
20
"autoload-dev" : {
21
21
"psr-4" : {
Original file line number Diff line number Diff line change 8
8
convertWarningsToExceptions =" true"
9
9
processIsolation =" false"
10
10
stopOnFailure =" false"
11
- syntaxCheck =" false"
12
11
verbose =" true"
13
12
bootstrap =" ./vendor/autoload.php"
14
13
>
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ protected function getStore(): PersistingStoreInterface
27
27
return $ this ->store ;
28
28
}
29
29
30
- public function setup ()
30
+ public function setUp (): void
31
31
{
32
32
$ host = getenv ('TARANTOOL_CONNECTION_HOST ' );
33
33
$ port = getenv ('TARANTOOL_CONNECTION_PORT ' );
@@ -41,7 +41,7 @@ public function setup()
41
41
$ this ->store = new TarantoolStore ($ this ->client );
42
42
}
43
43
44
- public function tearDown ()
44
+ public function tearDown (): void
45
45
{
46
46
$ this ->schema ->tearDown ();
47
47
}
You can’t perform that action at this time.
0 commit comments