Skip to content

Commit

Permalink
updated composer dev deps
Browse files Browse the repository at this point in the history
  • Loading branch information
petrparolek authored and f3l1x committed Jan 8, 2022
1 parent f30ca73 commit 54126eb
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions composer.json
Expand Up @@ -27,15 +27,15 @@
"tracy/tracy": "^2.7.0"
},
"require-dev": {
"nette/application": "~3.0.0",
"nette/application": "^3.0.0",
"nette/di": "~3.0.0",
"nette/http": "~3.0.1",
"nette/http": "^3.0.1",
"ninjify/nunjuck": "^0.4",
"ninjify/qa": "^0.12",
"phpstan/phpstan": "^0.12",
"phpstan/phpstan-deprecation-rules": "^0.12",
"phpstan/phpstan-nette": "^0.12",
"phpstan/phpstan-strict-rules": "^0.12"
"phpstan/phpstan": "^1.0",
"phpstan/phpstan-deprecation-rules": "^1.0",
"phpstan/phpstan-nette": "^1.0",
"phpstan/phpstan-strict-rules": "^1.0"
},
"conflict": {
"nette/di": "<3.0.0"
Expand Down

0 comments on commit 54126eb

Please sign in to comment.