Skip to content

Commit

Permalink
change require codeception/codeception
Browse files Browse the repository at this point in the history
  • Loading branch information
bondarenko.r committed Sep 28, 2020
1 parent 5d98b29 commit b803e68
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "edno/codeception-secureshell",
"name": "yasuslik/codeception-secureshell",
"description": "Codeception extension providing SSH capabilitie: SSH command, SSH file transfer, SSH tunneling",
"keywords": ["codeception", "extension", "ssh", "scp"],
"homepage": "https://github.com/edno/codeception-secureshell",
Expand All @@ -13,7 +13,7 @@
"require": {
"php": "^5.6 || ^7.0",
"ext-ssh2": ">=0.13",
"codeception/codeception": ">=2.2"
"codeception/codeception": "^4.0"
},
"require-dev": {
"satooshi/php-coveralls": "^2.1",
Expand Down Expand Up @@ -55,4 +55,4 @@
"vendor/victorjonsson/markdowndocs/bin/phpdoc-md generate src > docs/Extension.md"
]
}
}
}

0 comments on commit b803e68

Please sign in to comment.