Skip to content

Commit

Permalink
update codeception/lib-innerbrowser
Browse files Browse the repository at this point in the history
  • Loading branch information
martenb authored and f3l1x committed Jun 6, 2022
1 parent 3ec4514 commit 60b6223
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"require": {
"php": ">=7.2",
"codeception/codeception": "^4.0.2",
"codeception/lib-innerbrowser": "^1.3",
"codeception/lib-innerbrowser": "^1.3 || ^2.0",
"nette/di": "^3.0",
"nette/bootstrap": "^3.0",
"nette/http": "^3.0.3",
Expand Down
6 changes: 3 additions & 3 deletions src/Module/NetteApplicationModule.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@
use Nette\Http\IRequest;
use Nette\Http\IResponse;

/**
* @property NetteConnector $client
*/
class NetteApplicationModule extends Framework
{

/** @var NetteConnector */
public $client;

/** @var mixed[] */
protected $config = [
'followRedirects' => true,
Expand Down

0 comments on commit 60b6223

Please sign in to comment.