Skip to content

Commit

Permalink
Allow Nette Utils 3.1, update dependencies for development
Browse files Browse the repository at this point in the history
Signed-off-by: Roman Ondráček <[email protected]>
  • Loading branch information
Roman3349 authored and f3l1x committed Jan 5, 2020
1 parent 8e0a339 commit 44b1f9e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,17 +19,17 @@
"php": "^7.2.0",
"contributte/di": "^0.4.0",
"monolog/monolog": "^2.0.0",
"nette/utils": "~3.0.0"
"nette/utils": "~3.0.0 || ~3.1.0"
},
"require-dev": {
"ninjify/qa": "^0.10.0",
"phpstan/phpstan": "^0.12",
"phpstan/extension-installer": "^1.0",
"phpstan/phpstan-deprecation-rules": "^0.11",
"phpstan/phpstan-nette": "^0.11",
"phpstan/phpstan-shim": "^0.11",
"phpstan/phpstan-strict-rules": "^0.11",
"phpstan/phpstan-deprecation-rules": "^0.12",
"phpstan/phpstan-nette": "^0.12",
"phpstan/phpstan-strict-rules": "^0.12",
"phpunit/phpunit": "^8.1.3",
"tracy/tracy": "~2.6.2"
"tracy/tracy": "~2.6.2 || ~2.7.0"
},
"conflict": {
"tracy/tracy": "<2.6.2"
Expand Down
2 changes: 1 addition & 1 deletion src/LoggerHolder.php
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ public static function getInstance(): self
return static::$instSelf;
}

public function __construct(Logger $logger)
final public function __construct(Logger $logger)
{
$this->instLogger = $logger;
}
Expand Down

0 comments on commit 44b1f9e

Please sign in to comment.