Skip to content

Commit

Permalink
Composer: upgrade deps
Browse files Browse the repository at this point in the history
  • Loading branch information
f3l1x committed Dec 26, 2020
1 parent b8b28a7 commit 7f5fa67
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,17 +22,13 @@
"nette/utils": "^3.0.0"
},
"require-dev": {
"ninjify/qa": "^0.10.0",
"ninjify/qa": "^0.12",
"ninjify/nunjuck": "^0.4",
"phpstan/phpstan": "^0.12",
"phpstan/extension-installer": "^1.0",
"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 || ~2.7.0"
},
"conflict": {
"tracy/tracy": "<2.6.2"
"tracy/tracy": "^2.6.2"
},
"autoload": {
"psr-4": {
Expand All @@ -41,7 +37,7 @@
},
"autoload-dev": {
"psr-4": {
"Tests\\Contributte\\Monolog\\": "tests"
"Tests\\": "tests/cases"
}
},
"minimum-stability": "dev",
Expand Down

0 comments on commit 7f5fa67

Please sign in to comment.