Skip to content

Commit

Permalink
Fix phpspec version and predictions
Browse files Browse the repository at this point in the history
  • Loading branch information
akovalyov committed Mar 3, 2016
1 parent 1696386 commit 763293a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 8 deletions.
8 changes: 1 addition & 7 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,6 @@
"homepage": "http://github.com/knplabs/Gaufrette/contributors"
}
],
"repositories": [
{
"type": "pear",
"url": "http://pear.php.net"
}
],
"require": {
"php": ">=5.3.2"
},
Expand All @@ -30,7 +24,7 @@
"amazonwebservices/aws-sdk-for-php": "1.5.*",
"rackspace/php-opencloud" : "1.9.*",
"google/apiclient": "~1.1.3",
"phpspec/phpspec": "2.0.*",
"phpspec/phpspec": "~2.4",
"phpseclib/phpseclib": "^2.0",
"doctrine/dbal": ">=2.3",
"dropbox-php/dropbox-php": "*",
Expand Down
1 change: 0 additions & 1 deletion spec/Gaufrette/Adapter/PhpseclibSftpSpec.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ class PhpseclibSftpSpec extends ObjectBehavior
function let($sftp)
{
$this->beConstructedWith($sftp, '/home/l3l0', false, 'l3lo', 'password');
$sftp->login('l3lo', 'password')->shouldBeCalled();
}

function it_is_adapter()
Expand Down

0 comments on commit 763293a

Please sign in to comment.