bump versions of optional cloud storage dependencies
This commit is contained in:
parent
aae3ea7cbf
commit
b9a9e7c324
2 changed files with 7 additions and 2 deletions
|
@ -30,8 +30,8 @@
|
||||||
"yzalis/identicon": "2.0.0"
|
"yzalis/identicon": "2.0.0"
|
||||||
},
|
},
|
||||||
"suggest" : {
|
"suggest" : {
|
||||||
"google/cloud-storage" : "1.32.0",
|
"google/cloud-storage" : "1.41.0",
|
||||||
"aws/aws-sdk-php" : "3.275.1"
|
"aws/aws-sdk-php" : "3.302.0"
|
||||||
},
|
},
|
||||||
"require-dev" : {
|
"require-dev" : {
|
||||||
"phpunit/phpunit" : "^9"
|
"phpunit/phpunit" : "^9"
|
||||||
|
|
|
@ -508,6 +508,11 @@ class ConnectionInterfaceStub implements ConnectionInterface
|
||||||
throw new BadMethodCallException('not supported by this stub');
|
throw new BadMethodCallException('not supported by this stub');
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public function restoreObject(array $args = array())
|
||||||
|
{
|
||||||
|
throw new BadMethodCallException('not supported by this stub');
|
||||||
|
}
|
||||||
|
|
||||||
public function copyObject(array $args = array())
|
public function copyObject(array $args = array())
|
||||||
{
|
{
|
||||||
throw new BadMethodCallException('not supported by this stub');
|
throw new BadMethodCallException('not supported by this stub');
|
||||||
|
|
Loading…
Reference in a new issue