Skip to content

Commit

Permalink
Composer: upgrade deps
Browse files Browse the repository at this point in the history
  • Loading branch information
f3l1x committed Jan 4, 2021
1 parent b763c48 commit 990ed4c
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions composer.json
Expand Up @@ -24,9 +24,9 @@
"nette/utils": "^3.0.0"
},
"require-dev": {
"nette/application": "~3.0.0",
"nette/di": "~3.0.0",
"nette/http": "~3.0.3",
"nette/application": "^3.0.0",
"nette/di": "^3.0.7",
"nette/http": "^3.0.5",
"ninjify/nunjuck": "^0.4",
"ninjify/qa": "^0.12",
"phpstan/phpstan": "^0.12",
Expand All @@ -35,8 +35,8 @@
"phpstan/phpstan-strict-rules": "^0.12"
},
"conflict": {
"nette/di": "<3.0.0",
"nette/http": "<3.0.3"
"nette/di": "<3.0.7",
"nette/http": "<3.0.5"
},
"suggest": {
"nette/di": "to use Psr7HttpExtension[CompilerExtension]",
Expand Down

0 comments on commit 990ed4c

Please sign in to comment.