Skip to content

Commit

Permalink
Merge pull request #3 from aliukevicius/php-7-2-fix
Browse files Browse the repository at this point in the history
Update openstack version to ^3.0
  • Loading branch information
sausin authored Feb 28, 2018
2 parents cf4e853 + cfbb706 commit cd3e15b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
}
},
"require": {
"php-opencloud/openstack": "^2.0",
"php-opencloud/openstack": "^3.0",
"illuminate/support": "^5.4",
"league/flysystem": "^1.0",
"nimbusoft/flysystem-openstack-swift": "^0.2.0",
Expand Down
2 changes: 1 addition & 1 deletion tests/OVHSwiftAdapterTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ public function setUp()
$this->container = Mockery::mock('OpenStack\ObjectStore\v1\Models\Container');

$this->container->name = 'container-name';
$this->object = Mockery::mock('OpenStack\ObjectStore\v1\Models\Object');
$this->object = Mockery::mock('OpenStack\ObjectStore\v1\Models\StorageObject');
$this->adapter = new OVHSwiftAdapter($this->container, $this->urlVars);
}

Expand Down

0 comments on commit cd3e15b

Please sign in to comment.