Skip to content

Commit

Permalink
updated dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
konecnyjakub committed May 8, 2021
1 parent 7d3cdb6 commit 3ff6d7b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
6 changes: 3 additions & 3 deletions composer.json
Expand Up @@ -20,9 +20,9 @@
},
"require": {
"php": ">=7.4.0",
"nette/application": "^3.0.7",
"nette/di": "^3.0.5",
"nette/utils": "^3.1.3",
"nette/application": "^3.1.2",
"nette/di": "^3.0.8",
"nette/utils": "^3.2.2",
"latte/latte": "^2.5.3 || ^3.0",
"nexendrie/utils": "^1.8",
"symfony/polyfill-php80": "^1.18"
Expand Down
1 change: 1 addition & 0 deletions phpstan.neon
Expand Up @@ -6,5 +6,6 @@ parameters:
ignoreErrors:
- '#Method Nexendrie\\Menu\\DI\\MenuExtension::getConfig\(\) should return array but returns array\|string#'
- '#Argument of an invalid type array\<string, mixed\>\|null supplied for foreach, only iterables are supported#'
- '#Property Nexendrie\\Menu\\Menu::\$translator \(Nette\\Localization\\Translator\) does not accept class\@anonymous/src/Menu.php:23#'
universalObjectCratesClasses:
- Nette\Bridges\ApplicationLatte\Template

0 comments on commit 3ff6d7b

Please sign in to comment.